@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, table, th, td, form, legend, input, button, textarea {
margin: 0;padding: 0;font-family: "微软雅黑";}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{
	border: none;
	vertical-align: middle;
}
caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, iframe, abbr {
    border: 0;
}

i, em {
    font-style: normal;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

textarea {
    overflow: auto;
    resize: none;
}

label {
    cursor: default;
}

a, button {
    cursor: pointer;
}

body, textarea, input, button, select {
    color: #131313;
    outline: 0;
}
a,a:hover,a:active,a:focus{
    color: #333;
    text-decoration: none;
}
body{
    overflow-x: hidden;
	background-color:white;
}
input{vertical-align: middle;}

.width-1400{
	width:1400px;
}
.width-1350{
	width:1350px;
}

.width-1300{
	width:1300px;
}
.width-1200{
	width:1200px;
}

.width-1000{
	width:1000px;
}

/*Acshoes【插件】轮播切换【satart】*/
.Acshoes-swiper{position: relative;overflow: hidden;}
.Acshoes-swiper-wrapper{
	display: box;
	display: -moz-box;
	display: -webkit-box;
	display: -ms-box;
	display: -o-box;
	display:flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:-moz-flex;
	display:-o-flex;	
}
.Acshoes-swiper-slide{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;
flex-shrink: 0;-webkit-flex-shrink: 0;-moz-flex-shrink: 0;-ms-flex-shrink: 0;-o-flex-shrink: 0;position:relative;}
.Acshoes-swiper-pre,.Acshoes-swiper-next{position: absolute;width:40px;height: 80px;cursor: hand;cursor: pointer;top:50%;
margin-top:-40px;}
.Acshoes-swiper-pre{left:-50px;background-image: url(../images/hom-pro-prev.png);background-repeat: no-repeat;
background-position: center;}
.Acshoes-swiper-next{right:-50px;background-image: url(../images/hom-pro-next.png);background-repeat: no-repeat;
background-position: center;}
.Acshoes-swiper-page{text-align: center;margin-top:30px;}
.Acshoes-position{position:absolute;left:0;bottom:20px;width:100%;}
.Acshoes-swiper-page span{cursor: hand;cursor: pointer;margin:0 5px;display: inline-block;}
.Acshoes-swiper-page span.Acshoes-swiper-page-cot{width:9px;height:9px;border-radius:50%;-webkit-border-radius:50%;
-moz-border-radius:50%;background-color:#ccc;}
.Acshoes-swiper-page span.Acshoes-swiper-page-cot.active{background-color:#0089e1;}
.Acshoes-swiper-page span.Acshoes-swiper-page-number{padding:2px 7px;border:1px solid #ccc;font-size:14px;color:#666;}
.Acshoes-swiper-page span.Acshoes-swiper-page-number.active{background-color:#0089e1;border:1px solid #0089e1;color: white;}
.Acshoes-single,
.Acshoes-total,
.Acshoes-number-cot{font-size:20px;color: #aaa;}
.Acshoes-single{color: #bd0303;}
/*Acshoes【插件】轮播切换【end】*/

/*-------------------------------------header【start】---------------------------------------*/
.hed,
.hed-div{
	height:100px;
}
.hed{
	position:fixed;
	left:0;
	top: 0;
	right:0;
	z-index:100;
	background-color:white;
	border-bottom:1px solid #eee;
}

.hed-logo{
	padding-top:8px;
}
.hed-logo img{
	height:85px;
}

.hed-nav{
	margin-right:50px;
	margin-top:35px;
}
.hed-nav>ul>li{
	display:inline-block;
	vertical-align:middle;
	
}
.hed-nav>ul>li>a{
	font-size:18px;
	color:#333;
	display:inline-block;
	padding:5px 0;
	border-bottom:2px solid transparent;
}
.hed-nav>ul>li>a:hover,
.hed-nav>ul>li.active>a{
	color:#D31918;
	border-color:#D31918;
}
.hed-nav>ul>li + li{
	margin-left:70px;
}

.hed-search{
	margin-top:40px;
	position:relative;
}

.hed-search-bor{
	width:1.5px;
	height:20px;
	background-color:#333;
}

.hed-search .hed-search-lang{
	text-align:right;
}
.hed-search .hed-search-lang a{
	display:inline-block;
	font-size:12px;
	color:white;
	padding:3px 20px;
	background-color:#333;
	border-radius:50px;
}
.hed-search .hed-search-lang a:hover{
	background-color:#D31918;
}
.hed-search-ico{
	margin:0 30px;
}
.hed-search-ico img{
	width:24px;
	cursor: pointer;
	cursor:hand;
}
.hed-search-input{
	position:absolute;
	right:0;
	top:100%;
	margin-top:10px;
	display:none;
}

.hed-search-input input{
	border:1px solid #666;
	height:30px;
	border-radius:40px;
	width:200px;
	padding:0 40px 0 20px;
}
.hed-search-input img{
	position:absolute;
	width:22px;
	height:22px;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	cursor: pointer;
	cursor:hand;
}
/*-------------------------------------header【end】---------------------------------------*/

/*-------------------------------------footer【start】---------------------------------------*/
.foot{
	background-color:#D31918;
	padding:30px 0 20px;
	background-image:url(../images/foot-back.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}


.foot-info{
	padding:20px 0;
	border-top:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.foot-info .info-conct{
	width:30%;
}
.foot-info .info-conct h4{
	font-size:24px;
	color: white;
	font-weight:bold;
	margin-bottom:10px;
}
.foot-info .info-conct p{
	font-size:14px;
	color:#ddd;
	line-height:22px;
}

.foot-info .info-nav{
	width:55%;
}
.foot-info .info-nav-item{
	width:14%;
}
.foot-info .info-nav-item + .info-nav-item{
	margin-left:20px;
}
.foot-info .info-nav-item h6 a{
	font-size:20px;
	color:white;
	font-weight:bold;
}
.foot-info .info-nav-item p{
	margin:10px 0;
}
.foot-info .info-nav-item p a{
	font-size:14px;
	color:#ddd;
}

.foot-info .info-nav-item h6 a:hover,
.foot-info .info-nav-item p a:hover{
	text-decoration:underline;
}


.foot-info .info-ewm-cot h4{
	font-size:20px;
	color:white;
	font-weight:bold;
	margin-bottom:40px;
	text-align:center;
}
.foot-info .info-ewm{
	text-align:center;
	display:inline-block;
}
.foot-info .info-ewm img{
	width:90px;
}
.foot-info .info-ewm p{
	font-size:14px;
	color:#eee;
	margin-top:10px;
}

.foot-info .info-ewm + .info-ewm{
	margin-left:30px;
}

.foot-copy{
	margin-top:10px;
}
.foot-copy a,
.foot-copy span{
	font-size:14px;
	color:#ddd;
}
.foot-copy a:hover{
	text-decoration:underline;
}
/*-------------------------------------footer【end】---------------------------------------*/

/*-------------------------------------首页【start】---------------------------------------*/
/*banner【start】*/
.hom-banner-wai{position:relative;}
.banner-wai{height:780px;}
.swiper-slide a{display:block;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;}
.swiper-pagination-bullet,.swiper-pagination-switch{
    background-color:transparent !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    margin:0 5px !important;
	vertical-align: middle;
	border:1px solid white;
}
.swiper-pagination-bullet-active,.swiper-active-switch{
    opacity: 1 !important;
	background-color:white !important;

}
.swiper-pagination-switch,.swiper-active-switch{border-radius: 50px !important;-webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;}

.banner-wai .swiper-pagination{
    width:100% !important;
    text-align: center;
    left:0 !important;
    bottom:20px !important;
    z-index:20;
}

.hom-banner-pagination{
	text-align:center;
	margin-bottom:20px;
}

.hom-banner-inform{
	position:absolute;
	z-index:5;
	left:0;
	right:0;
	bottom:0;

}

.hom-banner-info{
	position:absolute;
	left:0;
	right: 0;
	top:40%;
	transform:translateY(-50%);
	text-align:center;
}
.hom-banner-info p{
	font-size:40px;
	color:white;
	font-weight: bold;
}
/*banner【end】*/

.hom-content-module1{
	padding:100px 0 85px;
	background-color:#F7F7F7;
}

/*关于我们【start】*/
.hom-abt{
	position:relative;
	padding:0 0 25px ;
}
.hom-abt-nei{
	position:relative;
	z-index:2;
}
.hom-abt-back{
	position:absolute;
	background-color:#D31B18;
	left:0;
	right:0;
	bottom:0;
	height:230px;
}
.hom-abt-img{
	width:45%;
}

.hom-abt-cot{
	width:50%;
	padding-bottom:210px;
	position:relative;
}

.hom-abt-cot .info{
	color: #333;
}
.hom-abt-cot .info .title h2{
	font-size:50px;
	font-weight:bold;
}
.hom-abt-cot .info .title p{
	font-size:24px;
}

.hom-abt-cot .info .des{
	margin:64px 0 30px;
}
.hom-abt-cot .info .des p{
	font-size:18px;
	line-height:30px;
}
.hom-abt-cot .info .more a{
	display:inline-block;
	position:relative;
	color:white;
	padding:10px 90px 10px 30px;
	background-color:#D31B18;
	border-radius:80px;
}
.hom-abt-cot .info .more a h4{
	font-size:20px;
}
.hom-abt-cot .info .more a p{
	font-size:12px;
}
.hom-abt-cot .info .more a img{
	width:30px;
	position:absolute;
	right:30px;
	top:50%;
	transform:translateY(-50%);
}
.hom-abt-cot .info .more a:hover{
	opacity:0.8;
}
.hom-info-img{
	position:absolute;
	width:50%;
	right:0;
	bottom:-12px;
}
.hom-info-img img{
	width:32%;
}
.hom-info-img img + img{
	margin-left:2%;
}
/*关于我们【end】*/


/*新品推荐【start】*/
.hom-pro-cot-l{
	width:46%;
}
.hom-pro-cot-r{
	width:52%;
}

.hom-pro-cot-r ul li + li{
	margin-top:40px;
}
.hom-pro-cot-r ul li a{
	display:block;
	padding:20px 200px 20px 30px;
	position:relative;
	background-color:white;
}

.hom-pro-cot-r ul li a .pro-img{
	padding-top:40%;
}

.hom-pro-cot-r ul li a .pro-info{
	position:absolute;
	right:0;
	width:180px;
	top:0;
	bottom:0;
	text-align:center;
	color:#333;
}
.hom-pro-cot-r ul li a .pro-info h6{
	font-size:18px;
	margin-top:30px;
}
.hom-pro-cot-r ul li a .pro-info p{
	font-size:14px;
}
.hom-pro-cot-r ul li a .pro-info .ico1,
.hom-pro-cot-r ul li a .pro-info .ico2{
	width:30px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:40px;
}
.hom-pro-cot-r ul li a .pro-info .ico2{
	display:none;
}

.hom-pro-cot-r ul li a:hover{
	box-shadow:2px 2px 10px rgba(0,0,0,0.3);
}
.hom-pro-cot-r ul li a:hover .pro-info{
	background-color:#D31B18;
	color:white;
}

.hom-pro-cot-r ul li a:hover .pro-info .ico1{
	display:none;
}
.hom-pro-cot-r ul li a:hover .pro-info .ico2{
	display:inline-block;
}

.hom-pro-cot-list{
	margin:30px -10px 0;
}
.hom-pro-cot-list ul li{
	width:25%;
}
.hom-pro-cot-list ul li a{
	display:block;
	background-color:white;
	margin:10px;
}
.hom-pro-cot-list ul li a .list-img{
	padding-top:91%;
}
.hom-pro-cot-list ul li a .list-info{
	padding:10px;
	background-color:#D31B18;
	color:white;
}
.hom-pro-cot-list ul li a .list-info p{
	font-size:11px;
	line-height:14px;
	height:14px;
}
.hom-pro-cot-list ul li a .list-info h6{
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	height:28px;
}

.hom-pro-cot-list ul li a:hover .list-img img{
	transform:scale(1.2,1.2);
}

/*新品推荐【end】*/

/*公司文化【start】*/
.hom-culture{
	position:relative;
	cursor: pointer;
	cursor:hand;
}
.hom-culture .video-ico{
	width:100px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	opacity:0.8;
}
.hom-culture:hover .video-ico{
	opacity:1;
	transform:translate(-50%,-50%) rotate(180deg);
	
}
/*公司文化【end】*/

/*新闻中心【start】*/
.hom-news{
	padding:30px 20px;
	box-shadow:1px 1px 10px rgba(0,0,0,0.2);
}
.hom-news-l{
	width:47%;
}
.hom-news-r{
	width:50%;
}
.hom-news-l .news-img{
	padding-top:50%;
}
.hom-news-l .news-info{
	margin-top:20px;
	margin-right:50px;
}
.hom-news-l .news-info h6{
	font-size:18px;
	color:#333;
}
.hom-news-l .news-info p{
	font-size:14px;
	color:#999;
	line-height:24px;
	height:48px;
	margin:10px 0;
}
.hom-news-l .news-info span{
	font-size:14px;
	color:#999;
}

.hom-news-l a:hover .news-img img{
	transform:scale(1.2,1.2);
}

.hom-news-r ul li + li{
	margin-top:35px;
	padding-top:35px;
	border-top:1px solid #ddd;
}
.hom-news-r ul li a{
	display:block;
	position:relative;
}
.hom-news-r ul li a .news-hed{
	position:relative;
}
.hom-news-r ul li a  .news-hed h6{
	font-size:18px;
	color:#333;
}
.hom-news-r ul li a .news-hed i{
	position:absolute;
	left:-15px;
	top:50%;
	width:7px;
	height:7px;
	background-color:#333;
	transform:translateY(-50%) rotate(45deg);
}
.hom-news-r ul li a .news-hed span{
	font-size:14px;
	color:#999;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.hom-news-r ul li a p{
	padding-right:70px;
	font-size:14px;
	color:#999;
	line-height:24px;
	height:48px;
	margin-top:20px;
}
.hom-news-r ul li a img{
	width:40px;
	position:absolute;
	right:0;
	bottom:0;
}
.hom-news-r ul li a:hover h6,
.hom-news-l a:hover .news-info h6,
.hom-news-l a:hover .news-info span{
	color:#D31B18;
}
/*新闻中心【end】*/

/*公司环境【start】*/
.hom-envir{
	padding-bottom:80px;
}
.hom-envir ul li{
	width:25%;
}
.hom-envir ul li a{
	display:block;
	padding-top:70%;
	margin:5px;
	background-color:#eee;
}
.hom-envir ul li a:hover img{
	transform:scale(1.2,1.2);
}
.hom-envir-more{
	margin-top:10px;
	text-align:center;
}
.hom-envir-more a{
	display:inline-block;
	font-size:14px;
	color:#D31B18;
	padding:10px 30px;
	border:1px solid #D31B18;
}
.hom-envir-more a:hover{
	background-color:#D31B18;
	color:white;
}
/*公司环境【end】*/


/*-------------------------------------首页【end】---------------------------------------*/



/*-------------------------------------公用【start】---------------------------------------*/

.mar-T-120{
	margin-top:120px;
}
.mar-T-80{
	margin-top:80px;
}

/*标题*/
.pub-title{
	margin-bottom:40px;
}
.pub-title p{
	font-size:35px;
	color:#aaa;
	font-family:SimSun,NSimSun,FangSong,FangSong_GB2312;
}
.pub-title h2{
	font-size:30px;
	color:#333;
	font-weight:bold;
}

/*动画*/
.hom-pro-cot-list ul li a .list-img img,
.hom-pro-cot-list ul li a:hover .list-img img,
.hom-culture .video-ico,
.hom-culture:hover .video-ico,
.hom-news-l a .news-img img,
.hom-news-l a:hover .news-img img,
.hom-envir ul li a img,
.hom-envir ul li a:hover img{
	transition:all .3s;
}


/*ins 公用模块【start】*/
.ins-main{
	margin:100px 0;
}
/*ins 公用模块【end】*/


/*ins 分页【start】*/
.ins-page{
	padding-top:60px;
}
/*ins 分页【end】*/


/*视频放大播放-组件【start】*/
.Ac-video-enlarge{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,0.8);z-index:100;}
.Ac-video-enlarge-close,
.Ac-video-enlarge-cot{position:absolute;}
.Ac-video-enlarge-close{right:0;top:10px;cursor:hand;cursor:pointer;z-index:10;}
.Ac-video-enlarge-cot{top:30px;bottom:20px;left:20px;right:20px;background-color:#CCCCCC;}
.Ac-video-enlarge-cot iframe{border:none;}
/*视频放大播放-组件【end】*/

/*可视区-设置【start】*/
.content-fluid{padding:0 70px;}
.padding-0{padding:0;}
/*可视区-设置【end】*/

/*分页器【start】*/
.ins-temp-page{margin-top:60px;padding-top:30px;border-top:2px solid #ccc;}
.ins-temp-page .temp-page-item{width:100% !important;float:none !important;font-size:14px;color:#ccc;}
.ins-temp-page .temp-page-item + .temp-page-item{margin-top:5px;font-size:0;}
.ins-temp-page .temp-page-item a,
.ins-temp-page .temp-page-item span{display:inline-block;vertical-align:middle;border: 1px solid #ddd;line-height: 1.5;padding: 5px 12px;margin-left: -1px;margin-right:0 !important;font-size:14px;}
.ins-temp-page .temp-page-item a{background-color:#eee;color:#666;}
.ins-temp-page .temp-page-item span,
.ins-temp-page .temp-page-item a[href]{background-color:white;color:#333;}
.ins-temp-page .temp-page-item span,
.ins-temp-page .temp-page-item a[href]:hover{color:white;}
.ins-temp-page .temp-page-item input[type=text]{width:40px !important;border:1px solid #ccc;height:32px;padding:0 5px;font-size:14px;margin-left:10px;}
.ins-temp-page .temp-page-item input[type=button]{height:32px;padding:0 10px;color:white;border:1px solid #ccc;font-size:14px;border-top-right-radius:3px;border-bottom-right-radius:3px;}
.ins-temp-page .temp-page-item input[type=button]:active{opacity:.8;}

.ins-temp-page .temp-page-item span,
.ins-temp-page .temp-page-item a[href]:hover,
.ins-temp-page .temp-page-item input[type=button]{border-color:#999;}

.ins-temp-page .temp-page-item span,
.ins-temp-page .temp-page-item a[href]:hover,
.ins-temp-page .temp-page-item input[type=button]{background-color:#999;}
/*分页器【end】*/
/*-------------------------------------公用【end】---------------------------------------*/




/* ------------------------------------内页----------------------------------------- */
#websiteContent {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 1100px;
    height: auto;
    margin: 0 auto;
    overflow:hidden;
}
#websiteContent .websiteSidebar {
    width: 280px;
    float: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.11);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.11);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,0.11);
    -ms-box-shadow: 1px 1px 7px rgba(0,0,0,0.11);
    -o-box-shadow: 1px 1px 7px rgba(0,0,0,0.11);
}

#websiteContent .websiteSidebar h2 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding-left: 30px;
    background:#D31B18;
    font-size: 20px;
    font-family: "黑体";
    margin-bottom: 10px;
    padding-bottom: 2px;
}
.sideabrone {
    border: 1px solid #e1e1e1;
    background: #fff;
    padding-bottom: 16px;
}

.sideabrone ul {
    padding-top: 5px;
    max-height: 500px;
    overflow-y: auto;
}

.sideabrone ul li {
    border-bottom:1px dashed #CCC;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    word-break: break-all;
}

.sideabrone ul li a {
    display: block;
    color: #666;
    font-size: 14px;
}
.sideabrone ul li.visiting a {
    display: block;
    color: #bf760e;
}
.sideabrone ul li a:hover {
    color: #f11b27;
}

.sideabrtwo {
    margin-top: 12px;
    background: #fff;
}
.contactcon{
    border: 1px solid #edddde;
    margin-top: 12px;
}
.sideabrtwo .containpic img{
    width: 100%;
}
.sideabrtwo .contaclist {
    padding: 5px 10px 10px 10px;
}

.sideabrtwo .contaclist li {
    padding-top: 5px;
    line-height: 160%;
    font-size:14px;
    color:#666;
}

.websiteMain {
    float: right;
    width: 790px;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: -1px 1px 7px rgba(0,0,0,0.11);
    -webkit-box-shadow: -1px 1px 7px rgba(0,0,0,0.11);
    -moz-box-shadow: -1px 1px 7px rgba(0,0,0,0.11);
    -ms-box-shadow: -1px 1px 7px rgba(0,0,0,0.11);
    -o-box-shadow: -1px 1px 7px rgba(0,0,0,0.11);
}

.websiteMain .containertitle h2 {
    font-size: 20px;
    padding-left: 33px;
    color:#D31B18;
    border-bottom: 2px solid #D31B18;
    height: 40px;
    line-height: 40px;
    font-family: "黑体";
}

.contaiconc {
    padding: 17px;
    font-size: 12px;
    color: #323232;
}

#website_news_content p, #website_news_content div, #website_company_page p{
    font-size: 14px;
    line-height: 1.8em;
    padding: 10px;
    text-indent:0 !important;
}
#website_company_page .div_Forum_Thread_List_Header {
    margin-bottom: 15px;
    padding: 10px 0;
}
#website_company_page p{
    font-size: 14px;
    padding: 5px 0;
    text-indent: 2em;
}
.TableControl {
    width: 100%;
}
#website_product_list li{
    margin: 6px 10px;
    width: 232px;
}
#website_product_list li img{width: 230px;height:230px;}
#website_product_list{
    padding: 10px 0;
}

#website_contact_page dl{
    background-color: #F3F3F3;
}
#website_contact_page dt, #website_contact_page dd{
    height:auto;
    line-height: 30px;
    border: none;
}
#website_contact_page dd{
    text-indent:none;
}

#website_news_list a, #website_news_list a{
    color:#666 !important;
}
#website_news_list li.imagetype_li a{text-align:center;}
#website_news_list a:hover {
    color: #C00 !important;
}
#website_product_list ul{
    text-align:center;
    overflow:hidden;
}

/*新增改版内页（产品中心）*/

/*头部*/
.product-cont{
    text-align: center;
    padding: 15px 0;
    border: 1px dashed #CCCCCC;
    margin: 20px 0;
}
.product-cont h2{
    color: #165d32;
    font-size: 24px;
}
.product-cont p{
    color: #999;
    font-size: 16px;
}

/*导航列表*/
.product-cont-list{
    margin: 0 0 20px;
}
.product-cont-listT{
    border: 1px solid #CCCCCC;
}
.product-cont-listT table{
    width: 100%;
}

.product-cont-listT table tr{
    border-top: 1px dashed #CCCCCC;


}
.product-cont-listT table tr td{
    padding: 10px 0;
}
.product-cont-listT table tr:nth-child(1){
    border-top:none;

}
.product-cont-listT01{
    width: 15%;
    background-color: #d4f8e3;
    text-align: right;
    border-right: 1px solid #CCCCCC;
}
.product-cont-listT01 span{
    display: inline-block;
    margin-right: 10px;
}
.product-cont-listT02{
    width: 10%;
    text-align: center;

}
.product-cont-listT02 a{
    color: #666;
    font-size: 14px;
    display: inline-block;
    padding: 3px 7px;

}
.product-cont-listT02 a.active{
    background-color: #168a44;
    color: #FFFFFF;
}
.product-cont-listT03{
    width: 75%;
}
.product-cont-listT03 a{
    color: #666;
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    border-right:2px solid #CCCCCC;
    margin: 5px 0;
}
.product-cont-listT03 a:hover,.product-cont-listT03 a.active{
    color: #13bc56;
    border-right:2px solid #13bc56;
}


/*产品*/
.product-pro-cont ul li{
    float: left;
    width: 290px;
    margin: 5px;
}
.product-pro-cont ul li a{
    display: block;
}
.product-pro-cont ul li a div{
    width:290px;
    height: 290px;

}
.product-pro-cont ul li a p{
    padding: 0 5px;
    color: #666;
    font-size: 16px;
    margin: 20px 0;
    height: 21px;
    overflow: hidden;
}


/*分页*/
.product-cont-pro{
    margin: 20px 0;
}
#website_pager_control>div:after,#website_pager_control>div:before{
    content:"";
    display: table;
    clear: both;
}

