@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
*html,*html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}

/*input,textarea{-webkit-appearance: none;}*//* 删除input或textarea输入框在移动版显示的阴影（Safari/iPhone） */
	
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}
a{
	text-decoration:none !important;
	color:#666;
	outline:none;
	transition: color .6s,border-color .6s,background-color .6s;
	}
a:hover{
	transition: color .6s,border-color .6s,background-color .6s;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{
	cellspacing:0px;
	cellpadding:0px;
	}
img{
	border:none;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
	}
dl,dt,dd{padding:0;margin:0;}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.verdana{
	font-family: Verdana,Geneva,sans-serif;
	}
.Georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.en{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	}
@font-face {
    font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}
.cn{
	font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	}

/** 以上为全局设置 **/
/** index **/
.warp{
	width:100%;
	height:auto;
	}
.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide {
    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;
}

/** header **/
.header{
	height: auto;
}
.top_bar{
	height: auto;
}
.top_bar .container{
	width: 100%;
}
.top_bar01{
	height: 2px;
	background: #1f1f21;
}
.top_bar02{
	height: 2px;
	background: #d51234;
}

.top_con{
	height: auto;
}
.top_con .container{
	width: 1000px;
}
.logo{
	padding:0;
}
.logo h1{
	margin:0;
}
.logo img{
	max-width: 100%;
}

.top_dhhm{
	font-family: "Impact";
    display: block;
    font-size: 32px;
    line-height: 35px;
    color: #d51234;
    padding-left: 50px;
    font-weight: bold;
    background: url(../images/tell.jpg) no-repeat;
    margin-top: 30px;
}
.top_search{
	padding:0;
}
.sousuo{
	height: 42px;
	border: 1px solid #ccc;
	margin-top: 25px;
}
.sousuo01{
	height: auto;
}
.sousuo01 input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	outline: none;
	border:none;
	font-size: 14px;
}
.sousuo02{
	height: auto;
	padding:0;
}
.sousuo02 a{
	display: block;
}
.sousuo02 input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	outline: none;
	border:none;
	background: url(../images/btnbg.gif) no-repeat  center center #d51234;
	cursor: pointer;
}

.menu{
	height: 50px;
	background: url(../images/nav.jpg) no-repeat center;
}

.menu .container{
	width: 1000px;
	height: 50px;
	position: relative;
}
.menu ul{
	height: auto;
}
.menu ul li{
	width: 111px;
	float: left;
}
.menu_bt a{
	display: block;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.menu_bt a:hover{
	background: url(../images/nav_hover.png) no-repeat;
}
#menudq a{background: url(../images/nav_hover.png) no-repeat;}


.menu_xiala{
	width: 100%;
	height: auto;
	position: absolute;
	top:50px;
	left:0;
	z-index: 999999;
	padding: 30px 20px;
	border-bottom: 2px solid #d51234;
	background: rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	display: none;
}
.xiala_ul{
	height: auto;
	text-align: center;
}
.xiala_ul a{
	width: 115px;
	height: 33px;
	background: url(../images/navhover1.png) center center no-repeat;
    color: #000;
    display: block;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    margin:5px 2px;
    font-size: 14px;
}
.xiala_ul a:hover{
	background: url(../images/navhover2.png) center center no-repeat;
	color: #fff;
}
/** header **/

.banner{
	height: 400px;
}
.banner .swiper-container{
	height: 100%;
}
.banner .swiper-wrapper{
	height: 100%;
}
.banner .swiper-slide{
	height: 100%;
}

/** sy_pro **/
.sy_pro{
	height: auto;
	padding:30px 0;
}
.sy_pro .container{
	width: 1030px;
}

.sypro_box{
	height: auto;
}
.sypro_left{
	height: auto;
	padding-right: 12px;
}
.sypro_top{
	height: auto;
	background: url(../images/left_1.jpg) no-repeat;
	background-size: cover;
	font-size: 24px;
	color: #fff;
	padding:25px;
}
.sypro_ul{
	height: auto;
}
.sypro_ul ul{
	height: auto;
	border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
}
.sypro_ul ul li{
	height: auto;
}
.sypro_ul ul li a{
	display: block;
	background: url(../images/left_3.jpg) 22px center no-repeat;
	line-height: 46px;
	padding-left: 65px;
	font-size: 14px;
	color: #111;
	    border-bottom: #ccc 1px solid;
}
.sypro_ul ul li a:hover{
	background: url(../images/left_hover.jpg) no-repeat left;
	color: #d51234;
}
#prodq a{
	background: url(../images/left_hover.jpg) no-repeat left;
	color: #d51234;
}

