@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;
}
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;
}
body{
	overflow-x: hidden;
}
a,a:hover{
    color: #333;
    text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*-------------------------------------首页-------------------------------------------*/

/*----页面公共样式----*/

/*背景颜色*/
.back-f2{background-color: #f2f2f2;}
.back-eb{background-color: #ebebeb;}

/*内边距*/
.pad-TB-50{padding: 50px 0;}

/*标题栏*/
.hom-public-tit{
	margin-bottom: 35px;
}
.hom-public-tit h2{
	font-size: 24px;
	color: #131313;
}
.hom-public-tit p{
	font-size: 18px;
	color: #999999;
}
.hom-public-tit p:before,.hom-public-tit p:after{
	content: "";
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #99989E;
	vertical-align: middle;
	margin-top: -2px;
}
.hom-public-tit p:before{
	margin-right: 10px;
}
.hom-public-tit p:after{
	margin-left: 10px;
}



/*----首页样式----*/
/*首页导航*/
.hom-nav{background-color: white;}
.hom-logo{width: 374px;}
.hom-nav-list{width: 706px;margin-left: 20px;}
.hom-Edition{width: 100px;}
.hom-logo a{display: block;height: 100%;}
.hom-logo a img{width:100%;vertical-align: middle;}
.hom-nav-list ul li{
	float: left;
}
.hom-nav-list ul li a{
	display: inline-block;
	height: 100px;
	padding: 0 13px;
	line-height: 100px;
	color: #333333;
	font-size: 16px;
}
.hom-nav-list ul li a:hover,.hom-nav-list ul li a.active{
	background-color: #000066;
	color: white;
}
.hom-Edition a{
	display: inline-block;
	float: left;
	width: 40px;
	margin: 35px 5px 0;
}
.hom-Edition a img{width: 100%;vertical-align: middle;}
/*关键词搜索*/
.hom-sos{
	background-color: #f2f2f2;
}
.hom-sos p{
	font-size: 14px;
	color: #999999;
	height: 50px;
	line-height: 50px;
	width: 1000px;
}
.hom-sos p i{
	color: #333333;
}
.hom-sos-input{
	width: 200px;
	margin-top: 10px;
}
.hom-sos-input span{
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #888888;
	overflow: hidden;
	background-color: white;
	height: 28px;
	overflow: hidden;
	padding: 0 10px;
}
.hom-sos-input span input{
	border: none;
	vertical-align: top;
	float: left;
	width: 140px;
	height: 28px;
	font-size: 14px;
	color: #666666;
}
.hom-sos-input span img{
	width: 22px;
	height: 22px;
	vertical-align:middle;
	float: left;
	margin-top: 3px;
}

/*关于我们*/
.hom-abt-img{width: 405px;}
.hom-abt-cot{width: 415px;padding: 0 30px;}
.hom-honor{width: 320px;}
.hom-abt-buotL,.hom-abt-buotR{
	position: absolute;
	width: 22px;
	height: 32px;
	z-index: 99;
	margin-top: -16px;
	cursor: hand;
	cursor: pointer;
}
.hom-abt-buotL{
	background: url(../images/ico01-1.png) no-repeat center;
	top: 50%;
	left: 10px;
}
.hom-abt-buotR{
	background: url(../images/ico01-1.png) no-repeat center;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);	
	top: 50%;
	right: 10px;
}
.hom-abt-buotL:hover{
	background: url(../images/ico02.png) no-repeat center;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);		
}
.hom-abt-buotR:hover{
	background: url(../images/ico02.png) no-repeat center;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);	
}