.website_pagerinfo A {
    padding: 10px 15px !important;
    MARGIN: 0px 2px;
    COLOR: #999999;
    TEXT-DECORATION: none;
    border: 1px solid #CCC;
    cursor: pointer;
}

.website_pagerinfo{
    PADDING: 0 0 10px 0;
    padding-top: 5px;
    FONT-SIZE: 12px;
    COLOR: #333;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-ALIGN: center;
    margin-left: 15px;
}
#website_pager_control>div div:nth-child(1){
    width:40% !important;
    float:left;
    text-align: right !important;
    line-height: 24px;
}
#website_pager_control input[type=text]{
    width: 30px;
    border: 1px solid #ccc;
    color: #666;

}
#website_pager_control input[type=button]{
    background-color: #333;
    border: none;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    cursor: hand;
}

.imagetype_li{
    width: 159px !important;
    height:auto !important;
    margin: 10px !important;
}
#website_news_list img,
#website_news_list .imagetype_li img{
    height: auto !important;
    margin-right: 0;
    border:none !important;
}
#website_news_list .imagetype_li img{width:auto !important;float:inherit !important;}
.imagetype_li>a{
    display:inline-block;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align:center;
}
.imagetype_li>a,
.imagetype_li>a span{width: 159px !important;height: 159px !important;}
.imagetype_li h5{
    text-align:center !important;
}
/*视频展示页*/
#website_movies_page ul{
    width: 242px;
    margin: 0 5px;
}
#website_movies_page{
    border-top:none;
}

