﻿@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);
    }
}
.position{ border-bottom:1px solid #f4f4f4;height:55px; line-height:55px;  background:#fff; color:#555555; text-align:left; font-size:15px;}
.position a{ color:#555555;  text-decoration:none;}
.position a:hover{color:#128ba8;}
/*.position label{}*/
.position .postions_r img{ vertical-align:baseline; margin-right:8px; height:14px;}
.position .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;}

.position .postions_b{ float:right; }
.position .postions_b ul li{ float:left; margin-left:20px;  text-align:center;position:relative;}
.position .postions_b ul li .h3{ font-weight:normal; height:55px; line-height:55px;}
.position .postions_b ul li .h3 a{ display:block;height:55px; line-height:55px; font-size:15px; color:#555555; -webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; padding-left:24px; padding-right:24px; min-width:50px;}
.position .postions_b ul li .h3 a i{ display:inline-block; height:100%; width:20px; background:url(../images/product_bg1.png) right center no-repeat; vertical-align:middle; margin-right:-6px;}
.position .postions_b ul li .h3 a:hover{color:#37a2eb;}
.position .postions_b ul li.isel .h3 a{color:#fff; background:#37a2eb;}
.position .postions_b ul li.isel .h3 a i{ background-image:url(../images/product_bg1_on.png);}
.position .postions_b ul li .dl{ position:absolute; top:55px; left:0; width:100%; background:#37a2eb;  height:0;transition:all 0.3s; z-index:1; overflow:hidden;}
.position .postions_b ul li .dl a{ display:block; font-size:15px; color:#fff; -webkit-transition: all .3s;-o-transition: all .3s;-ms-transition: all .3s;transition: all .3s; text-align:center; height:56px; line-height:56px; overflow:hidden;}
.position .postions_b ul li .dl a:hover{ background:#5eb8f5; color:#fff;}
.position .postions_b ul li .dl a.on{ background:#5eb8f5;color:#fff;}
/*.position .postions_b ul li.isel .dl{border-top:1px solid #37a2eb; height:auto;}*/

.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:#fff; text-align:center;}
.o_big_con .h2 span{ display:inline-block; padding-bottom:15px; position:relative;}
.o_big_con .h2 span:after{ content:""; position:absolute; bottom:0; left:50%; width:20px; height:2px; background:#f7f7f7;transform: translate(-50%, 0%);}

/*分页*/
.yema{ width:100%; text-align:center; clear:both; overflow:hidden; padding-top:6%; padding-bottom:6%; clear:both;}
.yema a{ display:inline-block; height:42px; line-height:42px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:30px;margin-left:2px; margin-right:2px;  text-align:center; color:#666666; font-size:15px; border:1px solid #e5e5e5; background:#ffffff;}
.yema a:hover{ text-decoration:none; color:#fff; background:#37a2eb;border:1px solid #37a2eb;}
.yema a.on{color:#fff;  background:#37a2eb;border:1px solid #37a2eb;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#37a2eb;}
.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;}
/*产品中心*/
.product_ul{ overflow:hidden; margin-top:5%;}
.product_ul ul li{ float:left; width:32%; margin-right:2%; margin-bottom:2%; overflow:hidden; text-align:center;}
.product_ul ul li:nth-child(3n+0){ margin-right:0;}
.product_ul ul li .imgs{overflow:hidden; position:relative; border:1px solid #ececec;}
.product_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;}
.product_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);}
.product_ul ul li .txts{ width:98%; margin:0 auto; max-width:372px; overflow:hidden; text-align:center;}
.product_ul ul li .txts .h2{height:40px; line-height:40px; overflow:hidden;  color:#222222; /*white-space:nowrap;text-overflow:ellipsis;*/ text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;font-weight:bold; transition:all 0.3s; font-size:24px;margin-top:18px;}
.product_ul ul li .txts .label{ height:34px; line-height:34px; overflow:hidden;  color:#999999; font-size:16px; font-family:Arial; font-weight:bold;}
.product_ul ul li .txts .pmore{ line-height:38px; height:38px; overflow:hidden;font-size:15px; color:#37a2eb; overflow:hidden; transition:all 0.3s; margin:0 auto;  margin-top:6px; border-radius:20px; width:122px; text-align:center; position:relative; margin-bottom:18px;}
.product_ul ul li .txts .pmore:after{ content:""; position:absolute; bottom:0; left:50%; width:14px; margin-left:-7px; height:1px; background:#37a2eb;}
.product_ul ul li:hover .txts .h2{color:#38a2eb;}
.product_ul ul li:hover  .txts .pmore{ background:#37a2eb;color:#fff;}

/*产品详细*/
.pro_one{ overflow:hidden; padding-top:5%; color:#666666; font-size:15px;}
.pro_one .product_one_l{ width:52.15%; overflow:hidden; float:left;}
.pro_one .product_one_l .phone_img{ border:1px solid #ececec; overflow:hidden;}
.pro_one .pro_one_r{ float:right; width:45%; max-width:560px; overflow:hidden;}
.pro_one .pro_one_r .product_t{ margin-top:6%;  overflow:hidden;}
.pro_one .pro_one_r .product_t .h2{color:#37a2eb; font-weight:bold; line-height:1.3; overflow:hidden;}
.pro_one .pro_one_r .product_t .p2{font-size:16px; overflow:hidden; margin-top:4%;}
.pro_one .pro_one_r .p{line-height:26px; overflow:hidden;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5; padding-top:4%;padding-bottom:5%; margin-top:5%;}
.pro_one .pro_one_r .a{ width:154px; height:48px; line-height:48px; background:#37a2eb;color:#fff; text-align:center;transition:all 0.3s; display:block; font-size:16px; font-family:"微软雅黑"; border-radius:6px; margin-top:6%;}
.pro_one .pro_one_r .a:hover{opacity:0.8;filter:Alpha(opacity=80);}
.pro_t{ font-weight:bold; padding-top:2%; padding-bottom:2%; overflow:hidden; margin-top:3%; border-bottom:1px solid #e5e5e5; padding-left:20px; position:relative; color:#333333;}
.pro_t:after{ content:""; position:absolute; left:0; top:50%; width:4px; height:30px; background:#37a2eb; margin-top:-15px;}
.pro_con{ overflow:hidden; padding-top:3%; padding-bottom:4%; line-height:28px; font-size:15px;}
.pro_con img{ max-width:100%;}
/*关于我们*/
.about_con{ overflow:hidden; line-height:30px;font-size:15px; color:#555555;  margin-bottom:6%; margin-top:5%; }
.about_con .imgs{ float:left; width:530px;overflow:hidden; margin-right:3%;}
.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{ overflow:hidden;}
.about_con .txts .cons{ float:right; max-width:706px;}
.about_con .h2{ color:#333333; font-weight:bold;margin-bottom:4%; padding-top:6%; position:relative; padding-bottom:40px; line-height:1.5;}
.about_con .h2:after{ content:""; position:absolute; bottom:0; left:0; width:46px; height:6px; background:#37a2eb;}
.about_con .h2 span{ display:block; font-weight:normal; color:#e5e5e5; font-size:14px; font-family:Arial; line-height:20px;}
.about_con .txts p{ overflow:hidden; padding-bottom:2%;}

/*企业文化*/
.about_ul{ background:#f8f8f8; overflow:hidden; margin-bottom:6%; margin-top:5%; color:#777777; font-size:16px; }
.about_ul li{ display:block; position:relative; overflow:hidden;}
.about_ul li .imgs{ float:left; width:50%; overflow:hidden;}
.about_ul li .imgs img{ width:100%;transition:all 0.3s;-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_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);}
.about_ul li:nth-child(2n+0) .imgs{ float:right;}
.about_ul li .cons{ position:absolute; right:0; width:50%; height:100%;}
.about_ul li:nth-child(2n+0) .cons{ right:auto; left:0;}
.about_ul li .txts{ position:absolute; max-width:605px; width:94%; left:50%; top:50%;transform: translate(-50%, -50%); overflow:hidden; }
.about_ul li .txts dl dd{ float:left; width:50%; position:relative; text-align:center;}
.about_ul li .txts dl dd:after{ content:""; position:absolute; right:0; height:100%; width:1px; background:url(../images/about_bg2.png) center center no-repeat; background-size:1px 100%;}
.about_ul li .txts dl dd:nth-child(2n+0):after{ width:0;}
.about_ul li .txts dl dd .boxs{ display:inline-block; vertical-align:top; max-width:94%; overflow:hidden;text-align:left;}
.about_ul li .txts dl dd .boxs .h3{ font-weight:bold; line-height:1.5; overflow:hidden; color:#333333;}
.about_ul li .txts dl dd .boxs .span{ font-weight:bold;  overflow:hidden; color:rgba(51,51,51,0.15); font-family:Arial; line-height:30px;}
.about_ul li .txts dl dd .boxs .p{ overflow:hidden; margin-top:13%; min-height:60px;line-height:30px;}
/*公司荣誉*/
.honor_ul{ margin-top:4.5%; border-left:1px solid #e5e5e5;border-top:1px solid #e5e5e5; overflow:hidden;}
.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:#37a2eb;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;}
/*.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:#555; position:absolute; bottom:2%; left:0; width:96%; padding-left:2%; padding-right:2%;}
.honor_ul ul li:hover .h3{ color:#37a2eb;}
/*荣誉弹窗*/
#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_ul{ overflow:hidden; margin-top:5%; }
.partner_ul ul li{ width:15.41%; float:left; margin-right:1.5%; margin-bottom:1.5%; overflow:hidden;text-align:center;}
.partner_ul ul li:nth-child(6n+0){ margin-right:0;}
.partner_ul ul li img{ width:100%;}
.partner_ul ul li .imgs{ overflow:hidden;border:1px solid #f0f0f0; position:relative;}
.partner_ul ul li:hover .imgs{border:1px solid #37a2eb;}
.partner_ul ul li .imgs .bgs{ background:rgba(55,162,235,0.93); position:absolute; width:100%; height:100%; top:0; left:0;transition: all 0.3s;alpha(opacity=0);opacity:0;}
.partner_ul ul li .imgs .bgs span{ position:absolute; width:100%; color:#fff; top:50%; left:0%;transform: translate(0%, -50%); font-size:15px; line-height:1.2;}
.partner_ul ul li:hover .imgs .bgs{alpha(opacity=100);opacity:1.0;}
/*联系我们*/
.about_bg{ background:#f9f9f9; overflow:hidden;}
.contact_t2{ overflow:hidden; margin-top:5%; text-align:center; line-height:26px; font-size:15px; color:#999999;}
.contact_t2 .h2{ height:50px; line-height:50px; color:#333333; font-size:30px; overflow:hidden;}
.contact_con{ color:#333; margin-top:3.5%;-webkit-box-shadow: 0 5px 35px rgba(0,0,0,0.1); box-shadow: 0 5px 35px rgba(0,0,0,0.1); background:#fff; margin-bottom:6%;}
.contact_con a{ color:#333;}
.contact_con a:Hover{ color:#2d9441;}
.contact_con .contact_con_txt{ max-width:1200px; overflow:hidden; margin:0 auto; width:94%; margin-top:3.8%; padding-bottom:3%;}
.contact_con .contact_con_txt .contact_l{ float:left; overflow:hidden; width:81.6%;font-size:15px;line-height:26px;}
.contact_con .contact_con_txt .contact_l .h2{ font-size:24px; font-weight:bold; color:#333333; margin-bottom:3.5%; overflow:hidden;}
.contact_con .contact_con_txt .contact_r{ float:right; overflow:hidden; width:17%; max-width:120px; text-align:center; line-height:30px;font-size:15px;}
.contact_con .contact_con_txt .contact_r img{ display:block; width:100%;}
.contact_con .contact_con_txt .contact_l ul li{ width:49%; overflow:hidden; float:left; margin-right:1%;}
.contact_con .divs{ margin-bottom:10px; font-weight:normal; padding-left:28px; overflow:hidden; background-repeat:no-repeat; background-position:left center;  }
.contact_con .divs.bgs1{ background-image:url(../images/contact_bg1.png);}
.contact_con .divs.bgs2{ background-image:url(../images/contact_bg2.png);}
.contact_con .divs.bgs3{ background-image:url(../images/contact_bg3.png);}
.contact_con .divs.bgs4{ background-image:url(../images/contact_bg4.png); background-position:left 5px;}
.contact_map{overflow:hidden; max-height:380px;}
.contact_map iframe{height: 380px; overflow:hidden;}



.contact_two{ overflow:hidden;margin-top:2%; }
.contact_t3{ overflow:hidden; line-height:26px; font-size:15px; color:#888888; text-align:left;}
.contact_t3 .h2{height:40px; line-height:40px; color:#333333;  font-weight:bold; overflow:hidden; border-bottom:1px solid #f0f0f0; padding-bottom:1%;margin-bottom:1.5%;}
.feedback_div{padding-bottom:6%; overflow:hidden; text-align:center; margin-top:3%;}
.feedback_div .divs{float:left; width:32%; margin-right:2%;margin-bottom:2%;}
.feedback_div .divs:nth-child(3n+0){ margin-right:0;}
.feedback_div .inputs2{ width:99%;  background:#fff; height:46px; line-height:46px; font-size:15px; color:#a1a1a1; border:1px solid #e0e0e0; outline:none;  text-indent:20px; font-family:"微软雅黑";}
/*.feedback_div .inputs3{ appearance:none;  -moz-appearance:none;  -webkit-appearance:none; width:99%;  background:url(../images/contact_bg5.png) #f5f5f5 96% center no-repeat; height:54px; line-height:54px; font-size:18px; color:#666; border:1px solid #ececec; outline:none; font-family:"微软雅黑"; padding-left:3%; outline:none;}
.feedback_div .inputs4{ width:99%;  background:url(../images/contact_bg5.png) #f5f5f5 96% center no-repeat;  height:54px; line-height:54px; font-size:18px; color:#666; border:1px solid #ececec; outline:none;  text-indent:3%; font-family:"微软雅黑";}
.feedback_div select::-ms-expand { display: none; } */
.feedback_div .feedback_t{ color:#555; font-size:15px; padding-left:28px; overflow:hidden; background:url(../images/contact_bg5.png) left center no-repeat; text-align:left; margin-bottom:2%; margin-top:2%;}
.feedback_div .textarea{ padding:1%; width:calc(99% - 30px);width:-webkit-calc(99% - 30px);width:-moz-calc(99% - 30px); padding-left:20px; background:#fff; font-size:15px; font-family:"微软雅黑";border:1px solid #e0e0e0; outline:none;margin-bottom:2%; color:#a1a1a1; height:200px;  }
.feedback_div .bnts2{  border: none; width:100%; max-width:158px;font-size:15px; height: 46px; line-height:46px; background: #37a2eb; font-family:"微软雅黑"; text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none; float:left;}
.feedback_div .bnts2:hover{filter:alpha(opacity=80);opacity:0.8;transition:all 0.3s;}
/*企业视频*/
.video_con{overflow:hidden; line-height:30px;font-size:15px; color:#555555;  margin-bottom:6%; margin-top:4%; }
.video_con img{ max-width:100%;}

/*新闻资讯*/
.news_con{ overflow:hidden; margin-top:5%;}
.news_con ul li{ overflow:hidden;margin-bottom:40px;border-bottom:1px dashed #e5e5e5; display:block; padding-bottom:40px;}
.news_con ul li:last-child{ margin-bottom:0;}
.news_con ul li .imgs{width:264px;float:left;display:inline;overflow:hidden;margin-right:3%;}
.news_con ul li .imgs img{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.5s ease-out 0s; -moz-transition:all 0.5s ease-out 0s; -o-transition:all 0.5s ease-out 0s; transition:all 0.5s ease-out 0s;}
.news_con 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);}
.news_con ul li .txts{ overflow:hidden; padding-right:3%; }
.news_con ul li .txts .h3{ line-height:32px; height:32px; overflow:hidden; color:#333333;transition: all 0.3s; margin-top:27px; font-size:18px; font-weight:bold;white-space:nowrap;text-overflow:ellipsis;}
.news_con ul li .txts .p{ height:56px; overflow:hidden; font-size:15px; color:#777; line-height:28px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top:15px;}
.news_con ul li .ends{ overflow:hidden; float:right; width:218px; text-align:right; border-left:1px solid #eaeaea; height:166px; position:relative;}
.news_con ul li .ends em{ position:absolute; right:0; top:50%;font-style:normal;color:#e0e0e0; font-family:Arial;transform: translate(0%, -50%); font-weight:bold;transition:all 0.3s;}
.news_con ul li .ends em b{ display:block; font-weight:normal;}
.news_con ul li .ends .news_more{ width:136px; text-align:center;height:42px; line-height:42px;color:#fff; font-size:15px;transition: all 0.3s; position:absolute; right:0; top:50%;transform: translate(0%, -50%); background:#37a2eb;transition:all 0.3s;opacity:0;filter:Alpha(opacity=0); margin-right:5px;}
.news_con ul li .ends .news_more:hover{ background:#049adf;}
.news_con ul li:hover .txts h3{color:#37a2eb;}
.news_con ul li:hover .ends .news_more{opacity:1.0;filter:Alpha(opacity=100); margin-right:0;}
.news_con ul li:hover .ends em{opacity:0;filter:Alpha(opacity=0);}
/*新闻资讯详细*/
.about_x2{ float:left; width:66%; padding-bottom:1%; padding-right:3%;overflow:hidden; padding-top:4%; border-right:1px solid #f4f4f4;}
.about_x2 .show_t{ line-height:32px; font-size:24px; color:#333333; text-align:left; margin-bottom:1%; margin-top:5px; font-weight:bold;}
.about_x2 .con_line{height:40px; line-height:40px;font-size:15px; color:#c8c8c8; border-bottom:1px dashed #e5e5e5; text-align:left; padding-bottom:1%; }
.about_x2 img{margin-bottom:10px; display:block; max-width:100%;}
.about_x2 .con_id{ line-height:30px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:4%;font-size:15px; color:#555555;text-align:left;/* font-family:"宋体";*/ padding-bottom:4%;}
.about_x2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2 .con_id p{ padding-bottom:10px; overflow:hidden;}
.about_x2 table{border-collapse:collapse;border-spacing:0;}
.about_x2 table td{ line-height:22px;height:27px; /*border:1px solid #000;*/}
.prenext{ padding-top:3%; text-align:center;  font-size:15px;margin-bottom:4%;border-top:1px dashed #e5e5e5; overflow:hidden; line-height:26px; color:#555555; }
.prenext a{ color:#555555; overflow:hidden; transition:all 0.3s;}
.prenext a:hover{ color:#00a0e9;  text-decoration:none;opacity:0.8;filter:Alpha(opacity=80);}


.fenxiang{ float:right;}
.fenxiang .news_fx{ text-align:center;display:inline-block; vertical-align:top;  overflow:hidden; padding-left:3px; padding-right:3px;}
.fenxiang .news_fx ul li{ display:inline-block; width:30px; height:30px; overflow:hidden; margin-left:7px; margin-right:7px; background-repeat:no-repeat; background-size:100% 100%; cursor:pointer;}
.fenxiang .news_fx ul li.bgs1{ background-image:url(../images/fx_pic1.png);}
.fenxiang .news_fx ul li.bgs2{ background-image:url(../images/fx_pic2.png);}
.fenxiang .news_fx ul li.bgs3{ background-image:url(../images/fx_pic3.png);}
.fenxiang .news_fx ul li:hover{transition:all 0.3s/*;opacity:0.8;filter:Alpha(opacity=80);*/}
.fenxiang .news_fx ul li.bgs1:hover{ background-image:url(../images/fx_pic1_on.png);}
.fenxiang .news_fx ul li.bgs2:hover{ background-image:url(../images/fx_pic2_on.png);}
.fenxiang .news_fx ul li.bgs3:hover{ background-image:url(../images/fx_pic3_on.png);}
.fenxiang .news_fx ul li a{ display:block; width:100%; height:100%;}


.news_r{ float:right; overflow:hidden; background:#fff; width:28%; max-width:390px; margin-top:3%; margin-bottom:5%;}
.news_r .news_t{ font-weight:normal;  overflow:hidden; position:relative; padding-left:10px;}
/*.news_r .news_t:after{ content:""; position:absolute; left:0; top:50%; margin-top:-12px; height:24px; width:3px; background:#c78f42;}*/
.news_r .news_t .h2{ font-weight:normal; color:#333333; font-size:22px; margin-right:30px;height:70px; line-height:70px;}
.news_r .news_ul3{ margin-left:10px; margin-right:30px; overflow:hidden;}
.news_r .news_ul3 ul li{ display:block; border-bottom:1px dashed #e5e5e5; padding-bottom:4%; margin-bottom:4%; overflow:hidden;}
.news_r .news_ul3 ul li label{ display:block; height:24px; line-height:24px;  color:#c8c8c8; font-size:14px;}
.news_r .news_ul3 ul li .h3{ font-weight:normal; overflow:hidden;height:30px; line-height:30px; color:#333; font-size:16px;transition:all 0.3s; margin-top:1%; margin-bottom:1%;white-space:nowrap;text-overflow:ellipsis;}
.news_r .news_ul3 ul li:hover .h3{ color:#00a0e9;}
.news_r .news_ul3 ul li:last-child{ border-bottom:0;}

/*加入我们*/
.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;}
.about_bg .recruitmentList{ overflow:hidden;}
.about_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;}
.about_bg .recruitmentList li.on {background-image: url(../images/arrow10.gif); border-left: solid 4px #37a2eb;}
.about_bg .recruitmentList li.on .title .tit { color: #37a2eb;}
.about_bg .recruitmentList li .title .tit { line-height: 30px; font-size: 16px; color: #333333; font-weight:normal;}
.about_bg .recruitmentList li .title .txt {line-height: 24px; font-size: 14px; color: #999999;}
.about_bg .recruitmentList li .down {padding: 18px 0 0 0;display: none;}
.about_bg .recruitmentList li .down .text {font-size: 14px; line-height: 27px;color: #666666;}
.about_bg .recruitmentList li .down .text .tit { color: #333333;}
.about_bg .recruitmentList li .down .btn {width: 120px;height: 38px; line-height: 38px;text-align: center; display: block; border-radius: 3px;border: solid 1px #37a2eb; margin-top: 45px; font-size: 16px;color: #37a2eb;transition: 0.2s; -webkit-transition: 0.2s;-moz-transition: 0.2s; -ms-transition: 0.2s;-o-transition: 0.2s;}
.about_bg .recruitmentList li .down .btn:hover {background: #37a2eb; color: #fff;}

/*解决方案*/
.solution_bg{ background:#f4f4f4; overflow:hidden;}
.solution_ul{ overflow:hidden; margin-top:5%;}
.solution_ul ul li{ float:left; width:32%; margin-right:2%; margin-bottom:2%; overflow:hidden; text-align:center; position:relative; padding-bottom:191px; 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;}
.solution_ul ul li:nth-child(3n+0){ margin-right:0;}
.solution_ul ul li:hover{box-shadow: 0 2px 15px 2px #ededed;}
.solution_ul ul li .imgs{overflow:hidden;}
.solution_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;}
.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{ position:absolute; width:100%; background:#fff; bottom:0; left:0;}
.solution_ul ul li .txts .cons{ width:94%; margin:0 auto; max-width:350px; overflow:hidden; padding-bottom:39px; text-align:left;}
.solution_ul ul li .txts .cons .h2{height:58px; line-height:58px; overflow:hidden;  color:#333333; white-space:nowrap;text-overflow:ellipsis;font-weight:bold; transition:all 0.3s; font-size:20px;margin-top:17px; border-bottom:1px solid #f1f1f1;}
.solution_ul ul li .txts .cons .p{ text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden; color:#999999; font-size:15px; line-height:26px; height:52px; margin-top:11px; margin-bottom:13px;}
.solution_ul ul li .txts .cons .smore{ display:block; width:133px;line-height: 40px; text-indent: 20px; font-size: 15px;  color: #fff; background: url(../images/solution_bg1.png) no-repeat right 24px top 17px #37a2eb; background-size: 20px 6px; height: 0; overflow: hidden; 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 ul li:hover .txts .cons .smore{ height:40px; margin-top:15px;}
.solution_ul ul li .txts .cons .smore:hover{ text-indent:23px; background-position: right 21px top 17px;}
/*网站地图*/
.website_t{ height:36px; line-height:36px; background:#F2F0EC; color:#37a2eb; font-weight:bold; padding-left:12px; font-size:14px; margin-top:20px; margin-bottom:17px;}
.website_t a{color:#37a2eb; }
.sitemap_main{ overflow:hidden;}
.sitemap_main dd{font-size: 12px; line-height: 31px;text-align: center; background:#fff;  white-space: nowrap; display: block; float: left;height: 31px; width:calc(19.2% - 2px);width:-webkit-calc(19.2% - 2px);width:-moz-calc(19.2% - 2px); margin-right:1%; margin-bottom:1%; overflow: hidden; border: 1px dashed #dddddd;text-overflow: ellipsis;}
.sitemap_main dd:nth-child(5n+0){ margin-right:0;}
.sitemap_main dd a{ display:block;}
.sitemap_main dd a:Hover{color:#37a2eb; }

@media screen and (max-width: 1440px) {
/*内页*/
.position{ font-size:14px;}
.position .postions_b ul li{ margin-left:10px;}
.position .postions_b ul li .h3 a{ font-size:14px;}
.position .postions_b ul li .dl a{font-size:14px;}
/*产品中心*/
.product_ul ul li .txts .h2{ font-size:20px;}
.product_ul ul li .txts .label{ font-size:15px;}
.product_ul ul li .txts .pmore{ font-size:14px;}
/*新闻资讯详细*/
.news_r .news_t .h2{ margin-right:20px;}
.news_r .news_ul3{  margin-right:20px;}
/*解决方案*/
.solution_ul ul li{ padding-bottom:151px;}
.solution_ul ul li .txts .cons{ padding-bottom:20px;}
.solution_ul ul li .txts .cons .h2{ height:50px; line-height:50px; margin-top:12px; font-size:19px;}
.solution_ul ul li .txts .cons .p{ font-size:14px; line-height:24px; height:48px; margin-top:10px; margin-bottom:10px;}
.solution_ul ul li .txts .cons .smore{ font-size:14px;}
/*加入我们*/
.partner_con{ font-size:15px; padding-left:30px;}
.partner_con .h3{ font-size:26px; height:70px; line-height:70px;}
}
@media screen and (max-width: 1310px) {
/*关于我们*/
.about_con{ line-height:28px;}
.about_con .h2{ padding-top:4%; padding-bottom:30px;}
/*公司荣誉*/
.honor_ul ul li .h3{ font-size:14px;}
/*合作品牌*/
.partner_ul ul li{ width:18.8%;}
.partner_ul ul li:nth-child(6n+0){ margin-right:1.5%;}
.partner_ul ul li:nth-child(5n+0){ margin-right:0%;}
/*企业视频*/
.video_con{ line-height:28px;}
}
@media screen and (max-width: 1280px) {


}
@media screen and (max-width: 1278px) {

}
@media screen and (max-width: 1200px) {
/*内页*/
.position .postions_b ul li .h3 a{ padding-left:20px; padding-right:20px;}
/*产品详细*/
.pro_one{ font-size:14px;}
.pro_one .pro_one_r .product_t .p2{ font-size:15px;}
.pro_one .pro_one_r .a{ font-size:15px; width:140px; height:44px; line-height:44px;}
/*联系我们*/
.contact_t2 .h2{ font-size:29px;}
.feedback_div .inputs2{ height:42px; line-height:42px; font-size:14px;}
.feedback_div .inputs3{ height:42px; line-height:42px; font-size:14px;}
.feedback_div .inputs4{ height:42px; line-height:42px; font-size:14px;}
.feedback_div .textarea{ font-size:14px; height:120px;}
.feedback_div .bnts2{ height:44px; line-height:44px; font-size:14px;}

/*新闻资讯详细*/
.about_x2{ width:60%;}
.news_r{ width:37%;}
/*网站地图*/
.sitemap_main dd{width:calc(24.25% - 2px);width:-webkit-calc(24.25% - 2px);width:-moz-calc(24.25% - 2px);}
.sitemap_main dd:nth-child(5n+0){ margin-right:1%;}
.sitemap_main dd:nth-child(4n+0){ margin-right:0;}

}
@media screen and (max-width: 1160px) {


}

@media screen and (max-width: 1100px) {
/*内页*/
.position{height:50px; line-height:50px;}
.position .rclass{ display:block;}

.position .postions_b{ display:none;}
.position .postions_b ul li{float:none; display:block; margin-left:0; border-bottom:1px solid #fff; background:#efefef;}
.position .postions_b ul li .h3{height:50px; line-height:50px;}
.position .postions_b ul li .h3 a{ height:50px; line-height:50px;text-align:left;}
.position .postions_b ul li .h3 a i{ float:right;}
.position .postions_b ul li .dl{ position:static; background:#efefef;}
.position .postions_b ul li.isel .dl{ height:auto;}
.position .postions_b ul li .dl a{ text-align:left; color:#555555; height:40px; line-height:40px; padding-left:20px; padding-right:20px;}
/*分类弹窗*/
.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_l.lws .about_tc{ width:100%;}
.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{ line-height:24px; font-size:14px;}
.about_con .imgs{ width:45%;}
.about_con .h2{ padding-top:2%; padding-bottom:20px;}
/*企业文化*/
.about_ul{ font-size:15px;}
.about_ul li .txts dl dd .boxs .p{ margin-top:6%;}
/*公司荣誉*/
.honor_ul ul li{ width:33.33%;}
.honor_ul ul li .h3{ bottom:2.5%;}
/*联系我们*/
.contact_con .contact_con_txt .contact_l{ font-size:14px;}
.contact_con .contact_con_txt .contact_r{ font-size:14px;}
/*企业视频*/
.video_con{ font-size:14px; line-height:24px;}
/*新闻资讯*/
.news_con ul li .imgs{ width:250px;}
.news_con ul li .ends{ width:180px; height:157px;}
.news_con ul li .ends .news_more{ width:110px; font-size:14px;}

}
@media screen and (max-width: 1000px) {
/*内页*/





}
@media screen and (max-width: 960px) {
/*分页*/
.yema a{ font-size:14px;height:36px; line-height:36px; min-width:18px;}
/*产品中心*/
.product_ul ul li .txts .h2{ font-size:18px; height:36px; line-height:36px; margin-top:12px;}
.product_ul ul li .txts .label{ font-size:14px;height:30px; line-height:30px;}
.product_ul ul li .txts .pmore{ font-size:13px; width:110px; height:32px; line-height:32px; margin-bottom:12px;}
/*产品详细*/
.pro_one{ font-size:13px;}
.pro_one .pro_one_r .product_t{ margin-top:4%;}
.pro_one .pro_one_r .product_t .p2{ font-size:14px; margin-top:3%;}
.pro_one .pro_one_r .p{ padding-bottom:4%; line-height:24px; margin-top:4%; padding-top:3%;}
.pro_one .pro_one_r .a{ width:130px; height:42px; line-height:42px; font-size:14px;}
/*关于我们*/
.about_con .imgs{ float:none; width:100%;}
.about_con .txts .cons{ float:none; max-width:none; margin-top:2%;}
/*企业文化*/
.about_ul{ font-size:14px;}
.about_ul li .txts dl dd .boxs .p{ margin-top:3%; line-height:24px; min-height:48px;}
/*合作品牌*/
.partner_ul ul li{ width:23.87%;}
.partner_ul ul li:nth-child(5n+0){ margin-right:1.5%;}
.partner_ul ul li:nth-child(4n+0){ margin-right:0%;}
.partner_ul ul li .imgs .bgs span{ font-size:14px;}
/*联系我们*/
.contact_t2 .h2{ font-size:28px;}
/*新闻资讯*/
.news_con ul li{ padding-bottom:30px; margin-bottom:30px;}
.news_con ul li .imgs{ margin-right:2%; width:220px;}
.news_con ul li .txts{ padding-right:2%;}
.news_con ul li .txts .h3{ margin-top:25px; font-size:16px;}
.news_con ul li .ends{ width:140px; height:138px;}
.news_con ul li .txts .p{ margin-top:7px;}
/*新闻资讯详细*/
.about_x2{ width:100%; float:none;}
.about_x2 .con_id{ line-height:26px; font-size:15px;}
.news_r{ width:100%; float:none; max-width:none;}
.news_r .news_ul3 ul li{ padding-bottom:2%; margin-bottom:2%;}

.prenext{ font-size:14px;}
.fenxiang .news_fx ul li{ width:26px; height:26px;}
/*加入我们*/
.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;}
.about_bg .recruitmentList li{ padding:30px 60px 30px 20px; background-position:right 21px top 28px;}
.about_bg .recruitmentList li .down .btn{ width:110px; height:32px; line-height:32px; margin-top:4%; font-size:15px;}

}
@media screen and (max-width: 830px) {
/*内页*/
/*产品详细*/
.pro_one .product_one_l{ width:100%; float:none;}
.pro_one .pro_one_r{ float:none; width:100%; max-width:none;}
.pro_one .pro_one_r .product_t .p2{ margin-top:2%;}
.pro_one .pro_one_r .a{ margin-top:4%;}
/*解决方案*/
.solution_ul ul li{ width:49%;}
.solution_ul ul li:nth-child(3n+0){ margin-right:2%;}
.solution_ul ul li:nth-child(2n+0){ margin-right:0;}
}
@media screen and (max-width: 780px) {
/*内页*/
.o_big{ min-height:134px;}
/*分页*/
.yema a{ height:26px; line-height:26px; padding-left:6px; padding-right:6px; margin-left:2px; margin-right:2px; font-size:13px;}
.yema a span{ font-size:14px;}
/*产品中心*/
.product_ul ul li .txts .h2{ font-size:16px;}
.product_ul ul li .txts .label{ font-size:13px;}
.product_ul ul li .txts .pmore{ font-size:12px;}

/*企业文化*/
.about_ul li .imgs{ float:none; width:100%;}
.about_ul li:nth-child(2n+0) .imgs{ float:none;}
.about_ul li .cons{ position:static; width:100%; height:auto;}
.about_ul li .txts{ position:static; width:100%;transform: translate(0%, 0%); max-width:none; padding-top:4%; padding-bottom:4%;}
/*公司荣誉*/
.honor_ul ul li{ width:50%;}
.honor_ul ul li .h3{ font-size:13px; bottom:2%;}
/*联系我们*/
.contact_t2{ font-size:14px; line-height:26px;}
.contact_t2 .h2{ font-size:26px;}
.contact_t3{ font-size:14px; line-height:24px;}
.contact_map iframe{height: 390px;}
.contact_con .contact_con_txt .contact_l .h2{ margin-bottom:3%;}
.contact_con .contact_con_txt .contact_l ul li{ width:100%; margin-right:0;}
/*新闻资讯*/
.news_con ul li .txts .p{ font-size:14px; line-height:24px; height:48px;}
.news_con ul li .ends{ width:120px;}
.news_con ul li .ends .news_more{ width:100px; font-size:13px;}
/*网站地图*/
.sitemap_main dd{width:calc(32.66% - 2px);width:-webkit-calc(32.66% - 2px);width:-moz-calc(32.66% - 2px);}
.sitemap_main dd:nth-child(4n+0){ margin-right:1%;}
.sitemap_main dd:nth-child(3n+0){ margin-right:0;}

}
@media screen and (max-width: 700px) {
/*产品中心*/
.product_ul ul li{ width:49%;}
.product_ul ul li:nth-child(3n+0){ margin-right:2%;}
.product_ul ul li:nth-child(2n+0){ margin-right:0;}



}
@media screen and (max-width: 640px) {
/*内页*/
.position{height:44px; line-height:44px; font-size:13px;}
.position .postions_r img{ height:12px;}
.position .postions_r span{ display:none;}
.o_big_con .h2 span{ padding-bottom:10px;}
/*分页*/
.yema a{ font-size:12px;}
.yema a span{ font-size:13px;}
/*关于我们*/
.about_con .h2{ padding-bottom:15px;}
.about_con .h2:after{ height:4px; width:30px;}
/*公司荣誉*/
.honor_ul ul li .box{ padding-bottom:20px;}
/*合作品牌*/
.partner_ul ul li{ width:32.33%;}
.partner_ul ul li:nth-child(4n+0){ margin-right:1.5%;}
.partner_ul ul li:nth-child(3n+0){ margin-right:0%;}
/*联系我们*/
/*.contact_t label{ margin-top:6px; padding-top:10px;}*/
.contact_t2{ line-height:24px;}
.contact_t2 .h2{ font-size:24px;}
.contact_map iframe{height: 360px;}
.contact_con .contact_con_txt .contact_l{ font-size:13px; line-height:24px;width:72%;}
.contact_con .contact_con_txt .contact_l .h2{ font-size:22px;}
.contact_con .contact_con_txt .contact_r{ width:26%; font-size:13px;}
.feedback_div .divs{ float:none; width:100%;}
.feedback_div .inputs2{ font-size:13px; text-indent:2%;}
.feedback_div .inputs3{ font-size:13px; padding-left:2%;}
.feedback_div .inputs4{ font-size:13px; text-indent:2%;}
.feedback_div .textarea{ font-size:13px; padding-left:2%; width:96%; height:100px;}
.feedback_div .bnts2{ height:44px; font-size:13px; max-width:none;}
.feedback_div .feedback_t{ font-size:14px;}
/*新闻资讯*/
.news_con ul li{ padding-bottom:20px; margin-bottom:20px;}
.news_con ul li .ends{ display:none;}
.news_con ul li .txts{ padding-right:0;}
/*新闻资讯详细*/
.about_x2 .show_t{ font-size:18px; line-height:30px; text-align:center;}
.about_x2 .show_t.f20{ line-height:28px;}
.about_x2 .con_line{ font-size:12px; height:65px; line-height:30px; text-align:center;}
.about_x2 .con_id{ font-size:14px; line-height:24px;}
.news_r .news_t .h2{ margin-right:12px;font-size:18px; height:60px; line-height:60px;}
.news_r .news_ul3{  margin-right:12px;}
.news_r .news_ul3 ul li .h3{ font-size:15px;}
.news_r .news_ul3 ul li label{ font-size:13px;}

.prenext{ font-size:13px; line-height:24px; text-align:left;}
.prenext .l{ float:none; display:block;}
.prenext .r{ float:none; display:block;}

.fenxiang{ float:none; margin-top:5px;}
/*解决方案*/
.solution_ul ul li{ padding-bottom:120px;}
.solution_ul ul li .txts .cons{ padding-bottom:15px;}
.solution_ul ul li .txts .cons .h2{ font-size:18px; height:44px; line-height:44px; margin-top:6px;}
.solution_ul ul li .txts .cons .p{ font-size:13px; line-height:22px; height:44px; margin-bottom:0px;}
.solution_ul ul li .txts .cons .smore{ font-size:13px; line-height:36px; width:120px; text-indent:17px; background-position:right 18px top 15px;}
.solution_ul ul li:hover .txts .cons .smore{ height:36px; margin-top:12px; }
.solution_ul ul li .txts .cons .smore:hover{background-position:right 15px top 15px;text-indent:20px;}
/*加入我们*/
.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%;}
.about_bg .recruitmentList li{ padding-top:25px; padding-bottom:25px;background-position:right 21px top 25px;}
.about_bg .recruitmentList li .down{ padding-top:2%;}
.about_bg .recruitmentList li .down .text{ font-size:13px; line-height:24px;}

}
@media screen and (max-width: 520px) {
/*内页*/
/*联系我们*/
.contact_two{ margin-top:3%;}
.contact_t2{font-size:13px; line-height:22px;}
.contact_t2 .h2{ font-size:22px; height:44px; line-height:44px;}
.contact_t3{font-size:13px; line-height:22px;}
.contact_t3 .h2{  height:30px; line-height:30px;}
.contact_map iframe{height: 320px;}
.contact_con .contact_con_txt .contact_l .h2{ font-size:20px;}

}
@media screen and (max-width: 480px) {
/*内页*/
.position{ font-size:12px;}
.o_big{ min-height:100px;}
.position .postions_b ul li .h3{ height:44px; line-height:44px;}
.position .postions_b ul li .h3 a{ font-size:13px;height:44px; line-height:44px;}
.position .postions_b ul li .dl a{font-size:13px; height:36px; line-height:36px;}
/*分页*/
.yema{ padding-top:35px; padding-bottom:40px;}
.yema a{ padding-left:5px; padding-right:5px; margin-left:1px; margin-right:1px;}
/*产品中心*/
.product_ul ul li .txts .h2{ font-size:14px; height:28px; line-height:28px; margin-top:8px;}
.product_ul ul li .txts .label{ font-size:12px; height:24px; line-height:24px;}
.product_ul ul li .txts .pmore{ height:28px; line-height:28px;}
/*产品详细*/
.pro_one .pro_one_r .product_t{ margin-top:5%;}
.pro_one .pro_one_r .product_t .p2{ margin-top:3%;}
.pro_one .pro_one_r .a{ font-size:13px; height:40px; line-height:40px;}
.pro_t{ padding-left:13px; padding-top:3%; padding-bottom:3%; font-size:18px;}
.pro_t:after{ width:3px;}
/*关于我们*/
.about_con{ font-size:13px;}
/*企业文化*/
.about_ul{ font-size:13px;}
.about_ul li .txts{ padding-top:6%; padding-bottom:6%;}
.about_ul li .txts dl dd .boxs .h3{ font-size:17px;}
/*公司荣誉*/
.honor_ul ul li .h3{ font-size:12px; line-height:18px; height:36px; bottom:8px;}
/*合作品牌*/
.partner_ul ul li{ width:49.25%;}
.partner_ul ul li:nth-child(3n+0){ margin-right:1.5%;}
.partner_ul ul li:nth-child(2n+0){ margin-right:0%;}
.partner_ul ul li .imgs .bgs span{ font-size:13px;}
/*联系我们*/
.contact_t2{font-size:12px; line-height:20px;}
.contact_t2 .h2{ font-size:20px; height:40px; line-height:40px;}
.contact_t3{font-size:12px; line-height:20px;}
.contact_t3 .h2{  height:26px; line-height:26px;}
.contact_con .contact_con_txt .contact_l .h2{ font-size:18px; margin-bottom:4%;}
.contact_map iframe{height: 280px;}
/*.feedback_div .inputs2{ font-size:13px;}
.feedback_div .bnts2{ font-size:13px;}*/
/*企业视频*/
.video_con{ font-size:13px;}
/*新闻资讯*/
.news_con ul li{ padding-bottom:12px; margin-bottom:12px;}
.news_con ul li .imgs{ width:200px;}
.news_con ul li .txts .h3{ margin-top:20px;}
/*新闻资讯详细*/
.about_x2 .show_t{ font-size:17px; line-height:28px;}
.about_x2 .show_t.f20{ line-height:26px;}
.about_x2 .con_id{ font-size:13px;}	
.news_r .news_t .h2{font-size:16px; height:50px; line-height:50px;}

.prenext{ font-size:12px; line-height:22px;}
/*解决方案*/
.solution_ul ul li{ padding-bottom:108px;}
.solution_ul ul li .txts .cons .h2{ font-size:16px; height:40px; line-height:40px;}
.solution_ul ul li .txts .cons .p{ font-size:12px; line-height:20px; height:40px; margin-top:6px;}
.solution_ul ul li .txts .cons .smore{ font-size:12px; width:110px;line-height:32px;background-position: right 18px top 13px;}
.solution_ul ul li:hover .txts .cons .smore{ height:32px; margin-top:10px; }
.solution_ul ul li .txts .cons .smore:hover{background-position:right 15px top 13px;text-indent:20px;}
/*加入我们*/
.partner_con{ font-size:12px; padding-left:15px; padding-right:15px;}
.partner_con .h3{ font-size:18px; line-height:30px; height:auto;}
.about_bg .recruitmentList li{ padding-top:15px; padding-bottom:15px;background-position: right 15px top 19px; padding-right:50px; padding-left:15px;}
.about_bg .recruitmentList li .down .btn{ margin-bottom:2%;}
.about_bg .recruitmentList li .title .tit{ font-size:15px;}
.about_bg .recruitmentList li .title .txt{ font-size:13px;}
.about_bg .recruitmentList li .down .btn{ width:100px; height:30px; line-height:30px; font-size:14px;}
.about_bg .recruitmentList li.on{ border-width:3px;}
/*网站地图*/
.sitemap_main dd{width:calc(49.5% - 2px);width:-webkit-calc(49.5% - 2px);width:-moz-calc(49.5% - 2px);}
.sitemap_main dd:nth-child(3n+0){ margin-right:1%;}
.sitemap_main dd:nth-child(2n+0){ margin-right:0;}

}
@media screen and (max-width: 420px) {
/*新闻资讯*/
.news_con ul li .imgs{ width:180px;}
.news_con ul li .txts .h3{ height:24px; line-height:24px; font-size:15px;}
.news_con ul li .txts .p{ font-size:13px; line-height:22px; height:44px;}
/*加入我们*/
.partner_con{ padding-left:12px; padding-right:12px;}
.partner_con .h3{ font-size:17px;}
.about_bg .recruitmentList li .title .tit{ font-size:14px;}
.about_bg .recruitmentList li .title .txt{ font-size:12px;}
.about_bg .recruitmentList li .down .text{ font-size:12px; line-height:22px;}
.about_bg .recruitmentList li{ padding-left:12px; padding-right:45px; padding-top:12px; padding-bottom:12px;}
}
@media screen and (max-width: 380px) {
/*新闻资讯*/
.news_con ul li .imgs{ width:160px;}
.news_con ul li .txts .h3{ margin-top:12px;}
.news_con ul li .txts .p{ font-size:12px; line-height:20px; height:40px;}

}
@media screen and (max-width: 360px) {
/*企业文化*/
.about_ul{ font-size:12px;}
.about_ul li .txts dl dd .boxs .p{ line-height:20px; min-height:40px;}




}
@media screen and (max-width: 320px) {
/*内页*/

}