.hom-abt-cot h4{
	font-size: 20px;
	color: #4c90ce;
	font-weight: bold;
	letter-spacing: 2px;
}
.hom-abt-cot strong{
	font-size: 10px;
	color: #999999;
	font-weight: normal;
}
.hom-abt-cot p{
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
	line-height: 24px;
	text-indent: 30px;
	margin-top: 20px;
	height: 192px;
	overflow:hidden;
}
.hom-abt-cot a{
	display: inline-block;
	font-size: 14px;
	color: #4c90cf;
	margin-top: 15px;
}
.hom-abt-cot a:hover{
	color: #ffa500;
}
.hom-hono-l{width:63px;}
.hom-hono-c{width: 194px;}
.hom-hono-r{width:63px;text-align: right;}
.hom-hono-l span,.hom-hono-r span,.hom-pro-l span,.hom-pro-r span,.hom-enter-exh-l span,.hom-enter-exh-r span{
	display: inline-block;
	width: 22px;
	height: 32px;
	cursor: hand;
	cursor: pointer;
}
.hom-hono-l span,.hom-hono-r span{
	margin-top: 118.5px;
}
.hom-hono-l span,.hom-pro-l span,.hom-enter-exh-l span{
	background: url(../images/ico01.png) no-repeat center;
	background-size: 100% auto;
}
.hom-hono-r span,.hom-pro-r span,.hom-enter-exh-r span{
	background: url(../images/ico01.png) no-repeat center;
	background-size: 100% auto;	
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.hom-hono-l span:hover,.hom-pro-l span:hover,.hom-enter-exh-l span:hover{
	background: url(../images/ico02.png) no-repeat center;
	background-size: 100% auto;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);	
}
.hom-hono-r span:hover,.hom-pro-r span:hover,.hom-enter-exh-r span:hover{
	background: url(../images/ico02.png) no-repeat center;
	background-size: 100% auto;	
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);	
}

