/*
Theme Name: easyarty Business
Description: easyarty Business
Version: 1.0.0
Author: omvnas
Author URI: http://www.omvnas.cn
Theme URI: http://www.omvnas.cn/easyarty
Tags: bootstrap, swiper, company
Text Domain: easyarty
*/
/*共用css，模板里只能模板设计小组人员才能修改*/
/*模板设计小组人员修改以后注意本地备份一下*/
/*最新更新人员：胡平2017-3-13*/
/* 清除内外边距 */
@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
	/* table elements 表格元素 */
	margin: 0;
	padding: 0;
}

input,
textarea {
	border: 2 none;
	box-shadow: none;
	outline: none;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
	font: 14px/1 "Microsoft YaHei";
	color: #666;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4,
h5,
h6 {
	font-size: 100%;
}

* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
	margin: 0px;
}

/* 重置列表元素 */
ul,
ol,
li {
	list-style: none;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
	color: #666;
	word-wrap: break-word;
	outline: none;
}

/*英文换行*/
a:hover {
	text-decoration: none;
	color: #4aaf3d;
	;
}

/* 重置表单元素 */
legend {
	color: #000;
}

/* for ie6 */
fieldset,
img {
	border: none;
}

/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
	font-size: 100%;
	/* 使表单元素在 ie 下能继承字体大小 */
}

*,
::after,
::before {
	box-sizing: border-box;
}

i,
em {
	font-style: normal;
}


/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-y: scroll;
}

body{
    max-width: 1920px;
    margin: 0 auto;
    box-shadow: 0 0 40px #cccccc;
}
/*手机预览居中*/

/*设置浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.hide {
	display: none
}
.text-center{text-align:center}

/*字体大小*/
.fz12 {
	font-size: 12px;
}

.fz14 {
	font-size: 14px;
}

.fz16 {
	font-size: 16px;
}

.fz18 {
	font-size: 18px;
}

.fz20 {
	font-size: 20px;
}

.fz22 {
	font-size: 22px;
}

.pt-3{padding-top:30px}
.pb-3{padding-bottom:30px}
.pt-6{padding-top:60px}
.pb-6{padding-bottom:60px}

.clear {
	clear: both;
	height: 0;
}

.blk-main .clearlist {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	float: none;
}


/*清除浮动*/
.clear {
	clear: both;
	height: 0;
}

.blk-main .clearlist,
.blk-main .listclear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	float: none;
}

.b-main .clearlist,
.b-main .listclear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	float: none;
}

.clearafter:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}


/*全局背景色1*/
.body-color {
	background: #ffffff;
}

.bark-body-color {
	background: #181818;
}

.blk {
	margin-bottom: 25px;
}



/*小模块*/
.blk-xs {
	width: 240px;
}

/*中模块*/
.blk-sm {
	width: 960px;
}

.header,
.content,
.footer,
.container {
	width: 1200px;
	margin: 0 auto;
	font-family: "Microsoft Yahei";
}

.container {

}
/*小版块*/
.blk {
	margin-bottom: 30px;
}

.header{position:relative; z-index:9999}


/*首页板块全局补白*/
.p {
	padding: 30px 0;
}

/*首页板块全局变量*/
.b {
	clear: both;
}

/*内页板块全局变量*/
.blk {
	margin-bottom: 20px;
}


/*数据更新中的样式*/
.nodata {
	background: url("../images/nodata.png") no-repeat 58px 20px #fff;
	margin: 10px 0;
	padding: 80px 0 80px 220px;
	border: 1px solid #eee;
	text-transform: capitalize;
}


.banner .content{color:#fff;padding:25px; position:relative}
.banner .content .title{font-size:45px; line-height:70px; padding-top:100px;padding-bottom: 20px;font-weight: 100;}
.banner .content .box{width:100px; height:100px; float:left; position:relative; margin:7px;text-align:center; line-height:100px;font-size: 18px;
    font-weight: bold;}
.banner .content .box:after{content:""; width:90px; height:90px;box-shadow:inset 0 0 13px #fff; display:block;position: absolute;
transform:rotate(45deg);
    top: 4px;
    left: 6px;}
.banner .swiper-slide{height:740px; background-repeat:no-repeat; background-position:center center; background-size:cover}	
/*详情内容*/
.endit-content {
	line-height: 28px;
}

.endit-content p {
	margin: 15px 0;
}

.endit-content img {
	max-width: 100%;
}

/*百度地图图片*/
.endit-content #map img,
.endit-content #dituContent img,
.endit-content #platform img {
	max-width: inherit;
}

.endit-content em,
.endit-content i {
	font-style: italic;
}

.endit-content .img-p {
	text-indent: 0px;
	padding-top: 14px;
	margin: 0px;
	text-align: center;
}

.endit-content .img-container {}

.endit-content .img-block {
	text-indent: 0px;
	padding-top: 14px;
	margin: 0px;
	text-align: center;
}

/*详情关键字飘红加粗*/
.endit-content a {
	color: #4baf3d;
	font-weight: bold;
}

/*详情内容关键字加VI色*/
/*.endit-content a{color:#4aaf3d; font-weight: bold;}*/

/*表单弹框*/
.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("../images/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;
}