.sypro_dibu{
	background: url(../images/left_2.jpg) no-repeat;
    height: 185px;
}
.sypro_dibu span {
    padding-top: 65px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
    display: block;
}
.sypro_dibu .tel400 {
    font-family: "Impact";
    line-height: 55px;
    text-align: center;
    font-size: 33px;
    color: #FFF;
    margin:0;
}
.sypro_dibu a {
    text-align: center;
    color: #FFF;
    padding-left: 75px;
    line-height: 26px;
    font-size: 18px;
}
.sypro_right{
	height: auto;
	padding: 0 8px;
}
.sypro_list{
	height: auto;
}
.sypro_list ul{
	height: auto;
}
.sypro_list ul li{
	height: auto;
	padding:0 8px;
	margin-bottom: 10px;
}
.sypro_lbzj{
	height: auto;
}
.sypro_lbzj a{
	display: block;
	    padding: 3px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.sypro_lbzj a img{
	height: 218px;
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.sypro_title{
	    background: #e7e7e7;
	    height: 60px;
	   padding: 0 8px;
}
.sypro_title01{
	float: left;
	padding-left:0;
	padding-right: 5px;
}
.sypro_title01 a{
	display: block;
	line-height: 60px;
	font-size: 14px;
	    color: #111;
	    white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.sypro_title02{
	float: right;
	padding:0;
}
.sypro_title02 a{
	display: block;
	background: url(../images/pro_1.jpg) no-repeat;
    color: #fff;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
}
.sypro_title01 a:hover{
	color: #d51234;
}
.sypro_lbzj a:hover img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
/** sy_pro **/
/** sy_about **/
.sy_about{
	    background: url(../images/abou_bj.jpg) center no-repeat;
    height: 595px;
}
.sy_about .container{
	width: 1030px;
}
.syab_top{
	height: 395px;
    width: 100%;
}
.syab_top h1 {

	text-align: center;

	padding-top: 35px;

	color: #fff;

	font-size: 33px;

	font-family: "Impact";
	margin:0;

}

.syab_top h2 {

	text-align: center;

	padding-top: 20px;

	color: #fff;

	font-size: 22px;

	font-weight: bold;
	margin:0;

}
.syab_top1{
	height: auto;
}
.iab_lef {
    width: 305px;
    float: left;
}
.iab_lef img {
    padding-top: 36px;
    padding-left: 30px;
}

.iabout_s {
    width: 670px;
    float: right;
    color: #FFF;
    padding-top: 8px;
}
.iabout_s h1 {
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    padding-top: 40px;
    color: #fff;
}
.iabout_s h3 {
    border-bottom: 2px solid #fff;
    width: 50px;
    margin: 12px 0px;
}
.syab_wzjs{
	height: auto;
	padding-bottom: 10px;
	line-height: 25px;
}
.iabout_s a {
    color: #FFF;
    border: 1px solid #fff;
    width: 92px;
    height: 27px;
    line-height: 27px;
    display: block;
    padding-left: 10px;
    background: url(../images/about_1.gif) right no-repeat;
    margin-left: 0;
}
.iabout_s a:hover{
	color: #111;
}

.syab_dibu{
	height: auto;
}
.syab_dibu ul{
	height: auto;
}
.syab_dibu ul li{
	height: auto;
}
.syab_dibu ul li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.syab_dibu ul li a img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.syab_dibu span {
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    background: url(../images/proimgbg.png) repeat;
    position: absolute;
    bottom: 0;
    left: 0px;
}
.syab_dibu ul li a:hover img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
/** sy_about **/
/** sy_news **/
.sy_news{
	height: auto;
	padding:30px 0;
}
.sy_news .container{
	width: 1030px;
}
.sy_news01{
	height: auto;
}
.sy_news02{
	height: auto;
}
.sy_news03{
	height: auto;
}
.news_s {
    background: url(../images/title.jpg) no-repeat;
    height: 75px;
}
.news_s a {
    float: right;
    padding-top: 20px;
    padding-right: 30px;
    color: #111;
}
.news_s a:hover{color: #d51234;}
.news_s .itit {
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 30px;
    margin:0;
}
.news_s .orange {
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    color: #d51234;
}
.synews_top{
	height: auto;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
}
.synews_tp{
	height: auto;
	padding:0;
}
.synews_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.synews_yb{
	height: auto;
	padding-right: 0;
}
.syxw_bt a{
	display: block;
	font-size: 16px;
	color: #111;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.syxw_bt span{
	width: 30px;
    height: 3px;
    padding: 6px 0;
    border-bottom: 3px solid #e87d90;
    margin-left: 0;
    display: block;
}
.syxw_p{
	height:48px;
	margin-top: 10px;
	line-height: 24px;
	overflow: hidden;
}
.synews_tp a:hover img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.syxw_bt a:hover{
	color: #d51234;
}

.synews_dibu{
	height: auto;
	    margin-top: 10px;
}
.synews_dibu ul{
	height: auto;
}
.synews_dibu ul li{
	height: auto;
}
.synews_dibu ul li a{
	display: block;
	line-height: 30px;
	color: #111;
}
.syxw_dbmz{
	height: auto;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
padding:0;
}
.syxw_dbmz i{
	margin-right: 5px;
	color: #d51234;
}
.syxw_dbsj{
	height: auto;
	text-align: right;
	padding:0;
}
.synews_dibu ul li a:hover{color: #d51234;}

.call {
    height: 50px;
}
.call h1 {
    margin-top: 8px;
    margin-bottom: 0;
    width:98px;
    height: 33px;
    background: url(../images/conta_title.jpg) no-repeat;
    float: left;
    padding-left: 15px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.call span {
    margin-top: 8px;
    font-family: "Impact";
    display: block;
    font-size: 30px;
    line-height: 33px;
    color: #d51234;
    font-weight: bold;
    float: right;
}

.sy_lxxx{
	height: auto;
	margin-top: 5px;
}
.sy_lxxx p{
	margin:0;
	line-height: 35px;
    color: #111;
    font-size: 14px;
}
/** sy_news **/
/** link **/
.link{
	background: url(../images/link.jpg) no-repeat top center;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.link .container{
	width: 1000px;
}
.inl{
	    width: 22%;
	height: auto;
}
.inlin{
	width: 78%;
	height: auto;
}
.yqlj{
	height: auto;
	margin-top: 20px;
}
.yqlj ul{
	height: auto;
}
.yqlj ul li{
	float: left;
	margin-right: 10px;
	color: #ccc;
	line-height: 25px;
}
.yqlj a{
	display: block;
	color: #fff;
	font-size: 14px;
}
.yqlj a:hover{
	color: #111;
}
/** link **/
/** footer **/
.footer{
	width: 100%;
    height: 186px;
    background: url(../images/bottom.jpg) no-repeat center;
    padding:25px 0;
}
.footer .container{
	width: 1000px;
}
.blogo {
    width: 180px;
    height: auto;
    float: left;
    text-align: center;
}
.blogo img {
	max-width: 100%;
    padding-top: 15px;
}
.bottom_right{
	height: auto;
	width: 790px;
    float: right;
}
.bnav{
	height: auto;
    margin-top: 10px;
}
.bnav ul{
	height: auto;
}
.bnav ul li{
	height: 13px;
    line-height: 13px;
	float: left;
	border-left: 1px dashed #fff;
}
.bnav ul li a{
	padding:0 15px;
	color: #fff;
}
.bnav ul li a:hover{
	color: #d51234;
}

.gjc {
    height: 40px;
    line-height: 40px;
    background: url(../images/bottom_gjz.jpg) no-repeat;
    overflow: hidden;
    text-indent: 15px;
    color: #fff;
    margin-top: 15px;
}

.banquan{
	line-height: 26px;
    color: #fff;
    margin-top: 10px;
    padding-left: 15px;
}
.banquan a{
	color: #fff;
}
.banquan a:hover{
	color: #d51234;
}
/** footer **/
.ny_banner{
	height: 200px;
	background: url(../images/ny_banner.jpg) center center no-repeat;
	background-size: cover;
}
/** inner_box **/
.inner_box{
	height: auto;
	padding:30px 0;
}
.inner_box .container{
	width: 1030px;
}

.inner_title{
	height: auto;
	border-bottom: 1px solid #ddd;
	margin: 0 8px 10px;
}
.inner_title01{
	line-height: 35px;
	    font-size: 20px;
    color: #d51234;
    padding-left:0;
    font-weight: bold;
}
.inner_title01 span{
	color: #999;
    margin-left: 10px;
    font-family: "Impact";
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.inner_title02{
	padding-right: 0;
	text-align: right;
	line-height: 25px;
	font-size: 13px;
	margin-top: 8px;
}
.inner_title02 i{
	margin:0 5px;
}
.inner_title02 a:hover{
	color: #d51234;
}

.nyzc_lxwm{
	height: auto;
	margin-top: 30px;
}
.nyzc_lxbt{
	background: url(../images/left_1.jpg) no-repeat;
	background-size: cover;
    font-size: 24px;
    color: #fff;
    padding:10px  25px;
}
.nyzc_lxcon{
	padding: 15px 9px 20px 10px;
    border: 1px solid #ccc;
}
.nyzc_lxcon p{
	 line-height: 25px;
	 margin:0;
	 color: #111;
}

.nycplb{
	margin-bottom: 15px;
}
/** inner_box **/
/** page **/
.page{
	height: auto;
	padding:0 15px;
}
.page ul{
	height: auto;
	text-align: center;
}
.page ul li{
	display: inline-block;
	margin:3px 3px;
}
.page ul li a{
	display: block;
	background: #ddd;
	color: #111;
	line-height: 30px;
	padding:0 15px;
	font-size: 13px;
}
.page ul li a:hover{
	background: #d51234;
	color: #fff;
}
#page_dq a{
	background: #d51234;
	color: #fff;
}
/** page **/
/** pro_dot **/
.pro_dot{
	height: auto;
	margin-top: 15px;
	margin-bottom: 30px;
}
.pro_dot1{
	height: auto;
}
.prodot_left{
	height: auto;
}
.prodot_left img{
	padding: 4px;
    border: 1px solid #dbe7c7;
    height: 300px;
}
.prodot_right{
	height: auto;
}
.prodot_mc{
	line-height: 35px;
	font-size: 18px;
	color: #111;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.prodot_mc span{
	font-weight: bold;
}
.prodot_fl{
	line-height: 35px;
	font-size: 16px;
	color: #888;
}
.prodot_zxrx{
	line-height: 35px;
	font-size: 16px;
	color: #888;
}
.prodot_zxrx span{
	font-family: "Impact";
	color: #d51234;
	font-size: 24px;
}
.prodot_lxwm{
	width: 120px;
	margin-top: 30px;
	margin-left: 0;
}
.prodot_lxwm a{
	display: block;
	background: #d51234;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}
.prodot_lxwm a:hover{
	background: #1f1f21;
}
.pro_dot2{
	height: auto;
	margin-top: 15px;
}
.pro_xxsm{
	line-height: 35px;
	font-size: 16px;
	color: #111;
	border-bottom: 1px solid #ddd;
    margin: 0 8px 10px;
}
.pro_xiangqing{
	height: auto;
	margin-top: 15px;
	padding:0 8px;
	line-height: 25px;
	font-size: 14px;
}
.pro_xiangqing img{
	max-width: 100%;
	height: auto !important;
}

.sypxyp{
	height: auto;
    border: 1px dotted #ddd;
    padding: 10px;
    margin:0 8px;
}
.syxyfh01{
	height: auto;
}
.syxyfh01 p{
	line-height:25px;
	margin:0;
	font-size: 14px;
	color: #999;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.syxyfh01 p a{
	color: #333;
}
.syxyfh01 p a:hover{
	color: #d51234;
}
.syxyfh02{
	height: auto;
}
.syxy_fh{
	height: auto;
}
.syxy_fh a{
	display: block;
	background: #d51234;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
.syxy_fh a i{
	margin-left: 10px;
}
.syxy_fh a:hover{
	background: #1f1f21;
}

.xgtuijian{
	height: auto;
	margin-top: 15px;
}
.xgtj_bt{
	line-height: 30px;
	font-size: 14px;
	color: #d51234;
	border-bottom: 1px solid #d51234;
	margin:0 8px;
}
.xgtj_bt a{
	float: right;
	line-height: 30px;
	color: #999;
	font-size: 12px;
}
.xgtj_bt a:hover{
	color: #d51234;
}
.xgtj_con{
	height: auto;
	margin-top: 15px;
}
.xgtj_con{
	height: auto;
}
.xgtj_con ul{
	height: auto;
}
.xgtj_con ul li{
	height: auto;
	padding:0 8px;
}
.xgtj_con ul li a{
	display: block;
	border: 1px solid #dbe6c7;
	padding:10px 10px 5px;
}
.xgtj_tp{
	height: auto;
}
.xgtj_tp img{
	height: 205px;
}
.xgtj_bt1{
	line-height:30px;
	font-size: 14px;
	color: #111;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
text-align: center;
padding:0 8px;
    margin-top: 5px;
}
.xgtj_con ul li a:hover{
	border: 1px solid #d51234;
}
.xgtj_con ul li a:hover .xgtj_bt1{
	color: #d51234;
}
/** pro_dot **/
/** skill_box **/
.skill_box{
	height: auto;
	line-height: 25px;
	font-size: 14px;
	margin-top: 25px;
}
.skill_box table{
	width: 100%;
	height: auto;
	margin:20px auto;
}
.skill_box table td{
	border:1px solid #ddd;
	padding:5px 15px;
	text-align: center;
}
/** skill_box **/
/** skill_box1 **/
.skill_box1{
	height: auto;
	margin-bottom:25px;
}
.skill_box1 ul{
	height: auto;
	padding:0 8px;
}
.skill_box1 ul li{
	height: auto;
}
.skill_box1 ul li a{
	display: block;
	line-height: 35px;
	border-bottom: 1px dashed #bfbfbf;
	font-size: 14px;
}
.skill_title{
	padding-left: 0;
	 white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
color: #666;
}
.skill_title i{
	margin-right: 8px;
	color: #d51234;
}
.skill_time{
	text-align: right;
	padding-right: 0;
	    color: #999;
}
.skill_box1 ul li a:hover .skill_title{
	color: #d51234;
}

.skill_dot{
	height: auto;
	padding:0 8px;
	margin-bottom: 30px;
}
.sktll_xqbt{
	font-size: 20px;
    line-height: 25px;
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
}
.mark {
    height: auto;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    background: #fff;
}
.mark span {
    margin: 0 7px;
}
.mark span a:hover{color: #d51234;}

.skill_xiangq{
	height: auto;
	margin-top: 15px;
	padding: 0 8px;
    line-height: 25px;
    font-size: 14px;
    text-indent: 2em;
}
.skill_xiangq div{
	margin:10px auto;
}
.skill_xiangq img{
	max-width: 100%;
	height: auto !important;
}
.skill_xiangq p img{
	margin-left: -2em;
}
.skill_xiangq div img{
	margin-left: -2em;
}
.xgtj_con1 .xgtj_tp img{
	height: 150px;
}
/** skill_box1 **/

/** inner_ab **/
.inner_ab{
	height: auto;
	padding: 0 8px;
    line-height: 25px;
    font-size: 14px;
    text-indent: 2em;
    margin-top: 20px;
}
.inner_ab div{
	margin:10px auto;
}
.inner_ab img{
	max-width: 100%;
	height: auto !important;
}
.inner_ab p img{
	margin-left: -2em;
}
.inner_ab div img{
	margin-left: -2em;
}
/** inner_ab **/
/** liuyan_box **/
.liuyan_box{
	height: auto;
	 margin-top: 20px;
	 padding: 0 8px;
}
.liuyan_tp{
	height: auto;
	text-align: center;
}
.liuyan_tp img{
	max-width: 100%;
}

.liuyan_con{
	height: auto;
	margin-top: 30px;
}
.liuyan_con table{
	height: auto;
}
.liuyan_con table .red{
	font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-right: 5px;
    color: #ff0000;
}
.liuyan_con table label{margin-right: 5px;}
.liuyan_con table input{
	width: 250px;
    height: 25px;
    line-height: 25px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 5px;
}
.liuyan_con table textarea{
	width: 250px;
    height: 80px;
    color: #666;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 3px;
    padding:5px 5px;
}
.liuyan_con table .sub {
	width: 102px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #999;
	border-radius: 2px;
	color: #FFF;
	border: none;
	margin-right: 10px;
	cursor: pointer;
}
.liuyan_con table .sub:hover {
	background: #666;
}
/** liuyan_box **/



@media (min-width: 769px) and (max-width: 1029px) {
	.top_con .container{
		width: 100%;
	}
	.sy_pro .container{
		width: 100%;
	}
	.logo{
		width: 30%;
	}
	.top_dhhm{
		    font-size: 26px;
		    margin-top: 20px;
	}
	.menu .container{
		width: 100%;
	}
	.sousuo{
		margin-top: 17px;
	}
	.sy_about .container{
		width: 100%;
	}
	.iab_lef{
		width: 40%;
	}
	.iab_lef img{
		max-width: 100%;
	}
	.iabout_s{
		width: 60%;
	}
	.news_s{
		background-size: cover;
		height: 55px;
		margin-bottom: 10px;
	}
	.sy_news .container{
		width: 100%;
	}
	.call span{
		font-size: 20px;
	}
	.link .container{
		width: 100%;
	}
	.sypro_lbzj a img{
		height: 190px;
	}
	.footer .container{
		width: 100%;
	}
	.blogo{
		width: 20%;
	}
	.blogo img{
		max-width: 100%;
	}
	.bottom_right{
		width: 80%;
	}
	.inner_box .container{
		width: 100%;
	}
	.sypro_dibu {
    background: url(../images/left_2.jpg) no-repeat center center;
    background-size:cover;
	}

	.sypro_dibu .tel400{
		font-size: 20px;
	}
	.xgtj_tp img{
		height: 172px;
	}

	.xgtj_con1 .xgtj_tp img{
		height: 117px;
	}
	.menu ul li{
		width: 12.5%;
	}

}



/** 移动端 **/
.phone{ display:none;}
.phoneshow{ display:none;}
.phonebanner{ display:none;}

@media (max-width: 768px){
header{
	display:none;
	}
.phone{ display:block; z-index:99999; position:relative;}
.navbar-nav { width:100%; margin-left:0px; text-transform:uppercase;}
.navbar-nav li{ text-align:center; border-bottom:1px dotted #e5e5e5;}
.navbar-nav li a{ color:#333;font-size: 14px;}
.navbar-nav li a:hover{ color:#d51234;}
.headerbg{ position:fixed; top:0px; left:0px; width:100%; z-index:999; background:#fff;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.logo_boxlist{ float:left;}
.headerwarp{ display:none;}
.navbar-toggle { margin-right: 0; }
.navbar-toggle .icon-bar {background-color:#d51234;}
.navbar-collapse{ border-top:1px solid #e5e5e5;}
.indexprotopbt{ text-align:center; margin:0 auto; width:100%}
.indexprotop .col-lg-2{ text-align:center;}
.indexpromore{ float:none;}
.indexpromore a{ margin:0 auto;}
.indexprowarpitem{ margin-top:20px;}
.indexaboutwarp{ border-bottom:1px dotted #ccc; padding-bottom:20px; border-right:none; padding-top:20px;}
.indexnewswarp{ margin-top:20px;}
.indexcontimg{ margin-top:20%;}
.indexprotopbt{ width:140px; margin:0 auto;}
.indexprotitle{ margin-top:20px;}
.rslides_tabs{ bottom:390px;}
.logo_boxlist{ margin-left:0;    width:58%}
.indexcontwz p{ width:90%;}
.indexnewsright{ margin-top:20px;}
.indexprotextit{ margin-left:20px;}
.phoneshow{ display:block;}
.pcshow{ display:none;}
.phonebanner{ display:block;}

#phone_current a{
	color:#d51234;
	}
	
.banner{
	height: auto;
	margin-top: 50px;
}
.sy_pro{
	padding:15px 0;
}
.sy_pro .container{
	width: 100%;
}	
.sypro_left{
	display: none;
}
.sypro_list ul li{
	width: 50%;
	float: left;
}
	
.inner_title01{
	font-size: 16px;
	line-height: 30px;
	    padding: 0;
}
.inner_title01 span{
	font-size: 16px;
}
.sypro_lbzj a img{
	height: 149px;
}
.sypro_title02{
	display: none;
}
.sypro_title01{
	width: 100%;
	text-align: center;
}
.sypro_title{
	height: auto;
}
.sypro_title01 a{
	line-height: 35px;
	font-size: 13px;
}
.sysjbt01{
	width:75%;
	float: left;
}
.sysjbt02{
	width: 25%;
	float: right;
}
.sysjbt02 a{
	font-size: 12px;
	color: #111;
}

.inner_title02{
	margin-top: 0;
}
.sy_about .container{
	width: 100%;
}
.syab_top{
	height: auto;
}
.syab_top h1{
	font-size: 28px;
	padding-top: 40px;
}
.syab_top h2{
	font-size: 18px;
	padding-top: 25px;
}
.iab_lef{
	width:100%;
	float: none;
	padding:0 15px;
	margin:35px auto 0;
}
.iab_lef img{
	padding:0;
	width: 100%;
}
.iabout_s{
	width: 100%;
	padding:0 15px;
}
.iabout_s h1{
	font-size: 16px;
	padding-top: 15px;
}

.sy_about{
	height: auto;
	background: url(../images/abou_bj1.jpg) top center no-repeat;
	padding-bottom: 10px;
}
.iabout_s h3{margin: 8px 0px;
}
.syab_dibu{
	margin-top: 15px;
}
.syab_dibu ul li{
	width: 50%;
	float: left;
	margin-bottom: 15px;
	padding:0 8px;
}

.sy_news .container{
	width: 100%;
}

.synews_tp{
	width: 40%;
	float: left;
}
.synews_yb{
	width: 60%;
	float: left;
}
.syxw_dbmz{
	width: 75%;
	float: left;
}
.syxw_dbsj{
	width: 25%;
	float: left;
}

.news_s{background-size: cover;height: 70px;background: url(../images/title1.jpg) no-repeat;}
.sy_news{
	padding:15px 0;
}
.news_s .itit{
	font-size: 18px;
}
.news_s .orange{
	font-size: 18px;
}
.synews_top{
	margin-top: 5px;
	padding-bottom: 10px;
}
.synews_dibu{
	margin-top: 2px;
}
.syxw_bt a{
	font-size: 14px;
}
.sy_news02{margin: 10px auto;}
.call span{
	    font-size: 24px;
	    margin-left: 15px;
	    float: left;
}
.call span a{color: #d51234;}
.call h1{
	font-size: 14px;
}
.footer .container{
	width: 100%;
}
.blogo{
	float: none;
	    display: none;
}
.bottom_right{
	width: 100%;
	float: none;
}
.footer{
	height: auto;
	padding:15px 15px;
	background: url(../images/bottom.jpg) no-repeat top center;
}
.bnav{
	margin-top: 0;
}
.bnav ul li{
	margin-bottom: 10px;
}
.gjc{
	height: auto;
	background: none;
	text-indent: 0;
	margin-top: 5px;
	    line-height: 20px;
}
.banquan{
	padding:0;
	line-height: 20px;
	margin-top:5px;
}



.phone_dbzx{
	width:100%;
	height: auto;
	padding:5px;
	background: #d51234;
	position: fixed;
	bottom: 0;
	left:0;
	z-index: 999;
}
.phone_dbzx ul{
	height: auto;
}
.phone_dbzx ul li{
	width: 25%;
	float: left;
}
.phone_dbzj{
	height: auto;
}
.phone_dbzj a{
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
}
.phone_dbtb{
	height: auto;
	font-size: 24px;
	line-height: 25px;
}
.phone_dbzx ul li:nth-child(1) .phone_dbtb{font-size: 22px;}
.phone_dbwz{
	font-size: 12px;
	line-height: 25px;
}
.phone_dbxian{
	width: 1px;
	height: 30px;
	 background: #ed3d5c;
	position: absolute;
	top:50%;
	margin-top: -15px;
	right: 0;
}
.warp{
	padding-bottom: 60px;
}

.ny_banner{
	height: 100px;
	margin-top: 50px;
	background: url(../images/ny_banner1.jpg) center center no-repeat;
    background-size: cover;
}
.inner_box{
	padding:15px 0;
}
.inner_box .container{
	width: 100%;
}

.phone_nydh{
	height: auto;
	margin-bottom: 5px;
}
.phone_nydh ul{
	height: auto;
}
.phone_nydh ul li{
	float: left;
	margin:3px 3px;
}
.phone_nydh ul li a{
	display: block;
	padding:0 10px;
	line-height: 25px;
	color: #111;
	font-size: 12px;
	border:1px solid #ddd;
}
.phone_nydh ul li a:hover{
	background:#d51234;
	color: #fff;
}
#phone_ml a{
	background:#d51234;
	color: #fff;
}
.page ul li{margin: 2px 2px;}
.page ul li a{
	line-height: 25px;
    padding: 0 10px;
    font-size: 12px;
}

.nycplb{margin-bottom: 5px;    margin-top: 10px;}
.prodot_left img{
	height: auto;
}
.prodot_right{
	margin-top: 10px;
}
.prodot_mc{
	line-height: 30px;
    font-size: 16px;
}
.prodot_fl{
	    line-height: 25px;
    font-size: 14px;
}
.prodot_zxrx{
	line-height: 25px;
    font-size: 14px;
}
.prodot_zxrx span{
	font-size: 20px;
}
.prodot_lxwm{
	margin-top: 10px;
}
.prodot_lxwm a{
	line-height: 30px;
    font-size: 12px;
}
.pro_dot2{
	margin-top: 10px;
}
.pro_xxsm{
	line-height: 30px;
    font-size: 14px;
}
.pro_xiangqing{
	margin-top: 10px;
}
.pro_xiangqing{
	font-size: 13px;
}
.pro_dot{
	margin-bottom: 20px;
}
.syxy_fh a{
	    line-height: 40px;
    font-size: 14px;
}
.syxyfh02{
	margin-top: 10px;
}
.xgtj_con ul li{
	width: 50%;
	float: left;
}
.xgtj_tp img{
	height: 135px;
}
.skill_title{
	width: 70%;
	float: left;
}
.skill_time{
	width: 30%;
	float: left;
	padding:0;
}
.skill_box1 ul li a{
	font-size: 13px;
}

.skill_box1{
	margin-bottom: 10px;
}
.sktll_xqbt{
	font-size: 16px;
	padding: 8px 0 8px 0;
}
.mark{
	line-height: 20px;
	padding:5px 0;
	margin-bottom: 10px;
}
.xgtj_con1 .xgtj_tp img{
	height: 92px;
}
.skill_xiangq{
	font-size: 13px;
}
.inner_ab{
	margin-top: 15px;
	font-size: 13px;
}
hr{
	margin:15px auto;
}

.liuyan_con{
	margin-top: 15px;
}
.liuyan_con table{
	width: 100%;
}
.liuyan_con table td{
	width: auto;
	min-width: 80px;
}
.liuyan_con table .red{
	font-size: 14px;
	margin-right: 2px;
}
.liuyan_con table input{
	width: 100%;
}
.liuyan_con table textarea{
	width: 100%;
}
.sy_lxxx p{
	line-height: 30px;
	font-size: 13px;
}

}
/** 移动端 **/
/** index **/


