/* CSS Document */
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
input,select,textarea{
	outline: none;
	-webkit-outline: none;
	margin: 0px!important;
}
html,body{
-webkit-user-select:text;
-moz-user-select:text;
-webkit-text-size-adjust:none;
width:100%;
height:auto;
margin:0px auto;
padding:0px;
background-color:#fff;
font-family: 'Trebuchet';
}
html,body{
	background-color:#fff;
}
html{
	font-size:62.5%;
}
body{
	font-size:1.55em;
}
h1,h2,h3,hr,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td {
    margin:0px auto; padding:0;    
    font-size:1em;
}
ul,ol,li { margin:0 auto; padding:0px ;list-style:none;}
body{ color:#333; background:#fff;}
table{border-collapse:collapse; border-spacing:0;}
a img, img, embed, object {border:none; vertical-align:middle;}
em, i {font-style:normal;}
/** Link */
a:link, a:visited {text-decoration:none; color:#2a313b;}
a:hover, a:active {text-decoration:none; color:#2a313b;}
/* body */


.header{
	background-color:#fff;
	height:auto;
	padding:0px;
	border-bottom: 2px solid #cacacc;
}

.page_width{
	width:100%;
	max-width:1700px;
}

.page_right{
	width:25%;
	float: right;
}
.page_left{
	width:72%;
	float: left;
}
.disnot{
	display:none;
}

.headbox{
	height:98px;
}
.Myheadbox{
	height:auto;
}
.headboxleft{
	width:auto;
	height:100%;
	float: left;
}
.headboxright{
	width:auto;
	height:100%;
	margin:0px auto;
	float: right;
}
.headboxcontent{
	width:auto;
	height:100%;
	margin-left:275px;
}
/*
.logodiv{
	height:100%;
	width:190px;	
}
.logodiv img{
	width:100%;
	max-width:100%;
}
*/
.logotxt{
	width:auto;
	padding-left: 10px;
	font-size:2.3em;
	font-weight: bold;
}

.hengbox{
	background-color:#fff;	
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/to_right.png);
    left: 110px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/to_left.png);
    right: 110px;
    left: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

/*首页*/
.page_home_content{
	width:1170px;
}

.ptbox_left{
	width:286px;
	float: left;
}
.ptbox_right{
	width:286px;
	float: right;
}
.ptbox_con{
	margin:0px 294px;
}

/*页面*/
.page_content{
	width:1180px;
}

.pgwzbox li{
	font-size:14px;
	color:#333;
	float: left;
	display: flex!important;
	align-items:Center;
	height:26px;
	padding-right:10px;
}
.pgwzbox span{
	font-size:8px;
	color:#979797;
}
.pgwzbox li a{
	font-size:14px;
	color:#979797;
}
.pgwzbox li a:hover{
	color:#333;
}
.new{
	position: absolute;
	z-index: 100;
	left:0px;
	top:0px;
	margin: 20px;
	width:60px;
	height:60px;
	border-radius: 60px;
	background-color:#dfa074;
	color:#fff;
	display: flex!important;
    justify-content:center;
    align-items:Center;
	text-align:center;
	font-size:13px;
	
}

/*导航按钮*/

.headbtnbox{
/*	border-top: 1px solid #dddddd;*/
	border-bottom: 2px solid #dd6e4c;
	background-color:#313131;	
}

.zbtnbox{
	position: absolute;
	z-index:1000;
	left:0px;
	width:100%;
	height:auto;
	background-color:#fff;
	padding:30px 0px;
}
.to_top{
	position: absolute;
	z-index:1000;
	top:0px;
	left:0px;
	
}
.btndiv{
	margin: 0px auto;
	color:#fff;
	height:100%;
	color:#333;
}
.zubtn{
	height:100%;
	float: left;
	display: flex;
/*    justify-content:center;*/
    align-items:Center;
	text-align:left!important;
	font-size:14px;
}

.shoudiv{
	width:210px;
	height:28px;
	border-radius:5px;
	border: 1px solid #ddd;	
	color:#999;
/*	padding: 0px 10px;*/
	background-color:#fff;
	border-radius: 3px;
}
.shoudiv input{
	height:30px;
	margin:0px 5px;
	border: 0px;
	font-size:1em;
	width:170px;
	text-align: left;
}

.content_left{
	width:800px;
	float: left;
	
}
.content_right{
	margin-left: 820px;
	height:400px;
	background-color: #fff;
}
.footbox{
	background-color:#2b2b2d;
	height:auto;
	padding:90px 0px;
	border-top: 1px solid #d2d2d2;
}
.foot_contact{
	margin-right:200px;
}

.footbox .dhbt{
	font-weight: bold;
	font-size:20px;
}
.footbox .c_tact p{
	font-size:13px;
	padding-left:10px;
	position: relative;
}
.footbox .c_tact p:after{
	position: absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom: 0px;
	content:'-';
}
.footbox .c_dh p{
	font-size:13px;
	position: relative;
}
.footbox .c_dh a{
	color:#fff;
}
.footbox .c_dh a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.foot_logo{
	position: absolute;
	z-index: 200;
	right:0px;
	bottom:0px;
}
/*产品页面*/
.fdj{
	position: absolute;
	z-index:100;
	width: auto;
    height: 42px;
	right:0px;
	top:0px;	
}
.fdjbg{
	position: absolute;
	z-index:-1;
	width: auto;
    height: auto;
	right:0px;
	top:0px;
	border-top: 42px solid rgba(0,0,0,0.5);
    border-left: 42px solid transparent;
}
.mater{
	border: 1px solid #d2d2d2;
	padding: 5px;
	line-height:26px;
}
.plistbox{
	float: left;
	width:25%;
	height:auto;
}
.pbox{
	overflow: hidden;
	margin:0px auto;
	background-color:#f2f2f2;
	height:0px;
	padding-bottom:100%;
}

.pvimg{
	float: left;
	width:580px;
	height:580px;
	background-color:#f2f2f2;
}
.pvinfobox{
	margin-left:620px;
	height:580px;
}
.pvtit{
	font-size:14px;
	color:#8a8991;
	margin-bottom: 10px;
}
.pvtit2{
	font-size:28px;
	color:#000;
}
.pvtit3{
	font-size:24px;
	color:#000;	
}

.pcsbox{
	width:100%;
	position: absolute;
	z-index: 1;
	left:0px;
	bottom: 0px;
}
.pvcsdiv{
	line-height: 180%;
	border-top: 2px solid #cbcbcb;
	padding-top: 10px;
	font-size:13px;
	color:#898890;
}

.contentinfo h3{
	font-weight: bold;
	font-size:20px;
}
.contentinfo p{
	font-size:15px;
	padding-left:10px;
	position: relative;
}
.contentinfo p:after{
	position: absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom: 0px;
	content:'-';
}

/*上下页导航*/
.pagego li{
	float: left;
	width:26px;
	height:26px;
	margin:0px 20px;
	display: flex!important;
    align-items:Center;
	justify-content:center;
	border-radius: 30px;	
}
.pagego .pgbtn{
	background-color:#efefef;	
}
.pagego li span{
	color:#e2e2e2;	
}
.pagego .pgbtn:hover{
	background-color:#666;
	color:#fff;
}
.pagego .tbtn{
	background-color:#666;
	color:#fff;
}
.pagego .updbtn{
	color:#e2e2e2;
}
.pagego .updbtn:hover{
	color:#666;
}

/*输入*/
.inputbox .td{
	margin:0px auto;
	height:auto;
	border: 1px solid #eeeeee;
	padding:5px;
}	
.inputbox .td input{
	width:100%;
	font-size:18px;
	border: 0px;
	height:42px;
	font-family: 'Trebuchet';
}

.inputbox .td textarea{
	width:100%;
	height:140px;
	font-size:18px;
	border: 0px;
	font-family: 'Trebuchet';
}
.seedbtn{
	background-color:#cca09f;
	color:#fff;
	padding:4px 15px;
	border-radius: 3px;
}
.seedbtn:hover{
	background-color:#bc5c5a;
}