﻿@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{/*height:66px;*/ line-height:66px;  background:#fff; border-bottom:1px solid #eeeeee;overflow:hidden; color:#333333; text-align:left; font-size:16px;}
/*.position a{ color:#666666;  text-decoration:none;}
.position a:hover{color:#1f7cdb;}
.position label{}*/
.position .about_a_r{ text-align:center; overflow:hidden;}
.position .about_a_r a{height:66px; line-height:66px; display:inline-block; margin-right:18px; margin-left:18px; font-size:16px; color:#333333;transition:all 0.3s; position:relative;}
.position .about_a_r a:hover{ color:#1a4ab8;}
.position .about_a_r a.csel{ /*border-bottom:2px solid #1a4ab8; */color:#1a4ab8;}
.position .about_a_r a.csel:after{left: 0%;right: 0%;opacity: 1;}
.position .about_a_r a:after{content: "";display: block;position: absolute;left: 50%;right: 50%;bottom: 0px;height: 2px;opacity: 0;background-color: #1a4ab8;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.position .about_a_r a:hover:after{left: 0%;right: 0%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}

.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;}
.o_big_con .h2 span{ display:block;padding-bottom:3px; line-height:50px; overflow:hidden; margin-top:1%;}
.o_big_con .h2 label{display:inline-block; position:relative; line-height:36px;  vertical-align:top; }

/*分页*/
.yema{ width:100%; text-align:center; clear:both; overflow:hidden; padding-top:50px; padding-bottom:60px; clear:both;}
.yema a{ display:inline-block; height:36px; line-height:36px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:16px;margin-left:9px; margin-right:9px;  text-align:center; color:#bcbcbc; font-size:14px; border:1px solid #e6e6e6; background-color:#fff;}
.yema label{ vertical-align:top; display:inline-block; line-height:36px;}
.yema a:hover{ text-decoration:none; color:#1a4ab8; background-color:#fff;border:1px solid #1a4ab8;}
.yema a.on{color:#1a4ab8; background-color:#fff; border:1px solid #1a4ab8;}
.yema a.home{ padding-left:34px; background:url(../image/product_bg2.png) #fff 15px center no-repeat;transition:all 0.3s;}
.yema a.home:hover{ background-image:url(../image/product_bg2_on.png);}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#fff;}
.yema a span{ font-family:"宋体"; font-size:18px; padding-left:10px; padding-right:10px; display:inline-block; cursor:pointer;}
.yema a:hover span{ color:#1a4ab8;}


/*产品展示*/
.product_bg{ overflow:hidden; background:#f6f6f6;}
.product_txt{ line-height:26px; font-size:16px; text-align:left; padding-top:5%; overflow:hidden; margin:0 auto; max-width:1100px;}
.product_a{ overflow:hidden; padding-top:5%; text-align:center; margin-bottom:3%;}
.product_a a{display:inline-block; height:48px; line-height:48px;background-color:#6f6f6f; width:23.5%;font-size:15px; color:#fff; margin-left:0.4%; margin-right:0.4%; transition:all 0.3s; margin-bottom:1%; overflow:hidden; vertical-align:top;}
.product_a a:nth-child(4n-3){ margin-left:0;}
.product_a a:nth-child(4n+0){ margin-right:0;}
.product_a a:hover{background-color:#1a4ab8;color:#fff;filter: Alpha(Opacity=80);opacity: 0.8;}
.product_a a.csel{ background-color:#1a4ab8;color:#fff;}
.product_img{ overflow:hidden; position:relative;}
.product_img 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_img: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_img .txts{ position:absolute; left:62%; top:50%; width:416px; color:#999999; font-size:18px; line-height:33px;transform: translate(0%, -50%);}
.product_img .txts .h3{ font-weight:normal; font-size:42px; color:#383838; height:50px; line-height:50px;}
.product_img .txts .p{ overflow:hidden; padding-bottom:24px; position:relative;height:33px;}
.product_img .txts .p:after{ content:""; width:67px; height:2px; position:absolute; bottom:0; left:0;}
.product_ul{ overflow:hidden; text-align:center;}
.product_ul ul li{ display:inline-block; vertical-align:top;width:23.5%; margin-right:0.6%; margin-left:0.6%; margin-bottom:0.5%; margin-top:3%; overflow:hidden; text-align:center; background:#fff;}
/*.product_ul ul li:nth-child(4n+0){ margin-right:0;}*/
.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;  margin:0 auto; vertical-align:bottom; }
.product_ul ul li .imgs{margin:0 auto;overflow:hidden; position:relative; border-bottom:1px solid #f6f6f6;}
.product_ul ul li .imgs label{ position:absolute; left:50%; width:157px; height:52px; line-height:42px; overflow:hidden; margin-left:-78.5px; top:37px; font-size:16px; color:#fff; background:url(../image/product_bg1.png) no-repeat; background-size:100% 100%; display:none;}
.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{ padding-top:23px; padding-bottom:26px; overflow:hidden; position:relative;}
.product_ul ul li .txts:before{content: "";display: block;position: absolute;bottom: 0px;height: 1px;background-color: #fff;left: 0%;right: 0%;}
.product_ul ul li .txts i{ height:1px; overflow:hidden; position:absolute; left:0; bottom:0; width:0%; transition:all 0.5s; z-index:0; background:#1a4ab8;}
.product_ul ul li h2{font-size:17px; font-weight:normal; height:28px; line-height:28px;overflow:hidden; margin-left:1%; margin-right:1%;transition:all 0.3s; color:#333333;text-overflow: ellipsis;white-space: nowrap;}
.product_ul ul li .p{font-size:14px; color:#999999; height:28px; line-height:28px;overflow:hidden; padding-left:8px; padding-right:8px; }
.product_ul ul li:hover .txts i{ width:100%;}
.product_ul ul li:hover h2{ color:#1a4ab8;}

.product_img2{ overflow:hidden; position:relative; background:#cbd5e1; padding-top:6%; padding-bottom:4%; text-align:center;}
.product_img2 .boxs{ margin:0 auto; width:94%; max-width:1080px; overflow:hidden;}
.product_img2 .imgs{ display:inline-block; vertical-align:top; overflow:hidden;width:30%; max-width:275px;}
.product_img2 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_img2: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_img2 .txts{ vertical-align:top;display:inline-block; width:65%; max-width:750px; color:#666; font-size:14px; line-height:26px; text-align:left; margin-left:3%;}
.product_img2 .txts .h3{ font-weight:normal; font-size:38px; color:#383838; height:50px; line-height:50px; margin-bottom:5px;}
.product_img2 .txts .p{ overflow:hidden; padding-bottom:24px; position:relative;}

/*产品中心详细*/
.productDetails{ margin-top:5%; overflow:hidden;}
.productDetails .information:after{content:"";height:0;display:block;clear:both}
.productDetails .product_one_l{ float:left; width:55%; max-width:550px;}
.productDetails .product_one_l .pro_big2{ overflow:hidden;margin-bottom:4%; border:1px solid #eeeeee;}
.productDetails .product_one_l .big_img{width:100%;}
.productDetails .information .conten{ overflow:hidden; padding-left:3%;}
.productDetails .information .title{font-weight:normal;color: #333333; padding-bottom:3%; margin-top:5%; border-bottom:1px solid #eeeeee; overflow:hidden;}
.productDetails .information .title .h2{font-weight:normal; line-height:28px; margin-bottom:17px; overflow:hidden;font-size: 24px;}
.productDetails .information .title label{ float:left; padding-left:12px; padding-right:12px; min-width:66px;line-height: 28px; font-weight:normal; font-size:14px; color:#fff; overflow:hidden; text-align:center; background:#505050; border-radius:20px; display:none;}
.productDetails .information .txt{line-height: 40px;font-size: 18px;color: #666666; min-height:361px;padding: 6% 0; overflow:hidden; border-bottom:1px solid #eeeeee;text-indent: 2em;}
.productDetails .information .txt .h3{ font-weight:normal; font-size:14px; color:#333333;}
.productDetails .information .btn{width: 160px;height: 48px;line-height: 48px;text-align: center;font-size: 16px;color: #fff;display: block;transition: 0.4s;-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;-o-transition: 0.4s;background: #1a4ab8;margin-top:4.5%;border-radius:6px;}
.productDetails .information .btn:hover{opacity:0.8;filter:Alpha(opacity=80);}
.productDetails .tab{margin-top: 5%; height:42px; position:relative;}
.productDetails .tab:after{content:"";height:1px; position:absolute; width:100%; left:0; bottom:0; background:#eeeeee; z-index:-1;}
.productDetails .tab li{float: left;height: 40px;line-height: 40px;font-size: 22px;color: #333333;cursor: pointer; margin-right:49px; margin-bottom:2px;}
.productDetails .tab li.on{ border-bottom:2px  solid #3557a8;color: #3557a8; margin-bottom:0;}
.productDetails .tabBox{margin-top: 26px; overflow:hidden; padding-bottom:50px;}
.productDetails .article{line-height: 36px;font-size: 16px; color: #666666; /*text-align: justify;*/}
.productDetails .article table{margin: 0 auto;}
.productDetails .article img{ max-width:100%;}
.productDetails .article p{ /*margin-bottom:2px;*/ overflow:hidden;}
.productDetails .article .f14{ font-size:14px;}


/*解决方案*/
.solution_ul{ overflow:hidden;margin-top:5%; line-height:26px;font-size:14px; }
.solution_ul ul li{ display:block; overflow:hidden; margin-top:1%; width:100%;background:#ffffff; position:relative;}
.solution_ul ul li .imgs{ float:left; width:50%; overflow:hidden;}
.solution_ul ul li:nth-child(2n+0) .imgs{ float:right;}
.solution_ul 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;}
.solution_ul ul li .cons{ position:absolute; width:50%; height:100%; right:0; top:0%;}
.solution_ul ul li:nth-child(2n+0) .cons{ left:0; right:auto;}
.solution_ul ul li .txts{  max-width:480px; width:94%; height:80%; overflow:hidden;color:#666666; position:absolute; left:50%; top:50%;transform: translate(-50%, -50%);}
.solution_ul ul li .txts:after{ content:""; position:absolute; bottom:0; left:0; width:21px; height:2px; background:#cdcdcd;}
.solution_ul ul li:hover .txts:after{ background:#1a4ab8;}
.solution_ul ul li .txts .h2{ color:#333333; font-size:20px;margin-bottom:6%; margin-top:2%; height:30px; line-height:30px;font-weight:normal; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.solution_ul ul li:hover .txts .h2{ color:#1a4ab8;}
.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_t{ overflow:hidden; margin-top:5%; line-height:36px; text-align:center; font-size:24px; color:#1a4ab8; font-weight:normal;}
.solution_con{ overflow:hidden; padding-top:3.5%; line-height:26px; font-size:14px; color:#666666; padding-bottom:6%;}
.solution_con img{ max-width:100%;}
.solution_con .ul{ background:#fff; overflow:hidden; margin-bottom:3%;}
.solution_con .ul li{ display:block; position:relative; overflow:hidden;}
.solution_con .ul li .imgs{ float:left; width:50%; overflow:hidden;}
.solution_con .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;}
.solution_con .ul li .cons{ position:absolute; right:0; width:50%; height:100%;}
.solution_con .ul li .txts{ position:absolute; max-width:540px; width:94%; left:50%; top:50%;transform: translate(-50%, -50%); overflow:hidden;color:#666666;}
.solution_con .h4{ font-weight:normal; font-size:20px; color:#333333; height:46px; line-height:46px; margin-top:3%;}


/*公司动态*/
.news_con{ overflow:hidden; margin-top:3.5%;}
.news_con ul li{ overflow:hidden; margin-top:2%; background:#fff;display:block; margin-bottom:1%;}
.news_con ul li .imgs{ width:516px; float:left; display:inline; overflow:hidden; }
.news_con ul li .imgs img{width:100%;/* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/-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_con ul li:hover .imgs img{/*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/-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 .i_about_r{ padding-left:3%; line-height:24px; overflow:hidden; margin-right:3%; }
.news_con ul li .i_about_r h3{ line-height:44px; height:44px; overflow:hidden; font-size:24px; color:#000000; font-weight:normal;transition: all 0.3s; margin-top:32px;text-overflow: ellipsis;white-space: nowrap;}
.news_con ul li .i_about_r em{ font-style:normal; font-size:14px; display:block; color:#999999; height:26px; line-height:26px;}
.news_con ul li .i_about_r .p{ height:60px; overflow:hidden; font-size:16px; color:#999999; line-height:30px; margin-bottom:32px; margin-top:27px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news_con ul li .i_about_r .news_more{ width:45px; text-align:center; float:left; height:45px; line-height:45px;  color:#666666; font-size:14px;transition: all 0.3s; background:url(../image/news_bg1.png) no-repeat;filter: Alpha(Opacity=0);opacity: 0; background-size:100% 100%;}
.news_con ul li:hover .i_about_r .news_more{filter: Alpha(Opacity=100);opacity: 1.0;}
.news_con ul li .i_about_r .news_more:hover{ margin-left:5px;}
.news_con ul li:hover .i_about_r h3{ color:#1a4ab8;}

/*关于我们*/
.about_x{ overflow:hidden; line-height:30px;font-size:16px; color:#333333; padding-bottom:6%; padding-top:6%; }
.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 .h2{ color:#1a4ab8; font-size:22px;margin-bottom:1.5%; padding-top:2%;}
.about_x .h3{ color:#1a4ab8; font-size:16px;margin-bottom:2%;}
.about_x .show_t{ padding-bottom:13px; line-height:30px; font-size:22px; color:#2c2c2c;text-align:center; overflow:hidden;}
.about_x .con_line{height:40px; line-height:40px;font-size:14px; color:#c2c2c2;border-bottom:1px dashed #e5e5e5;  text-align:center; }
.about_x .con_id{ line-height:24px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:2%;text-align:left;padding-bottom:60px;}
.about_x table{border-collapse:collapse;border-spacing:0;margin: 0 auto;}
.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:#1a4ab8; 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(../image/goback.png) left center no-repeat; font-size:14px; color:#333333; margin-top:8px;/* border-bottom:1px solid #a6a6a6;*/}
.fenxiang{ height:30px; overflow:hidden;}
.fenxiang .span{ float:right; font-size:14px; line-height:34px;}

/*联系我们*/
.contact_map{ margin-top:6%; overflow:hidden;}
.ui-contactmaps >.ct .maps iframe{height: 420px;}
.con_ul{ overflow:hidden; clear:both;  background:#fff; padding-top:3.5%; padding-bottom:3%; }
.con_ul+.con_ul{ overflow:hidden; clear:both; margin-bottom:60px; }
.con_ul ul li{/*width:calc(33.33% - 1px);width:-webkit-calc(33.33% - 1px);width:-moz-calc(33.33% - 1px); */ width:33.33%; height:120px;float:left; overflow:hidden; text-align:center; font-size:14px; color:#666666; line-height:24px;  position:relative; -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;}
.con_ul ul li:after{ width:1px; height:100%; position:absolute; content:""; background:#eeeeee; right:0; top:0;}
.con_ul ul li:nth-child(3n+0):after{ width:0;}
.con_ul ul li img{display:block; height:26px; margin:0 auto; margin-bottom:8px;transition:all 0.3s;}
.con_ul ul li h2{ font-weight:normal; height:28px; line-height:28px; font-size:20px; color:#333333; margin-bottom:9px;}
.con_ul ul li p{ max-width:220px; margin:0 auto; width:94%;  overflow:hidden;}
.con_ul ul li:last-chlld{ border-right:0;}
.con_ul ul li:hover{-webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0);}

/*如何购买*/
.buy_box{ margin-top:7%; margin-bottom:6%;}
.buy_box .buy_t{}
.buy_box .buy_t a{ height:79px; line-height:79px; background:#fff; position:relative; float:left; width:50%;transition:all 0.3s; margin-top:11px; color:#333333; font-size:20px; font-weight:bold; text-align:left; text-indent:186px; background-repeat:no-repeat; background-position:135px center;}
.buy_box .buy_t a:before{ content:""; position:absolute; top:0; right:0; width:1px; height:100%; background:#e5e5e5;}
.buy_box .buy_t a:after{ content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#e5e5e5;}
.buy_box .buy_t a.bsel{ margin-top:0; height:90px; line-height:90px;-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1); box-shadow: 0 3px 10px rgba(0,0,0,0.1); color:#1a4ab8;}
.buy_box .buy_t a.bgs1{ background-image:url(../image/buy_bg1.png);}
.buy_box .buy_t a.bgs2{ background-image:url(../image/buy_bg2.png);}
.buy_box .buy_t a.bgs3{ background-image:url(../image/buy_bg3.png);}
.buy_box .buy_t a.bgs2{ text-indent:178px;background-position:141px center;}
.buy_box .buy_t a.bgs3{ text-indent:180px;background-position:143px center;}
.buy_box .buy_ocn{ clear:both; background:#fff; overflow:hidden; padding-top:6%; padding-bottom:6%;-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1); box-shadow: 0 5px 20px rgba(0,0,0,0.1); padding-left:5%; padding-right:5%;}
.buy_box .buy_ocn .h3{ font-weight:normal; font-size:37px; color:#333333; position:relative;  line-height:54px;}
.buy_box .buy_ocn .desc{ line-height:24px; font-size:14px; color:#999999; margin-bottom:32px; overflow:hidden;}
.buy_box .buy_ocn .ul li{ float:left; margin-right:2%; width:32%; margin-bottom:36px;}
.buy_box .buy_ocn .ul li:nth-child(3n+0){ margin-right:0;}
.buy_box .buy_ocn .ul li.last{ width:1092px; margin-right:0;}
.buy_box .buy_ocn .ul li .p{ height:36px; line-height:36px; overflow:hidden; color:#666666; font-size:14px;}
.buy_box .buy_ocn .ul li .p font{ color:#1a4ab8;font-size:14px;}
.buy_box .buy_ocn .ul li .txt1{width:calc(100% - 2px);width:-webkit-calc(100% - 2px);width:-moz-calc(100% - 2px); border:1px solid #eee; height:46px; line-height:46px; background:#fff; text-indent:14px; outline:none; font-size:14px;font-family:"微软雅黑"; color:#333333;}
/*.buy_box .buy_ocn .ul li select{appearance:none;-moz-appearance:none;-webkit-appearance:none;}
.buy_box .buy_ocn .ul li select.txt1{ padding-left:14px; text-indent:0;background: url(../images/arrow.png) no-repeat 320px center;}
.buy_box .buy_ocn .ul li .textarea{ padding:1%; padding-left:14px; padding-right:10px; width:1066px;background:#fff; font-size:14px; font-family:"微软雅黑";border:1px solid #eeeeee; outline:none;color:#333333; height:138px;  }*/
.buy_box .buy_ocn .bnts2{ display:block;  border: none;  width:174px;font-size: 16px; height: 48px; line-height:48px; background: #1a4ab8; font-family:"微软雅黑"; text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none; margin-top:24px;}
.buy_box .buy_ocn .bnts2.w3{ width:240px;}
.buy_box .buy_ocn .bnts2:hover{filter:alpha(opacity=70);opacity:0.7;transition:all 0.3s;}

@media screen and (max-width: 1440px) {
/*内页*/
.o_big_con .h2 span{ line-height:40px;}
.o_big_con .h2 label{ line-height:30px;}
.position{/*height:60px;*/ line-height:60px;}
.position .about_a_r a{height:60px; line-height:60px; margin-right:15px; margin-left:15px; font-size:15px;}
/*产品展示*/
.product_a a{ height:40px; line-height:40px; font-size:14px; margin-left:0.3%; margin-right:0.3%; width:24.2%; margin-bottom:0.6%;}
.product_img .txts{ font-size:16px; line-height:30px;}
.product_img .txts .h3{ font-size:38px;}
.product_img .txts .p{ padding-bottom:16px;height:30px;}
.product_ul ul li .imgs label{ width:140px; margin-left:-70px; height:46px; line-height:36px; top:30px;}
.product_ul ul li h2{ font-size:17px;}
.product_ul ul li .p{ font-size:13px;}
/*公司动态*/
.news_con ul li .i_about_r h3{ font-size:22px;}
.news_con ul li .i_about_r .p{ font-size:15px;}
.news_con ul li .i_about_r .news_more{ width:40px; height:40px;}
}
@media screen and (max-width: 1310px) {



}
@media screen and (max-width: 1280px) {


}
@media screen and (max-width: 1278px) {

}
@media screen and (max-width: 1200px) {
/*内页*/



}
@media screen and (max-width: 1160px) {


}

@media screen and (max-width: 1100px) {
/*内页*/
/*产品展示*/
/*产品展示*/
.product_a a{ font-size:13px; margin-left:0.2%; margin-right:0.2%; width:24.4%; margin-bottom:0.5%;}
.product_img .txts .h3{ font-size:34px;}
.product_ul ul li .imgs label{ font-size:14px; width:130px; margin-left:-65px;}
.product_ul ul li .txts{ padding-top:13px; padding-bottom:20px;}
.product_img2 .txts .h3{ font-size:34px;}
/*产品中心详细*/
.productDetails .tab li{ font-size:20px;}
.productDetails .article{ font-size:15px; line-height:30px;}
.productDetails .article .f14{ font-size:13px;}
/*解决方案详细*/
.solution_con{ line-height:24px; font-size:13px;}
/*公司动态*/
.news_con ul li .imgs{ width:450px;}
.news_con ul li .i_about_r h3{ margin-top:20px;}
.news_con ul li .i_about_r .p{ line-height:26px; height:52px; margin-top:20px;}
/*联系我们*/
.con_ul ul li img{ height:24px;}
.con_ul ul li h2{ font-size:18px;}
.con_ul ul li{ font-size:13px; line-height:22px;}
}
@media screen and (max-width: 1000px) {
/*内页*/




}
@media screen and (max-width: 960px) {
/*内页*/
.o_big_con .h2 span{ line-height:30px;}
.position{/*height:50px;*/ line-height:50px;}
.position .about_a_r a{height:50px; line-height:50px; margin-right:12px; margin-left:12px; font-size:14px;}

/*分页*/
.yema a{ min-width:12px; line-height:32px; height:32px; font-size:13px; padding-left:8px; padding-right:8px; margin-left:5px; margin-right:5px;}
/*产品展示*/
.product_a a{ font-size:14px; height:36px; line-height:36px; width:32.5%;}
.product_a a:nth-child(4n-3){ margin-left:0.2%;}
.product_a a:nth-child(4n+0){ margin-right:0.2%;}
.product_a a:nth-child(3n-2){ margin-left:0;}
.product_a a:nth-child(3n+0){ margin-right:0;}
.product_img .txts .h3{ font-size:32px;}
.product_ul ul li{ width:31.5%;}
/*.product_ul ul li:nth-child(4n+0){ margin-right:2%;}
.product_ul ul li:nth-child(3n+0){ margin-right:0;}*/
.product_img2 .imgs{ display:block; max-width:none; width:100%; margin-bottom:3%;}
.product_img2 .txts{ display:block; max-width:none; width:100%;}
.product_img2 .txts .h3{ font-size:32px;}
/*产品中心详细*/
/*.productDetails .information .title{ padding-bottom:4%;}*/
.productDetails .information .title .h2{ font-size:22px; margin-bottom:15px;}
.productDetails .information .title label{ font-size:13px; line-height:26px; height:26px;}
.productDetails .information .txt{padding: 4% 0; min-height:inherit;}
.productDetails .tab li{ font-size:18px;}
/*解决方案*/
.solution_ul{ line-height:24px; font-size:13px;}
.solution_ul ul li .txts .h2{ margin-bottom:4%; margin-top:0; font-size:18px;}
/*解决方案详细*/
.solution_con .ul li .imgs{ float:none; width:100%;}
.solution_con .ul li .cons{ position:static; margin-top:4%; width:100%; margin-bottom:4%;}
.solution_con .ul li .txts{ position:static;transform: translate(0%, 0%); max-width:none; width:96%; margin:0 auto;}
/*公司动态*/
.news_con ul li .imgs{ width:400px;}
.news_con ul li .i_about_r h3{ margin-top:15px;}
.news_con ul li .i_about_r .p{ margin-bottom:25px;}
/*关于我们*/
.about_x{ font-size:14px; line-height:26px;}
.about_x .show_t{ font-size:20px; line-height:26px; padding-bottom:10px;}
.about_x .con_line{ font-size:13px;}
.about_x .h2{ font-size:20px;}
.about_x .h3{ font-size:15px;}
.prenext{font-size:15px; line-height:50px;}
.prenext span{ font-size:15px; width:90px;}
/*联系我们*/
.ui-contactmaps >.ct .maps iframe{ height:360px;}
/*如何购买*/
.buy_box .buy_ocn .h3{ font-size:30px;}
.buy_box .buy_ocn .ul li .txt1{ line-height:40px; height:40px;}
.buy_box .buy_ocn .bnts2{ width:160px;}
}
@media screen and (max-width: 830px) {
/*内页*/
/*产品展示*/
.product_img .txts .h3{ font-size:30px;}
.product_img2 .txts .h3{ font-size:30px;}
/*公司动态*/
.news_con ul li .imgs{ width:360px;}
.news_con ul li .i_about_r h3{ font-size:20px; height:36px; line-height:36px;}
.news_con ul li .i_about_r .p{ line-height:24px; height:48px; margin-top:10px; margin-bottom:15px;}
/*如何购买*/
.buy_box .buy_t a{ text-indent: 17%; background-position: 20% center;}
.buy_box .buy_t a.bgs2{ text-indent: 17%; background-position: 20% center;}
}
@media screen and (max-width: 780px) {
/*内页*/
.o_big{ min-height:116px;}
/*产品展示*/
.product_a a{width:49%;}
.product_a a:nth-child(3n-2){ margin-left:0.2%;}
.product_a a:nth-child(3n+0){ margin-right:0.2%;}
.product_a a:nth-child(2n-1){ margin-left:0;}
.product_a a:nth-child(2n+0){ margin-right:0;}
.product_img .txts{ font-size:15px; line-height:28px;}
.product_img .txts .h3{ font-size:28px;}
.product_img .txts .p{height:28px;}
.product_img .txts .p:after{ width:50px;}
.product_img2 .txts .h3{ font-size:28px;}
/*产品中心详细*/
.productDetails .product_one_l{ float:none; width:100%; max-width:none;}
.productDetails .information .conten{ padding-left:0; margin-top:5%;}
.productDetails .information .btn{ font-size:15px; height:40px; line-height:40px;}
/*解决方案*/
.solution_ul{ line-height:22px;}
.solution_ul ul li .txts .h2{ font-size:17px;}
/*解决方案详细*/
.solution_con .h4{ font-size:18px; height:40px; line-height:40px;}
/*公司动态*/
.news_con ul li .imgs{ width:320px;}
.news_con ul li .i_about_r h3{ margin-top:12px; font-size:18px;}
.news_con ul li .i_about_r em{ font-size:13px; height:22px; line-height:22px;}
.news_con ul li .i_about_r .p{ font-size:14px; height:44px; line-height:22px;}
.news_con ul li .i_about_r .news_more{ width:32px; height:32px;}
/*如何购买*/
.buy_box .buy_t a{ font-size:18px; height:60px; line-height:60px;}
.buy_box .buy_t a.bsel{height:71px; line-height:71px;}
.buy_box .buy_ocn .h3{ font-size:26px;}
}
@media screen and (max-width: 700px) {

}
@media screen and (max-width: 640px) {
/*内页*/
.o_big_con .h2 label{ line-height:24px;}
.position{/*height:44px;*/ line-height:44px;}
.position .about_a_r a{height:44px; line-height:44px; margin-right:10px; margin-left:10px; font-size:13px;}
/*分页*/
.yema{ padding-top:40px; padding-bottom:50px;}
.yema a{  margin-left:1px; margin-right:1px;}
/*产品展示*/
.product_txt{  font-size:14px; line-height:24px;}
.product_img .txts{ line-height:24px;}
.product_img .txts .h3{ font-size:24px;height:40px; line-height:40px;}
.product_img .txts .p{height:24px; padding-bottom:12px;}
.product_img .txts .p:after{ width:40px;}
.product_ul ul li{ width:48%;}
/*.product_ul ul li:nth-child(3n+0){ margin-right:2%;}
.product_ul ul li:nth-child(2n+0){ margin-right:0;}*/
.product_img2 .txts .h3{ font-size:24px;height:40px; line-height:40px;}
/*产品中心详细*/
.productDetails .information .title .h2{ font-size:20px;}
.productDetails .information .txt{ line-height:30px; font-size:13px;}
.productDetails .information .btn{ font-size:14px; width:140px;}
.productDetails .tab li{ font-size:16px;}
.productDetails .article{ font-size:14px; line-height:26px;}
/*解决方案*/
.solution_ul ul li .imgs{ float:none; width:100%;}
.solution_ul ul li:nth-child(2n+0) .imgs{ float:none;}
.solution_ul ul li .cons{ position:static; padding-top:4%; padding-bottom:5%;width:100%;}
.solution_ul ul li .txts{ position:static;transform: translate(0%, 0%);padding-bottom:6%; max-width:none; width:96%; margin:0 auto;}
.solution_ul ul li .txts .h2{ margin-bottom:2%;}
/*公司动态*/
.news_con ul li .imgs{ width:250px;}
.news_con ul li .i_about_r h3{ font-size:16px; height:30px; line-height:30px;}
.news_con ul li .i_about_r em{ font-size:12px;}
.news_con ul li .i_about_r .p{ line-height:20px; height:40px;margin-bottom:0;font-size:13px;}
.news_con ul li .i_about_r .news_more{ display:none;}
/*关于我们*/
.about_x{ font-size:13px; line-height:24px;}
.about_x .show_t{ font-size:19px; line-height:24px; padding-bottom:5px;}
.about_x .con_line{ font-size:12px;}
.about_x .h2{ font-size:18px;}
.about_x .h3{ font-size:14px;}
.prenext{font-size:14px; line-height:44px;}
.prenext span{ font-size:14px; width:80px;}
/*联系我们*/
.ui-contactmaps >.ct .maps iframe{ height:320px;}
.con_ul ul li img{ height:20px;}
.con_ul ul li h2{ font-size:16px; height:24px; line-height:24px;}
.con_ul ul li{ font-size:12px; line-height:20px;}
/*如何购买*/
.buy_box .buy_t a{ background-size:26px auto; text-indent:16%; font-size:17px;}
.buy_box .buy_t a.bgs2{ text-indent:16%;}
.buy_box .buy_ocn{ padding-left:3%; padding-right:3%;}
.buy_box .buy_ocn .h3{ font-size:24px; line-height:40px; }
.buy_box .buy_ocn .ul li{ float:none; width:100%; margin-right:0; margin-bottom:2%;}
.buy_box .buy_ocn .ul li .txt1{ line-height:36px; height:36px;}
.buy_box .buy_ocn .bnts2{ width:100%;}
.buy_box .buy_ocn .desc{ margin-bottom:3%;}
}
@media screen and (max-width: 520px) {
/*内页*/
/*产品展示*/
.product_ul ul li .imgs label{ font-size:13px; height:40px; line-height:32px;}
.product_ul ul li .txts{ padding-top:9px; padding-bottom:15px;}
.product_ul ul li h2{ font-size:16px;}
.product_ul ul li .p{ font-size:12px; height:22px; line-height:22px; }
/*公司动态*/
.news_con ul li .imgs{ width:220px;}
}
@media screen and (max-width: 480px) {
/*内页*/
.o_big{ min-height:100px;}
.o_big_con .h2 span{ font-size:20px;}
.o_big_con .h2 label{ font-size:14px;}
/*.position .about_a_r a{margin-right:6px; margin-left:6px;}*/
/*分页*/
.yema{ padding-top:35px; padding-bottom:40px;}

/*产品展示*/
.product_txt{ line-height:22px; font-size:13px;}
.product_a a{ font-size:13px; height:32px; line-height:32px; margin-bottom:0.4%;}
.product_img .txts{ left:58%;}
.product_img .txts{ font-size:13px; line-height:20px;}
.product_img .txts .h3{ font-size:20px; height:36px; line-height:36px;}
.product_img .txts .p{ height:20px;}
.product_ul ul li h2{ font-size:14px;}
.product_ul ul li .imgs label{ font-size:12px; width:120px; margin-left:-60px;}
.product_img2 .txts .h3{ font-size:20px;height:36px; line-height:36px;}
/*产品中心详细*/
.productDetails .information .title .h2{ font-size:18px;}
.productDetails .information .title label{ font-size:12px; padding-left:8px; padding-right:8px;}
.productDetails .information .txt{ font-size:12px; line-height:28px;}
.productDetails .information .btn{ font-size:13px; width:120px; height:36px; line-height:36px;}
.productDetails .tab li{ font-size:15px;}
.productDetails .tabBox{ margin-top:20px;}
.productDetails .article{ font-size:13px; line-height:22px;}
.productDetails .article .f14{ font-size:12px;}
/*解决方案*/
.solution_ul{ font-size:12px;}
.solution_ul ul li .txts .h2{ font-size:16px; height:26px; line-height:26px;}

/*解决方案详细*/
.solution_con{ line-height:22px; font-size:12px;}
.solution_con .h4{ font-size:16px; height:30px; line-height:30px;}
/*公司动态*/
.news_con ul li .imgs{ width:200px;}
.news_con ul li .i_about_r h3{ margin-top:5px;}
/*关于我们*/
.prenext{font-size:13px; line-height:40px;}
.prenext span{ font-size:13px; width:60px;}
.fenxiang .span{ font-size:13px;}
/*联系我们*/
.ui-contactmaps >.ct .maps iframe{ height:300px;}
.con_ul ul li{ float:none; width:100%; margin-bottom:4%; height:auto; padding-bottom:4%; font-size:13px;}
.con_ul ul li:after{ width:100%; height:1px; bottom:0; top:auto; left:0;}
/*如何购买*/
.buy_box .buy_t a{ font-size:16px; height:50px; line-height:50px;}
.buy_box .buy_t a.bsel{height:61px; line-height:61px;}
.buy_box .buy_ocn .h3{ font-size:22px;}
.buy_box .buy_ocn .bnts2{ height:44px; line-height:44px;}
}
@media screen and (max-width: 420px) {
/*产品展示*/
.product_img .txts .h3{ font-size:18px; height:26px; line-height:26px;}
.product_img2 .txts .h3{ font-size:18px;height:26px; line-height:26px;}
.product_img2 .txts{ font-size:13px; line-height:24px;}
/*公司动态*/
.news_con ul li .imgs{ width:180px;}
.news_con ul li .i_about_r h3{ margin-top:3px; font-size:15px; height:26px; line-height:26px;}
.news_con ul li .i_about_r em{height:20px; line-height:20px;}
.news_con ul li .i_about_r .p{ margin-top:5px;}

}
@media screen and (max-width: 380px) {



}
@media screen and (max-width: 360px) {
/*内页*/
.position .about_a_r a{margin-right:5px; margin-left:5px;}
/*产品展示*/
.product_a a{ font-size:12px; height:30px; line-height:30px;}
.product_img .txts{ font-size:12px;}
.product_img .txts .h3{ font-size:16px; height:24px; line-height:24px;}
.product_img .txts .p:after{ width:30px;}
.product_ul ul li .imgs label{ width:110px; margin-left:-55px;}
.product_img2 .txts .h3{ font-size:16px;height:24px; line-height:24px;}
/*产品中心详细*/
.productDetails .information .title .h2{ font-size:16px;}
.productDetails .information .btn{ font-size:12px; width:110px; height:32px; line-height:32px;}
/*公司动态*/
.news_con ul li .imgs{ width:150px;}
.news_con ul li .i_about_r .p{ margin-top:0; line-height:18px; height:36px;}
/*如何购买*/
.buy_box .buy_ocn .h3{ font-size:20px;}

}
@media screen and (max-width: 320px) {
/*内页*/

}