/*翻页*/
.p12-pagination-1-main {
	margin: 0 auto;
	padding: 20px 0;
	height: 30px;
	text-align: center;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
	vertical-align: top;
	display: inline-block;
	padding: 0 8px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e5e5e5;
	text-align: center;
	margin: 0 2px;
	background: #fff;
}

.p12-pagination-1 span {
	border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
	background: #4aaf3d;
	color: #fff;
	border-color: #4aaf3d;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
	display: none;
}



.row {
	margin-left: -15px;
	margin-right：-15px;
}

.h_top {
	height: 137px;
	background: url(assets/images/t_bg.jpg) no-repeat center 0;
	position: relative;
	z-index: 2;
}

.t_top {
	height: 33px;
	line-height: 33px;
	color: #a4a4a4;
	font-size: 14px;
	padding: 0 15px;
}

.t_top span {
	float: right;
}

.t_top span img {
	vertical-align: middle;
	padding-right: 9px;
}

.t_top a {
	color: #a4a4a4;
	padding: 0 17px;
	background: url(assets/images/t_lin.jpg) no-repeat right 11px;
	display: inline-block;
}

.t_top a:hover {
	text-decoration: underline;
}

.t_top a.nob {
	background: none;
	padding-right: 0;
}

.t_con {
	overflow: hidden;
	clear: both;
}

.t_con h1 img {
	width: 185px;
	display: block;
	padding-top: 23px;
}

.header .t_con{overflow:unset}


div.menu {
	white-space: nowrap;
	height: 67px;
	font-size: 16px;
}

div.menu ul {
	float: right;
}

div.menu li {
	float: left;
	position: relative;
	height: 104px;
	line-height: 104px;
}

div.menu li a {
	color: #666;
	display: block;
	font-size: 16px;
	height: 104px;
	padding: 0 17px;
}

div.menu li.nob {
	background: none;
}

div.menu li a:hover,
.menu li.current-menu-item a {
	background: url(assets/images/cur.jpg) no-repeat center 0 #4aaf3d;
	color: #fff;
}
div.menu li ul.sub-menu {
	display:none;
	width:270px;
	border-radius:0 0 5px 5px;
	background:#fff;
	position: absolute;
    z-index: 9999;
	right:0;
	overflow: hidden;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.19);
}

div.menu li:hover ul.sub-menu{
	display:block;
}

div.menu li ul.sub-menu li{
	width: 100%;
    height: 41px;
    line-height: 40px;
    float: left;
    display: block;
	text-align:center
}
div.menu li ul.sub-menu li a:hover{background:#ddd !important}
div.menu li ul li a{
    white-space: normal;
    margin: 1px 0px;
    display: block;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
	background: #fff !important;
    background-image: none !important;
    color: #3a3a3a !important;
}

.banner {
	overflow: hidden;
	min-width: 1200px;
	width: 100%;
	z-index:1
}

.bd ul li {
	width: 100%;
	height: 741px;
	overflow: hidden;
}

.bd ul li a {
	display: block;
	height: 741px;
}

.banner p {
	position: absolute;
	top: 245px;
	width: 80px;
	height: 80px;
	z-index: 9;
}

.banner .prev {
	left: 80px;
}

.banner .next {
	right: 80px;
}

.seabox h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 100
}

.seabox h3 strong {
	padding-right: 8px
}

.seabox small {
	font-size: 12px;
	font-family: sans-serif;
}

.jy_nav ul li a {
	color: #fff;
	display: block;
}

.jy_nav ul li:hover {
	background: #4aaf3d
}


.zss .wp_swiper_slider_wrapper {
	height: 370px
}

.zss .wp_swiper_slider_wrapper .swiper-slide {
	width: 280px;
	height: 370px;
}

.wp_swiper {
	position: relative
}

.wp_swiper .wp_swiper_btn {
	width: 57px;
	height: 57px;
	position: absolute;
	top: 50%;
	z-index: 9999;
	cursor: pointer;
	margin-top:-28px
}

.wp_swiper_prev {
	background: url(assets/images/d_u.png) center center no-repeat;
	left: -33px;
}

.wp_swiper_next {
	background: url(assets/images/d_d.png) center center no-repeat;
	right: -33px;
}

.wp_swiper .swiper-button-disabled {
	opacity: 0.5
}
.banner .wp_swiper_prev,.banner .wp_swiper_next{opacity:0; transition: All 0.15s ease-in-out;}
.banner .wp_swiper_prev{left:-100px; }
.banner .wp_swiper_next{right:-100px; }
.banner:hover  .wp_swiper_prev{left:0px;opacity:0.6;}
.banner:hover  .wp_swiper_next{right:0px;opacity:0.6;}

.wp_swiper .wp_swiper_pagination{position: absolute;
    bottom: 15px;
    z-index: 999;
    left: 50%;
 
	width: 180px;
    text-align: center;
	margin-left:-90px;
	}
.banner .wp_swiper_pagination{}
.swiper-pagination-bullet{
	   margin: 0 2px;
}

.c_li img {
	width: 961px;
	height: 543px;
}

.c_lis img {
	width: 236px;
	height: 133px;
}

.c_lis ul li i span {
	display: none;
}


