
/* 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, div, span, h1, h2, h3, h4, h5, h6, em, small, strong, dl, dt, dd, ol, ul, li { margin: 0 auto; padding: 0; font-size: 100%;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;line-height: 1.5;}
	
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	}
body{
	overflow-x:hidden;
	}
	
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{  
	border-collapse:collapse;  
	border-spacing:0;  
}  
th,td{  
	padding:0;  
}
img{
	max-width: 100%;
	border:none;
	vertical-align: middle;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
	margin:0;
	}
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: 100%;
}
.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;
}
.header_bar{
	height: auto;
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 13px;
}
.header_bar01{
	height: auto;
	padding-left: 0;
}
.header_bar02{
	height: auto;
	padding-right: 0;
}
.header_bar02 ul{
	float: right;
}
.header_bar02 ul li{
	float: left;
	color: #e2e0e0;
}
.header_bar02 ul li a{
	padding:0 10px;
	color: #666;
}
.header_bar02 ul li a:hover{
	color: #02579b;
}

.header_cen{
	height: auto;
}
.hedleft{
	float: left;
	height: auto;
	padding:25px 0;
}
.hedleft a{
	display: block;
}
.logo{
	width: 200px;
	height: auto;
	float: left;
}
.logo1{
	width: 350px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}
.hedright{
	float: right;
	margin-top: 18px;
}
.dhtb{
	float: left;
	width: 55px;
	height: 55px;
	border:1px solid #ddd;
	text-align: center;
	border-radius: 100%;
	line-height: 55px;
	text-align: center;
	color: #02579b;
	font-size: 32px;
}
.dhnr{
	float: left;
	margin-left: 15px;
}
.dhnr01{
	line-height: 20px;
	font-size: 13px;
	color: #999;
}
.dhnr02{
	line-height: 35px;
	font-size: 30px;
	color: #02579b;
	font-weight: bold;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}


.menu{
	height: auto;
	background: #02579b;
}
.menu ul{
	height: auto;
}
.menu ul li{
	height: auto;
	line-height: 50px;
	float: left;
	margin-right: 1px;
}
.menu ul li a{
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	padding:0 30px;
}
.menu ul li a:hover{
	background: #69aa30;
}
#menu_on a{
	background: #69aa30;
}
/** header **/
.banner{
	height: auto;
}
/** about **/
.about{
	height: auto;
	padding:50px 0;
	background: #02579b;
	position: relative;
	background: url(../image/about.jpg) center center no-repeat;
	background-size: cover;
}
.about:before{
	content: "";
	width: 100%;
	height: 30%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left:0;
}
.bt{
	height: auto;
	text-align: center;
}
.bt01{
	line-height: 45px;
	font-size: 36px;
	color: #111;
	font-weight: bold;
}
.bt02{
	line-height: 25px;
	font-size: 16px;
	color: #666;
	margin-top: 8px;
}
.about .bt01{
	color: #fff;
}
.about .bt02{
	color: #eee;
}
.about_con{
	height: auto;
	margin-top: 35px;
}
.about_con ul{
	height: auto;
}
.about_con ul li{
	height: auto;
	padding:0;
}
.about_tp{
	height: auto;
	position: relative;
}
.about_wz{
	width: 90%;
	height: auto;
	position: absolute;
	top:20px;
	left:5%;
}
.about_wz01{
	line-height: 30px;
	font-size: 22px;
	color: #666;
	font-weight: bold;
}
.about_wz02{
	height: auto;
	margin-top: 5px;
	line-height: 22px;
	font-size: 14px;
}
.nyab_nr1{
	height: auto;
	margin-top: 50px;
}
.nyab_nr1 ul{
	height: auto;
}
.nyab_nr1 ul li{
	height: auto;
	text-align: center;
}
.nyab_tb{
	width: 40%;
	height: auto;
	background: #69aa30;
	border-radius: 100%;
	padding:5%;
	border: 5px solid #d9e4cf;
}
.nyab_tm{
	line-height: 35px;
	font-size: 18px;
	color: #111;
	margin-top: 10px;
}
/** about **/
/** sy_pro **/
.sy_pro{
	height: auto;
	padding-bottom: 35px;
}
.sycp_left{
	height: auto;
}
.sycp_title{
	height: auto;
	background: #02579b;
	padding:15px 15px;
}
.sycp_title01{
	float: left;
}
.sycp_btm{
	line-height: 25px;
	font-size: 20px;
	color: #fff;
}
.sycp_btm1{
	line-height: 20px;
	font-size: 14px;
	color: #eee;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.sycp_title02{
	float: right;
}
.sycp_title02 a{
	color: #fff;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	line-height: 45px;
	text-transform: uppercase;
}
.sycp_title02 a:hover{
	color: #69aa30;
}