.hom-hono-img{width: 194px;height: 269px;overflow: hidden;}
.hom-hono-img img{width: 100%;vertical-align: middle;}
.hom-hono-nei ul li a{display: block;}
.hom-hono-nei ul li a p{font-size: 18px;color: #999999;text-align: center;margin-top: 10px;}

/*产品展示*/
.hom-pro-clas{
	background-color: white;
	margin:  0 45px;
}
.hom-pro-cot{margin-top: 30px;}
.hom-pro-clas-cot ul li{
	float: left;
}
.hom-pro-clas-tit{
	height: 52px;
	background-color: #4c90cf;
	color: white;
	font-size: 18px;
	line-height: 52px;
	padding:  0 20px;
	width: 220px;
}
.hom-pro-clas-tit h4{
	padding-left: 24px;
	background: url(../images/ico10.png) no-repeat left center;
}
.hom-pro-clas-tit h4 i{
	display: inline-block;
	font-size: 10px;
	margin-left: 10px;
}
.hom-pro-clas-cot{
	width: 800px;
}
.hom-pro-clas-more{width: 50px;}
.hom-pro-clas-cot ul li{
	float: left;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	cursor: hand;
	cursor: pointer;
	color: #666666;
}
.hom-pro-clas-cot ul li:hover,.hom-pro-clas-cot ul li.active{
	color: #4c90cf;
}
.hom-pro-clas-more a{
	display: block;
	font-size: 14px;
	color: #4c90cf;
	height: 52px;
	line-height: 52px;
}
.hom-pro-clas-more a:hover{color:#ffa500;}

.hom-pro-c{
	width: 1110px;
}
.hom-pro-l,.hom-pro-r{
	width: 45px;
}
.hom-pro-l span,.hom-pro-r span{
	margin-top: 140.5px;
}
.hom-pro-r{text-align: right;}
.hom-pro-nei{width: 100%;}
.hom-pro-nei ul li a{
	border: 1px solid #cccccc;
	background-color: white;
}
.hom-pro-nei ul li a:hover{
	border: 1px solid #4e82f9;
}
.hom-pro-img{
	height: 255px;
	overflow: hidden;
}
.hom-pro-img img{width: 100%;}
.hom-pro-nei ul li a p{
	font-size: 14px;
	color: #333333;
	padding: 20px 10px;
	text-align: center;
	line-height: 16px;
	height: 16px;
	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; 		
}
/*公司动态*/
/*公司新闻*/
.hom-news{width: 620px;}
.hom-enter{width: 480px;margin-left: 100px;}
.hom-news-wai{position: relative;}
.hom-news-tit{
	border-bottom: 1px solid #bdbdbd;	
}
.hom-news-tit>ul>li{
	float: left;
	font-size: 18px;
	color: #bdbdbd;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	cursor: pointer;
	cursor: hand;
	position: static;
	width: 80px;
}
.hom-news-tit>ul>li.active,.hom-news-tit>ul>li:hover{
	color: #3c86ca;
	border-bottom: 2px solid #3c86ca;
}
.hom-news-li01-l{width: 191px;height: 131px;overflow: hidden;}
.hom-news-li01-r{width: 389px;margin-left: 20px;}
.hom-news-li01-l img{width: 100%;}
.hom-news-li01-r>h4>a{
	display: inline-block;
	font-size: 16px;
	color: #3c86ca;
}
.hom-news-li01-r>p{
	font-size: 14px;
	color: #999;
	height: 89px;
	line-height: 22px;
	margin-top: 5px;
	overflow: hidden;

}
.hom-news-li01-r>p:hover{
	color: #747474;
}
.hom-news-li01-r>a{
	margin-top: 5px;
    font-size: 14px;
    color: #3c86ca;
}
.hom-news-li01-r>a:hover,.hom-news-li01-r>h4>a:hover,.hom-new-more a:hover{
	color: #ffa500;
	text-decoration: underline;
}
.hom-news-nei>ul>li{
	margin-bottom: 10px;
}
.hom-news-nei>ul>li.li02>a,.hom-news-nei>ul>li.li02>i{
	display: inline-block;
	float:left;
	font-size: 14px;
	color: #747474;
}
.hom-news-nei>ul>li.li02>a{
	width:525px;
	padding-left: 15px;
	background: url(../images/ico04.png) no-repeat left 7px;
}
.hom-news-nei>ul>li.li02>i{width: 80px;text-align: right;}
.hom-new-more{
	position: absolute;
	top: 5px;
	right: 0;
}
.hom-new-more a{
	display: inline-block;
	font-size: 14px;
	color: #8d8d8d;
	padding-right:15px;
	background: url(../images/ico03.png) no-repeat right 3px;
}
.hom-news-nei>ul>li.li02>a:hover{
	color: #3c86ca;
	text-decoration: underline;
}
.swiper-block>.hom-new-more{
	display: block;
}

/*企业荣誉*/
.hom-enter-exh-c{width: 335px;height: 192px;overflow: hidden;}
.hom-enter-exh-l,.hom-enter-exh-r{width: 72.5px;margin-top: 80px;}
.hom-enter-tit{
	width: 335px;
	margin: 0 auto;
}
.hom-enter-tit h4{
	width: 130px;
	font-size: 18px;
	color: #999999;
	padding-bottom: 5px;
	border-bottom: 2px solid #3c86ca;
	margin-top:20px;
}
.hom-enter-tit p{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
}

/*联系我们*/
.hom-coct>p{
	font-size: 14px;
	color: #333333;
	width:500px;
	margin: 0 auto;
	text-align: center;
	line-height: 24px;
}
.hom-coct-list{
	background-color: white;
	margin-top: 30px;
}
.hom-coct-list ul li{
	float: left;
	width: 20%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	height: 90px;
	padding-left: 40px;
	font-size: 14px;
	color: #333333;
}
.hom-coct-list ul li p.coct-tit{
	margin-top: 15px;
}
.coct-tel{
	background: url(../images/ico05.png) no-repeat 2px 18px;
}
.coct-fax{
	background: url(../images/ico06.png) no-repeat 2px 18px;
}
.coct-email{
	background: url(../images/ico07.png) no-repeat 2px 18px;
}
.coct-mobile{
	background: url(../images/ico08.png) no-repeat 2px 18px;
}
.coct-addre{
	background: url(../images/ico09.png) no-repeat 2px 18px;
}
/*留言表单*/
.hom-coct-input{
	margin-top: 20px;
}
.hom-coct-input-l{
	width:980px;
}
.hom-coct-input-r{
	width:200px;
	margin-left: 20px;
}
.hom-coct-input-l input,.hom-coct-input03 textarea{
	border: 1px solid transparent;
	height: 47px;
	padding:0 40px;
}
.hom-coct-input-l input:focus,.hom-coct-input03 textarea:focus{
	border: 1px solid #337acc;
}
.hom-coct-input01 input{
	width: 393px;
}
.hom-coct-input02 input{
	width:898px;
}
.hom-coct-input03 textarea{
	width:898px;
	padding: 20px 40px;
	height: 120px;
}
.hom-coct-input02,.hom-coct-input03{
	margin-top: 20px;
}
.hom-coct-input-r p{
	font-size: 12px;
	color: #666666;
	line-height: 26px;
	margin-left: 30px;
	margin-top: 100px;
}
.hom-coct-input-r input{
	border: none;
	width: 100%;
	height: 30px;
	background-color: #337acc;
	color: white;
	text-align: center;
	line-height:30px;
	margin-top: 117px;
}

/*footer*/
.foot-acshoes{width:200px;background-color: white;text-align:left;margin-top:10px;}
.hom-foot{
	background-color: #262626;
	padding: 10px 0;
}
.hom-foot-l{
	width: 880px;
}
.hom-foot-r{
	width: 320px;
}
.hom-foot-nav>ul>li{
	float: left;
}
.hom-foot-nav>ul>li>a{
	display: inline-block;
	font-size: 16px;
	color: white;
	margin-right: 30px;
}
.hom-foot-Related>p{
	font-size: 13px;
	color: white;
	width: 75px;
}
.hom-foot-Related>ul{
	width: 805px;
}
.hom-foot-Related>ul>li{
	float: left;
}
.hom-foot-Related>ul>li>a{
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	color: white;
	vertical-align: text-top;
}
.hom-foot-inform{
	line-height: 24px;
}
.hom-foot-inform,.hom-foot-inform a{
	font-size: 12px;
	color: white;
}
.hom-foot-inform a:hover,.hom-foot-Related>ul>li>a:hover,.hom-foot-nav>ul>li>a:hover{
	color: #0068b7;
	text-decoration: underline;
}
.hom-foot-inform span,.hom-foot-inform i{display: inline-block;}
.hom-foot-inform i>img{
	margin-bottom: -5px;
}
.margin-left-30{
	margin-left: 30px;
}
.hom-foot-r img{
	width: 95px;
}
.hom-foot-r>div{
	margin-right:10px;
	margin-top: 10px;
}
.hom-foot-r>div>p{
	font-size: 14px;
	color: white;
	text-align: center;
}


/*返回顶部*/
.home-top{
	width: 45px;
	height: 45px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 99999;
	cursor: pointer;
	cursor: hand;
	transition: background-color 0.7s;
	-webkit-transition: background-color 0.7s;
	-moz-transition: background-color 0.7s;
	-ms-transition: background-color 0.7s;
	-o-transition: background-color 0.7s;
}
.home-top:hover{
	background-color: #0068b7;
	transition: background-color 0.7s;
	-webkit-transition: background-color 0.7s;
	-moz-transition: background-color 0.7s;
	-ms-transition: background-color 0.7s;
	-o-transition: background-color 0.7s;
}
.home-top img{
	width: 100%;
}

/*在线客服*/
.hom-Onser{
	position: fixed;
	right: -160px;
	bottom: 50%;
	z-index: 3333;
	margin-bottom: -65px;
}
.hom-Onser-l{
	margin-top: 20px;
	cursor: pointer;
	cursor: hand;
}
.hom-Onser-l>p{
	font-size: 14px;
	color: #FFFFFF;
	width: 16px;
	padding: 10px 3px 10px 7px;
	background-color: #009ee8;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.hom-Onser-r{
	border-radius: 5px;
	background-color: #009ee8;	
}
.hom-Onser-r>div{
	width: 150px;
	border-radius: 5px;
	background-color: white;
	margin: 5px;
}
.hom-Onser-r-q{
	margin:0 5px;
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
.hom-Onser-r-q>img{float: left;}
.hom-Onser-r-q>a{
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
}
.hom-Onser-r-tel{
	margin: 5px;
	height: 60px;
}
.hom-Onser-r-tel>h6{
	font-size: 12px;
	color: #131313;
	margin-top: 10px;
}
.hom-Onser-r-tel>p{
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
	margin-top: 3px;
}














/* ------------------------------------内页----------------------------------------- */
#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: #000066;
    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: #000066;
	border-bottom: 2px solid #000066;
    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, #website_company_page div{
    font-size: 14px;
    line-height: 1.8em;
    padding: 10px;
    text-indent:0 !important;
}
#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{
	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 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: #999999;
	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: #666666;
	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: #666666;
	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: #666666;
	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{
    width: 159px !important;
    height: auto !important;
    margin-right: 0;	
	border:none !important;
}
.imagetype_li>a{
	display:inline-block;
    width: 159px;
    height: 120px;
    border: 1px solid #ccc;
    overflow: hidden;	
}
.imagetype_li h5{
	text-align:center !important;
}
/*视频展示页*/
#website_movies_page ul{
	width: 242px;
    margin: 0 5px;
}
#website_movies_page{
	border-top:none;
}