.f_bj {
	color: #666;
	clear: both;
	height: 255px;
	font-family: "Microsoft Yahei";
	overflow: hidden;
	background: #fff;
	padding-top: 30px;
}

.f_con h3 {
	display: inline-block;
	float: left;
	width: 200px;
}

.f_r {
	width: 965px;
	float: right;
}

.f_nav {
	height: 52px;
	overflow: hidden;
	line-height: 52px;
	margin-bottom: 32px;
	border-bottom: 1px solid #d4d4d4;
}

.f_nav a {
	color: #656565;
	font-size: 16px;
	display: inline-block;
}

.f_nav a.nob {
	background: none;
	padding-right: 0;
}

.f_nav a:hover {
	text-decoration: underline;
}

.f_tel {
	float: left;
	width: 383px;
	margin-right: 50px;
	background: url(assets/images/f_li1.jpg) no-repeat right 0;
	color: #1a1a1a;
	font-size: 14px;
}

.f_tel i {
	padding: 0 20px;
}

.f_tel h4 {
	margin-top: 21px;
	padding-left: 55px;
	background: url(assets/images/f_tel.jpg) no-repeat;
	min-height: 46px;
	font-weight: normal;
	color: #666;
	font-size: 14px;
}

.f_tel h4 span {
	display: block;
	font-weight: bold;
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	color: #4aaf3d;
	line-height: 100%;
	padding-bottom: 1px;
}

.f_tex {
	width: 397px;
	float: left;
	margin-top: -7px;
}

.f_tex ul li {
	color: #666666;
	font-size: 14px;
	line-height: 31px;
}

.f_tex ul li span {
	padding: 0 15px;
}

.f_code {
	width: 126px;
	float: right;
	color: #666666;
	font-size: 14px;
	text-align: center;
}

.f_code img {
	display: inline-block;
	width: 102px;
	height: 102px;
}

.f_code span {
	display: block;
	padding-top: 3px;
	font-size: 14px;
}



.client-2 {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 900;
}

.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 62px;
	position: relative;
	float: right;
}

.client-2 li i {
	background: url(assets/images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}

.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}
.client-2 .my-kefu-tel{width:62px; transition: All 0.15s ease-in-out;}
.my-kefu-tel:hover{width:190px}

.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}


.client-2 .my-kefu-ftop {
	display: none;
}

.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 31px;
	background-position: -23px -47px;
	background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}

.client-2 .my-kefu-left {
	float: left;
	width: 62px;
	height: 53px;
	position: relative;
}

.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}
.client-2 .my-kefu-tel-right a{
	color:#fff
}
.client-2 .my-kefu-right {
	width: 20px;
}

.client-2 .my-kefu-tel-main {
	background: #4aaf3d;
	color: #fff;

	width: 230px;
	padding: 9px 0 0;
	float: left;
}

.client-2 .my-kefu-main {
	background: #4aaf3d;
	position: relative;
	padding: 9px 0 0;
	float: left;
}

.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}

.my-kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}

.indexpart {
	padding: 50px 0;
}

.nybanner {
	height: 290px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#page-3 .nybanner,#page-103 .nybanner{
	background-image: url('./assets/images/2020-05-1025.jpg');
}

#page-6 .nybanner {
	background-image: url('./assets/images/2020-05-1025.jpg');
}

#cat-1 .nybanner{
	background-image: url('./assets/images/1525254393978.jpg');
}

#show .nybanner {
	background: url(./assets/images/img43.jpg) center center no-repeat;
	
	height:150px
}


.nybannertext {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.nybannertext h1 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1;
}

.nybannertext span {
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
}

.meleft {
	width: 55%;
	float: left;
	padding-right: 30px;
}

.meright {
	width: 45%;
	float: right;
	text-align: right;
}

.meright img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.page-id-3 .title h2 {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}
.page-id-3 .title h3{
    font-size: 36px;
    color: #4aaf3d;
    font-weight: 100;
    margin-bottom: 20px;
}
.about_info{line-height: 2;font-size: 17px; overflow:hidden}
.about_info p{ margin-bottom:18px}
.page-id-3 h3 {
	color: #4aaf3d
}

.metext p {
	font-size: 16px;
	color: #666;
	line-height: 36px;
	margin-bottom: 15px;
}

}

.meright {
	width: 45%;
	float: right;
	text-align: right;
}

.cx {
	clear: both;
	height: 120px;
	padding-top: 35px;
}

.cx p {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #4baf3d;
}

.kfay {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 50px 0
}

.kfay dt {
	width: 188px;
	float: left;
}

.kfay dd {
	width: 935px;
	float: right;
}

.kfay dd h4 {
	height: 45px;
	padding-top: 25px;
	font: 24px "Microsoft YaHei";
	color: #4baf3d;
}

.kfay dd h4 i {
	padding-left: 15px;
	text-transform: uppercase;
	font: 16px "Arial";
	color: #999999;
}

.kfay dd p {
	font: 14px "Microsoft YaHei";
	color: #333333;
	line-height: 30px;
	padding-top: 15px;
}

.g-gywm {
	padding:70px 0 0 0;
	overflow:hidden
}

.wm-l {
	width: 500px;
	float: left;
	padding: 48px 0;
	overflow: hidden;
}