.sycp_list{
	height: auto;
}
.sycp_list ul{
	height: auto;
}
.sycp_list ul li{
	height: auto;
}
.sycp_list ul li a{
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #111;
	border-bottom: 1px solid #ddd;
	padding:0 10px;
}
.sycp_list ul li a span{
	margin-right: 8px;
	color: #02579b;
}
.sycp_list ul li a i{
	float: right;
	line-height: 45px;
	font-size: 16px;
	color: #111;
}
.sycp_list ul li a:hover{
	background: #69aa30;
	color: #fff;
}
.sycp_list ul li a:hover span{
	color: #fff;
}
.sycp_list ul li a:hover i{
	color: #fff;
}
.sycp_div{
	height: auto;
	padding:10px 15px;
	margin-top: 5px;
}
.sycp_div p{}
.sycp_div p a{
	line-height: 35px;
	font-size: 15px;
	color: #444;
}
.sycp_div p a:hover{
	color: #69aa30;
}
.sycp_right{
	height: auto;
}
.sycp_right ul{
	height: auto;
}
.sycp_right ul li{
	height: auto;
	margin-bottom: 15px;
}
.sycp_right ul li a{}
.cptp{
	height: auto;
	text-align: center;
	background: #f4f4f4;
	padding:15px 0;
	position: relative;
    overflow: hidden;
}
.cptp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.cpbt{
	line-height: 35px;
	font-size: 15px;
	color: #111;
	margin-top: 5px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	padding:0 15px;
}
.sycp_right ul li a:hover .cpbt{
	background: #69aa30;
	color: #fff;
}
.sycp_right ul li a:hover .cptp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/** sy_pro **/
/** sy_area **/
.sy_area{
	padding:50px 0;
	background: url(../image/sy_area.jpg) center center no-repeat;
	background-size: cover;
}
.sy_area .bt01{
	color: #fff;
}
.sy_area .bt02{
	color: #eee;
}
.area_box{
	height: auto;
	margin-top: 35px;
	position: relative;
}
.area_zj{
	width: 100%;
	height: auto;
	text-align: center;
}
.area_zj a{
	display: block;
}
.area_tp{
	width: 40%;
	height: auto;
	position: relative;
}

.area_tp img{
	height: 100px;
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.arda_bt{
	line-height: 30px;
	font-size: 18px;
	margin-top: 10px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	color: #fff;
	font-weight: bold;
}
.area_wz{
	width: 80%;
	height: auto;
	margin-top: 5px;
	line-height: 25px;
	font-size: 14px;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(255,255,255,0.8);
}
.area_zj a:hover .area_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.area_zj a:hover .arda_bt{
	color: #69aa30;
}
.area_box .swiper-button-prev{
	left:-50px;
	outline: none;
	width: 42px;
	height: 42px;
	background: url(../image/anniu.png) no-repeat;
}
.area_box  .swiper-button-next{
	right: -50px;
	outline: none;
	width: 42px;
	height: 42px;
	background: url(../image/anniu.png) no-repeat;
	background-position: -42px 0px;
}
.area_box .swiper-button-prev:after, .area_box .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
.area_box .swiper-button-next:after, .area_box .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}
/** sy_area **/
/** youshi **/
.youshi{
	height: auto;
	padding:50px 0;
}
/** youshi **/
/** sy_news **/
.sy_news{
	height: auto;
	padding:50px 0 30px;
	background: #f7f7f7;
}
.news_box{
	height: auto;
	margin-top: 35px;
}
.news_box1{
	height: auto;
}
.news_zj{
	width: 100%;
	height: 300px;
}
.news_zj a{
	display: block;
	height: 100%;
}
.news_zjbg{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left:0;
	padding:10px 15px;
	background: rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}