#website_movies_page ul li.title span{
    cursor:hand;
    cursor:pointer;
}

/*访客留言*/
.div_Forum_Thread_List_Item{
	height:auto !important;
}

/*内页新闻和产品图片超出限制*/
.product_description img,
.product_techPara img,
#website_news_content img,
#website_news_content img{max-width:100%;}


/*内页新闻列表【文字列表】*/
#website_news_list li.normaltype_li a{
	width: 530px;
    height: 30px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
	-webkit-text-overflow:ellipsis; 
	-moz-text-overflow:ellipsis; 
	-ms-text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 	
}

/*公司简介*/
#website_company_page img{max-width: 100%;}


/*----------------------------------公共调用区-----------------------------------*/



/*【模块】图片水平垂直居中对齐【start】*/
.pub-img-ver,
.pub-div-ver{overflow:hidden;position:relative;text-align:center;}
.pub-img-ver:after,
.pub-div-ver:after{content:'';display:block;}
.pub-img-ver img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:100%;}
.pub-div-ver .pub-cot{position:absolute;top:0;left:0;right:0;}
/*【模块】图片水平垂直居中对齐【end】*/

/*列表图片上下居中公用样式*/
.pub-list-ver{
	overflow: hidden;
	background-color:white;
	text-align: center;
}
.pub-list-ver span{
	display: table-cell !important;
	vertical-align: middle;
}