.wm-l h4 {
	font: 20px "Microsoft YaHei";

	height: 60px;
	width: 400px;
	padding-left: 30px;
}

.wm-l h4 i {
	display: block;
	font: 14px "Microsoft YaHei";

}
.wm-l li {
	font: 16px "Microsoft YaHei";
	line-height: 24px;
}
.wm-l ul{
	padding-left: 65px;
	margin: 40px 22px 0 30px;
}

.wm-l .ul1{
	background: url(./assets/images/ddd63203239d4f9f9524bdbb0c20c365_34.png) no-repeat left center;
    background-size: 7%;
}

.wm-l .ul2 {
	background: url(./assets/images/ddd63203239d4f9f9524bdbb0c20c365_40.png) no-repeat left center;
    background-size: 7%;
}

.wm-l .ul3 {
	background: url(./assets/images/ddd63203239d4f9f9524bdbb0c20c365_36.png) no-repeat left 6px;
    background-size: 7%;
	height: 48px;
}

.wm-l .ul4 {
	background: url(./assets/images/qq40.png) no-repeat left center;
    background-size: 7%;
}

.wm-l .ul3 li {
	line-height: 20px;
}

.wm-l .ul3 li b {
	display: block;
	font-weight: bold;
	font-size: 20px;
	color: #333333
}

.wm-r {
	float: left;
	width: 571px;
}

.lx_list {

	overflow: hidden;
	padding-bottom: 70px
}

.lx_list .til {
	text-align: center;
	padding-top: 79px;
	font-size: 30px;
	color: #333;
	padding-bottom: 25px;
	line-height: 100%
}
.lx_list .til h3{ font-size:34px}
.lx_list .til span {
	display: block;
	font-weight: normal;
	font-family: Arial;
	font-size: 16px;
	text-transform: uppercase;
	color: #c0c0c0;
	margin-top: 18px;
	line-height: 100%;
}

.lx_list_g dl {
	width: 33.333%;
	float: left
}

.lx_list_g dl dd {
	display: block
}
.lx_table{box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);}
.lx_table li{background:#fff; padding:50px 10px;font-family: -webkit-pictograph;font-size: 18px;border:1px solid #e6e6e6;float:left; width:25%;text-align: center;}
.lx_table li span{

    width: 50px;
    height: 50px;
    background: url(./assets/images/nanren.png) center center no-repeat;
    line-height: 50px;
    font-size: 38px;
    margin: 0 auto;
    color: #fff;
	text-indent: -9999px;
	font-family: cursive;
	overflow: hidden	
	}
.lx_table li span,.lx_table li a{display:inline-block}
.lx_table li a{text-align:left;padding: 0px 0 0 7px;font-size: 16px;}
.lx_table li a b{font-size: 26px;font-weight: 100;letter-spacing: 5px; line-height: 32px;}

.footer_nav {
	text-align: center;
}

.footer_nav li {
    display: inline-block;
    padding: 0 50px 0 0;
    float: left;
}


.dy input{
	border: 1px solid #ddd;
    padding: 2px 5px;
    width: 229px;
}
.dy .btn-dy{
	background: #4cae3f;
    color: #fff;
    border: none;
    padding: 5px 11px;
}
/**/

.links {
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	background: #4aaf3d;
}

.links p {
	text-align: center;
	color: #99cc93
}

.links p i {
	padding: 0 10px
}

.links p a {
	color: #99cc93;
	font-size: 14px;
	display: inline-block;
	padding: 0 22px;
	z-index: 9;
}

.links p a:hover {
	color: #fff;
}

.mcounter {
	overflow: hidden;
	clear: both;
	background: url(./assets/images/img43.jpg) center center no-repeat;
	background-size: cover ;
	background-attachment: fixed;
}

.mcounter .module_container {
	padding: 60px 0;
	position: relative;
	z-index: 1;
	max-width: 1170px;
	margin: 0 auto;
}

.mcounter ul.content_list {
	width: 100%;
	height: auto;
}

.mcounter ul.content_list li {
	width: 33.333%;
	height: 108px;
	float: left;
	text-align: center;
}

.mcounter ul.content_list li div {
	border-right: rgba(212, 212, 212, 0.49) 1px solid;
}

.mcounter ul.content_list li p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
}

.mcounter ul.content_list li p.title {
	margin-bottom: 10px;
}

.mcounter ul.content_list li p.number {
	margin-top: 15px;
}

.mcounter ul.content_list li:last-child div {
	border-right: rgba(233, 174, 170, 0) 1px solid;
}

.mcounter ul.content_list li p.number .unit {
	vertical-align: top;
	font-size: 14px;
}

.mcounter ul.content_list li p.number .counterDX {
	font-size: 48px;
	color: #fff;
	font-family: HELVETICANEUELTPRO-THEX, Arial;
	text-align: center;
	margin-top: 15px;
}
#cat-1 .mcounter{background-image:url(./assets/images/p_bg.jpg);background-position:center top;background-attachment: scroll;}
#cat-1 .mcounter ul.content_list li{background:#45a73952}

.pro-list {
	padding-top: 30px;
}

.pro-list .in2-item-con {
	overflow:hidden
}