.zjbt_tm{
	line-height: 20px;
	font-size: 14px;
	color: #ccc;
}
.zjbt_bt{
	line-height: 25px;
	font-size: 16px;
	color: #fff;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.news_box1 .swiper-button-prev{
	outline: none;
	width: 42px;
	height: 42px;
	background: url(../image/anniu.png) no-repeat;
}
.news_box1  .swiper-button-next{
	outline: none;
	width: 42px;
	height: 42px;
	background: url(../image/anniu.png) no-repeat;
	background-position: -42px 0px;
}
.news_box1 .swiper-button-prev:after, .news_box1 .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
.news_box1 .swiper-button-next:after, .news_box1 .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}
.news_box2{
	height: auto;
}
.news_list{
	height: auto;
}
.news_list ul{
	height: auto;
}
.news_list ul li{
	height: auto;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news_time{
	height: auto;
	text-align: center;
	position: relative;
}
.news_time01{
	line-height: 40px;
	font-size: 36px;
	color: #02579b;
}
.news_time02{
	line-height: 25px;
	font-size: 14px;
	color: #999;
}
.news_line{
	width: 1px;
	height: 100%;
	background: #e3e3e3;
	position: absolute;
	top:0;
	right: 15px;
}
.news_nr{
	height: auto;
}
.news_bt{
	height: auto;
}
.news_bt a{
	line-height: 25px;
	font-size: 18px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.news_wz{
	height: auto;
	margin-top: 5px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
}
.news_wz p{
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.news_list ul li:hover .news_bt a{
	color: #02579b;
}
/** sy_news **/
/** sy_case **/
.sy_case{
	height: auto;
	padding:50px 0 20px;
}
.case_list{
	height: auto;
	margin-top: 35px;
}
.case_list ul{
	height: auto;
}
.case_list ul li{
	height: auto;
	margin-bottom: 30px;
}
.case_list ul li a{}
.case_tp{
	height: auto;
	position: relative;
    overflow: hidden;
}
.case_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.case_bt{
	line-height: 45px;
	font-size: 16px;
	color: #111;
	border-bottom: 1px solid #ddd;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	padding:0 15px;
}
.case_list ul li a:hover .case_tp img{
	-webkit-transform: scale(1.05); 
     -ms-transform: scale(1.05); 
     -o-transform: scale(1.05); 
     transform: scale(1.05); 
}
.case_list ul li a:hover .case_bt{
	background: #69aa30;
	color: #fff;
}
/** sy_case **/
/** link **/
.link{
	padding: 20px 0;
	background: #f7f7f7;
}
.link_bt{
	line-height: 40px;
	font-size: 18px;
	color: #111;
	border-bottom: 1px solid #e1e1e4;
	position: relative;
}
.link_bt:before{
	content: "";
	width: 80px;
	height: 2px;
	background: #69aa30;
	position: absolute;
	bottom: -1px;
	left:0;
}
.link_bt span{
	margin-left: 15px;
	font-weight: 400;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #999;
}
.link_nr{
	height: auto;
	margin-top: 15px;
}
.link_nr ul{
	height: auto;
}
.link_nr ul li{
	height: auto;
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
	position: relative;
}
.link_nr ul li a{
	display: block;
	line-height: 25px;
	font-size: 13px;
	color: #333;
}
.link_nr ul li a:hover{
	color: #69aa30;
}
.link_nr li ~ li:before {
    content: "";
    position: absolute;
    left: -17px;
    top: 50%;
    height: 9px;
    margin-top: -4.5px;
    border-left: 1px dotted #d7d6d6;
}
/** link **/
/** footer **/
.footer{
	height: auto;
	background: #2d2d2d;
}
.footer01{
	height: auto;
	padding:10px 0;
	border-bottom: 1px solid #444242;
}
.footer01 ul{
	height: auto;
	text-align: center;
}
.footer01 ul li{
	display: inline-block;
}
.footer01 ul li a{
	line-height: 25px;
	font-size: 13px;
	color: #ccc;
	padding:0 20px;
}
.footer01 ul li a:hover{
	color: #69aa30;
}

.footer02{
	height: auto;
	padding:15px 0;
	text-align: center;
}
.footer02 p{
	line-height: 25px;
	font-size: 14px;
	color: #ccc;
}
.footer02 p a{
	color: #ccc;
}
.footer02 p a:hover{
	color: #69aa30;
}
/** footer **/
/** ny_banner **/
.ny_banner{
	height: 425px;
}
.ny_banner .container{
	height: 100%;
}
.ny_banner .row{
	height: 100%;
	position: relative;
}
.nyban_wz{
	position: absolute;
	left:0;
	bottom: 75px;
}
.nyban_wz01{
	color: #fff;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
}
.nyban_wz02{
	line-height: 25px;
	font-size: 14px;
	margin-top: 10px;
	color: #fff;
}
.nyban_wz02 a{
	color: #fff;
}
.nyban_wz02 .fa-angle-right{
	margin:0 5px;
}
.nyban_wz02 .fa-home{
	margin-right: 5px;
}
.nyban_wz02 a:hover{
	color: #69aa30;
}
/** ny_banner **/
/** ny_dh **/
.ny_dh{
	height: auto;
	border-bottom: 1px solid #e5e5e5;
}
.ny_dh ul{
	height: auto;
}
.ny_dh ul li{
	float: left;
	margin-right: 1px;
}
.ny_dh ul li a{
	line-height: 60px;
	font-size: 16px;
	color:#111;
	padding:0 50px;
}
.ny_dh ul li a:hover{
	background: #02579b;
	color:#fff;
}
#nydh_on a{
	background: #02579b;
	color:#fff;
}
/** ny_dh **/
/** ny_about **/
.ny_about{
	height: auto;
	padding:50px 0;
}
.ny_bt{
	height: auto;
	text-align: center;
	line-height: 45px;
	font-size: 36px;
	color: #02579b;
	font-weight: bold;
}
.nyab_nr{
	height: auto;
	margin-top: 30px;
	line-height: 28px;
	font-size: 16px;
	color: #111;
	text-indent: 2em;
}
.nyab_nr p{
	margin-bottom: 10px;
}
/** ny_about **/
/** honor_list **/
.honor_list{
	height: auto;
	margin-bottom: 10px;
}
.honor_list ul{
	height: auto;
}
.honor_list ul li{
	height: auto;
	margin-bottom: 30px;
}
.honor_tp{
	height: auto;
	border:1px solid #f1f1f1;
	position: relative;
    overflow: hidden;
}
.honor_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.honor_bt{
	line-height: 35px;
	background: #f1f1f1;
	padding:0 15px;
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	color: #111;
}
.honor_list ul li a:hover .honor_tp{
	border:1px solid #02579b;
}
.honor_list ul li a:hover .honor_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.honor_list ul li a:hover .honor_bt{
	background: #02579b;
    color: #fff;
}
/** honor_list **/

.page{
	height: auto;
}
.page ul{
	height: auto;
	text-align: center;
}
.page ul li{
	display: inline-block;
	margin:0 3px;
}
.page ul li a{
	border: 1px solid #f1f1f1;
	line-height: 30px;
	font-size: 12px;
	padding:0 20px;
}
.page ul li a:hover{
	background: #02579b;
	color: #fff;
}
#page_on a{
	background: #02579b;
	color: #fff;
}

.ny_about .sycp_right{
	margin-bottom: 25px;
}

.ny_area{
	height: auto;
	margin-bottom: 10px;
}
.ny_area ul{
	height: auto;
}
.ny_area ul li{
	height: auto;
	margin-bottom: 30px;
}
.ny_area .arda_bt{
	color: #111;
}
.ny_area .area_wz{
	color: #666;
}

.ny_news{
	height: auto;
	margin-bottom: 15px;
}
.ny_news ul{
	height: auto;
}
.ny_news ul li{
	height: auto;
	border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.ny_news ul li:hover .news_bt a{
	color: #02579b;
}

.ny_about .case_list{
	margin-top: 0;
	margin-bottom: 10px;
}

/** contact_box **/
.contact_box{
	height: auto;
}
.contact_box01{
	height: auto;
	padding:50px 30px;
	background: #02579b;
}
.contact_bt{
	line-height: 35px;
	font-size: 24px;
	color: #fff;
}
.contact_nr{
	height: auto;
	margin-top: 15px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}
.contact_nr p{
	padding:15px 0;
	border-bottom: 1px solid #0e60a2;
}
.contact_nr p i{
	margin-right: 15px;
	width: 50px;
	height: 50px;
	border:1px solid #fff;
	text-align: center;
	line-height: 50px;
	border-radius: 100%;
	font-size: 24px;
}
.contact_box02{
	height: 490px;
	border:1px solid #ddd;
	padding:0;
}
/** contact_box **/
/** ny_technology **/
.ny_technology{
	height: auto;
	padding:50px 0;
}
.technology_list{
	height: auto;
	margin-top: 30px;
}
.technology_list ul{
	height: auto;
}
.technology_list ul li{
	height: auto;
	margin-bottom: 30px;
}
.technology_tp{
	height: auto;
	border:1px solid #e5e5e5;
}
.technology_bt{
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	background: #02579b;
	color: #fff;
	border-radius: 30px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	padding:0 15px;
}


.msyd_box{
	height: auto;
	margin-top: 35px;
}
.msyd_box p{
	margin:10px auto;
}
.msyd_bt{
	line-height: 35px;
	font-size: 28px;
	color: #111;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}
.msyd_bt i{
	margin-right: 15px;
	color: #02579b;
}
.msyd_bt span{
	margin-left: 15px;
	font-size: 24px;
	color: #dad2d2;
	text-transform: capitalize;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.myyd_nr{
	height: auto;
	margin-top:15px;
	line-height: 30px;
	font-size: 15px;
	color: #111;
}
.myyd_nr p span{
	margin-right: 5px;
	color: #02579b;
	font-size: 18px;
}
/** ny_technology **/
/** ny_technology1 **/
.ny_technology1{
	height: auto;
	padding:50px 0;
	background: #f8f8f8;
}
.ggcs{
	height: auto;
	margin-top: 30px;
	background: #fff;
	padding:30px;
}
.ggcs img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}

.psa_info{
	height: auto;
	margin-top: 35px;
	line-height: 30px;
    font-size: 15px;
    color: #111;
}
.psa_info p{
	margin:10px auto;
}
/** ny_technology1 **/
/** inner_dot **/
.inner_dot{
	height: auto;
	padding:50px 0;
}
.dot_bt{
	line-height: 35px;
	font-size: 30px;
	color: #111;
	text-align: center;
}
.dot_bt1{
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	color: #999;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}
.dot_xq{
	height: auto;
	margin-top: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #111;
	text-indent: 2em;
}
.dot_xq img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.dot_syxy{
	height: auto;
	margin-top: 30px;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	padding:10px 0;
}
.dot_syxy p{
	line-height: 28px;
	font-size: 14px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	color: #999;
}
.dot_syxy p a{
	color: #999;
}
.dot_syxy p a:hover{
	color: #02579b;
}
.fanhui{
	width: 200px;
	height: auto;
	margin-top: 30px;
}
.fanhui a{
	display: block;
	border:1px solid #ddd;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #111;
}
.fanhui a:hover{
	background: #02579b;
	color: #fff;
}
/** inner_dot **/
/** inner_map **/
.inner_map{
	height: auto;
}
.inner_map ul{
	height: auto;
}
.inner_map ul li{
	height: auto;
	border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.inmap_bt{
	height: auto;
}
.inmap_bt a{
	line-height: 35px;
    font-size: 18px;
    color: #111;
}
.inmap_bt a i{
	margin-right: 10px;
    color: #02579b;
}
.inmap_bt a:hover{
	color: #02579b;
}
.inmap_fl{
	height: auto;
	margin-top: 5px;
}
.inmap_fl a{
	float: left;
    line-height: 25px;
    font-size: 15px;
    margin-right: 25px;
    color: #333;
}
.inmap_fl a i{
	margin-right: 8px;
    color: #02579b;
}
.inmap_fl a:hover{
	color: #02579b;
}
.inmap_fl1{
	height: auto;
	margin-top: 5px;
}
.inmap_fl1a{
	height: auto;
	padding-left: 0;
}
.inmap_fl1a a{
	line-height: 25px;
    font-size: 15px;
    color: #333;
}
.inmap_fl1a a i{
	margin-right: 8px;
    color: #02579b;
}
.inmap_fl1a a:hover{
	color: #02579b;
}
.inmap_fl1b{
	height: auto;
	padding-left: 0;
}
.inmap_fl1b a{
	float: left;
    line-height: 25px;
    font-size: 14px;
    margin-right: 25px;
    color: #444;
}
.inmap_fl1b a span{
	margin-right: 8px;
    color: #999;
}
.inmap_fl1b a:hover{
	color: #02579b;
}
/** inner_map **/



/* 大屏幕 */
@media (min-width: 1200px) {
	.container{
		width: 1200px;
	}
}


@media (min-width: 1000px) and (max-width:1200px) {
	.container {
	    width: 95%;
	}
	.menu ul li a{
		line-height: 45px;
    	font-size: 13px;
    	padding: 0 18px;
	}
}
@media (min-width: 880px) and (max-width:999px) {
	.container {
	    width: 95%;
	}
	.menu ul li a{
		line-height: 45px;
    	font-size: 12px;
    	padding: 0 15px;
	}
	.dhnr01{
		line-height: 18px;
    	font-size: 12px;
	}
	.dhnr02{
		line-height: 30px;
    	font-size: 24px;
	}
	.dhtb{
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 28px;
	}
	.dhnr{
		margin-left: 10px;
	}
	.logo{
		width: 170px;
	}
	.logo1{
		width: 300px;
		margin-top: 13px;
    	margin-left: 8px;
	}
}
@media (min-width: 767px) and (max-width:879px) {
	.container {
	    width: 95%;
	}
	.menu ul li a{
		line-height: 45px;
    	font-size: 12px;
    	padding: 0 10px;
	}
	.dhnr01{
		line-height: 18px;
    	font-size: 12px;
	}
	.dhnr02{
		line-height: 30px;
    	font-size: 24px;
	}
	.dhtb{
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 28px;
	}
	.dhnr{
		margin-left: 10px;
	}
	.logo{
		width: 170px;
	}
	.logo1{
		width: 300px;
		margin-top: 13px;
    	margin-left: 8px;
	}
	.about_wz02{
		line-height: 20px;
    	font-size: 12px;
	}
	.sycp_title02{
		display: none;
	}
	.sycp_list ul li a{
		line-height: 45px;
    	font-size: 14px;
	}
	.sycp_div p a{
		line-height: 25px;
    	font-size: 13px;
	}
	.sycp_btm{
		font-size: 16px;
	}
}


/** 移动端 **/
.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{ border-bottom:1px dotted #e5e5e5;}
.navbar-nav li a{ color:#666; font-size: 14px;}
.navbar-nav li a:hover{ color:#02579b;}
.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;}
.logo_boxlist img{
	height: 36px;
	margin-top: 7px;
}
.headerwarp{ display:none;}
.navbar-toggle {margin-right: 0;}
.navbar-toggle .icon-bar {background-color:#69aa30;}
.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;}
.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:#02579b;
	}
	
.banner{
	margin-top: 50px;
}
.about{
	padding:30px 0;
	background: url(../image/about1.jpg) center center no-repeat;
    background-size: cover;
}
.bt01{
	line-height: 30px;
    font-size: 24px;
}	
.bt02{
	line-height: 22px;
    font-size: 14px;
    margin-top: 5px;
}
.about_con{
	margin-top: 20px;
	padding: 0 15px;
}
.about_wz01{
	line-height: 25px;
    font-size: 20px;
}
.about_wz02{
	line-height: 20px;
    font-size: 12px;
}	
.about_con ul li{
	margin-bottom: 10px;
}
.about:before{
	height:0;
}
.sy_pro{
	padding:30px 0 20px;
}
.sycp_right{
	padding:0;
	margin-top: 20px;
}
.cpbt{
	line-height: 30px;
    font-size: 14px;
}
.sycp_right ul li{
	margin-bottom: 10px;
}
.sy_area{
	padding:30px 0;
}
.area_box{
	margin-top: 20px;
}
.arda_bt{
	line-height: 25px;
    font-size: 16px;
}
.area_wz{
	line-height: 22px;
    font-size: 12px;
}
.area_box .swiper-button-prev{
	left:15px;
}
.area_box .swiper-button-next{
	right: 15px;
}
.sy_news{
	padding:30px 0 15px;
}
.news_box{
	margin-top: 20px;
}
.news_zj{
	height: 215px;
}
.zjbt_bt{
	font-size: 14px;
}
.zjbt_tm{
	line-height: 18px;
    font-size: 13px;
}
.news_box2{
	margin-top: 20px;
}
.news_list ul li{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.news_time{
	padding:0;
}
.news_line{
	right: 0;
}
.news_bt a{
	font-size: 15px;
}
.news_wz{
	line-height: 20px;
    font-size: 12px;
    margin-top: 2px;
}
.news_time01{
	line-height: 30px;
    font-size: 28px;
}
.news_time02{
	line-height: 20px;
    font-size: 12px;
}

.sy_case{
	padding:30px 0 10px;
}
.case_list{
	margin-top: 20px;
}
.case_bt{
	line-height: 35px;
    font-size: 14px;
}
.case_list ul li{
	margin-bottom: 20px;
}
.footer01 ul li a{
	padding: 0 15px;
	font-size: 12px;
}
.footer02{
	padding:10px 15px;
}
.footer02 p{
	line-height: 22px;
    font-size: 12px;
}	


.sjd_zxkf{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left:0;
	background: #fff;
	border-top:1px solid #e0e0e0;
	padding:5px 0;
	z-index: 999;
}
.sjd_zxkf ul{
	height: auto;
}
.sjd_zxkf ul li{
	height: auto;
	padding:0;
}
.sjd_zxkf ul li a{
	display: block;
	text-align: center;
	position: relative;
}
.zxkf_line{
	width: 1px;
	height: 20px;
	background: #e0e0e0;
	position: absolute;
	top:50%;
	margin-top: -10px;
	right: 0;
}
.zxkf_tb{
	height: auto;
	line-height: 25px;
	font-size: 20px;
	color: #69aa30;
}
.zxkf_tb .fa-mobile{
	font-size: 22px;
}
.zxkf_tb .fa-qq{
	font-size: 18px;
}
.zxkf_bt{
	line-height: 20px;
	font-size: 13px;
}
.warp{
	padding-bottom: 56px;
}

.ny_banner{
	margin-top: 50px;
	height: 130px;
}
.nyban_wz{
	left:15px;
	bottom: 15px;
}
.nyban_wz01{
	font-size: 20px;
}
.nyban_wz02{
	line-height: 20px;
    font-size: 12px;
    margin-top: 8px;
}
.ny_dh ul li a{
	line-height: 45px;
    font-size: 14px;
    padding: 0 30px;
}
.ny_about{
	padding:30px 0;
}
.ny_bt{
	line-height: 35px;
    font-size: 20px;
}
.nyab_nr{
	margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
    padding:0 15px;
}

.nyab_nr1{
	margin-top: 20px;
}
.nyab_tb{
	width: 80%;
}
.nyab_nr1 ul li{
	padding: 0 8px;
}
.nyab_tm{
	line-height: 25px;
    font-size: 15px;
    margin-top: 5px;
}

.honor_list ul li{
	margin-bottom: 15px;
}
.honor_bt{
	line-height: 30px;
	font-size: 13px;
}
.page ul li{
	margin: 0 2px 5px;
}
.page ul li a{
	padding: 0 10px;
	line-height: 25px;
}

.ny_about .sycp_right{
	margin-top: 0;
	margin-bottom: 10px;
}

.ny_technology{
	padding:30px 0 15px;
}
.technology_list{
	margin-top: 20px;
}
.technology_bt{
	line-height: 30px;
	font-size: 13px;
}
.technology_list ul li{
	margin-bottom: 15px;
}
.ny_technology1{
	padding: 30px 15px;
}
.ggcs{
	margin-top: 20px;
	padding: 15px;
}
.msyd_box{
	margin-top: 20px;
	padding:0 15px;
}
.msyd_bt{
	line-height: 25px;
    font-size: 20px;
    padding-bottom: 5px;
}
.msyd_bt i{
	margin-right: 10px;
}
.msyd_bt span{
	margin-left: 10px;
    font-size: 16px;
}
.myyd_nr{
	margin-top: 10px;
    line-height: 25px;
    font-size: 13px;
}
.psa_info{
	margin-top: 10px;
	padding:0 15px;
	line-height: 25px;
    font-size: 13px;
}

.ny_area ul li{
	margin-bottom: 15px;
}
.area_tp{
	width: 80%;
}
.ny_news{
	padding:0 15px;
}
.ny_news ul li{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.ny_news{
	margin-bottom: 10px;
}
.inner_dot{
	padding:30px 15px;
}

.dot_bt{
	line-height: 30px;
    font-size: 20px;
}
.dot_bt1{
	line-height: 20px;
	font-size: 12px;
    margin-top: 2px;
}
.dot_xq{
	margin-top: 15px;
    line-height: 28px;
    font-size: 14px;
}
.dot_syxy{
	margin-top: 20px;
	padding: 5px 0;
}
.dot_syxy p{
	line-height: 25px;
    font-size: 12px;
}
.fanhui{
	width: 160px;
	margin-top: 25px;
}
.fanhui a{
	    line-height: 35px;
    font-size: 13px;
}
.contact_box{
	padding:0 15px;
}
.contact_box01{
	padding: 30px 20px;
}
.contact_bt{
	line-height: 30px;
    font-size: 20px;
}
.contact_nr{
	margin-top: 10px;
    line-height: 40px;
    font-size: 14px;
}
.contact_nr p i{
	width: 40px;
	height: 40px;
	line-height: 40px; 
	font-size: 20px;
}
.contact_nr p{
	padding:10px 0;
}
.contact_box02{
	margin-top: 15px;
	height: 270px;
}
.contact_nr p a{
	display: block;
	color: #fff;
}
.inner_map{
	padding:0 15px;
}
.inner_map ul li{
	padding:8px 0;
}
.inmap_bt a{
	line-height: 30px;
    font-size: 16px;
}
.inmap_fl a{
	line-height: 22px;
    font-size: 14px;
    margin-right: 20px;
}

.cptp img {
	width: 100% !important;
	height: 100px !important	;
}

	
}
.cptp img {
	width: 100% !important;
	height: 173px	;
}
.dot_xq table td{
	width: auto !important;
	/* margin: 0px !important; */
	text-indent: 0em  !important;
}
/** 移动端 **/
/** index **/


