﻿@import url(style.css);
@import url(pscroll.css);
/*内页*/
@keyframes scaleAnim{
    0%{         
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}


.postions{ height:70px; line-height:70px; overflow:hidden;color:#999999; font-size:14px; background:#fff; border-bottom:1px solid #f3f3f3;}
.posadd .postions{ position:fixed; top:0; left:0; width:100%; z-index:5;}
.postions a{color:#999999; }
.postions a:hover{ color:#2b9bd2;}
.postions label{ color:#999999;}
.postions .postions_r{}
.postions .postions_r img{ vertical-align:baseline; margin-right:8px; margin-left:11px;}
.postions .postions_r img:first-child{ margin-left:0;}
.postions h2{ float:left; font-weight:normal; color:#333; height:58px; font-size:20px;}
.postions h2 span{font-size:16px; font-family:Arial;}
.postions .rclass{ float:right;background:url(../images/pos_bg2.png) left center no-repeat;background-size:20px auto;  padding-left:25px;-webkit-tap-highlight-color: #fff;-webkit-tap-highlight-color: transparent; display:none;}
.postions .postions_b{ float:right; }
.postions .postions_b a{ float:left; text-align:center;overflow:hidden; font-size:18px; color:#333333; position:relative;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; z-index:0; margin-left:80px;}
.postions .postions_b a:hover{color:#2b9bd2;}
.postions .postions_b a:after{content: "";display: block;position: absolute;left: 50%;right:50%; bottom: 0;height:2px;opacity: 0;background:#2b9bd2;-webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; z-index:-1;}
.postions .postions_b a.isel:after{left: 0%;right: 0%;opacity: 1;}
.postions .postions_b a:hover:after{left: 0%;right: 0%;opacity: 1;}
.postions .postions_b a.isel{color:#2b9bd2; }
/*分类弹窗*/
.about_bgs{z-index: 19891024;background:url(../images/about_bg.png) repeat; width: 100%; height: 100%;  position: fixed;  left: 0;  top: 0;  display: none;}
.about_tc .closed2{ display:none;}

.o_big_con{ overflow:hidden; position:relative;}
.o_big{ overflow:hidden; background-repeat:no-repeat; background-position:70% center; background-size:cover; position:relative;  width:100%;-webkit-animation:scaleAnim 5s ease forwards; animation: scaleAnim 5s ease forwards;}
.o_big img{ width:100%;filter: Alpha(Opacity=0);opacity: 0;}
.o_big_con .cons{ position:absolute; top:0; left:0; width:100%; height:100%;}
.o_big_con .cons .wrap{ height:100%; display:table; }
.o_big_con .h2{ font-weight:normal; display:table-cell; vertical-align:middle; color:rgba(255,255,255,0.65); text-align:center; text-transform:uppercase;}
.o_big_con .h2 span{ display:block; overflow:hidden; font-weight:bold; color:rgba(255,255,255,0.2); line-height:1; text-transform:uppercase; margin-top:106px;}


/*分页*/
.yema{ width:100%; text-align:center; clear:both; overflow:hidden; padding-top:4%; padding-bottom:4%; clear:both;}
.yema.bgs2{ text-align:right;}
.yema a{ display:inline-block; height:36px; line-height:36px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:18px;margin-left:3px;  text-align:center; color:#999999; font-size:14px; border:1px solid #fff; background:#fff;}
.yema span{ display:inline-block; height:36px; line-height:36px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:18px;margin-left:3px;  text-align:center; color:#fff; font-size:14px; border:1px solid #fff; background:#65a6e3;}
.yema a:hover{ text-decoration:none; color:#fff; background:#2b9bd2;border:1px solid #2b9bd2;}
.yema a.on{color:#fff;  background:#2b9bd2;border:1px solid #2b9bd2;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#2b9bd2;}
.yema a span{ font-family:"宋体"; font-size:16px;}
/*分类弹窗*/
.about_bgs{z-index: 19891024;background:url(../images/about_bg.png) repeat; width: 100%; height: 100%;  position: fixed;  left: 0;  top: 0;  display: none;}
.about_tc .closed2{ display:none;}

/*关于我们*/
.about_con{ overflow:hidden; line-height:34px;font-size:18px; color:#333;position:relative; }
.about_con .imgs{ float:right; width:50%; overflow:hidden; }
.about_con .imgs img{ width:100%; margin-bottom:0; display:block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.about_con .imgs:Hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.about_con .txts{ position:absolute; left:0; top:50%;transform: translate(0%, -50%);overflow:hidden; width:100%;}
.about_con .txts .cons{ width:46.87%; max-width:710px; overflow:hidden;}
.about_con .h2{ color:#333333; font-weight:normal;margin-bottom:6%; line-height:1.2;}
.about_con .h2 span{ display:block;  color:#fff; font-size:16px; width:136px; text-align:center; height:44px; line-height:44px; overflow:hidden; margin-bottom:6%; background:#2b9bd2;}
.about_con .txts .p{ overflow:hidden; padding-bottom:2%;}
.about_con .txts .gray{ color:#b5b5b5;}
.about_bg{ background:#f2f7fa; overflow:hidden;}

.about_title{ overflow:hidden; margin-top:5%; color:#333333; text-align:center;}
.about_ul{ clear:both; margin-top:3%;overflow:hidden; background:#fff; margin-bottom:5%;}
.about_ul li{float:left; width:50%;color:#333333; transition:all 0.3s; overflow:hidden; position:relative;}
.about_ul li .imgs{ float:left; width:50%; overflow:hidden; position:relative;}
.about_ul li .imgs:after{ content:""; position:absolute; width:9px; height:16px; right:0; top:50%; margin-top:-8px; background:url(../images/about_pic3.png) no-repeat; background-size:100% 100%; z-index:1;}
.about_ul li img{ width:100%;-webkit-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;}
.about_ul li:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.about_ul li:nth-child(3) .imgs,.about_ul li:nth-child(4) .imgs{ float:right;}
.about_ul li:nth-child(3) .imgs:after,.about_ul li:nth-child(4) .imgs:after{ left:0; right:auto; background-image:url(../images/about_pic2.png);}
.about_ul li .txts{ position:absolute; right:0; top:50%; width:50%; overflow:hidden;transform: translate(0%, -50%);text-align:center;color:#333333;}
.about_ul li .txts .h3{ width:96%; margin:0 auto;  height:38px; line-height:38px; margin-bottom:10px; overflow:hidden; font-weight:normal;}
.about_ul li .txts .p{ line-height:28px; height:28px; overflow:hidden; width:96%; margin:0 auto;}
.about_ul li:nth-child(3) .txts,.about_ul li:nth-child(4) .txts{ right:auto; left:0;}
/*联系我们*/
.contact_bg{ background:#f2f7fa; overflow:hidden;}
.contact_one{ overflow:hidden; padding-top:2%; padding-bottom:4%; background:#fff; margin-top:3%;}
.contact_one .boxs{ max-width:1480px; width:94%; margin:0 auto; overflow:hidden;}
.contact_one .contact_one_l{ float:left; width:49%; max-width:708px; overflow:hidden;}
.contact_one .h2{ font-weight:normal; color:#222222; font-size:30px; line-height:40px; margin-top:16px; margin-bottom:16px; overflow:hidden;}
.contact_one .h2 span{ display:block; color:#888888; font-size:16px; line-height:1; margin-top:5px;}
.contact_one .contact_one_l .address{ overflow:hidden;}
.contact_one .contact_one_l .address .ul{ overflow:hidden; border-top:1px solid #eeeeee; border-bottom:1px solid #eeeeee; padding-top:22px; padding-bottom:12px;}
.contact_one .contact_one_l .address .ul li{ overflow:hidden; display:block; margin-bottom:25px;  font-size:16px; color:#888888; padding-left:60px; background-repeat:no-repeat; background-position:left top; background-size:35px 35px;}
.contact_one .contact_one_l .address .ul li.bgs1{ background-image:url(../images/contact_pic1.png);}
.contact_one .contact_one_l .address .ul li.bgs2{ background-image:url(../images/contact_pic2.png);}
.contact_one .contact_one_l .address .ul li.bgs3{ background-image:url(../images/contact_pic3.png);}
.contact_one .contact_one_l .address .ul li.bgs4{ background-image:url(../images/contact_pic4.png);}
.contact_one .contact_one_l .address .ul li .t{ float:left;height:35px; overflow:hidden; color:#333333;font-weight:bold; line-height:35px; margin-right:16px;}
.contact_one .contact_one_l .address .ul li .p{ overflow:hidden; line-height:35px;}
.contact_one .contact_one_l .address .ul li .p a{color:#888888;}
.contact_one .contact_one_l .address .ul li .p a:hover{color:#2b9bd2;}
.contact_one .contact_one_l .address .weixin{ width:123px; overflow:hidden; text-align:center;margin-top:25px; color:#888888; font-size:17px;}
.contact_one .contact_one_l .address .weixin .img{ border:1px solid #dddddd; overflow:hidden; margin-bottom:6px;}
.contact_one .contact_one_l .address .weixin img{ width:100%; display:block;}
.contact_one .contact_one_r{ float:right; width:49%; max-width:778px; overflow:hidden;}
.contact_one .contact_one_r .feedback_div{ overflow:hidden; text-align:center; margin-top:4%;}
.contact_one .contact_one_r .feedback_div label{ display:block; color:#999999; text-align:left; margin-bottom:2%; font-size:16px;}
.contact_one .contact_one_r .feedback_div label.bgs2{ margin-bottom:1%;}
.contact_one .contact_one_r .feedback_div label .reds{ color:#fe1212;}
.contact_one .contact_one_r .feedback_div .divs{float:left; width:49%; margin-right:2%;margin-bottom:2%;}
.contact_one .contact_one_r .feedback_div .divs:nth-child(2n+0){ margin-right:0;}
.contact_one .contact_one_r .feedback_div .inputs2{ width:99%;  background:#f8f8f8; height:56px; line-height:56px; font-size:14px; color:#999999; border:1px solid #f8f8f8; outline:none;  text-indent:20px; font-family:"微软雅黑";}
.contact_one .contact_one_r .feedback_div .inputs2.bgs2{ margin-bottom:2%; text-indent:0; padding-left:10px;}
.contact_one .contact_one_r .feedback_div select::-ms-expand { display: none; } 
.contact_one .contact_one_r .feedback_div .textarea{ padding:1%; padding-left:20px; width:99%;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */ background:#f8f8f8; font-size:14px; font-family:"微软雅黑";border:1px solid #f8f8f8; outline:none; color:#999999; height:190px;  }
.contact_one .contact_one_r .feedback_div .bnts2{ float:left;  border: none; width:30%; max-width:108px;font-size: 14px; height: 46px; background: #2b9bd2; font-family:"微软雅黑"; text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none;  margin-top:2%; border-radius:30px; text-transform:uppercase;transition:all 0.3s;}
.contact_one .contact_one_r .feedback_div .bnts2:hover{opacity:0.8;filter:Alpha(opacity=80);}
.contact_map{overflow:hidden; margin-top:4%; margin-bottom:6%;}
.contact_map iframe{height: 464px;}
.contact_map .imgs{ width:100%;}
/*发展历程*/
.history_ul{ overflow:hidden; margin-top:5%; background:url(../images/history_bg1.png) 129px  top no-repeat; margin-bottom:5%;}
.history_ul ul li{ display:block; overflow:hidden; margin-bottom:5%; position:relative;}
.history_ul ul li:last-child{ margin-bottom:0;}
.history_ul ul li .date{ float:left; width:145px; overflow:hidden;  margin-top:102px; height:48px; line-height:48px; overflow:hidden; text-indent:23px; font-size:36px; color:#333333; background:url(../images/history_bg2.png) right center no-repeat;}
.history_ul ul li .imgs{ float:left; margin-left:63px; overflow:hidden; width:402px; margin-right:55px;}
.history_ul ul li .imgs img{display: block;width: 100%; height:251px;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.history_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.history_ul ul li .txts{ overflow:hidden; position:absolute;width:calc(100% - 665px);width:-webkit-calc(100% - 665px);width:-moz-calc(100% - 665px); position:absolute; top:50%; right:0%;transform: translate(0%, -50%);}
.history_ul ul li .txts .date2{ height:32px; line-height:32px; text-align:center; width:74px; font-size:16px; font-weight:bold; color:#fff; background:#2b9bd2; border-radius:20px; margin-bottom:12px;}
.history_ul ul li .txts .p{ line-height:26px; height:52px; overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size:16px; color:#666666;}

/*公司荣誉*/
.honor_ul{ margin-top:4%; margin-bottom:5%; border-left:1px solid #eaeaea;border-top:1px solid #e5e5e5; overflow:hidden; background:#fff;}
.honor_ul ul li{ width:25%;float:left;  transition:all 0.3s;}
.honor_ul ul li .box{ border-right:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; position:relative; overflow:hidden;}
.honor_ul ul li .box:after{ width:0; position:absolute; content:""; left:50%; right:50%; bottom:0; height:2px; background:#2b9bd2;transition:all 0.6s; z-index:1;}
.honor_ul ul li:hover .box:after{ width:100%; left:0; right:0;}
.honor_ul ul li .imgs{ overflow:hidden; max-width:250px; margin:0 auto; width:90%; margin-top:8%; margin-bottom:7%;}
/*.honor_ul ul li:hover .box{-webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.2); box-shadow: 0 5px 25px rgba(0,0,0,0.2); z-index:1; position:relative;}*/
.honor_ul ul li .imgs img{ display:block; width:100%;webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s; }
.honor_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.honor_ul ul li .h3{ font-weight:normal; text-align:center; height:40px; line-height:20px; overflow:hidden;/*white-space:nowrap;text-overflow:ellipsis;*/ font-size:15px; color:#555555; width:96%; padding-left:2%; padding-right:2%; margin-bottom:4%;}
.honor_ul ul li:hover .h3{ color:#2b9bd2;}
/*荣誉弹窗*/
#zoom {
	z-index: 99990;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content {
	z-index: 99991;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	background: #ffffff no-repeat 50% 50%;
	padding: 0;
	margin: -100px 0 0 -100px;
	box-shadow: -20px 20px 20px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}
#zoom .content.loading {
	background-image: url('../img/loading.gif');
}
#zoom img {
	display: block;
	max-width: none;
	background: #ececec;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);

}
#zoom .close {
	z-index: 99993;
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	height: 49px;
	cursor: pointer;
	background: transparent url('../img/icons/close.png') no-repeat 50% 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	border-radius: 0 0 0 4px;
}
#zoom .previous,
#zoom .next {
	z-index: 99992;
	position: absolute;
	top: 50%;
	overflow: hidden;
	display: block;
	width: 49px;
	height: 49px;
	margin-top: -25px;
}
#zoom .previous {
	left: 0;
	background: url('../img/icons/arrows.png') no-repeat 0 0;
	border-radius: 0 4px 4px 0;
}
#zoom .next {
	right: 0;
	background: url('../img/icons/arrows.png') no-repeat 100% 0;
	border-radius: 4px 0 0 4px;
}
#zoom .close:hover {
	background-color: #da4f49;
}
#zoom .previous:hover,
#zoom .next:hover {
	background-color: #0088cc;
}

/*人才招聘*/
.partner_con{ overflow:hidden; background:#fff; margin-top:5%; padding-left:37px; padding-right:37px; line-height:24px; color:#666666; font-size:16px; padding-bottom:35px; padding-top:16px;}
.partner_con .h3{ font-weight:normal; height:80px; line-height:80px; color:#333333; font-size:30px;}
.contact_bg .recruitmentList{ overflow:hidden;}
.contact_bg .recruitmentList li { border: solid 1px #eeeeee; box-sizing: border-box; margin-top: 3%;padding: 40px 70px 40px 30px; background: url(../images/arrow9.gif) no-repeat right 31px top 38px; cursor: pointer; background-color:#fff;}
.contact_bg .recruitmentList li.on {background-image: url(../images/arrow10.gif); border-left: solid 4px #2b9bd2;}
.contact_bg .recruitmentList li.on .title .tit { color: #2b9bd2;}
.contact_bg .recruitmentList li .title .tit { line-height: 30px; font-size: 18px; color: #333333; font-weight:normal;}
.contact_bg .recruitmentList li .title .txt {line-height: 24px; font-size: 14px; color: #999999;}
.contact_bg .recruitmentList li .down {padding: 18px 0 0 0;display: none;}
.contact_bg .recruitmentList li .down .text {font-size: 14px; line-height: 27px;color: #666666;}
.contact_bg .recruitmentList li .down .text .tit { color: #333333;}
.contact_bg .recruitmentList li .down .btn {width: 120px;height: 38px; line-height: 38px;text-align: center; display: block; border-radius: 3px;border: solid 1px #2b9bd2; margin-top: 45px; font-size: 16px;color: #2b9bd2;transition: 0.2s; -webkit-transition: 0.2s;-moz-transition: 0.2s; -ms-transition: 0.2s;-o-transition: 0.2s;}
.contact_bg .recruitmentList li .down .btn:hover{ background:#2b9bd2; color:#fff;}
/*新闻中心*/
.news_ul{ overflow:hidden; margin-top:4%;}
.news_ul ul li{ float:left; width:32%; margin-right:2%; overflow:hidden; background:#fff; margin-bottom:2%;transition:all 0.3s;}
.news_ul ul li:nth-child(3n+0){ margin-right:0;}
.news_ul ul li:hover{ background:#2b9bd2;}
.news_ul ul li img{display: block;width: 100%; position:absolute; height:100%; top:0; left:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.news_ul ul li .imgs{overflow:hidden; position:relative; padding-top:69.3%;}
.news_ul ul li:hover img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}
.news_ul ul li .txts{ margin:0 auto; width:92%; max-width:486px; overflow:hidden; margin-bottom:4%;}
.news_ul ul li .txts .date{  overflow:hidden; height:54px; line-height:54px; position:relative; color:#919191; font-size:14px; margin-top:10px;}
.news_ul ul li:hover .txts .date{ color:#fff;}
.news_ul ul li .txts .date span{ float:left; overflow:hidden; position:relative;}
.news_ul ul li .txts .date span:after{ content:""; position:absolute; left:0; bottom:0; height:1px; width:100%; background:#dddddd;transition:all 0.3s;}
.news_ul ul li:hover .txts .date span:after{ background:#fff;}
.news_ul ul li .txts .h3{ clear:both;  font-weight:normal;  height:50px; line-height:50px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; font-size:18px;transition:all 0.3s; display:block;color:#333333; margin-top:9px; }
.news_ul ul li:hover .txts .h3{ color:#fff;}
.news_ul ul li .txts .p{ height:48px; line-height:24px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size:16px;color:#666666;transition:all 0.3s; margin-bottom:6px;}
.news_ul ul li:hover .txts .p{ color:#fff;}
/*新闻详细*/
.about_x{ line-height:30px;font-size:16px; background:#fff; color:#666666; padding:20px; margin:10px; }
.about_x img{margin-bottom:15px; max-width:100%;}
.about_x .imgs{ overflow:hidden;margin-bottom:15px;}
.about_x .imgs img{ width:100%; margin-bottom:0; display:block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.about_x .imgs:Hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.about_x .txts{ width:94%; margin:0 auto; max-width:1440px; padding-top:2%;}
.about_x .h2{ color:#d2332f; font-weight:bold; font-size:24px;margin-bottom:1.5%;position:relative; padding-bottom:18px;}
.about_x .h2:after{ content:""; position:absolute; bottom:0; left:0; width:25px; height:2px; background:#999999;}
.about_x .show_t{ padding-bottom:13px; line-height:30px; font-size:30px; color:#333; margin-top:2%;text-align:center; overflow:hidden;}
.about_x .con_line{height:40px; line-height:40px;font-size:14px; color:#999;border-bottom:1px dashed #e5e5e5;  text-align:center; }
.about_x .con_id{ overflow:hidden;white-space:normal;word-break:break-all; padding-top:2%;text-align:left;padding-bottom:4%;}
.about_x table{border-collapse:collapse;border-spacing:0;}
.about_x table td{ line-height:22px;height:27px; /*border:1px solid #000;*/}

.prenext{ border-top:1px dashed #e5e5e5;border-bottom:1px dashed #e5e5e5;font-size:16px; line-height:60px;margin-top:20px; color:#444;}
.prenext span{ float:left; width:108px; color:#666666; font-size:16px;}
.prenext a{ color:#444;}
.prenext a:hover{ color:#2b9bd2; text-decoration:none;}
.prenext:last-child{ border-top:0; margin-top:0; border-bottom:0;}
.goback{ float:right; height:26px; line-height:26px; text-align:right; padding-left:23px;background:url(../images/goback.png) left center no-repeat; font-size:14px; color:#333333; margin-top:8px;/* border-bottom:1px solid #a6a6a6;*/}
/*售后服务*/
.service_t{ text-align:center; overflow:hidden; margin-top:5%; font-size:16px; color:#666666; line-height:1.4;}
.service_t .h3{ font-weight:normal; color:#333333; margin-bottom:15px; line-height:1;}
.service_ul{ overflow:hidden; margin-top:4%; color:#666666; font-size:16px; margin-bottom:3%;}
.service_ul ul li{ display:block; background:#fff; overflow:hidden; margin-bottom:2%; line-height:26px;}
.service_ul ul li .txts{ overflow:hidden; width:95%; margin:0 auto; margin-top:2%; margin-bottom:2%; max-width:1520px;}
.service_ul ul li .txts .h4{ font-weight:bold; font-size:20px; overflow:hidden; height:38px; line-height:38px; margin-bottom:15px;}
/*常见问题*/
#FaqList .list3{ margin-top: 5.3%; }
.list3{}
.list3 li{ padding-bottom: 25px; border-bottom: 1px dashed #dddddd; }
.list3 li+li{ margin-top: 30px; }
.list3 .tit{ float: left; display: inline-block; line-height: 32px; width: 32px; text-align: center; margin-right: 20px; color:#fff; }
.list3 .t-tit{ position: relative; overflow: hidden; padding:3px 22px 3px 0; line-height: 26px; font-size: 16px; color:#333333; cursor: pointer; }
.list3 .t-tit:hover{ color:#2b9bd2; }
.list3 .t-tit .icon{ position: absolute; height: 30px; top:0; right: 0; width:22px; display: block; background:url(../images/icon_jt3_3.png) no-repeat center; cursor: pointer; }
.list3 .down .t-tit .icon{ background-image:url(../images/icon_jt3.png); }
.list3 .t-con{ overflow: hidden; line-height:26px; font-size: 14px; color:#666666; }
.list3 .top{ padding-bottom: 13px; }
.list3 .top .tit{ background:#555555; }
.list3 .bot .tit{ background:#2b9bd2; }
/*下载专区*/
.download-list{ overflow:hidden; margin-top:4%;}
.download-list *{box-sizing: border-box;}
.download-list ul { margin: 0 -16px;}
.download-list ul:after {content: "";height: 0; display: block;clear: both;}
.download-list li { width: 33.3333%; float: left;padding: 0 16px;margin-bottom: 32px;}
.download-list li a { display: block;padding: 1px; background: #fff;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s; -o-transition-duration: 0.4s;}
.download-list li a:hover {background: #2b9bd2;}
.download-list li a:hover .tit,
.download-list li a:hover .btn {color: #fff;}
.download-list li a:hover .btn { background-image: url(../images/download2.png);}
.download-list li .tit {height: 60px; line-height: 30px;padding: 0 34px; font-size: 18px;  color: #333333;font-weight: bold; margin: 20px 0;overflow: hidden;
 display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; word-break: break-all; transition-duration: 0.4s;-webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s;-o-transition-duration: 0.4s;}
.download-list li .btn {border-top: solid 1px #eee; height: 94px;line-height: 94px; padding: 0 34px;background: url(../images/download1.png) no-repeat right 40px center;font-size: 15px;color: #888888;transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s;
 -o-transition-duration: 0.4s;}
/*解决方案*/
.solution_ul{ overflow:hidden;  margin-top:5%;font-family:Arial;}
.solution_ul ul li{ display:block; overflow:hidden; position:relative;margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #eeeeee;}
.solution_ul ul li:last-child{ border-bottom:0; margin-bottom:0;}
.solution_ul ul li .imgs{ overflow:hidden; width:426px; float:left; margin-right:60px;}
.solution_ul ul li .imgs img{display: block;width: 100%; height:291px; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.solution_ul ul li:hover .imgs img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.solution_ul ul li .txts{ overflow:hidden;  color:#888888; margin-top:20px;}
.solution_ul ul li .txts .h3{ font-weight:normal; height:40px; line-height:40px; font-size:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; color:#333333;}
.solution_ul ul li:hover .txts .h3{ color:#2b9bd2;}
.solution_ul ul li .txts .date{ height:32px; line-height:32px; overflow:hidden;  color:#2b9bd2; font-size:14px; }
.solution_ul ul li .txts .p{  height:40px; line-height:20px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow:hidden; color:#888888; font-size:14px; margin-top:18px; margin-bottom:2px;}
.solution_ul ul li .txts i{ font-style:normal;  line-height:24px; height:24px; background:url(../images/news_bg2.png) right center no-repeat; padding-right:23px; overflow:hidden; margin-top:4.8%; float:left;}
.solution_ul ul li .txts i span{ float:left; width:0; overflow:hidden;color:#666666; font-size:14px;transition:all 0.3s; text-transform:uppercase;}
.solution_ul ul li:hover .txts i{ background-image:url(../images/news_bg2_on.png);}
.solution_ul ul li:hover .txts i span{ width:auto; margin-right:5px;color:#2b9bd2;}
/*产品中心*/
.product_ul{ overflow:hidden; margin-top:4%;}
.product_ul ul li{ float:left; margin-right:1%; width:24.25%; margin-bottom:1%; overflow:hidden;padding-bottom:196px;  position:relative; background:#fff;}
.product_ul ul li:nth-child(4n+0){ margin-right:0;}
.product_ul ul li img{display: block;width: 100%; position:absolute; height:100%; top:0; left:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.product_ul ul li .imgs{overflow:hidden; position:relative; padding-top:96%;}
.product_ul ul li:hover img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}
.product_ul ul li .bgs{ position:absolute;overflow:hidden; top:0; left:0; width:100%; height:100%;transition:all 0.3s;}
.product_ul ul li:hover .bgs{ background:rgba(159,223,240,0.5); }
.product_ul ul li .txts{ position:absolute; bottom:0; height:246px; width:100%; left:0; overflow:hidden; text-align:center;}
.product_ul ul li .txts .cons{ width:94%; margin:0 auto; max-width:310px; overflow:hidden;}
.product_ul ul li .h4{ font-weight:normal; height:24px; line-height:24px; overflow:hidden; margin-top:99px;transition:all 0.3s; color:#333333; font-size:18px;}
.product_ul ul li:hover .h4{ margin-top:0;}
.product_ul ul li .p{ margin-top:18px; overflow:hidden; line-height:24px; height:24px;transition:all 0.3s; color:#666666; font-size:16px; text-align:center;}
.product_ul ul li:hover .p{ height:96px;}
.product_ul ul li .p p{ max-height:48px; overflow:hidden;}
.product_ul ul li .a{ font-style:normal;margin:0 auto; overflow:hidden; height:30px; line-height:30px; width:106px; border:1px solid #2b9bd2; border-radius:20px;margin-top:30px; color:#2b9bd2; font-size:14px; display:none;transition:all 0.3s;}
.product_ul ul li:hover .a{ display:block;}
.product_ul ul li .a:hover{ background:#2b9bd2; color:#fff;}
/*产品详细*/
.pro_one{ overflow:hidden; margin-top:2%; background:#fff;margin-bottom:2%;}
.pro_one .pro_box{ margin:0 auto; width:94%; max-width:1520px; overflow:hidden; padding-top:30px; padding-bottom:30px; position:relative;}
.pro_one .pro_box .com_pro_one_limg{ float:left; overflow:hidden; width:39.7%; min-width:604px;  position:relative;}
.pro_one .pro_box .com_pro_one_limg .content_timglt{ width:calc(100% - 120px);width:-webkit-calc(100% - 120px);width:-moz-calc(100% - 120px); overflow:hidden; text-align:center; position: relative;}
.pro_one .pro_box .com_pro_one_limg .content_timglt img{ width:100%; height:420px;overflow: hidden; margin:0 auto;}
.pro_one .pro_box .com_pro_one_limg .content_timglt .content_timglt{ border:1px solid #eee; width:calc(100% - 2x);width:-webkit-calc(100% - 2px);width:-moz-calc(100% - 2px); }
.pro_one .pro_box .com_pro_one_limg #drag_img{width: 160px; height: 120px; background: url(../images/zoom_bg.gif) repeat; float: left; display: none;}
.pro_one .pro_one_r .content_timgr{ width: 492px; height: 479px; float: left; overflow: hidden; display: inline; border: 1px solid #eee; display: none; position: absolute; left: 0; top:0; background-color: #FFF; z-index:9;}
.pro_one .pro_one_r .content_timgr img{width: 984px; height:958px; }

.pro_one .pro_box .com_pro_one_limg .pro_imgsmall{ position:absolute; right:5px; top:0px; width:100px; }
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal{position:relative; overflow:hidden; height:380px; width:100px;  margin:0 auto;margin-top:36px; }
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul{position:absolute;left:0px;top:0px;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li{ width:100px; height:120px;  float:left;margin-bottom:9px;/* border-radius:6px;*/ overflow:hidden; position:relative;}
/*.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li:after{ content:""; position:absolute; top:0; left:0px; width:0; height:0; background:url(../images/product_bg3.png) no-repeat; background-size:100% 100%;}*/
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li.psel img{ /*border:none;*/ border-color:#2b9bd2;}
/*.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li.psel:after{width:100%; height:100%;}*/
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li img{width:98px; height:118px;border:1px solid #eeeeee;  display:block; }
.pro_one .pro_box .com_pro_one_limg .productT{ height:100%; width:0%; position:absolute; top:0;}
.pro_one .pro_box .com_pro_one_limg .productT a{ width:100px; left:0px; height:29px; overflow:hidden; position:absolute; display:block; top:0; cursor:pointer;}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Ar{ background:url(../images/product_left.png) #e8e8e8 center center no-repeat; top:0;transition:all 0.3s;}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Ar:hover{ background-color:#2b9bd2;background-image:url(../images/product_left_on.png);}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Al{ background:url(../images/product_right.png) #e8e8e8 center center no-repeat; bottom:-6px; top:auto;transition:all 0.3s;}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Al:hover{ background-color:#2b9bd2;background-image:url(../images/product_right_on.png);}
.pro_one .pro_one_r{ overflow:hidden;color:#333333; font-size:14px; }
.pro_one .pro_one_r .boxs{ float:right; width:94%; max-width:814px; overflow:hidden; position:relative;min-height:505px;}
.pro_one .pro_one_r .label{ display:block; overflow:hidden; margin-bottom:5px; font-weight:lighter;}
.pro_one .pro_one_r .h2{ font-weight:bold; padding-bottom:4%; line-height:1.5; }
.pro_one .pro_one_r .p{  color:#666666; font-size:16px; line-height:36px;overflow:hidden; border-bottom:1px solid #eeeeee;border-top:1px solid #eeeeee; padding-top:3%; padding-bottom:3%;}
.pro_one .pro_one_r .bnts{ display:block; text-indent:43px;width:128px; height:42px; line-height:42px; border-radius:20px; background:url(../images/product_bg1.png) #2b9bd2 20px center no-repeat; color:#fff; font-size:16px;transition:all 0.3s; margin-top:30px;}
.pro_one .pro_one_r .bnts:hover{opacity:0.8;filter:Alpha(opacity=80);}
.pro_one .pro_one_r .com_pro_two{ height:50px; line-height:50px; font-size:12px; padding-top:10px; clear:both;}
.pro_one .pro_one_r .com_pro_two .loves{ float:left; padding-left:30px;background:url(../images/product_bg4.png) left center no-repeat;}
.pro_one .pro_one_r .com_pro_two .loves:hover{color:#ff4400;}
.pro_one .pro_one_r .com_pro_two .fenxiang{ float:left; padding-left:30px;background:url(../images/product_bg5.png) left center no-repeat; margin-left:12px; margin-top:12px; font-size:12px; line-height:28px; height:28px;}
.pro_one .pro_one_r .com_pro_two .fenxiang:hover{color:#ff4400;}

.pro_two{ overflow:hidden;background:#fff;margin-bottom:6%;}
.pro_two .pro_box2{ margin:0 auto; width:94%; max-width:1520px; overflow:hidden; padding-top:30px; padding-bottom:30px; position:relative;}
.pro_two .pro_t{  position:relative; overflow:hidden; height:64px; line-height:64px;}
.pro_two .pro_t:after{ content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#eeeeee;}
.pro_two .pro_t .h4{ font-weight:normal; overflow:hidden; float:left; position:relative;font-size:20px;}
.pro_two .pro_t .h4:after{content:""; position:absolute; bottom:0; left:0; width:100%; height:2px; background:#2b9bd2;}
.pro_two .pro_con{ overflow:hidden; margin-top:3%; color:#666666; font-size:16px; line-height:26px; padding-bottom:2%;}
.pro_two .pro_con img{ max-width:100%; margin-bottom:15px;}
.pro_two .pro_con table{border-collapse:collapse;border-spacing:0;}
.pro_two .pro_con table td{ line-height:22px;height:27px; /*border:1px solid #000;*/}
/*产品单页*/
.product_con{ overflow:hidden; line-height:34px;font-size:18px; color:#333;position:relative; background:#f2f7fa; }
.product_con .imgs{ float:left; width:50%; overflow:hidden; }
.product_con .imgs img{ width:100%; min-height:407px; margin-bottom:0; display:block;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.product_con .imgs:Hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.product_con .txts{ position:absolute; right:0; top:50%;transform: translate(0%, -50%);overflow:hidden; width:100%;}
.product_con .txts .cons{ float:right; width:46.87%; max-width:710px; overflow:hidden;}
.product_con .h2{ color:#333333; font-weight:normal;margin-bottom:6%; line-height:1.3;}
.product_con .h2 span{ display:block;  color:#fff; font-size:16px; width:240px; text-align:center; height:44px; line-height:44px; overflow:hidden; margin-bottom:5%; background:#2b9bd2;}
.product_con .txts .p{ overflow:hidden; padding-bottom:4%;}
.product_con .txts .gray{ color:#b5b5b5;}
.product_t{ text-align:center; overflow:hidden; margin-top:5%; color:#333333; }
.product_ul2{ overflow:hidden; margin-top:4%;}
.product_ul2 ul li{ width:33.33%; float:left; text-align:center; overflow:hidden; margin-bottom:4%;}
.product_ul2 ul li i{ display:block; width:89px; height:89px; margin:0 auto; background-repeat:no-repeat; background-size:100% 100%;transition:all 0.3s;}
.product_ul2 ul li:hover i{transform: rotate(360deg);}
.product_ul2 ul li i.bgs1{ background-image:url(../images/product_pic1.png);}
.product_ul2 ul li i.bgs2{ background-image:url(../images/product_pic2.png);}
.product_ul2 ul li i.bgs3{ background-image:url(../images/product_pic3.png);}
.product_ul2 ul li i.bgs4{ background-image:url(../images/product_pic4.png);}
.product_ul2 ul li i.bgs5{ background-image:url(../images/product_pic5.png);}
.product_ul2 ul li i.bgs6{ background-image:url(../images/product_pic6.png);}
.product_ul2 ul li .h4{ font-weight:normal; height:38px; line-height:38px; overflow:hidden; width:96%; margin:0 auto; color:#333; margin-top:18px;}
.product_ul2 ul li .p{ height:52px; line-height:26px; overflow:hidden; width:96%; margin:0 auto; color:#666666; margin-top:12px; font-size:16px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-width:376px;}
.product_three{ background:#f2f7fa; overflow:hidden;}
.product_three .wrap{ margin-bottom:5%;}
.product_three .product_three_con{ background:#fff; overflow:hidden; width:49%; max-width:773px; margin-top:4%;}
.product_three .product_three_con .txts{ width:94%; max-width:656px; margin:0 auto; overflow:hidden; padding-bottom:3%;}
.product_three .product_three_con .title{ height:72px; line-height:72px; border-bottom:1px solid #eeeeee; position:relative; overflow:hidden; color:#afdd55; text-indent:27px; margin-top:19px;}
.product_three .product_three_con .title:before{ height:24px; width:2px; content:""; position:absolute; left:0; top:50%; margin-top:-12px; background:#afdd55;}
.product_three .product_three_con.r .title{ color:#2b9bd2;}
.product_three .product_three_con.r .title:before{ background:#2b9bd2;}
.product_three .product_three_con .ul{ overflow:hidden; margin-top:30px;}
.product_three .product_three_con .ul li{ display:block; background:url(../images/product_bg2.png) 14px top repeat-y; overflow:hidden; padding-left:46px; position:relative; padding-bottom:30px;}
.product_three .product_three_con.r .ul li{ background-image:url(../images/product_bg3.png);}
.product_three .product_three_con .ul li:last-child{ background:none;}
.product_three .product_three_con .ul li:before{ content:""; position:absolute; width:27px; height:27px; line-height:27px; left:0; top:0; text-align:center; color:#fff; font-size:16px;background:#afdd55; border-radius:50%;}
.product_three .product_three_con .ul li:nth-child(1):before{ content:"1";}
.product_three .product_three_con .ul li:nth-child(2):before{ content:"2";}
.product_three .product_three_con .ul li:nth-child(3):before{ content:"3";}
.product_three .product_three_con .ul li:nth-child(4):before{ content:"4";}
.product_three .product_three_con .ul li:nth-child(5):before{ content:"5";}
.product_three .product_three_con.r .ul li:before{ background:#2b9bd2;}
.product_three .product_three_con .ul li .h4{ font-weight:bold; height:27px; line-height:27px; overflow:hidden; font-size:20px; }
.product_three .product_three_con .ul li .p{margin-top:7px; overflow:hidden; line-height:24px; color:#666666; font-size:16px;}
.product_four{ background:url(../images/product_bg4.jpg) center center no-repeat; background-size:cover; overflow:hidden; position:relative;}
.product_four .product_t{ color:#fff; margin-top:4%;}
.product_four .imgs{ width:100%; display:block;}
.product_four .imgs#mobile{ display:none;}
.product_four .boxs{ position:absolute; top:0; left:0; width:100%; height:100%;}
.product_four .imgs2{ display:block; margin:0 auto; width:28.75%; margin-bottom:5%; margin-top:3%;transition:all 0.3s;}
.product_four .imgs2:hover{transform:scale(1.05, 1.05);}
.product_four .ul{  overflow:hidden;}
.product_four .ul li{ position:absolute; text-align:center; background:url(../images/product_bg5.png) center bottom no-repeat; overflow:hidden;transition:all 0.3s;}
.product_four .ul li img{ display:block; width:80px; margin:0 auto;}
.product_four .ul li .h4{ margin-top:4px; font-weight:normal; height:34px; line-height:34px; overflow:hidden; color:#fff; font-size:18px; margin-bottom:103px;}
.product_four .ul li.bgs4 .h4{ margin-bottom:55px;}
.product_four .ul li.bgs5 .h4{ margin-bottom:55px;}
.product_four .ul li.bgs1{ left:11.6%; top:39.55%;}
.product_four .ul li.bgs2{ left:20.3%; top:53.4%;}
.product_four .ul li.bgs3{ left:27.9%; top:17.4%;}
.product_four .ul li.bgs4{ left:30%; bottom:0%; background-image:url(../images/product_bg6.png);}
.product_four .ul li.bgs5{ right:30%; bottom:0%; background-image:url(../images/product_bg6.png);}
.product_four .ul li.bgs6{ right:27.9%; top:17.4%;}
.product_four .ul li.bgs7{ right:20.3%; top:53.4%;}
.product_four .ul li.bgs8{ right:11.6%; top:39.55%;}
.product_four .ul li:hover{ margin-top:-10px; margin-bottom:10px;}
@media screen and (max-width: 1600px) {
/*内页*/
.postions .postions_b a{margin-left:50px;}

}
@media screen and (max-width: 1440px) {
/*内页*/
.postions{ height:46px; line-height:46px; font-size:14px;}
.postions .postions_b a{margin-left:40px;}
/*人才招聘*/
.partner_con{ font-size:15px; padding-left:30px;}
.partner_con .h3{ font-size:26px; height:70px; line-height:70px;}
/*解决方案*/
.solution_ul ul li .imgs{ width:380px; margin-right:3%;}
.solution_ul ul li .imgs img{ height:260px;}
/*产品详细*/
/*.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal{ height:450px;}*/
.pro_one .pro_one_r .content_timgr img{width: 806px; height:785px; }
}
@media screen and (max-width: 1360px) {
/*关于我们*/
.about_con{ font-size:16px; line-height:30px;}
.about_con .h2{ margin-bottom:5%;}
.about_con .h2 span{ font-size:14px; height:36px; line-height:36px; margin-bottom:5%;}
/*公司荣誉*/
.honor_ul ul li .h3{ font-size:14px;}
/*产品单页*/
.product_con{ font-size:16px; line-height:30px;}
.product_con .h2{ margin-bottom:5%;}
.product_con .h2 span{ font-size:14px; height:36px; line-height:36px; margin-bottom:5%;}

}
@media screen and (max-width: 1200px) {
/*内页*/
.postions h2{ font-size:18px;}
.postions h2 span{ font-size:14px;}
.postions .postions_b a{margin-left:30px;}
/*关于我们*/
.about_con{ font-size:15px; line-height:26px;}
.about_con .h2{ margin-bottom:4%;}
.about_con .h2 span{ margin-bottom:4%;}
/*联系我们*/
.contact_one .h2{ font-size:24px;}
.contact_one .h2 span{ font-size:14px;}
.contact_one .contact_one_l .address .ul li{ font-size:15px; margin-bottom:20px; padding-left:50px;}
.contact_one .contact_one_l .address .weixin{ font-size:16px;}

.contact_map iframe{height: 400px;}
/*发展历程*/
.history_ul{ background-position:104px top; }
.history_ul ul li .date{ margin-top:92px; width:120px; text-indent:11px;font-size:30px;}
.history_ul ul li .imgs{ width:360px; margin-left:30px; margin-right:25px;}
.history_ul ul li .imgs img{ height:224px;}
.history_ul ul li .txts{width:calc(100% - 535px);width:-webkit-calc(100% - 535px);width:-moz-calc(100% - 535px);}
.history_ul ul li .txts .date2{ height:30px; line-height:30px; font-size:15px; margin-bottom:10px;}
.history_ul ul li .txts .p{ line-height:24px; height:48px; font-size:15px;}
/*新闻详细*/
.about_x .show_t{ font-size:26px;}
/*售后服务*/
.service_t{ font-size:15px;}
.service_ul{ font-size:15px;}
.service_ul ul li .txts .h4{ font-size:18px;}
/*常见问题*/
.list3{}
.list3 li{ padding-bottom: 20px; }
.list3 li+li{ margin-top:25px; }
.list3 .tit{ margin-right:15px; }
/*下载专区*/
.download-list ul {margin: 0 -5px;}
.download-list li {width: 50%; padding: 0 5px;margin-bottom: 20px;}
.download-list li a:hover {background: #fff;}
.download-list li a:hover .tit{color: #333333;}
.download-list li a:hover .btn {color: #888888;background-image: url(../images/download1.png);}
.download-list li .tit {height: 40px;line-height: 20px;padding: 0 10px; font-size: 14px; margin: 10px 0;}
.download-list li .btn {height: 50px;line-height: 50px; padding: 0 10px; background: url(../images/download1.png) no-repeat right 10px center;font-size: 14px;}
/*解决方案*/
.solution_ul ul li .imgs{ width:320px; margin-right:2%;}
.solution_ul ul li .imgs img{ height:218px;}
.solution_ul ul li .txts i{ margin-top:3%;}
/*产品中心*/
.product_ul ul li{ padding-bottom:208px; padding-top:30px; width:32.66%;}
.product_ul ul li:nth-child(4n+0){ margin-right:1%;}
.product_ul ul li:nth-child(3n+0){ margin-right:0;}
.product_ul ul li .txts{ height:208px;}
.product_ul ul li .h4{ margin-top:80px;}
.product_ul ul li .p{ height:22px; line-height:22px; font-size:14px; margin-top:12px;}
.product_ul ul li:hover .p{ height:88px;}
.product_ul ul li .p p{ max-height:44px;}
.product_ul ul li .a{ margin-top:20px;}
/*产品详细*/
.pro_one .pro_box{ width:96%;}
.pro_one .pro_box .com_pro_one_limg{ min-width:550px;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal{ height:500px;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li{ height:104px;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li img{ height:102px;}
.pro_one .pro_box .com_pro_one_limg .content_timglt img{ height:514px;}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Al{ bottom:20px;}
.pro_two .pro_box2{ width:96%;}
/*产品单页*/
.product_con{ font-size:15px; line-height:26px;}
.product_con .h2{ margin-bottom:4%;}
.product_con .h2 span{ margin-bottom:4%;}
.product_four .ul li .h4{ font-size:16px;}
}

@media screen and (max-width: 1100px) {
/*内页*/
.postions{ height:44px; line-height:44px;}
.postions .postions_b a{margin-left:20px;}
.o_big_con .h2 span{ margin-top:0px;}
/*联系我们*/
.contact_one .contact_one_r .feedback_div .inputs2{ text-indent:16px;}
.contact_one .contact_one_r .feedback_div .inputs2.bgs2{ padding-left:16px;}
.contact_one .contact_one_r .feedback_div .textarea{ padding-left:16px;}
/*公司荣誉*/
.honor_ul ul li{ width:33.33%;}
/*新闻详细*/
.about_x .show_t{ font-size:24px;}
/*产品单页*/
.product_con{ line-height:24px;}
.product_con .h2{ line-height:1.2; margin-bottom:3%;}
.product_con .h2 span{ margin-bottom:3%;}
.product_con .txts .p{ padding-bottom:3%;}
.product_four .ul{ display:none;}
.product_four .imgs#mobile{ display:block;}
.product_four .imgs#pc{ display:none;}
.product_four .imgs2{ display:none;}
}

@media screen and (max-width: 960px) {
/*内页*/
.postions .rclass{ display:block;}
.postions .postions_b{ display:none;}
.postions .postions_b a{ float:none; font-size:15px; display:block; margin-left:0; padding-left:3%; text-align:left; background:#efefef; border-bottom:1px solid #fff; width:auto;}
.postions .postions_b a.isel{ color:#2b9bd2;}
.postions .postions_b a:after{ height:0;}
/*分类弹窗*/
.about_tc{z-index: 19891025; width: 0%; right: 0%; position:absolute; overflow: hidden; top:0; height:100%;/* display: none;*/transition: all 0.3s;}
.postions_b.lws .about_tc{ width:80%;}
.postions_b.lws{ display:block;}
.about_tc .about_divs{ position:absolute; right:0; width:85%; background-color:#fff; top:0; overflow:hidden; height:100%;}
.about_tc .closed2{ right:84.5%; position:absolute; top:150px; cursor:pointer; width:40px; display:block;}
.about_tc .closed2:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}
/*关于我们*/
.about_con .imgs{ float:none; width:100%;   margin-top:4%;}
.about_con .txts{ position:static;transform: translate(0%, 0%); margin-top:5%; }
.about_con .txts .cons{ width:100%;max-width:none;}
.about_ul li .txts .h3{ height:30px; line-height:30px; margin-bottom:5px;}
.about_ul li .txts .p{ height:24px; line-height:24px;}
/*联系我们*/
.contact_one .contact_one_r .feedback_div .inputs2{ height:42px; line-height:42px; }
.contact_one .h2{ line-height:30px; height:60px; font-size:22px;}
.contact_one .h2 span{ font-size:13px;}
/*发展历程*/
.history_ul ul li{ margin-bottom:25px;}
.history_ul ul li .imgs{ margin-right:0;}
.history_ul ul li .txts{width: calc(100% - 150px);width: -webkit-calc(100% - 150px); width: -moz-calc(100% - 150px); position:static;transform: translate(0%, 0%); margin-left:150px; padding-top:15px; top:0;}
.history_ul ul li .txts .p{ height:auto; -webkit-line-clamp: 5;}
/*人才招聘*/
.partner_con{ font-size:14px; padding-bottom:30px; padding-left:20px; padding-right:20px;}
.partner_con .h3{ font-size:22px; height:50px; line-height:50px;}
.contact_bg .recruitmentList li{ padding:30px 60px 30px 20px; background-position:right 21px top 28px;}
.contact_bg .recruitmentList li .down .btn{ width:110px; height:32px; line-height:32px; margin-top:4%; font-size:15px;}
/*新闻中心*/
.news_ul ul li{  width:49%;}
.news_ul ul li:nth-child(3n+0){ margin-right:2%;}
.news_ul ul li:nth-child(2n+0){ margin-right:0;}
/*新闻详细*/
.about_x{ font-size:14px; line-height:26px;}
.about_x .show_t{ font-size:22px; line-height:26px; padding-bottom:10px;}
.about_x .con_line{ font-size:13px;}
.about_x .h2{ font-size:22px; margin-bottom:2%; padding-bottom:12px;}
.prenext{font-size:15px; line-height:50px;}
.prenext span{ font-size:15px; width:90px;}
/*售后服务*/
.service_t{ font-size:14px;}
.service_ul{ font-size:14px;}
.service_ul ul li .txts{ margin-top:3%; margin-bottom:4%;}
.service_ul ul li .txts .h4{ font-size:16px; height:40px; line-height:40px; margin-bottom:4px;}
/*常见问题*/
.list3 .imgBox{ width: 295px; }
.list3 .word{ margin:15px 0 25px; }
/*解决方案*/
.solution_ul ul li{ padding-bottom:20px; margin-bottom:20px;}
.solution_ul ul li .imgs{ width:300px;}
.solution_ul ul li .imgs img{ height:205px;}
.solution_ul ul li .txts .h3{ font-size:22px; height:32px; line-height:32px;}
/*产品中心*/
.product_ul ul li .h4{ margin-top:70px;}
/*产品详细*/
.pro_one .pro_box .com_pro_one_limg{ min-width:inherit; width:94%; max-width:600px; margin:0 auto; float:none;}
.pro_one .pro_box .com_pro_one_limg .content_timglt{width: calc(100% - 0px); width: -webkit-calc(100% - 0px); width: -moz-calc(100% - 0px);}
.pro_one .pro_box .com_pro_one_limg .content_timglt .content_timglt{padding-top:119%; position:relative;}
.pro_one .pro_box .com_pro_one_limg .content_timglt img{ height:100%; position:absolute; top:0; left:0;}
.pro_one .pro_box .com_pro_one_limg #drag_img{ display:none!important;}
.pro_one .pro_one_r .content_timgr{display:none!important;}
.pro_one .pro_box .com_pro_one_limg{ overflow:visible;}
.pro_one .pro_box .com_pro_one_limg .productT{ width:100%; height:0;top:0%; margin-top:0px;}
.pro_one .pro_box .com_pro_one_limg .productT a{ height:104px; }
.pro_one .pro_box .com_pro_one_limg .productT a.product_Ar{ width:24px; left:-30px; right:auto; background-image:url(../images/product_left2.png);}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Ar:hover{background-image:url(../images/product_left2_on.png); }
.pro_one .pro_box .com_pro_one_limg .productT a.product_Al{ width:24px; left:auto; right:-30px;background-image:url(../images/product_right2.png); bottom:auto; background-position:center center;}
.pro_one .pro_box .com_pro_one_limg .productT a.product_Al:hover{background-image:url(../images/product_right2_on.png);}
.pro_one .pro_box .com_pro_one_limg .pro_imgsmall{width:94%; max-width:540px; margin:0 auto; position:relative; right:auto; }
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal{  height:104px; right:0; position:relative; width:100%; margin-top:10px;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li{ margin-bottom:0; margin-right:9px; overflow:visible;/* width:15%; margin-right:2%;*/}
/*.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li img{width:calc(100% - 2px);width:-webkit-calc(100% - 2px);width:-moz-calc(100% - 2px); height:auto;}*/
.pro_one .pro_one_r .boxs{ margin:0 auto; width:96%; max-width:none; margin-top:5%; float:none; min-height:inherit;}
.pro_one .pro_one_r .p{ line-height:30px; font-size:15px;}
.pro_two .pro_con{ font-size:15px;}
/*产品单页*/
.product_con .imgs{ float:none; width:100%;   margin-top:4%;}
.product_con .imgs img{ min-height:inherit;}
.product_con .txts{ position:static;transform: translate(0%, 0%); margin-top:5%; }
.product_con .txts .cons{ width:100%;max-width:none;}
.product_ul2 ul li .p{ font-size:15px;}
.product_three .product_three_con{  width:100%; max-width:none;}
.product_three .product_three_con.l,.product_three .product_three_con.r{ float:none;}
.product_three .product_three_con .ul li .h4{ font-size:18px;}
.product_three .product_three_con .txts{ max-width:none;}
.product_three .product_three_con .ul li .p{ font-size:15px;}
.product_three .product_three_con .title{ text-indent:22px; font-size:22px;}
}
@media screen and (max-width: 830px) {
/*内页*/
.postions h2{ font-size:16px;}
.postions h2 span{ font-size:13px;}
/*联系我们*/
.contact_one .contact_one_l{ width:100%; float:none;margin-bottom:3%; max-width:none;}
.contact_one .contact_one_r{ float:none; width:100%; max-width:none;}
.contact_one .h2{ font-size:20px; height:auto;}
.contact_one .h2 span{ font-size:12px;}
.contact_one .contact_one_r .feedback_div label{ font-size:15px;}
.contact_one .contact_one_r .feedback_div .textarea{ height:130px;}
}
@media screen and (max-width: 780px) {
/*内页*/
.o_big{ height:130px;}
.postions{ height:42px; line-height:42px; font-size:13px;}
.postions h2{ display:none;}
.postions .postions_b a{ height:44px; line-height:44px; font-size:14px;}
/*分页*/
.yema a{ height:26px; line-height:26px; padding-left:6px; padding-right:6px; margin-left:2px; font-size:13px;}
/*.yema a span{ font-size:14px;}*/
/*关于我们*/
.about_ul li{ width:100%;}
.about_ul li:nth-child(2) .txts{ left:0; right:auto;}
.about_ul li:nth-child(2) .imgs{ float:right;}
.about_ul li:nth-child(2) .imgs:after{left: 0;right: auto; background-image:url(../images/about_pic2.png);}
.about_ul li:nth-child(3) .txts{ right:0; left:auto;}
.about_ul li:nth-child(3) .imgs{ float:left;}
.about_ul li:nth-child(3) .imgs:after{right: 0;left: auto; background-image:url(../images/about_pic3.png);}
/*公司荣誉*/
.honor_ul ul li{ width:50%;}
.honor_ul ul li .h3{ font-size:13px;}
/*常见问题*/
.list3{}
.list3 .tit{ margin-right:10px; }
.list3 .top{ padding-bottom: 10px; }
.list3 .t-con{ line-height:22px; }
/*解决方案*/
.solution_ul ul li .imgs{ width:250px;}
.solution_ul ul li .imgs img{ height:170px;}
.solution_ul ul li .txts{ margin-top:10px;}
.solution_ul ul li .txts .p{ margin-top:6px;}
/*产品中心*/
.product_ul{ margin-top:5%;}
.product_ul ul li{ width:49%; margin-right:2%; margin-bottom:2%;}
.product_ul ul li:nth-child(3n+0){ margin-right:2%;}
.product_ul ul li:nth-child(2n+0){ margin-right:0%;}
/*产品单页*/
.product_ul2 ul li{ width:50%;}
}

@media screen and (max-width: 640px) {
/*内页*/
.position{height:44px; line-height:44px; font-size:13px;}
.position .postions_b a{ font-size:13px;}
/*分页*/
.yema a{ font-size:12px;}
/*.yema a span{ font-size:13px;}*/
/*关于我们*/
.about_con{ font-size:14px; line-height:24px;}
.about_con .h2 span{ font-size:15px;}
.about_ul{ margin-bottom:6%; margin-top:4%;}
/*联系我们*/
.contact_one .contact_one_l .address .ul li{ font-size:14px; margin-bottom:15px; padding-left:42px;}
.contact_one .contact_one_l .address .weixin{ font-size:15px;}
.contact_one .contact_one_r .feedback_div label{ font-size:14px;}
.contact_map iframe{height: 350px;}
/*发展历程*/
.history_ul{background-position: 84px top;}
.history_ul ul li .date{ width:100px; text-indent:6px; font-size:24px;}
.history_ul ul li .imgs{ margin-left:30px;width:calc(100% - 130px);width:-webkit-calc(100% - 130px);width:-moz-calc(100% - 130px);}
.history_ul ul li .imgs img{ height:auto;}
.history_ul ul li .txts{ margin-left:130px;width: calc(100% - 130px); width: -webkit-calc(100% - 130px); width: -moz-calc(100% - 130px);}
/*人才招聘*/
.partner_con{ padding-bottom:25px; font-size:13px; line-height:22px;}
.partner_con .h3{ font-size:20px; height:40px; line-height:40px; margin-bottom:1%;}
.contact_bg .recruitmentList li{ padding-top:25px; padding-bottom:25px;background-position:right 21px top 25px;}
.contact_bg .recruitmentList li .down{ padding-top:2%;}
.contact_bg .recruitmentList li .down .text{ font-size:13px; line-height:24px;}
/*新闻中心*/
.news_ul ul li .txts .h3{ font-size:16px; height:40px; line-height:40px;}
.news_ul ul li .txts .date{ height:40px; line-height:40px; font-size:13px;}
.news_ul ul li .txts .p{ line-height:22px; height:44px; font-size:14px;}
/*新闻详细*/
.about_x{ font-size:13px; line-height:24px;}
.about_x .show_t{ font-size:20px; line-height:24px; padding-bottom:5px; margin-top:6%;}
.about_x .con_line{ font-size:12px;}
.about_x .h2{ font-size:18px;}
.prenext{font-size:14px; line-height:44px;}
.prenext span{ font-size:14px; width:80px;}
/*解决方案*/
.solution_ul ul li{ padding-bottom:15px; margin-bottom:15px;}
.solution_ul ul li .imgs{ width:200px;}
.solution_ul ul li .imgs img{ height:136px;}
.solution_ul ul li .txts i{ display:none;}
.solution_ul ul li .txts .h3{ font-size:20px;}
.solution_ul ul li .txts .date{ font-size:13px;}
.solution_ul ul li .txts .p{ font-size:13px;}
/*产品中心*/
.product_ul ul li{ padding-bottom:190px; padding-top:20px;}
.product_ul ul li .txts{ height:190px;}
.product_ul ul li .p{ height:20px; line-height:20px; font-size:13px; margin-top:10px;}
.product_ul ul li:hover .p{ height:80px;}
.product_ul ul li .p p{ max-height:40px;}
.product_ul ul li .h4{ margin-top:60px; font-size:16px;}
.product_ul ul li .a{ font-size:13px; height:26px; line-height:26px; width:100px;}
/*产品详细*/
.pro_one .pro_box .com_pro_one_limg{ width:100%;}
.pro_one .pro_box .com_pro_one_limg .pro_imgsmall{ width:90%;}
.pro_one .pro_one_r .bnts{ width:118px; height:36px; line-height:36px; text-indent:36px; background-position:15px center; font-size:15px;}
.pro_two .pro_t{ height:50px; line-height:50px;}
.pro_two .pro_t .h4{ font-size:18px;}
/*产品单页*/
.product_con{ font-size:14px; line-height:24px;}
.product_con .h2 span{ font-size:15px;}
.product_ul2 ul li .h4{ height:26px; line-height:26px;}
.product_ul2 ul li .p{ font-size:14px; line-height:24px; height:48px; margin-top:7px;}
.product_three .product_three_con .title{ font-size:20px; height:50px; line-height:50px;}
.product_three .product_three_con .ul li{ padding-left:40px;}
}
@media screen and (max-width: 520px) {

}
@media screen and (max-width: 480px) {
/*内页*/
.o_big{ height:110px;}
.o_big_con .h2{ font-size:18px;}
.postions{ font-size:12px;}
.postions .postions_b a{ font-size:13px;}
.postions .postions_r span{ display:none;}
.postions .postions_r img{ margin-left:6px;}
/*分页*/
.yema{ padding-top:35px; padding-bottom:40px;}
.yema a{ padding-left:5px; padding-right:5px; margin-left:2px;}
/*关于我们*/
.about_con{ font-size:13px; line-height:22px;}
.about_con .txts{ margin-top:6%;}
.about_con .h2{ margin-bottom:5%;}
.about_con .h2 span{ font-size:14px; width:126px; margin-bottom:5%;}
.about_con .imgs{ margin-top:5%;}
.about_title{ margin-top:6%;}
/*联系我们*/
.contact_one .contact_one_l .address .ul li{ font-size:13px; background-size:26px 26px;}
.contact_one .contact_one_l .address .ul li .t{ height:26x;line-height:26px;}
.contact_one .contact_one_l .address .ul li .p{ line-height:26px;}
.contact_one .contact_one_l .address .weixin{ font-size:14px;}
.contact_one .contact_one_r .feedback_div .divs{ float:none; width:100%; margin-bottom:3%;}
.contact_one .contact_one_r .feedback_div label.bgs2{ margin-bottom:2%;}
.contact_one .contact_one_r .feedback_div .inputs2{ height:40px; line-height:40px; text-indent:14px; }
.contact_one .contact_one_r .feedback_div .textarea{ padding:2%; padding-left:14px; height:110px;}
.contact_map iframe{height: 300px;}
/*发展历程*/
.history_ul{background-position: 64px top;}
.history_ul ul li{ margin-bottom:20px;}
.history_ul ul li .date{ width:80px; text-indent:2px; font-size:20px; margin-top:80px;}
.history_ul ul li .imgs{ margin-left:15px;width:calc(100% - 95px);width:-webkit-calc(100% - 95px);width:-moz-calc(100% - 95px);}
.history_ul ul li .txts{ margin-left:95px;width: calc(100% - 95px); width: -webkit-calc(100% - 95px); width: -moz-calc(100% - 95px);}
/*公司荣誉*/
.honor_ul ul li .h3{ font-size:12px; line-height:18px; height:36px;}
/*人才招聘*/
.partner_con{ font-size:12px; padding-left:15px; padding-right:15px;}
.partner_con .h3{ font-size:18px; line-height:26px; height:auto;}
.contact_bg .recruitmentList li{ padding-top:15px; padding-bottom:15px;background-position: right 15px top 19px; padding-right:50px; padding-left:15px;}
.contact_bg .recruitmentList li .down .btn{ margin-bottom:2%;}
.contact_bg .recruitmentList li .title .tit{ font-size:16px; line-height:26px;}
.contact_bg .recruitmentList li .title .txt{ font-size:13px;}
.contact_bg .recruitmentList li .down .btn{ width:100px; height:30px; line-height:30px; font-size:14px;}
.contact_bg .recruitmentList li.on{ border-width:3px;}
/*新闻中心*/
.news_ul ul li .txts .h3{ font-size:15px; margin-top:2px; height:36px; line-height:36px;}
.news_ul ul li .txts .p{ font-size:13px;}
.news_ul ul li .txts .imore{ font-size:12px; line-height:24px; width:90px;}
.news_ul ul li:hover .txts .imore{height:24px; }
/*新闻详细*/
.about_x .show_t{ font-size:18px; padding-bottom:0;}
.prenext{font-size:13px; line-height:40px;}
.prenext span{ font-size:13px; width:60px;}
/*售后服务*/
.service_t{ font-size:13px;}
.service_ul{ font-size:13px;}
.service_ul ul li{ line-height:24px;}
.service_ul ul li .txts .h4{  height:36px; line-height:36px;}
/*解决方案*/
.solution_ul ul li .imgs{ width:150px;}
.solution_ul ul li .imgs img{ height:102px;}
.solution_ul ul li .txts{ margin-top:5px;}
.solution_ul ul li .txts .h3{ font-size:18px; height:24px; line-height:24px;}
.solution_ul ul li .txts .date{ height:24px; line-height:24px; font-size:12px;}
.solution_ul ul li .txts .p{ font-size:12px; margin-top:3px;}
/*产品中心*/
.product_ul ul li{ padding-bottom:170px; padding-top:15px;}
.product_ul ul li .txts{ height:170px;}
.product_ul ul li .p{ height:18px; line-height:18px; font-size:12px; margin-top:8px;}
.product_ul ul li:hover .p{ height:72px;}
.product_ul ul li .p p{ max-height:36px;}
.product_ul ul li .h4{ margin-top:50px;}
.product_ul ul li .a{ font-size:12px; height:24px; line-height:24px; width:90px;}
/*产品详细*/
.pro_one .pro_box{ padding-top:3%; padding-bottom:3%;}
/*.pro_one .pro_box .com_pro_one_limg .productT{ top:30%;}*/
.pro_one .pro_box .com_pro_one_limg .productT a{ height:60px;}
.pro_one .pro_box .com_pro_one_limg .pro_imgsmall{width:calc(100% - 60px);width:-webkit-calc(100% - 60px);width:-moz-calc(100% - 60px);}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal{ height:62px;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li{ width:62px; height:62px;}
.pro_one .pro_box .com_pro_one_limg .com_pro_one_lsmal ul li img{ width:60px; height:60px;}
.pro_one .pro_one_r{ font-size:13px;}
.pro_one .pro_one_r .p{ line-height:26px; font-size:14px;}
.pro_two .pro_box2{ padding-top:3%; padding-bottom:3%;}
.pro_two .pro_con{ font-size:14px; line-height:24px;}
/*产品单页*/
.product_con{ font-size:13px; line-height:22px;}
.product_con .txts{ margin-top:6%;}
.product_con .h2{ margin-bottom:5%;}
.product_con .h2 span{ font-size:14px; width:210px; margin-bottom:5%;}
.product_con .imgs{ margin-top:5%;}
.product_t{ margin-top:6%;}
.product_ul2{ margin-top:5%;}
.product_ul2 ul li .h4{ margin-top:12px;}
.product_ul2 ul li i{ width:80px; height:80px;}
.product_three .product_three_con .title{ margin-top:15px;}
.product_three .product_three_con .ul{ margin-top:20px;}
.product_three .product_three_con .ul li{ padding-bottom:20px;}
.product_three .product_three_con .ul li .h4{ font-size:16px;}
.product_four .product_t{ margin-top:5%;}
}
@media screen and (max-width: 420px) {
/*关于我们*/
.about_con .h2 span{ font-size:13px; width:116px;}
/*联系我们*/
.contact_one{ padding-bottom:8%;}
.contact_one .contact_one_l .address .ul li{ padding-left:36px;}
.contact_one .contact_one_l .address .weixin{ font-size:13px;}
.contact_one .contact_one_r .feedback_div label{ font-size:13px;}
.contact_one .contact_one_r .feedback_div .inputs2{ font-size:13px; height:36px; line-height:36px;}
.contact_one .contact_one_r .feedback_div .textarea{ font-size:13px;}
.contact_one .contact_one_r .feedback_div .bnts2{ height:36px; width:100%; max-width:none;}
/*发展历程*/
.history_ul ul li .date{ margin-top:60px;}
.history_ul ul li .txts .date2{ font-size:14px;}
/*人才招聘*/
.partner_con{ padding-left:12px; padding-right:12px;}
.partner_con .h3{ font-size:17px; line-height:24px;}
.contact_bg .recruitmentList li .title .tit{ font-size:14px; line-height:24px;}
.contact_bg .recruitmentList li .title .txt{ font-size:12px;}
.contact_bg .recruitmentList li .down .text{ font-size:12px; line-height:22px;}
.contact_bg .recruitmentList li{ padding-left:12px; padding-right:45px; padding-top:12px; padding-bottom:12px;}
/*新闻详细*/
.prenext{ font-size:12px; line-height:36px;}
.prenext span{ font-size:12px; width:50px;}
/*解决方案*/
.solution_ul ul li .txts .h3{ font-size:16px;}
/*产品单页*/
.product_con .h2 span{ font-size:13px; width:200px;}
}
@media screen and (max-width: 380px) {
.o_big_con .h2{ font-size:16px;}


}
@media screen and (max-width: 360px) {
/*新闻详细*/
.about_x .h2{ font-size:16px;}
}
