@charset "utf-8";
/* CSS Document */
*{margin:0px;border:0px;padding:0px;font-family:"宋体";font-size:12px;}
body ,html{ height:100%;}
div{margin:0;border:0;padding:0;}
ul li{padding:0px;margin:0px;}
ol,ul,li{list-style:none;}
span{padding:0px; margin:0px;}
a{text-decoration:none;}
input {outline: none;}
clear{style:both;}
.fl{float:left; display:inline;}
.fr{float:right;}
.cl{clear:both;}


.head{width:100%;height:130px;background:url(../images/h_bj.png) no-repeat center;margin:0 auto;}
.head .head_nei{width:1200px;margin:0 auto;}
.head .head_nei .logo{width:488px;height:66px;float:left;margin:30px 0 0 20px;}
.head .head_nei .kuang{width:360px;height:120px;float:right;}
.head .head_nei .kuang .qie{float:right;height:30px;line-height:30px;margin-top:10px;}
.head .head_nei .kuang .qie a{color:#4d4d4d;font-size:14px;font-family:"微软雅黑";}
.head .head_nei .kuang .tel{float:right;margin-top:10px;}




.nav{width:100%;height:56px;background:#ba0002;margin:0 auto;}
.nav .nav_nei{width:1200px;margin:0 auto;}
.nav .nav_nei li{width:120px;height:56px;line-height:56px;float:left;text-align:center;}
.nav .nav_nei li a{color:#FFF;font-size:15px;font-family:"微软雅黑";}


#wrapper {
	background:#fff;
	position:relative;
}


.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:400px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:400px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#e1472f !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#e1472f !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: -1;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 188px;
    height: 6px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}




.jianjie{width:100%;background:url(../images/jj.png) repeat-x;height:513px;margin:40px auto 0;}
.jianjie .jianjie_nei{width:1200px;margin:0 auto;}
.jianjie .jianjie_nei .title{width:179px;height:84px;margin:0 auto;text-align:center;}

.jianjie .jianjie_nei .tu{margin:30px auto;width:980px;height:116px;}
.jianjie .jianjie_nei .nei{color:#6d6d6d;font-size:14px;font-family:"微软雅黑";line-height:35px;height:140px;overflow:hidden;}
.jianjie .jianjie_nei .more{width:140px;height:40px;text-align:center;margin:40px auto 0;border:1px solid #dbdbdb;line-height:40px;}
.jianjie .jianjie_nei .more a{color:#5d5d5d;font-size:14px;font-family:"微软雅黑";line-height:35px;}



#xinwen{width:1200px;margin:0 auto;}
#xinwen .title{width:325px;height:90px;margin:30px auto 0;text-align:center;}

#xinwen .xin1{width:256px;height:326px;float:left;border:1px solid #ececec;margin-left:32px;margin-top:20px;}
#xinwen .xin1 .tu{width:256px;height:183px;text-align:center;}
#xinwen .xin1 .tu img{width:256px;height:183px;}
#xinwen .xin1 .biaoti{width:246px;height:35px;line-height:35px;margin-left:10px;margin-top:4px;overflow:hidden;}
#xinwen .xin1 .biaoti a{color:#5d5d5d;font-size:14px;font-family:"微软雅黑";}
#xinwen .xin1 .nei{width:236px;height:66px;line-height:22px;color:#5d5d5d;font-size:12px;font-family:"微软雅黑";margin-left:10px;overflow:hidden;}
#xinwen .xin1 .geng{text-align:center;margin-top:4px;}
#xinwen .xin1 .geng a{color:#dc0808;font-size:14px;font-family:"微软雅黑";}

#xinwen .xin2{width:256px;height:326px;float:left;border:1px solid #ececec;margin-left:32px;margin-top:20px;}
#xinwen .xin2 .tu{width:256px;height:183px;text-align:center;}
#xinwen .xin2 .tu img{width:256px;height:183px;}
#xinwen .xin2 .biaoti{width:246px;height:35px;line-height:35px;margin-left:10px;margin-top:4px;overflow:hidden;}
#xinwen .xin2 .biaoti a{color:#5d5d5d;font-size:14px;font-family:"微软雅黑";}
#xinwen .xin2 .nei{width:236px;height:66px;line-height:22px;color:#5d5d5d;font-size:12px;font-family:"微软雅黑";margin-left:10px;overflow:hidden;}
#xinwen .xin2 .geng{text-align:center;margin-top:4px;}
#xinwen .xin2 .geng a{color:#dc0808;font-size:14px;font-family:"微软雅黑";}


.zhi{width:100%;background:#f8f8f8;height:420px;margin:40px auto 0;}
.zhi .zhi_nei{width:1200px;margin:0 auto;}
.zhi .zhi_nei .ci{width:611px;float:left;height:400px;background:url(../images/xian.jpg) no-repeat right;}
.zhi .zhi_nei .ci .title{width:596px;float:left;margin:20px 0 0 20px;height:52px;line-height:52px;}
.zhi .zhi_nei .ci .tu{width:596px;text-align:center;margin-top:20px;float:left;}
.zhi .zhi_nei .ci .tu img{width:500px;height:132px;}
.zhi .zhi_nei .ci .nei{color:#000;font-size:16px;font-family:"微软雅黑";height:132px;line-height:35px;width:580px;margin-top:20px;float:left;}


.zhi .zhi_nei .lian{width:572px;float:right;height:400px;}
.zhi .zhi_nei .lian .title{width:572px;float:left;margin:20px 0 0 20px;height:52px;line-height:52px;}
.zhi .zhi_nei .lian .tu{width:572px;text-align:center;margin-top:20px;float:left;}
.zhi .zhi_nei .lian .tu img{width:500px;height:132px;}
.zhi .zhi_nei .lian .nei{color:#000;font-size:16px;font-family:"微软雅黑";height:160px;line-height:30px;width:580px;background:url(../images/di.png) bottom right no-repeat;margin-top:20px;float:left;}





.chanpin{width:1200px;margin:0 auto;}
.chanpin .title{width:325px;height:90px;margin:30px auto 0;text-align:center;}
.chanpin .list{width:1200px;margin:0 auto;}
.chanpin .list li{border:1px solid #CCC;width:383px;height:244px;float:left;margin:20px 0 0 15px;position:relative;}
.chanpin .list li img{width:383px;height:244px;}
.chanpin .list li span{font-size:14px;font-family:"微软雅黑";width:383px;height:39px;display:block;text-align:center;line-height:39px;position:absolute;background:url(../images/tou.png) no-repeat center;bottom:0px;left:0px;}
.chanpin .list li a{color:#FFF;}
.chanpin .geng{margin:30px auto;width:140px;height:40px;border:1px solid #CCC;line-height:40px;text-align:center;}
.chanpin .geng a{font-size:14px;font-family:"微软雅黑";color:#666;}



.footer{width:100%;height:198px;background:#ba0002;margin:0 auto;text-align:center;}
.footer .footer_nei{width:1200px;margin:0 auto;}
.footer .footer_nei .nei{width:922px;float:left;margin-left:10px;line-height:35px;color:#FFF;font-size:14px;font-family:"微软雅黑";margin-top:22px;}
.footer .footer_nei .er{width:214px;text-align:center;float:right;margin-top:40px;}
.footer .footer_nei .er p{font-size:14px;font-family:"微软雅黑";color:#FFF;height:35px;line-height:35px;}
.footer .footer_nei .er img{width:112px;hieght:112px;}


/**************分页***************/
.fenye{width:1200px;margin:0 auto;margin-top:30px;}
.fenye .fen_left{width:300px;float:left;}
.fenye .fen_left .classify {width: 300px;}
.fenye .fen_left .classify .pro_tit {color: #fff;background: url(../images/index_13.jpg) no-repeat;width:181px;height: 110px;font-family:"微软雅黑";padding: 42px 0px 0 120px;border-bottom:1px solid #FFF;font-size: 20px;line-height: 63px;}

.fenye .fen_left .classify_list{background: #c10000;padding-bottom:5px;}
.fenye .fen_left .classify_list li {border-bottom:1px dashed #fff;height: 65px;line-height: 65px;}
.fenye .fen_left .classify_list li a {font-family:"微软雅黑";font-size: 15px;color: #fff;display: block;background: url(../images/index_16.png) no-repeat 240px center;padding-left: 40px;}
.fenye .fen_left .classify_list li a:hover {background: url(../images/index_17.png) no-repeat 240px center #9b0000;}



.fenye .fen_left .m_contact {margin: 24px 0 0;}
.fenye .fen_left .m_contact_con {border: solid 1px #dbe2e2;margin-bottom:20px}
.fenye .fen_left .m_contact_txt {color: #6a6a6a;font-size: 15px;line-height: 28px;padding: 30px 10px 20px;min-height: 166px;font-family:"微软雅黑";}


.fenye .fen_right{width:860px;float:right;margin-bottom:20px;}
.fenye .fen_right .art-tit {line-height: 28px;height:28px;padding-bottom: 5px;border-bottom: 4px solid #dcdcdc;margin-bottom:10px;}
.fenye .fen_right .art-tit h1 {font-family:"微软雅黑";padding-left: 30px;background: url(../images/page-tit.jpg) no-repeat 2px center;color: #ce2029;font-size: 22px;
padding-bottom: 5px;margin-bottom: -10px;}
.fenye .fen_right .art-tit p img {margin-left: 660px;}
.fenye .fen_right .art-tit span{float:right;font-family:"微软雅黑";font-size: 15px;color: #333;}
.fenye .fen_right .art-tit span a{font-family:"微软雅黑";font-size: 15px;color: #333;}

/********单页***********/
.fenye .fen_right .right_con h1 {
width: 100%;
text-align: center;
font: 20px/36px "microsoft yahei";
color: #0d1c3f;
}
.fenye .fen_right .right_con {
width: 100%;
font: 14px/30px "microsoft yahei";
color: #000;
height: auto;
overflow: hidden;
}
.fenye .fen_right .right_con p{
width: 100%;
font: 14px/30px "microsoft yahei";
color: #000;
height: auto;
overflow: hidden;
}
.fenye .fen_right .right_con span{
width: 100%;
font: 14px/30px "microsoft yahei";
color: #000;
height: auto;
overflow: hidden;
}
.fenye .fen_right .date {
width: 100%;
text-align: center;
font: 12px/32px "microsoft yahei";
color: #acacac;
}
center {
padding: 20px 0;
}
.fenye .fen_right .page p {
background: url(../images/page.jpg) 0 0 no-repeat;
width: 678px;
height: 38px;
margin: 2px auto;
font: 14px/38px "microsoft yahei";
color: #7d7d7d;
text-indent: 36px;
overflow: hidden;
}
.fenye .fen_right .page p a {
color: #7d7d7d;
}
.fenye .fen_right .back {
display: block;
width: 100px;
margin: 0 auto;
font: 14px/42px "microsoft yahei";
color: #7d7d7d;
text-align: center;
}
/********单页***********/


.page p {
border-bottom:1px dashed #999999;
width: 678px;
height: 38px;
margin: 2px auto;
font: 14px/38px "microsoft yahei";
color: #7d7d7d;
text-indent: 36px;
overflow: hidden;
}
.page p a {
color: #7d7d7d;font: 14px/38px "microsoft yahei";
}

.page p span{
color: #7d7d7d;font: 14px/38px "microsoft yahei";
}


/*new_list*/
.news {
width: 860px;
margin: 0 auto;
height: auto;
overflow: hidden;
}

.news li {
width: 100%;
height: 46px;
border-bottom: 1px dotted #b8b8b8;
overflow: hidden;
background: url(../images/icons2.jpg) 2px center no-repeat;
text-indent: 16px;
font: 14px/46px "microsoft yahei";
}
.news li a {
float: left;
color: #666;
}
.news li span {
float: right;
color: #999;
padding-right: 6px;
}
/*new_list*/



/***************产品列表***********************/
.fenye .fen_right .pro_team{width:863px;float:right;}
.fenye .fen_right .pro_team .pro_tu1{margin-top:10px;width:270px;height:225px;float:left;margin-left:15px;}
.fenye .fen_right .pro_team .pro_tu1 .tu{width:270px;height:184px;float:left;border:1px solid #ddd1c0;}
.fenye .fen_right .pro_team .pro_tu1 .tu img{margin:0 auto;display:block;}
.fenye .fen_right .pro_team .pro_tu1 .ding{float:left;font-size:14px;width:270px;text-align:center;font-family:'微软雅黑';height:38px;line-height:38px;text-align:center;}
/***************产品列表***********************/


#page {width:1200px;clear:both;height:100px;margin:0 auto;}
#page ul{display:block; margin:0 auto;width:1200px;text-align:center; padding-top:20px;}
#page li{vertical-align: bottom; display:inline-block;*display:inline; *zoom:1;border-radius: 3px; width:72px;height:30px;*margin-left:5px;_display:inline; _zoom:1; _margin-left:5px;  border:1px solid #C6C6C6;
font-size:14px;line-height:30px; margin-left:10px;text-align:center; background:#C4C4C4;}
#page a { color:#333;width:72px;border-radius: 3px;}
#page_on{background:#997950; color:#333;width:72px;}



#gbook{padding: 25px 0 0 35px;width:660px; margin: 0px auto;}
#gbook li{padding: 5px;min-width:500px;text-align:left;}
#gbook input{border: 1px solid #999;width: 200px;padding-left: 2px;height: 26px;line-height: 26px;}
#gbook .gbook_radio{border: 1px solid #999;width: auto;padding-left: 2px;height: auto;line-height:inherit;}
#gbook #tijiao{width: 80px;height: 25px;line-height: 25px;background: #000;color: #FFF;margin-left: 50px;}
#gbook textarea{width: 400px;height: 120px;border: 1px solid #999;overflow: hidden;line-height: 20px;padding-left: 2px;}
#gbook #chongzhi{width: 80px;height: 25px;line-height: 25px;background: #000;color: #FFF;}
#gbook span{color: #000;font-size: 12px;}
#gbook_list{width: 600px;padding: 15px 35px 20px 0;min-height: 200px;font-size:14px;float:right;}
#gbook_list li{height: 25px;line-height: 25px;border-bottom: 1px dashed #000;font-size:14px;line-height:25px;width:80%;margin:0 auto;}
#gbook_list li span{float: left;padding-left: 10px;}
#gbook_list li strong{float: right;font-weight: normal;padding-right: 10px;}
#gbook_list .bordercolor{border:#666666 1px solid;background:#ffffff;}