.pro-list li {
	background: #f6f6f6;
	margin-bottom: 30px;
	overflow: hidden
}

.pro-list li .in2-pic {
	width: 580px;
	height: 450px;
	overflow: hidden;
}

.pro-list li .in2-pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.pro-list li .in2-desc {
	text-align: center;
	padding-top: 56px;
	width: 590px;
	position: relative;
}

.pro-list li .prodesc-con {


}

.pro-list li .in2-desc .in2-pro-tit h3 {
	font-size: 26px;
	font-family: arial;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-list li .in2-desc .in2-pro-desc{
	
	overflow:hidden
}
.pro-list li .in2-desc .in2-pro-desc p {
	color: #666;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.pro-list li .in2-desc .more {
	color: #666;
	border-color: #c0c0c0;
	margin-top: 16px;
	margin-bottom: 3px;
}

.pro-list li .in2-desc .more {
	display: inline-block;
	width: 156px;
	height: 49px;
	border-radius: 24px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 47px;
	margin-top: 69px;
	background: transparent;
	position: relative;
	border: 1px solid #fff;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.3s;
	z-index: 2;
	color: #666;
	border-color: #c0c0c0;
	margin-top: 16px;
	margin-bottom: 3px;
}

.pro-list li .in2-desc .more:hover {
	color: #ffffff;
    border-color: #4baf3d;
    background: #4aaf3d;
}

.pro-list li .in2-desc .in2-pro-desc p {
	color: #888;
}

.pro-list li .in2-desc .tel {
	font-size: 30px;
	color: #68bf5d;
	padding-left: 32px;
	font-family: "Hel-medium";
	background: url(./assets/images/h-tel.png) no-repeat left center;
}

.pro-list li:hover .in2-pic img {
	transform: scale(1.1);
}

.abo5-list {
	clear: both;
}

.abo5-item {
	width: 598px;
	overflow: hidden;
	margin-bottom: 5px;
}

.abo5-item1 {
	height: 445px;
}

.abo5-item img {
	display: block;
	width: 100%;
	transition: all 0.4s;
}

.abo5-item li {
	width: 296px;
	height: 220px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.abo5-item-con1 {
	margin-bottom: 5px;
}

.abo5-item-con1 .abo5-item li:nth-child(2n) {
	margin-right: 0;
}

.abo5-item li img {
	display: block;
	width: 100%;
	transition: all 0.4s;
}

.abo5-item-con1 .abo5-item li:last-child,
.abo5-item li:nth-last-child(2) {
	margin-bottom: 0;
}

.abo5-item-con2 .abo5-item {
	width: 100%;
}

.abo5-item-con2 .abo5-item li:last-child {
	margin-right: 0;
}

.abo5-item-con .abo5-item li:hover img,
.abo5-item-con .abo5-item1:hover img {
	transform: scale(1.1);
}



.fdh-01-nav-one h3 a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 38px;
	color: #666666;
	overflow: hidden;
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
	background: #4baf3d;
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a {
	color: #fff;
}

.fdh-01-nav dl {
	padding: 2px 0 4px;
}

.fdh-01-nav dt {
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding-left: 54px;
	padding-right: 40px;
	margin-bottom: 1px;
	background: #ececec;
	position: relative;
	overflow: hidden;
}

.fdh-01-nav dt:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #b8b8b8;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
	border-color: #009e7f;
}

.fdh-01-nav dt.sidenavcur a,
.fdh-01-nav dt:hover a {
	color: #009e7f;
}

.fdh-01-nav dd {
	border: 1px solid #ececec;
	border-bottom: 0;
}

.fdh-01-nav p {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	padding-left: 72px;
	padding-right: 40px;
	border-bottom: 1px solid #ececec;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.fdh-01-nav p.sidenavcur a,
.fdh-01-nav p:hover a {
	color: #009e7f;
}

.fdh-01-nav p.sidenavcur:after,
.fdh-01-nav p:hover:after {
	background: #012d9a;
}

.fdh-01-nav a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.contact-z1 {
	height: 140px;
	background: url("assets/images/contact-z1.jpg") no-repeat;
	color: #333;
	margin-bottom: 30px;
}

.contact-z1 p {
	font-size: 20px;
	line-height: 30px;
	padding: 37px 0 0 95px;
	background: url(assets/images/contact-z1_tel.png) no-repeat 74px 44px;
}

.contact-z1 span {
	display: block;
	height: 30px;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	padding-left: 73px;
}


.pc-cx-tel-1 {
	width: 44%;
	height: 56px;
	border-top: 2px solid #e6e6e6;
	padding-top: 10px;
	position: absolute;
	bottom: 16px;
	right:0;
}

.pc-cx-tel-1-t1 {
	width: 114px;
	height: 44px;
	background: #4baf3d;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	float: right;
	border-radius: 68px;
}

.pc-cx-tel-1-t1 a {
	display: block;
	color: #fff;
}

.pc-cx-tel-1-t2 {
	height: 56px;
	padding-left: 70px;
	background: url(assets/images/pc-xc-icon2.png) no-repeat 10px top;
	font-size: 18px;
	line-height: 18px;
	color: #454545;
}

.pc-cx-tel-1-t2 p {
	line-height: 24px;
}

.curmbs i {
	font-style: normal;
}

.curmbs {
	font-size: 14px;
	border-bottom: 1px dashed #dcdcdc;
	line-height: 1;
	margin-bottom: 10px;
}

.curmbs b {
	border-left: 10px solid #4baf3d;
	font-weight: normal;
	padding-left: 8px;
}

.curmbs span {
	font-family: 'å®‹ä½“';
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
}

.fdh-01-tit {
	background: #4baf3d;
	height: 75px;
}

.fdh-01-tit h3 {
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.fdh-01-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: url(assets/images/p14-icon5.png) no-repeat right center #ececeb;
	margin-bottom: 2px;
	overflow: hidden;
}

.fdh-01-nav-one h3 a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 38px;
	color: #666666;
	overflow: hidden;
}




.cpcc-ts-01 {
	position: relative;

	background: #fff;
}

.cpcc-ts-01-left {
	position: relative;
	width: 50%;
	float: left;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	margin-left: 20px;
}

.cpcc-ts-01-left-jt {
	width: 12px;
	height: 23px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
	z-index: 33;
}

.cpcc-ts-01-left-prev {
	left: 10px;
}

.cpcc-ts-01-left-next {
	right: 10px;
}

.cpcc-ts-01-left-size {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 56px;
	height: 26px;
	font-size: 14px;
	line-height: 16px;
	color: #787878;
	letter-spacing: 3px;
}

.cpcc-ts-01-left-size em {
	font-style: normal;
}

.cpcc-ts-01-left-pic {
	width: 100%;
	position: relative;
	text-align: center;
}

.cpcc-ts-01-left-pic li {
	width: 100%;
	float: left;
}

.cpcc-ts-01-left-pic img {
	margin: 0 auto;
	display: block;
}

.cpcc-ts-01-right {
	width: 44%;
	float: right;
}

.cpcc-ts-01-right-tit {
	height: 48px;
	font-size: 24px;
	line-height: 48px;
	color: #4a4a4a;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cpcc-ts-01-right-con {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 86px;
	overflow: hidden;
}

.lx {
	background: url(assets/images/85b2d77021c84002aeca02edbfe2fc69_54.jpg)no-repeat 0 0;
	height: 500px;
}

.lx_l {
	float: left
}

.lx_r {
	float: right;
	width: 400px;
}

.lx_r span {
	display: block;
	font-weight: bold;
	color: #009e7f;
}

.lx_r h3 {
	font-size: 24px;
	margin-top: 60px;
	margin-bottom: 40px;
	color: #000;
}

.lx_r p {
	font-size: 16px;
}


.p14-prodcontent-1-tit {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	border-bottom: 2px solid #d4d4d4;
	margin-bottom: 20px;
}

.p14-prodcontent-1 {
	padding: 32px 0 42px 20px;
}

.p14-prodcontent-1-tit {
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	border-bottom: 2px solid #d4d4d4;
	margin-bottom: 20px;
}

.p14-prodcontent-1-tit span {
	display: inline-block;
	height: 40px;
	color: #464646;
	border-bottom: 2px solid #012d9a;
	padding-left: 34px;
	background: url(assets/images/p14-icon11.png) no-repeat 2px center;
}

.p14-prodcontent-1-tit em {
	font-size: 18px;
	font-family: Arial;
	text-transform: uppercase;
	font-style: normal;
	color: #c2c2c1;
}




.p14-product-2-tit {
	height: 74px;
	line-height: 46px;
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 30px;
	padding-top: 26px;
	text-align: center
}

.p14-product-2-tit b {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	color: #464646;
	padding-left: 52px;
	border-bottom: 2px solid #012d9a;
	background: url(assets/images/p14-icon11.png) no-repeat 12px center;
}

.p14-product-2-tit span {
	margin-left: 10px;
	font-size: 18px;
	font-family: Arial;
	color: #c2c2c1;
	text-transform: uppercase;
}

.p14-product-2-list dl {
	float: left;
	width: 23.8%;
	border: 1px solid #dfdfdf;
	margin-right: 1.5%;
	box-sizing: border-box;
}

.p14-product-2-list dl:last-child {
	margin-right: 0;
}

.p14-product-2-list dl img {
	display: block;
	width: 100%;
	height: 180px;
}

.p14-product-2-list dd {
	padding: 10px 28px 10px 10px;
	margin-right: 2px;
	position: relative;
}

.p14-product-2-list h3 {
	height: 30px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #191919;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p14-product-2-list h3 a {
	color: #191919;
}

.p14-product-2-desc {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p14-product-2-list dl:hover {
	border-color: #009e7f;
}

.p14-product-2-list dl:hover h3 a {
	color: #009e7f;
}

.clients {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-image: url(assets/images/1525254393978.jpg);
}

.clients .tit {
	text-align: center
}

.clients .tit span {
	display: block;
	font-size: 28px;
	color: #000;
	padding-top: 45px;
}

.clients .tit em {
	font-style: normal;
	color: #999;
	text-transform: uppercase;
	font-family: "Times New Roman";
	padding: 15px 0;
	display: block;
}
.clients .swiper-slide{width:169px}


.xj {
	padding-top: 15px;
	font-family: "Microsoft Yahei";
}

.xj h2 {
	margin-bottom: 20px;
}

.xj_cnt dl {
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 0 5px #d8d8d8;
}

.xj_cnt dl dt {
	padding:20px
}

.xj_cnt dl dd {
	padding-left: 113px;
	padding-top: 9px;
	position: relative;
	box-sizing: border-box;
}

.xj_cnt dl dd em {
	position: absolute;
	top: 0px;
	left: 32px;
	width: 70px;
	height: 65px;
	color: #fff;
	background: #48a93a;
	display: block;
	text-align: center;
	font-family: "Arial";
	font-size: 48px;
	font-weight: bold;
	line-height: 63px;
}

.xj_cnt dl dd h2 {
	color: #48a93a;
	font-size: 26px;
	font-weight: bold;
	margin-top: 10px;
}

.xj_cnt dl dd h2 i {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
	font-style: normal;
	font-family: "Arial";
	display: block;
}

.xj_cnt dl dd .desc {
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	width: 400px;
	display: none
}

.xj_cnt dl dd .desc b {
	font-weight: bold;
}

.add_maps{float: left; width: 700px;}


#dituContent{height:411px; width: 100%;  overflow:hidden;}

/* 移动端 组件样式*/
.fix_footer {position: fixed;bottom: 0;left: 0;z-index: 99999;width: 100%;display:none}
	.fix_footer ul {overflow: hidden;background-color: #4baf3d;  margin-bottom:0}
	.fix_footer ul li {float: left;width: 33.3333%;}
	.fix_footer ul li a {float: left; width: 100%; padding:0.55rem 0;text-align: center;color: #fff;font-size: 0.8rem;border-right: 1px solid #27a715;}
	.fix_footer ul span {display: block;margin-top: 0.46rem;}
	
	.dialog {position: fixed;height: 100%;background: rgba(0, 0, 0, 0.8);width: 100%;top: 0;z-index: 8888;text-align: center;display:none}
	.dialog.open{display: block;}
	.dialog p{ line-height: 4.2rem; color: #fff; font-size: 2.2rem;}
	.dialog img {vertical-align: middle;margin: 52% auto 0;max-width: 50%;}
.g-gywm{   
	background: url(assets/images/img43.jpg) no-repeat center top;
	padding: 70px 0;
    position: relative;
	color:#fff;
background-size: cover;
}
.g-gywm a{color:#fff}
.g-gywm:after{
	content:'';
	height:100vh;
	width:100vw;
	background:rgba(29, 29, 29, 0.35); 
	position: absolute;
left: 0;
    top: 0;
z-index:1
}
.g-gywm .container {z-index:9;position: relative;}
.g-gywm	.dituContent{display: none;}
@media screen and (max-width:767px) {	
	body{padding-bottom:70px;font-size:12px}
	.f_bj,.links,.contact,.client-2,.t_top span,.banner .content .title,.certificate,.service ul li em{display:none !important}
	.header, .content, .footer, .container,.banner{width: auto !important;min-width:auto !important;float: none !important; }
	.service ul li {width: 100% !important;}
	.banner .swiper-slide{height:215px;}
	.h_top {height: 129px;}
	.t_top{text-align:center;background: #f3f3f3;padding: 0;font-size:12px}
	.t_con {height: 95px;}
	.t_con .logo{float:none}
	.t_con h1 img {    width: 145px;    padding-top: 10px;    margin: 0 auto;}
	.cat_nav{display:none}
	.blk-sm{width:auto}
	.clients{display:none}
	.fr{float:none}
	.jy_on .mik a{font-size:12px !important}
	.container{padding-left:15px; padding-right:15px}
	div.menu {height: 39px;}	
	div.menu ul {float: none;text-align: center;padding-top: 6px;}
	div.menu li,div.menu li a {height: 28px;  line-height: 28px;display:inline-block; float:none;border-radius: 28px;  }
	div.menu li a{padding:0 12px}
	.product .content{margin-top:0 !important}
	.product .til{padding-bottom: 30px !important;}
	.banner {height: auto;}
	.banner ul li{background-size:cover !important;height:360px}
	.banner .content {color: #fff;padding: 77px 0;position: relative;}
	.seabox {background: #4aaf3d !important; height:78px !important}
	.seabox h3 { float: none !important; padding-top: 18px !important; width: auto !important; text-align: center !important; }
		
	.abouts {padding:0 !important;height: 365px !important;}
	.abouts .content .fr img{max-width:100%}
	.abouts h3 strong span { display: none !important}
	.abouts h3{height:auto !important}
	.abouts .info {overflow: hidden;background:rgba(255,255,255,0.9);padding:15px !important;margin: 20px;position: relative;top: -200px;}
	.abouts p:nth-child(3){display:none}
	.abouts h3 strong i{font-size:24px !important}
	.til {padding-top: 35px !important; font-size:22px !important}
	.til span{font-size:12px !important}
	.service .til span{display:none !important}
	.service ul li {height: auto; margin-bottom: 150px;}
	.service ul li.mar{margin: 0 0 150px 0 !important}
	.service ul li:nth-child(3){margin-bottom:0}
	.wp_swiper .wp_swiper_btn{display:none}
	.product .jy_on{height:auto !important}
	.jy_on ul li img {        float: none !important;    width: auto !important;}
	.jy_on .mik {    width: auto !important;    height: auto !important;    position: relative !important;    left: 0 !important;    top: 0 !important;}
	.jy_on ul li {height: auto !important;}
	.jy_on ul li em{display:none !important}
	#page-3 .pt-6.pb-6 .container .fr img{width:100%}
	.p14-product-2-list dl img{height:auto}
	
	.service .til:before, .service .til:after {top: 34px !important;font-size: 24px !important;letter-spacing: -3px !important;}
	.service .til:before {margin-left: -31px !important;}
	.service .til:after { margin-left: 8px !important;}
	.service ul li i{ padding-top:15px;line-height:1 !important}
	.service ul li span{font-size:16px; font-weight:700}
	.page-id-3 .title h2{  margin-bottom:10px}
	.nybanner{height:185px}
	.nybanner .nybannertext{}
	.lx_list {padding-bottom: 35px;}
	.lx_list .til h3{font-size:27px}
	.lx_table li{width:50%}
	.page-id-3 h3 {line-height: 1.4; font-size:26px !important}
	.page-id-3 .meright{display:none}
	.page-id-3 .pt-6.pb-6{ padding:30px 0 0 0 }
	.page-id-3 .pt-6.pb-6 .container .fr img{padding:30px 0 0 0;display:none}
	.page-id-3 .meleft {width: auto;float: none;padding-right: 0;}	
	.page-id-3 .indexpart{padding:0}	
	.about_info p{font-size:16px}
	.page-id-3 .title h3{ margin-bottom:15px}
	
	.g-gywm {padding-top: 35px}
	.mcounter ul.content_list li {}
	.mcounter ul.content_list li p{font-size:12px;white-space: pre;    overflow: hidden;    text-overflow: ellipsis;}
	.mcounter ul.content_list li p.number .counterDX{font-size: 29px;}
	.nybannertext h1{font-size:24px}
	.abo5-item {width: 100%;height: auto;}
	.abo5-item li {width: 100%;}
	.abo5-item-con1 .abo5-item li:last-child, .abo5-item li:nth-last-child(2){margin-bottom:5px}
	.curmbs b{border-width:3px}
	.curmbs, .curmbs i,.curmbs i:last-child a{white-space: nowrap;    overflow: hidden;    text-overflow: ellipsis;}
	.kfay{ padding:0}
	.kfay dt{display:none}
	.kfay dd{width:auto; float:none}
	.category-product .mcounter .module_container{padding: 40px 0;}
	.category-product .mcounter .container_content .content_list{}
	.wm-l h4{width:auto}
	.cpcc-ts-01-right-tit {    font-size: 20px;}

	.g-gywm .wm-l{width:auto;float:none}

	.category-product .container{ background:#f5f5f5}
	.category-product .pro-list li{background:#fff;box-shadow: 0 0 7px rgba(0, 0, 0, 0.01);}
	.pro-list li .in2-desc{text-align:left}
	.prodesc-con .in2-pro-desc{font-size:12px}
	.pro-list li .pro-btn{text-align:center}
	.pro-list li .in2-desc .in2-pro-tit h3{ font-size:16px}
	.pro-list li .in2-desc .more{height:40px; line-height:40px}
	.xj_cnt dl dd em{    font-size: 25px;width: 48px; height: 48px; line-height:48px;left: 7px;}
	.xj_cnt dl dd h2{font-size:20px}
	.xj_cnt dl dd {    padding-left: 65px;    padding-top: 1px;}	
	.xj_cnt dl dt{ padding:5px}
	.xj2 img{width:100%;height: auto;}
	.add_maps {float: none;    width: auto;}
	.add_maps img{width:100%}
	div.menu li:hover ul.sub-menu{
		display:none !important;
	}

	#dituContent{height:auto}
	.p14-prodcontent-1{padding: 0;}	
	.p14-prodcontent-1-tit{display:none}
	.p14-product-2-list dl{width:48.5%; margin-bottom:10px}
	.cpcc-ts-01-left {position: relative;width: auto;float: none;margin-left: 0px}
	.cpcc-ts-01-right {width: auto;float: none;}

	.pc-cx-tel-1 {width: auto;height: 56px;border-top: 2px solid #e6e6e6;padding-top: 10px;position: relative;bottom: 16px;right: 0;}
	
	.cpcc-ts-01-left-pic li{height:auto}
	.cpcc-ts-01-left-pic li img{height: auto;    width: 100%;}
	.pro-list .in2-item-con{padding:0}
	.pro-list li .in2-pic{height:auto; width:auto;float: none;}
	.pro-list li .in2-desc{ padding-top:0;width: auto;float: none}
	.pro-list li .prodesc-con{position:relative; left:0;padding: 15px 10px;}
	.pro-list li .in2-desc .tel{display:none}
	
	.fix_footer{display:block}
}
	
	
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){

}	
			
			/* iphone6竖屏*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {

}
			/* android小竖屏*/

@media only screen and (min-device-width: 320px) and (max-device-width: 360px) {

	
}