/*文章文献图片超出设置最大宽*/
.cot-img img{max-width:100%;}

/*【模块】图片水平垂直居中对齐【start】*/
.pub-img-ver{overflow:hidden;position:relative;}
.pub-img-ver:after{content:'';display:block;}
.pub-img-ver img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;max-width:100%;}
/*【模块】图片水平垂直居中对齐【end】*/

/*【模块】iframe水平垂直居中对齐【start】*/
.pub-img-ver iframe{position:absolute;width:100%;height:100%;left:0;top:0;}
/*【模块】iframe水平垂直居中对齐【end】*/

/*【模块】div水平垂直居中对齐【start】*/
.pub-img-ver .pub-cot{position:absolute;width:100%;height:100%;left:0;top:0;}
/*【模块】div水平垂直居中对齐【end】*/

/*强制字符换行【英文按单词换行】*/
.word{
	word-wrap: break-word !important;
	-ms-word-wrap:break-word !important;
    word-break:break-word !important;
    -ms-word-break:break-word !important;
}
/*强制字符换行【英文拆分换行】*/
.word-all{
	word-break: break-all;
	-webkit-word-break: break-all;
	-moz-word-break: break-all;
	-ms-word-break: break-all;
	-o-word-break: break-all;
}

/*块级居中*/
.margin-auto{margin-left:auto;margin-right:auto;}

