@charset "utf-8";
/*属性清除*/
.footer2{ display:none;}
.tpp{ display:none;}
*{font-family:"Microsoft YaHei",微软雅黑; padding:0; margin:0; }
.fl{ float:left;}
.fr{ float:right;}
body{margin:0 auto;/*background:#eaffdd;background:url(../images/logo_bj.jpg) repeat-y top center;*/}
h1,h2{margin:0;}
p{margin:0;}
input{margin:0;padding:0;overflow:hidden;}
a{text-decoration:none;}
ul{margin:0;padding:0;}
ul,li{list-style:none;}
.clearfix{clear:both;}
.content_c{width:1200px;margin:0 auto;}
.phone_box{ display:none;}

/*可调节*/
/*logo*/
.logobox{/*position:absolute;*/z-index:100;width:100%;}
.logobox_phone{ display:none;position:relative; overflow:hidden; color:#008603; position:relative; z-index:999; box-shadow:2px 2px 2px rgba(0,0,0, .08);}
.logo_backimg{margin:0 auto;padding:0;width:1200px;}
.logo_backimg img{width:100%;height:auto;display:block;}
.bj{/*background:url(../images/logo_bj.jpg) no-repeat top center;background-size:100% 100%;border-top:3px solid #2473bc;border-bottom:3px solid #2473bc;*/background:#2473bc;}
/*导航*/
/*该段代码是兼容各IE及不同内核的背景虚化设置，#BF017ac1种BF代表透明度0.75，017ac1是颜色，透明度计算公式255*0.75=191.25取整转换为十六进制BF*/
.nav_box1{background-color:rgb(1,122,193,0.75);-pie-background:rgba(1,122,193,0.75);/*IE6-8*/filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF017ac1,endColorstr=#BF017ac1);}

.h_t{width:100%;height:36px;background:#2473bc;}
.h_t span{line-height:36px;text-align:left;margin:0 auto;width:62.5%;display:block;color:#fefefe;font-size:13px;}
.nav_box{width:1200px;/*position:absolute;background:url(../images/nav_bj.jpg) no-repeat top center;*/z-index:100;margin:0 auto;}
.logo_lo{width:40.66%!important;float:left;margin-bottom:-4px;}
.logo_lo img{width:100%;}
.logo_r{width:50.66%!important;float:right;height:100%;}
.nav_box ul{width:100%;/*margin-top:3.5%;*/height:37px;}
.nav_box li{width:20%!important;float:left;text-align: center;}
.nav_box li a{color:#fff;font-size:16px;font-weight:500;background-size:100% 100%;line-height:50px;/* padding:36% 0; */margin-top: 33%;}
.nav_box li a span{width:100%;display:block;line-height:25px;border-right:1px solid #fff;}
.nav_box li a span:last-child{color:#a7a7a7;font-size:13px;border-right:0;}
.nav_box li:last-child a span{border-right:0;}
.nav_box li a:hover{background:#fff;background-size:100% 100%;color:#2473bc;}
.cur{background:#fff;background-size:100% 100%;color:#2473bc!important;font-weight:600!important;border-radius: 10px;}
/*pc下拉菜单控制*/
.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu {
    height: 50px;
}
/*.menu li*/
.submenu li{
    background: -moz-linear-gradient(#fff, #fff);
    background: -ms-linear-gradient(#fff, #fff);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(#fff, #fff);
    background: -o-linear-gradient(#fff, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff')";
    background: linear-gradient(#fff, #fff);
	margin:0;
    /*border-bottom: 2px solid #181818;
    border-top: 2px solid #303030;*/
}
.submenu li a{color:#000;}
.menu > li {
    display: block;
    float: left;
    position: relative;
}
.menu > li:first-child {
    border-radius: 5px 0 0;
}
.menu a {
    /*border-left: 3px solid rgba(0, 0, 0, 0);*/
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
}

.menu li:hover {
    /*background-color: #2473bc;
    background: -moz-linear-gradient(#2473bc, #2473bc);
    background: -ms-linear-gradient(#2473bc, #2473bc);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2473bc), color-stop(100%, #2473bc));
    background: -webkit-linear-gradient(#2473bc, #2473bc);
    background: -o-linear-gradient(#2473bc, #2473bc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2473bc', endColorstr='#2473bc');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2473bc', endColorstr='#2473bc')";
    background: linear-gradient(#2473bc, #2473bc);*/

    /*border-bottom: 2px solid #222222;
    border-top: 2px solid #1B1B1B;*/
}
.menu li:hover > a {
    /*border-radius: 5px 0 0 0;
    border-left: 3px solid #C4302B;
    color: #fff;*/
}

.submenu {
    left: 0;
    max-height:0;
    position: absolute;
    top: 100%;
    z-index: 0;

    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {
    opacity: 0;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
	min-width:100%;
}
.submenu li a{padding-top:0!important;padding-bottom:0%!important;margin:0!important;}
.menu .submenu li:hover a {
    border-left: 3px solid #e35b1a;
    border-radius: 0;
    color: #2473bc;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
/*pc下拉菜单控制结束*/
/*轮番图控制*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 450px;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	margin: 0 auto;
	position: relative;
	width:100%;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter:alpha(opacity=0);
-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter:alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display:block;
	height: 16px;
	overflow: hidden;
	text-indent:-99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background-position: 0 0;
}
/*轮番图控制结束*/
/*产品展示*/
.pro_index{width:100%;background:url(../images/cpzs_bj.jpg) no-repeat top center;padding-bottom:30px;/* background:#eaf7ff; */background-size:100% 100%;padding-bottom:4%;}
.pro_zs{width:100%;float:right;}
.cp_top{width:1200px;position:relative;padding:6% 0 3% 0;}
.cp_top span{margin:0 auto;display:block;padding-top:120px;font-size:14px;}
.t_a{display:block;color:#fff;background:#2473bc;font-size:12px;width:79px;line-height:20px;position:absolute;left:46.66%;bottom:25%;z-index:1;text-align:center;}
.cp_top1{margin:0 auto;height:21px;background:url(../images/b_img.png) no-repeat center center;}
.cpbox{width:1200px;margin:0 auto;text-align:center;}
#demo{overflow:hidden;}
#indemo{float:left;width:1400%;padding:0; margin:0;}
#demo1{float:left;padding:0;width:2400px;margin:0;}
#demo2{float:left;padding:0;width:2400px;margin:0;}
.thrid{width:100%;}
.pro_zs dl{margin-right:24px; float:left;/*border:2px solid #e4e4e4;position:relative;margin-bottom:3%;padding:17px 30px 0px 30px;background:#dfdfdf;margin-bottom:50px;*/}
.pro_zs dt{width:276px;height:276px;}
.pro_zs dl img{margin:0 auto;width:100%;}
.pro_zs dl dd{text-align:center; line-height:60px;/*background:rgb(0,91,172,0.75);position:absolute;background:#000;*/color:#000; font-size:15px;width:100%;}
.cpzs_m{margin:0 auto;width:12%;border:1px solid #a0a0a0;padding:0.5% 0;color:#000;font-size:20px;text-align:center;border-radius:10px;display:inline-block;}
.cpzs_m1{margin:0 auto;width:48%;text-align:center;display:inline-block;}
/*产品分类左侧显示代码*/
/*.cpfl{width:21.5%;margin:0 auto;text-align:center;min-height:530px;background:url(../images/cpfl.png) no-repeat top center;background-size:100% 100%;float:left;margin-top:15px;}
.cpfl img{width:100%;}
.cpfl_z{margin:0 auto;width:100%;text-align:center;margin-bottom:40px;}
.cpfl_z li{display:inline-block;list-style: none;text-align: left;line-height: 40px;height: 40px;width: 90%;color:#000;font-size:20px;border-bottom:1px dashed #949494;}
.cpfl_z li a{color:#000;}
.cpfl_z li a:hover{color:#0083c7;}
.cpfl_x{width:100%;text-align:center;}
.cpfl_x li{text-align:center;line-height: 20px;height: 20px;width: 100%;color:#000;font-size:14px;}
*/
/*产品分类显示代码*/
.cpfl_l{width:13%;display: inline-block;height: auto;float:left;}
.cpfl_l  img{width:100%;}
.cpfl_r{background:url(../images/cpfl_r.jpg) no-repeat left center;width:87%;float:left;position: absolute;top: 0;bottom: 0;right:0;display: inline-block;overflow:hidden;clear:both;}
.cpfl_r_a{padding-top:2%;display:inline-block;float:right;margin-right:15px;color:#000;}
.cpfl{width:100%;margin:0 auto;text-align:center;margin-bottom:3%; position: relative;height: auto;}
.cpfl ul{display:table;text-align:center;margin:0 auto;width:100%;}
.cpfl li{display:inline-block;list-style: none;text-align: center;padding:5px 2%;height:auto;color:#000;font-size:18px;border: 1px solid #2473bc;border-radius:10px;margin-right:2%;}
.cpfl li:last-child{margin-right:0;}
/*.cpfl li:first-child{background:url(../images/c_1.png) no-repeat center center;background-size:100% 100%;}
.cpfl li:last-child{background:url(../images/c_3.png) no-repeat center center;background-size:100% 100%;}
*/
.cpfl li a{width:100%;color:#000;font-size:18px;}
.cpfl li:hover{background:#2473bc;}
.cpfl li:hover a{font-weight:500;color:#fff;}
.cpfl_a{display:block;float:right;margin-bottom:15px;color:#146301;}

/*公司简介*/
.wrap_gsjj{width:100%;background:url(../images/gsjj_bj.jpg) no-repeat top center;/*background:#fcfcfc;*/background-size:100% 100%;padding-bottom: 4%;}
.gsjj{width:1200px;margin:0 auto;/*background:#339bd1;box-shadow:-10px 10px 10px #b2b2b2;background:url(../images/gsjj.png) no-repeat top center;background-size:100% 100%;*/text-align:center;}
.gsjj_top{width:100%;margin:0 auto;position:relative;padding:4% 0 2% 0;}
.gsjj_top img{margin:0 auto;display:block;}
.gsjj_nr{width:100%;float:right;/* margin-top:5%; */}
.gsjj_nr img{/*width:100%;*//* width: 21.05%;margin-bottom: 3%; */}
.gsjj_nr div{/*padding-bottom:1%;*/text-align:left;}
.gsjj_nr hr{width:10%!important;line-height:3px!important;}
.gsjj_r{width:41.41%;text-align:center;float:left;margin-top:5%;}
.gsjj_r dl{float:left;width:27.25%;margin:2% 3.04%;position:relative;}
.gsjj_r dl  img{width:100%;}
.play{width:21.71%!important;position:absolute;top:50%;left:50%;z-index:5;transform:translate(-50%,-50%);}
.gsjj_r img{width:100%;}
.gsjj_r video{width:91.4%;}
.gsjj_r span{margin:0 auto;font-size:32px;font-weight:bold;color:#fff;display:block;margin-bottom:20%;text-align:left;margin-top:20%;width:100%;}
.gsjj_nr span{float:left;width:100%;font-size:28px;color:#fff;display:block;text-align:left;margin-bottom:4%;}
.gsjj_nr em{float:left;font-style:normal;font-size:15px;color:#fff;display:block;text-align:left;margin-bottom:3%;}
.gsjj_nr p{margin:0 auto;width:100%;font-size:16px;color:#fff;line-height:35px;text-indent:2em;/*margin-right:5%;*/letter-spacing:3px;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;font-weight: 300;}
.gsjj_nr p:last-child{}
.gsjj_a{float:left;/* border:1px solid #000; */color:#2473bc;width:13%;text-align:center;padding:0.8% 0;margin-top:5%;font-size:18px;display:block;/* border-radius:10px; */background: #fff;}
.gsjj_a1{margin:0 auto;/* width:48%; */text-align:center;display:inline-block;margin-top: 4%;}

/*新闻动态*/
.box{width:100%;background:url(../images/xwdt_bj.jpg)no-repeat top center;background-size:100% 100%;padding-bottom:2%;/* background:#2473bc; */}
.xwdt_top{width:100%;position:relative;padding:4% 0 2%;text-align:center;}
.t_a1{left:47.96%!important;}
.xwdt{width:1200px;margin:0 auto;text-align:center;}
#xw_bt{width:100%;position: relative;}
#xw_bt img{width: 100%;}
#xw_bt a{display: block;position: absolute;color: #666666;font-size: 15px;top: 38%;right: 2%;}
.x_l{width:62.16%;float:left;/* background: #fff; */padding-bottom: 2%;/* margin: 6% 0; */}
.ts{width: 100%;margin:3% 0;}
.ts_l{width: 41.22%;float: left;margin-left: 6.13%;}
.ts_l img{width:100%;}
.ts_r{width: 41.22%;float: right;margin-right: 6.13%;}
.ts_r span{font-size: 15px;color: #000;text-align: left;display: block;}
.ts_r dd{font-size: 21px;color: #ff6d00;text-align: left;display: block;font-weight: 600;}
.ts_r a{float:left;width:100%;color:#000;text-align:left;font-weight:600;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-bottom:4%;padding-top: 4%;}
.ts_r p{width:100%;float:left;text-align:left;color:#6c6c6c;font-size:13px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.ts_li{width: 100%;float: left;margin-bottom: 4%;}
.ts_li a{float:left;width:60%;color:#000;text-align:left;font-weight:500;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left: 6.13%;}
.ts_li a img{vertical-align: middle;display: inline-block;margin-right: 5px;}
.ts_li span{float:right;display: inline-block;font-size:15px;color:#000;font-weight:500;margin-right: 3.13%;}

.x_r{width:36.66%;float:right;position:relative;background: #fff;padding-bottom: 2%;background:url(../images/xwdt_r.jpg)no-repeat top center;background-size:100% 100%;/* margin: 6% 0; */}
.i_l{float:right;width:72%;}
.i_r{float:left;padding:0 3.5%;}
.item{width:45.39%;padding:4.5% 1.5%;margin-right:1.6%;margin-bottom:2.5%;float:left;background:#f0f0f0;}
.item1{width:78.81%!important;margin-left: 9.06%;margin-top: 5%;margin-bottom:0!important;}
.item dd{float: right;padding-top: 5%;}
.item dd img{display: block;}
.item span{float:left;line-height:40px;font-size:45px;color:#0e87db;width:100%;display:block;text-align:center;margin-bottom:5%;margin-top:10%;}
.item em{font-style:normal;font-size:14px;color:#606060;width:100%;display:block;text-align:center;margin-bottom:10%;}
.item a{float:left;width:100%;color:#000;text-align:left;font-weight:600;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2%;}
.item p{width:100%;float:left;text-align:left;color:#606060;font-size:13px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.item img{/*width:100%;*/}
.item:nth-child(2),.item:nth-child(4),.item:nth-child(6){margin-right:0;}
.xwdt_a{margin:0 auto;width:10%;display:block;font-size:16px;color:#000;text-align:center;padding:0.6% 0;border:1px solid #000;border-radius:10px;margin-top:2%;}

/* 精品推荐 */
.wrap_jptj{width:100%;position:relative;background:url(../images/jptj_bj.jpg) no-repeat top center;background-size:100% 100%;/* padding-bottom: 5%; */}
.jptj_l{width:1200px;margin:0 auto;/* background:#cdcdcd;border-radius:20px; */}
.jptj{width:100%;margin:0 auto;/*background:rgb(255,255,255,.8);*//* padding:4% 3% 0 3%; */}
.jptj_top{width:100%;position:relative;text-align:center;padding:4% 0 3% 0;}
.jptj_top a{margin-top:2%;float:right;color:#fff;margin-right:15px;}
.jptj dl{float:left; width:24.25%;margin-right:1%;position:relative;}
.jptj dl:nth-child(4){margin-right:0%;}
.jptj dl dt{width:100%;height:auto;position:relative;}
.jptj dl dt img{width:100%;}
.jptj dl dd{font-size:15px;color:#000;text-align:center;line-height:60px;/*position:absolute;bottom:0;width:100%;background:rgb(0,91,172,0.75);*/}
.jptj_m{width:9%;padding:0.6% 0;margin:0 auto;display:block;font-size:16px;color:#000;text-align:center;border:1px solid #a0a0a0;border-radius:10px;margin-top:2%;}
.jptj_m1{margin:0 auto;width:48%;display:block;text-align:center;margin-top:1%;}


/*客户案例*/
.wrap_khal{width:100%;position:relative;/*background:url(../images/khal_bj.jpg) no-repeat top center;background-size:100% 100%;margin-top:-1px;*/padding-bottom: 2%;}
.khal_l{width:1200px;margin:0 auto;border-radius:20px;}
.khal{width:94%;margin:0 auto;/*background:rgb(255,255,255,.8);*/padding:4% 3% 0 3%;}
.khal_top{width:100%;position:relative;text-align:center;padding:4% 0 3% 0;}
.khal_top a{margin-top:2%;float:right;color:#fff;margin-right:15px;}
.khal dl{float:left; width:32.66%;margin-right:1%;position:relative;}
.khal dl:nth-child(3){margin-right:0%;}
.khal dl dt{width:100%;height:auto;position:relative;}
.khal dl dt img{width:100%;}
.khal dl dd{font-size:15px;color:#000;text-align:center;line-height:60px;/*position:absolute;bottom:0;width:100%;background:rgb(0,91,172,0.75);*/}
.khal_m{width:9%;padding:0.6% 0;margin:0 auto;display:block;font-size:20px;color:#000;text-align:center;border:1px solid #2473bc;border-radius:10px;margin-top:2%;}
.khal_m1{margin:0 auto;width:48%;display:block;text-align:center;margin-top:1%;}
/*页脚*/
.footer .content_c{max-width:1200px;position:relative}
.footer{font-size:13px; color:#fff; height:auto;text-align: center; background-size:100% 100%;/*background:url(../images/footer.png) no-repeat top center;*/background:#313131;padding-bottom: 1%;}
.foot{/*margin-top:2%;background:url(../images/foot.jpg) no-repeat top center;*/width:1200px;margin:0 auto;background-size:100% 100%;}
.ft_bomm{padding-top:2%;}
.ft_bomm img{/*float:left;margin-bottom:5%;float:left;*/}
.footer .ft_top{ border-bottom:1px solid #565656;}
.footer li a,.footer p a{ color:#fff;}
.footer p a img{ display:inline; position:relative; top:4px;}
.footer p {line-height:40px;text-align:center;font-size:15px;}
.footer p span{color:#fff;font-size:16px;margin-right:1%;}
.footer p span:last-child{margin-right:0;}

.footer hr{border: 1px solid #fff;margin-top: 2%;margin-bottom: 1%;}
/*增加*/
.ft_l{width: 49.91%;float: left;border-right: 1px solid #fff;}
.ft_l img{width:100%;}
.ft_l p{width: 77.79%;letter-spacing: 2px;margin-left: 5%;}
.ft_r{float: right;width: 41.91%;}
.ft_r img{float: right;margin-top: 3%;margin-bottom: 5%;}
.ft_r p{text-align: left;width: 100%;line-height: 35px!important;}
.ft_r p span{margin-right:1%!important;}
.yq{width: 100%;float: right;text-align: right;margin-top: 2%;font-size: 15px;}
.yq a{margin-left: 2%;color: #fff;}

/*友情链接*/
.link_b{width:100%;padding:2% 0;margin-top: 2%;}
.link{/* background:#fff; */width:64%;margin:0 auto;color:#000000;font-size:20px;font-weight:500;text-align:left!important;}
.link img{display:inline-block; vertical-align:middle;}
.link a{display:inline-block;color:#000;font-weight:500;font-size:16px;margin-left:20px;vertical-align:middle;}

/*增加代码*/
.zhanwei{width:100%;background:url(../images/zhanwei.jpg) no-repeat top  center;background-size:100% 100%;/*background:#2473bc;*/}
.zw{width:1200px;margin:0 auto;}
.zw img{float:left;width:100%;}
.zhanwei1{background:url(../images/zhanwei1.jpg) no-repeat top  center;background-size:100% 100%;/*width:100%;background:#2473bc;*/}
.zhanwei1 img{margin:0 auto;display:block;}
.lxwm{width:100%;background:url(../images/lxwm.jpg) no-repeat top  center;background-size:100% 100%;}
.lx img{margin:0 auto;display:block;}
.z_c span{color:#fff!important;}

.bj_cp{/*background:url(../images/cpzs_bj.jpg) repeat-y top  center;*/background:#eaf7ff;}
.sj_khal{background:url(../images/jptj_bj.jpg) no-repeat top  center;background-size:100% 100%;}
.sj_gsjj{background:url(../images/gsjj_bj.jpg) no-repeat top  center;background-size:100% 100%;}
.sj_gsjj_1{background:#0185d0;width:90%;margin:0 auto;}
/*移动端头部*/
.logo_hidden { color:#2473bc; font-size:1.2rem;margin-left:2%;font-weight:800;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.nav_icon{ color:#2473bc; line-height:250%; font-size:1.1rem}
.nav_icon2{ color:#2473bc; line-height:250%; position:relative;font-size:1.1rem;margin-right:2%;font-weight:800;}

/*移动端导航*/
.lei_n{ display:none;}
/*移动端下拉导航*/
#demo-list a{
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	width:100%;
}
.jquery-accordion-menu,.jquery-accordion-menu *{
	font-family: "Microsoft YaHei",微软雅黑;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: 0;
}

.jquery-accordion-menu {
	width:100%;
	float: left;
	position: relative;
	box-shadow: 0 20px 50px #333;
}
.jquery-accordion-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jquery-accordion-menu ul li {
	width: 100%;
	display: block;
	float: left;
	position: relative;
}

.jquery-accordion-menu ul li a {
	width: 100%;
	float: left;
	text-decoration: none;
	color: #f0f0f0;
	font-size: 13px;
	background: #2473bc;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	-o-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-webkit-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
}

.jquery-accordion-menu>ul>li.active>a,.jquery-accordion-menu>ul>li:hover>a {
	color: #fff;
	background: #2473bc;
}

.jquery-accordion-menu>ul>li>a {
	border-bottom: solid 1px #2473bc;
}
.jquery-accordion-menu .submenu-indicator {
	float: right;
	right: 22px;
	position: absolute;
	line-height: 50px;
	font-size: 20px;
	-o-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-webkit-transition: transform .3s linear;
	-ms-transition: transform .3s linear;
}
.jquery-accordion-menu ul ul.submenu1,.jquery-accordion-menu ul ul.submenu1 li ul.submenu1 {
	width: 100%;
	display: none;
	position: static;
}

.jquery-accordion-menu ul ul.submenu1 li {
	clear: both;
	width: 100%
}

.jquery-accordion-menu ul ul.submenu1 li a {
	width: 100%;
	float: left;
	font-size: 11px;
	background: #535353;
	border-top: none;
	position: relative;
	border-left: solid 6px transparent;
	-o-transition: border .2s linear;
	-moz-transition: border .2s linear;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
}

.ink {
	display: block;
	position: absolute;
	background: rgba(255,255,255,.3);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.animate-ink {
	-webkit-animation: ripple .5s linear;
	-moz-animation: ripple .5s linear;
	-ms-animation: ripple .5s linear;
	-o-animation: ripple .5s linear;
	animation: ripple .5s linear;
}

@-webkit-keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
	}
}

@-moz-keyframes ripple {
	100% {
		opacity: 0;
		-moz-transform: scale(2.5);
	}
}

@-o-keyframes ripple {
	100% {
		opacity: 0;
		-o-transform: scale(2.5);
	}
}

@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}

.red.jquery-accordion-menu .jquery-accordion-menu-footer,.red.jquery-accordion-menu .jquery-accordion-menu-header,.red.jquery-accordion-menu ul li a {
	background: #2473bc;
}

.red.jquery-accordion-menu>ul>li.active>a,.red.jquery-accordion-menu>ul>li:hover>a {
	background: #2473bc;
}

.red.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #353535;
}

.red.jquery-accordion-menu ul ul.submenu1 li:hover>a {
	border-left-color: #353535;
}
/*移动端下拉导航结束*/
/*栅格化*/
.lei_n{ position:fixed; right:0;top:44px;z-index:999;width:45%;}
.lei_n a{ display:block; text-align:center; line-height:3rem;}
/* main_image */
.swipe{width:100%;overflow:hidden;position:relative; text-align:center;}

/*套用*/
/*移动端分类*/
.lei_box{ width:962px; height:87px; padding-left:41px;}
.lei_box{ line-height:40px; font-size:15px; border:2px solid #009904; padding-top:5px;}
.lei_box a{ color:#333333; display:block; width:125px; padding-left:27px; background:url(../images/icon1.jpg) no-repeat left center; transition:background 0.5s;}
.lei_box a:hover{background:url(../images/icon1.jpg) no-repeat 10px center; color:#090;}

/*内页*/
.zi_base{ padding-bottom:25px; padding-top:20px;}

/*基本*/
/*内页左侧*/
.base_left{ width:220px; position:relative;}
.base_right{ width:943px;}
.base_left dd{ line-height:30px;}
.base_left dt{ line-height:85px; color:#fff; text-align: center;}
.base_left dl{ margin-bottom:20px; background:#2473bc;}
.base_left dl img{ width:100%;}
.base_left dt span{ padding:0 5px;}
.base_left dd{ font-size:15px; border:1px solid #d5d5d5; border-bottom:2px solid #d5d5d5; margin-bottom:1px;}
.base_left dd a:hover{ background:url(../images/icon3.jpg) no-repeat 15px center;}
.base_left dd{ background-color:#fff;}
.base_left dd a{padding-left:25px; display:block; color:#111; font-size:15px; background:url(../images/icon3.jpg) no-repeat 5px center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*.btbox10 .bt6{ background:url(../images/bt_6.png) no-repeat left center;}*/
.btbox10 .bt6{border-bottom:2px solid #2473bc;line-height:40px}
.btbox10 .bt6 p{line-height:50px; color:#232323; font-size:22px; text-align: center;}
.btbox10 .bt6 span{ padding-left:20px;  position:relative; top:15px; }
.btbox10 .bt6 span a{ padding:0 6px; font-size:13px; color:#565656;}
.btbox10 .bt6 span a:hover{ color:#000;}
.btbox10 .bt6{ margin-bottom:20px;}
.zi_base .base_left .lx3{ background:none ;}
.zi_base .base_left .lx3 a{ display:block; width:80%; font-size:14px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.zi_base .base_left .lx3 dd{ padding-left:10px;}
/*内页产品*/
.product_zili dl{margin:0 1%; float:left ; margin-bottom:10px; width:23%;}
.product_zili dt{  width:100%;  background-color:#f5f5f5; padding:8px 0;}
.product_zili dl img{display:block; margin:0 auto;width:100%;}
.product_zili dl dd{ text-align:center; line-height:35px; color:#fff; font-size:14px; position: relative; z-index:666; margin-top:3px; background-color:#2473bc ;}
.product_zili dl dd p{ position:relative; z-index:5; transition: color 1s;}
.product_zili dl dd span{ width:0% ;  display:block; height:35px; position:absolute; background-color:#e0d8cf; z-index:1; transition: width 1s;}
.product_zili dl:hover span{ width:100%;}
.product_zili dl:hover p{color:#333;}
/*内页热品推荐*/
.hotpro dl{margin:0 1%; float:left ; margin-bottom:5px;width:23%;}
.hotpro dt{  width:100%; background-color:#f1f1f1; padding:1px;  padding:8px 0;}
.hotpro dl img{display:block; margin:0 auto; margin-top:1px;width:100%;}
.hotpro dl dd{text-align:center; line-height:34px; color:#fff; font-size:14px; background-color:#2473bc;}
.hotpro dl dd{ position:relative;}
.hotpro dl dd p{ position:relative; z-index:999; transition: color 1s;}
.hotpro dl dd span{ width:0%;   display:block; height:34px; position:absolute; background-color:#e0d8cf; z-index:1; transition: width 1s;}
.hotpro dl:hover span{ width:100%;}
.hotpro dl:hover p{color:#333;}

/*新闻内页*/
.newbox4{ margin-bottom:10px; color:#666;}
.newbox4 .fl { font-size:16px; line-height:28px; text-indent:2em;}
.newbox4 li{ position:relative; line-height:36px; font-size:15px; padding-bottom:10px; box-shadow:1px 4px 4px rgba(0, 0, 0, 0.0); transition:box-shadow 0.5s; }
.newbox4 li:hover{ box-shadow:1px 4px 4px rgba(0, 0, 0, 0.2); }
.newbox4 li p{ position:relative;}
.newbox4 a{ font-size:0.95rem; color:#2d2d2d; text-indent:0em; padding-left:30px; background:url(../images/icon1.png) no-repeat 7px center;}
.newbox4 a:hover{ text-decoration:underline;}
.newbox4 li span{ position:absolute; right:20px; bottom:0; color:#2b2b2b;}
.newbox4 li span a{ color:#ff8a00;}
.newbox4 .fr{ line-height:24px; font-size:14px;}
.newbox4 .time{ width:100px;  color:#fff; no-repeat left bottom; text-align:center; line-height:80px; background-color:#c8841f; text-indent:0em;}
.newtext1{ width:800px;   padding-right:10px; color:#333;}
.newtext1 p{ font-size:15px;}
.new_con p{ font-size:15px; text-indent:1em;}
.newbox4 li{ margin-bottom:15px; border-bottom:1px dashed #464646;}

/*页码*/
.t_page{padding:10px;text-align:center;	font-size:0.8rem;	line-height:25px;}
.t_page li{ float:left;color:#aaa;}
.t_page a{margin:0px 3px; color:#aaa;}
.t_page a:hover{ background:url(../images/lei_hover.png) no-repeat center bottom;}

/*热点新闻*/
.hotnews_box{ margin-bottom:30px}
.hotnews_box li{ float:left; width:449px; margin:0 10px; font-size:0.8rem; position:relative; line-height:45px;}
.hotnews_box li span{ position:absolute; right:0; bottom:0; color:#2b2b2b;}
.hotnews_box li a{ display:block; width:80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; padding-left:20px; color:#242424; background:url(../images/icon1.png) no-repeat left center; font-size:0.95rem;}
.hotnews_box li:hover{ color:#aaa;}
.hotnews_box li:hover a{ color:#aaa;}

/*新闻、产品详情页*/
.news_inbox{ min-height:300px; font-size:15px;}
.news_inbox ul li p{ padding:10px 0px; font-size:20px; font-weight:bold; color:#00a4ff; text-align:center;}
.news_inbox{ padding-left:20px}
.news_inbox ul li{ text-align:center; color:#666;}
.news_inbox ul li span{ margin:0 10px;}
.news_inbox{ line-height:36px;}
.news_inbox ul li span a{ color:#ffc12c;}
.news_inbox img{ margin:15px auto; min-width:400px; max-width:900px; border:1px solid #d5d5d5; padding:2px;}
.news_inbox p{ text-indent:2em;}
.newtext1{ line-height:220%; margin-top:20px;}
.newtext2{ padding-bottom:30px; color:#2b2b2b;}

/*内页公司简介*/
.gsjj_in{ line-height:220%; padding:20px; text-indent:2em; font-size:15px; color:#222;}

/*手机端背景设置*/

/*屏幕尺寸小于1200设置*/
@media screen and (max-width:1200px){
	.cpbox,.nav_box{width:960px;margin:0 auto}
	.zw,.logo_backimg,.xwdt,.cp_top,.gsjj,.cpxw_nr,.khal_top,.khal_l,.jptj_top,.jptj_l,.footer .content_c{width:960px!important;}
	/*.cp_top{height:199.2px;/*原图片高度*0.8 }*/
	/*.gsjj_top{height:109.6px;/*原图片高度*0.8 }*/
	/*.khal_top{height:272.8px;/*原图片高度*0.8 }*/
	/*.xwdt_top{height:220px;/*原图片高度*0.8 }*/
	.khal dl dt img{width:100%;}
	.jptj dl dt img{width:100%;}
	.foot_ewm{margin-left:100px;}
	.footer .content_c{padding-right:0!important;}
	.zhanwei1 img,.lx img{width:960px;}
	.f_b_l{width:42%;}
	.foot,.link{width:960px;}
	.al_r{padding-top: 17%;}
	.item_r{width:66%;}
	.xw_r{padding-top:4%;}
	.t_a{left: 46.2%;bottom: 17%;}
	.t_a1{left: 46.66%!important;}
	.nav_box li a{/* padding: 35.5% 0; */margin-top: 27%;}
	.gsjj_nr p:nth-child(2){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
	.gsjj_nr p:last-child{/*display:none;*/}
}
/*屏幕尺寸小于960设置*/
@media screen and (max-width:960px){
/* 屏幕小于960 */
.phone_pro img{margin:0 auto;width:40%;margin-top:2%;}
.m_gsjj_a{width:26px;display:block;margin:0 auto;padding:2% 0;}
.m_cpzs_a img{width:60%!important;}
.item{width:97%;margin-right:0%!important;}
.x_l,.x_r{width: 100%;margin: 0;}
.ts_r p {-webkit-line-clamp: 2;}
/*基本*/
.zhanwei img{width:95%;margin:0 auto;}
.zhanwei1 img{width:100%;}
img{display:block;}
.logobox_phone{ display:block;  width:100%; line-height:220%;  }
.logo_backimg{ display:none;}
.content_c{ padding:0; width:auto; max-width:640px;}
.pc_box{ display:none;}
.phone_box{ display:block;}
.ggbox{ display:none;}
/*nav*/
.nav_box { margin-top:0%;  width:100%; opacity:.8; z-index:999; background:none; background:#005dce;display:none}
.nav_box li{ font-size:14px; width:100%; text-align: center; background:none;}
.nav_box li a{ color:#fff; display:block;}

.nav_box ul{ position:relative;left:0;}
.nav_box li{ background:none; width:16.6%; float:left;}
.nav_box li:hover{ background:none; background-color:#333;}
.nav_box .content_c ul{ position:relative;}
.nav_box .content_c ul{ padding:0;}
.footer{ display:none;}
.footer2{ display:block;}
.dh_box{ line-height:1.5rem; width:5rem; margin:0 auto; text-align:center; font-size:0.75rem; color:#fff; background-color:#06C; margin-top:1.2rem;}
.dh_box a{ color:#fff;}
.lei_n dt{ background-color:#535353; color:#fff; text-align:center; line-height:3rem;}
/*shouji*/
.footer2{ display:block; background:#2473bc; padding:2% 0 0 0; position:fixed; bottom:0; width:100%; padding-bottom:1%; z-index:999; padding-bottom:1%;}
.footer2 li{ float:left; width:25%; text-align: center;}
.footer2 li img{ width:34%; margin:0 auto;}
.footer2 li a { display:block; color:#fff; line-height:2rem; font-size:1.2rem; width:100%; height:100%;}
.tpp{ height:25%; display:block; text-indent:-999em; padding-top:9%;}

.footer .xxx{ position:relative;}
.footer .xxx img{ position:absolute; left:0; top:10px;}


.product_index{ background-size:auto 100%;}
#indemo{ width:100%;}
#demo{ width:100%;  position:relative; height:25rem;overflow:scroll;}
#demo1{ width:100%; }
.pro_zs dl{ margin:0 1%;}
.pro_zs #demo dl{ position:relative; width:31.2%;}
.pro_zs #demo dl img{ width:100%;}
.pro_zs #demo dl dd{ line-height:2rem; padding:0; color:#fff;}
.lei_n{ position:fixed; z-index:666;}

.news_inbox{ padding-left:0;}
/*模板*/


/*手机icon*/
.icon_box{ padding-top:0.8rem;}
.icon_box dl{ float:left; width:25%;}
.icon_box dl dt{ width:4rem; height:4rem; background:#2473bc; margin:0 auto; border-radius:1rem;}
.icon_box dl img{ width:50%; margin:0 auto; padding-top:0.8rem;}
.icon_box dl dd{ width:3.5rem; margin:0 auto; line-height:2rem; font-size:0.8rem; text-align:center; color:#2b2b2b;}
/*标题*/
.phone_bt img{ margin:0 auto;padding:2% 0;}
.phone_bt2{ padding:1rem 0;}
.phone_bt2 img{ margin:0 auto;padding:2% 0;}
/*产品*/
.phone_pro{padding-bottom:20px;text-align:center;}
.phone_pro dl{ width:47%; margin:0 1.5%; float:left;position:relative;}
.phone_pro dl dt img{ width:100%; margin:0 auto;}
.phone_pro dl dd{ font-size:0.9rem; text-align:center; line-height:3rem;color:#000;}
.phone_pro_white dl dd{color:#000!important;}
.phone_more{ display:block; width:40%; line-height:1.8rem; background-color:#2473bc;margin:0 auto; text-align:center;margin-top:2rem;margin-bottom:1rem;}
.phone_more a{ display:block; color:#fff; }
.img_gs{float:right;margin-right:0;margin-left:5%;width:30%;}
.gs_p{margin:0 auto;width:95%;}
.gs_p p{font-size:15px;color:#fff;letter-spacing:1px;line-height:25px;text-align:left;}
.gs_p{word-break: break-all;height:8rem;overflow:hidden;}
.gs_p span{float:left;width:100%;font-size:25.49px;color:#fff;display:block;text-align:left;padding-top:5%;}
.gs_p em{float:left;font-style:normal;font-size:15px;color:#fff;display:block;text-align:left;margin-bottom:3%;}
.phone_pro video{width:85%;margin-top:2%;}
/*新闻*/
.phone_con_news{/* background:#fff; */padding:2% 0;}
.box_nr_s2{ margin-bottom:1rem;}
.box_nr_s2  .con_nr2 p{display: inline;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
overflow: hidden;}
.text_nr2{ width:65%;}
.text_nr2 a{ display:block; width:100%; font-size:14px; color:#000; font-weight:bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; margin-bottom:1rem;}
.text_nr2 p{ font-size:13px; color:#000; line-height:30.53px;}
.text_nr2 span{  font-size:13px; color:#fff; line-height:30.53px; display:inline-block;}
.phone_newsbox2 .text_nr2 p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
overflow: hidden;}
.phone_newsbox .text_nr2{ margin-right:2%;}
.phone_newsbox .text_nr2 p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
overflow: hidden}

.box_nr_s{ height:auto; width:50%; float:left;}
.phone_newsbox{background:url(../images/xwdt_bj.jpg) no-repeat center top;/* background:#2473bc; */background-size:100% 100%;padding-bottom:1rem;}
.imgbox_nr2{ width:30%; height:5rem; overflow:hidden;}
.imgbox_nr2 img{ width:77%; margin:0 auto; height:auto;}
.text_nr{ width:65%; padding-right:3%;}

/*首页模板结束*/

.base_left{ display:none;}
.base_right{ width:98%; float:none; margin:0 auto;}
.base_right dl{ width:23%; margin:0 1%; margin-bottom:1rem;}
.base_right dl dd{ line-height:1.5rem; font-size:0.8rem;}
.base_right dl img{ width:100%;}
.base_right dt{ width:100%;}

/*产品*/
.product_zili dt{ padding:0 0; padding:1%;}


/*新闻热点*/
.hotnews_box li{ width:50%; padding-left:0; margin:0; font-size:0.9rem;}
.hotnews_box li a{ width:70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newbox4 a{ display:block; width:80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.new_con p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
overflow: hidden;}



/*新加板块*/
.ts_box { width:0%; display:none; line-height:3rem; background-color:#005dce; text-align:center; color:#fff; font-size:0.85rem;}
.box_lei{ width:100%; white-space: nowrap; overflow:scroll; background-color:#f8f8f8; margin-bottom:1rem;}
.box_lei a{ color:#000; display:block; float:left; width:33%; text-align:center; line-height:2.2rem; font-size:0.85rem; margin-right:0rem;}

/*新闻修改*/

.imgbox_nr2{ background-color:#2473bc; color:#fff; text-align:center; position:relative;}
.imgbox_nr2 p{ font-size:2rem; line-height:3rem; font-weight:bold;}
.imgbox_nr2 span{ font-size:1rem;}
}
/*屏幕尺寸小于640设置*/
@media screen and (max-width:640px){
.phone_pro img{width:95%;}
.phone_pro video{width:95%;}
/* 屏幕小于640 */
.zhanwei img{width:98%;}
/*head*/
.footer2 li a { display:block; color:#fff; line-height:2rem; font-size:0.78rem; width:100%; height:100%;}
/*基本*/
.hid{ display:none;}
.logobox_phone{ display:block; line-height:280%; padding:0 2%; z-index:9999; width:96%;}
.logo_backimg{ display:none;}
.logo_hidden{ font-weight:bold !important;}
.swipe{  box-shadow:0px 1px 15px rgba(0, 0, 0, .1)}
.swipe img{ height:110%;}
.nav_box{ line-height:3rem;}
.footer{ display:none;}
.footer2{ display:block;}

 .zi_base{ padding-top:0;}
.tab_box li a{ display:inline;}
.tab_box li{ clear:both;}
.t_page{ padding:0 10px; text-align:left;}
.t_page a{ text-align:left;}
.tab_box li a{ display:inline; border:none;}
.t_page br{ display:block !important;}
.news_inbox{ font-size:0.8rem;}
.newtext2{ padding-bottom:0;}
.lei_n a{ line-height:2.5rem}
 
 /*模板*/
 /*图标*/
 .icon_box dl dt{ width:2.8rem; height:2.8rem; background:#2473bc; margin:0 auto; border-radius:1rem;}
 /*标题*/
.phone_bt img{ /*width:60%; */margin:0 auto;}
.phone_bt2{ padding:1rem 0;}
.phone_bt2 img{ /*width:60%; */margin:0 auto;}
/*产品*/
.phone_pro dl dd{ font-size:0.78rem; text-align:center; line-height:2rem;}
.phone_more{ width:30%; border-radius:1rem; margin-top:1rem;}
.box_nr_s2{ height:auto; width:100%; float:left;}


.phone_newsbox .text_nr2 a{ font-size:0.8rem; margin-bottom:1rem;}
.phone_newsbox .text_nr2 p{ font-size:0.77rem; line-height:1.5rem;}
.imgbox_nr2 img{ width:89%; margin:0 auto; height:auto;}
.text_nr2{ padding-right:1%;}
.phone_newsbox .text_nr2 p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
overflow: hidden}


/*首页模板结束*/
/*子页 标题*/
.bt6 p{ margin-left:10%; background-color:#fff; padding-left:0%; min-width:33%; text-align:left; max-width:80%;}
.bt6 span{ display:none;}
.btbox10 .bt6 span{ float:left; font-size:1rem; margin-bottom:1rem;}
.newbox4 li span{ position:absolute; right:0.3rem; padding:0; margin:0;}
.btbox10 .bt6{ background-size:170%; margin:0;}
.btbox10 .bt6 p{ width:auto; font-size:1rem; text-align:left; background:none;}

/**/
.base_right dl{ width:48%; margin:0 1%; margin-bottom:1rem;}
.newbox4 a{ width:66%;}
.newbox4 a{ font-size:0.86rem;}
.new_con p{ display:none;}

/*banner调试*/

.img { overflow:hidden;}
.img  img{width:160%!important;position:relative;left:66%;margin-left:-100%;}
/*news_in*/
.news_inbox li span{ font-size:0.5rem;}
   .news_inbox li span{ display:none;}
   .news_inbox ul li p{ text-indent:0em; width:100%; text-align:left; display:block;
	 
	   overflow: hidden;

text-overflow: ellipsis;

white-space: nowrap;
color:#2b2b2b; padding:0; padding-left:1%; font-size:0.9rem;

}

.news_inbox{ padding:0; padding:0 0.5%;}
.news_inbox{ min-height:1rem;}
.news_inbox img{ min-width:90%; margin:0; padding:0; margin:0 auto; max-width:98%;}



.nav_box { background:url(../images/nav_bj.jpg) repeat-x center top; background-size:100% auto;display:none}
.nav_box li{ width:32%; margin:0.2% 0.3%; line-height:1.5rem; background:none; background:url(../images/nav_r.jpg) no-repeat  right center; font-size:0.75rem; background-size: auto 70%; }
.nav_box li a{ color:#fff; }
.nav_box li:hover a{ background:none;}
.nav_box li:hover { background-color:#000;}
.imgbox_nr2{ width:26%;}
.gsjj_in{ padding:0 1%; font-size:0.85rem; color:#000; line-height:250%;}
}
@media screen and (max-width: 490px) {
	/* .phone_bt2 img,.phone_bt img{width:100%;} */
	.i_l{width:70%;}
}
/*屏幕尺寸小于360设置*/
@media screen and (max-width: 360px) {
	/*基本*/
.lei_f li span{ font-size:0.8rem;}

.logo_hidden{ font-size:1rem;}
.nav_box{ margin-top:0%;}
.footer2 li a{ font-size:0.8rem;}
.phone_newsbox .text_nr2 a{ margin-bottom:0.5rem;}
}