/*----------------------------------公共调用区-----------------------------------*/

/*-----------------banner-------------------*/
.banner{
	width:100%;
	height:560px;
	overflow:hidden;
	position:relative;	
}
.banner-wai{
	position: relative !important;
	height:560px;	
	width: 1750px !important;
	left:-875px;
	margin-left:50% !important;
}

.swiper-slide a{
	display:block;
	height:100%;
}
.swiper-container .swiper-button-prev {
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
}

.swiper-container .swiper-button-next {
    background: url(../images/left.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    -ms-transform: rotate(180deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: rotate(180deg);
    -moz-transform-origin: 50% 50%;
    -o-transform: rotate(180deg);
    -o-transform-origin: 50% 50%;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.8 !important;
    border-radius: 100%;
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-bullet-active {
    background:#000066 !important;
    width: 10px !important;
    height: 10px !important;
    opacity: 1 !important;
    border-radius: 30px !important;
    transition:width 0.5s,border-radius 0.5s;
    -webkit-transition:width 0.5s,border-radius 0.5s;
    -moz-transition:width 0.5s,border-radius 0.5s;
    -ms-transition:width 0.5s,border-radius 0.5s;
    -o-transition:width 0.5s,border-radius 0.5s;
}

.swiper-container-horizontal>.swiper-pagination{
	    bottom: 20px !important;	    
}
/*banner自定义命名*/
.my-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.my-slide{
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;	
}




/*swiper数字分页器*/
.swiper-container-horizontal>.swiper-BulletRender{
	text-align: right !important;
	width: 98% !important;
    bottom: 10px !important;
}
.swiper-BulletRender .swiper-pagination-bullet {
    background: #000 !important;
    opacity: 0.8 !important;
    border-radius:0;
    width: auto !important;
    height: auto !important;
    padding: 1px 5px;
    font-size: 10px;
    color: white;
    margin: 0 3px !important;
}

.swiper-BulletRender .swiper-pagination-bullet-active {
    background:#2a9da8 !important;
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    transition:width 0.5s,border-radius 0.5s;
    -webkit-transition:width 0.5s,border-radius 0.5s;
    -moz-transition:width 0.5s,border-radius 0.5s;
    -ms-transition:width 0.5s,border-radius 0.5s;
    -o-transition:width 0.5s,border-radius 0.5s;
}


/*固定宽度尺寸*/
.width-1200{
	width: 1200px;
}
.width-1024{
	width: 1024px;
}

.width-1002{
	width: 1002px;
}
.width-100p{width: 100%;}



/*浮动设置*/
.fl-l{
	float: left;
}
.fl-r{
   float: right;
}

/*清楚浮动*/
.fl-eim:before,.fl-eim:after{
	content:"";
	display: table;
	clear: both;
}

/*字体粗细设置*/

.fot-wgt-b{
	font-weight: bold;
}
.fot-wgt-n{
	font-weight: normal;
}


/*块级内联级转换设定*/
.dsy-in-b{
	display: inline-block;
}
.dsy-in{
	display: inline;
}
.dsy-b{
	display: block;
}
.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;
}

/*外边距尺寸*/
.margin-auto{
	margin-left: auto;
	margin-right: auto;
}
.margin-top-5{
	margin-top: 5px;
}
.margin-top-10{
	margin-top: 10px;
}
.margin-top-15{
	margin-top: 15px;
}
.margin-top-20{
	margin-top: 20px;
}
.margin-top-25{
	margin-top: 25px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-top-35{
	margin-top: 35px;
}
.margin-top-40{
	margin-top: 40px;
}
.margin-bottom-5{
	margin-bottom: 5px;
}
.margin-bottom-10{
	margin-bottom: 10px;
}
.margin-bottom-15{
	margin-bottom: 15px;
}
.margin-bottom-20{
	margin-bottom: 20px;
}
.margin-bottom-25{
	margin-bottom: 25px;
}
.margin-bottom-30{
	margin-bottom: 30px;
}
.margin-bottom-35{
	margin-bottom: 35px;
}
.margin-bottom-40{
	margin-bottom: 40px;
}
.margin-left-5{
	margin-left: 5px;
}
.margin-left-10{
	margin-left: 10px;
}
.margin-left-15{
	margin-left: 15px;
}
.margin-left-20{
	margin-left: 20px;
}
.margin-left-40{
	margin-left: 40px;
}

.margin-LR-15{
	margin:0 15px;
}


/*内边距尺寸*/

.padding-10{
	padding: 10px;
}
.padding-20{
	padding: 20px;
}
.padding-30{
	padding: 30px;
}
.padding-40{
	padding: 40px;
}
.padding-TB-5{
	padding: 5px 0;
}
.padding-TB-10{
	padding: 10px 0;
}
.padding-TB-20{
	padding: 20px 0;
}
.padding-TB-30{
	padding: 30px 0;
}
.padding-TB-40{
	padding: 40px 0;
}
.padding-top-30{
	padding-top: 30px;
}

/*溢出显示方式*/
.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; 		
}

/*鼠标样式*/
.cursor-hand{
	cursor: pointer;
	cursor: hand;
}

/*清楚图片冗余*/
.ver-alig-m{
	vertical-align: middle;
}