/*固定宽度尺寸*/
.width-100p{width: 100%;}
.width-60p{width:60%;}
.width-55p{width:55%;}
.max-wid-100p{max-width:100%;}
.max-het-100p{max-height:100%;}
.max-wid-850{max-width:850px;}
.max-wid-1140{max-width:1140px;}
.max-wid-1070{max-width:1070px;}
.max-wid-1200{max-width:1200px;}
.max-wid-1340{max-width:1340px;}
.max-wid-1400{max-width:1400px;}
.max-wid-1440{max-width:1440px;}
.max-wid-1500{max-width:1500px;}

/*内边距*/
.padding-0{padding:0;}

/*内容溢出操作*/
.over-hide{overflow:hidden;}
.over-visi{overflow:visible;}
.over-auto{overflow:auto;}

/*浮动设置*/
.fl-l{
	float: left;
}
.fl-r{
   float: right;
}

/*清除浮动*/
.fl-eim:before,.fl-eim:after{
	content:"";
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
}
.fl-eim{zoom:1;}

/*字体粗细设置*/

.fot-wgt-b{
	font-weight: bold;
}
.fot-wgt-n{
	font-weight: normal;
}


/*块级内联级转换设定*/
.dsy-in-b{
	display: inline-block !important;
}
.dsy-in{
	display: inline !important;
}
.dsy-b{
	display: block !important;
}
.dsy-none{
	display: none;
}

/*内容横向对齐方式*/
.txt-cen{
	text-align: center;
}
.txt-l{
	text-align: left;
}
.txt-r{
	text-align: right;
}

/*定位设置*/
.position-relativ{
	position: relative;
}
.position-absolute{
	position: absolute;
}
.position-fixed{
	position: fixed;
}
.z-index-2{z-index:2;}

/*溢出显示方式*/
.over-spot{
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow:hidden;
	-webkit-text-overflow:ellipsis; 
	-moz-text-overflow:ellipsis; 
	-ms-text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 		
}
.over-spot-1{
	overflow: hidden;
    -webkit-line-clamp: 1;
    -moz-line-clamp:1;
    -ms-line-clamp:1;
    -o-line-clamp: 1;
    line-clamp:1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-2{
	overflow: hidden;
    -webkit-line-clamp: 2;
    -moz-line-clamp:2;
    -ms-line-clamp:2;
    -o-line-clamp: 2;
    line-clamp:2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-3{
	overflow: hidden;
    -webkit-line-clamp: 3;
    -moz-line-clamp:3;
    -ms-line-clamp:3;
    -o-line-clamp: 3;
    line-clamp:3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-4{
	overflow: hidden;
    -webkit-line-clamp: 4;
    -moz-line-clamp:4;
    -ms-line-clamp:4;
    -o-line-clamp: 4;
    line-clamp:4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-5{
	overflow: hidden;
    -webkit-line-clamp: 5;
    -moz-line-clamp:5;
    -ms-line-clamp:5;
    -o-line-clamp: 5;
    line-clamp:5;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;		
}
.over-spot-6{
    overflow: hidden;
    -webkit-line-clamp: 6;
    -moz-line-clamp:6;
    -ms-line-clamp:6;
    -o-line-clamp: 6;
    line-clamp:6;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    word-break: break-all;
}
/*鼠标样式*/
.cursor-hand{
	cursor: pointer;
	cursor: hand;
}

/*清除图片冗余*/
.ver-alig-m{
	vertical-align: middle;
}

/*解决圆角隐藏失效*/
.bor-o{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);	
}



/*列表内容为空的时候*/
.Null_list{
	text-align: center;
}
.Null_list_img span{
	display: inline-block;
}
.Null_list p{
	font-size:14px;
	color: #aaa;
}


/*预加载处理器样式*/
.PreImg.back-Img,.back-Img{
	background:white url(../images/Fixed/loading.gif) no-repeat center;	
}
.Img.visi{
	visibility: hidden;
}
