@charset "utf-8";

@import "iconfont.css";
@import "jquery.fancybox.css";

/*---------------------------------------------------*/

.indexA{padding:50px 0 80px 0;}

.indexA h3{font-size:40px;color:#333;text-transform:uppercase;font-weight:bold;text-align:center;}
.indexA h3 em{color:#AED44B;font-weight:bold;}
.indexA h3::after{content: "";display:block;width:50px;background:#E4E5E7;height:2px;margin:25px auto 0;}

.indexA .hd{margin:25px 0 0;}
.indexA .hd ul{text-align:center;font-size:0;}
.indexA .hd ul li{display:inline-block;position:relative;width:120px;height:60px;padding:0 10px;border:1px solid #D9D9D9;font-size:15px;box-sizing:border-box;cursor:pointer;margin:0 0 0 -1px;}
.indexA .hd ul li::after{display:none;content:'';width:0;height:0;line-height:0;border-width:10px;border-style:dashed;border-bottom-style:dashed;border-color:transparent;border-bottom-color:transparent;vertical-align: middle;border-top-style:solid;border-top-color:#AED44B;position:absolute;bottom:-21px;left:50%;margin:0 0 0 -10px;}
.indexA .hd ul li p{display:table;color:#333;width:100%;height:100%;}
.indexA .hd ul li p em{display:table-cell;vertical-align:middle;}
.indexA .hd ul li.on{background:#AED44B;border:1px solid #AED44B;color:#fff;}
.indexA .hd ul li.on p{color:#fff;}
.indexA .hd ul li.on::after{display:block;}

.indexA .list{margin:30px 0 0;position:relative;}
.indexA .bd ul{margin:0;}
.indexA .bd ul li{width:25%;float:left;background:#fff;padding:10px;position:relative;cursor:pointer;box-sizing:border-box;}
.indexA .bd ul li .pic{display:block;overflow:hidden;width:100%;box-sizing:border-box;border:1px solid #E8E8E8;}
.indexA .bd ul li .pic img{width:100%;display:block;transition:all 0.5s ease 0s;}
.indexA .bd ul li h6{line-height:20px;font-size:15px;margin:12px 0 0 0;text-align:center;}
.indexA .bd ul li h6 a{color:#333;}
.indexA .bd ul li h6 a:hover{color:#AED44B;}

.indexA .bd ul li:hover .pic{border:1px solid #AED44B;}
.indexA .bd ul li:hover .pic img{transform: scale(1.11);-webkit-transform: scale(1.11);}

.indexA .prev,.indexA .next{position:absolute;width:44px;height:44px;border:1px solid #DEDEDE;border-radius:50%;display:block;background:none;top:118px;text-align:center;}
.indexA .prev i,.indexA .next i{font-size:22px;line-height:44px;color:#A8A8A8;}
.indexA .prev{left:-60px;right:auto;}
.indexA .next{right:-60px;left:auto;}
.indexA .prev:hover,.indexA .next:hover{}
.indexA .prev:hover i,.indexA .next:hover i{color:#07921D;}

.indexA .more{color:#AED44B;font-size:16px;width:200px;border:2px solid #AED44B;height:46px;line-height:46px;border-radius:30px;display:block;background:#fff;text-align:center;margin:30px auto 0;}
.indexA .more:hover{background:#AED44B;color:#fff;}



.indexB{box-sizing:border-box;padding:60px 0;background:url(../images/ibg2.jpg) no-repeat center top;background-size:cover;position:relative;}
.indexB::after{content:'';position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,.6);transition:all 0.3s ease 0s;}
.indexB h3{font-size:40px;line-height:1;color:#fff;font-weight:bold;position:relative;text-align:center;position:relative;z-index:10;}
.indexB h3::after{content: "";display:block;width:50px;height:2px;background:#fff;margin:20px auto 0;z-index:1;}

.indexB .nr{margin-top:50px;background:#fff;height:484px;padding:25px 17px;position:relative;z-index:10;box-sizing:border-box;}
.indexB .nr .tabs{}
.indexB .nr .tabs ul{}
.indexB .nr .tabs ul li{float:left;font-size:16px;font-weight:bold;color:#000;height:58px;line-height:58px;text-align:center;width:160px;background:#F7F7F7;box-sizing:border-box;cursor:pointer;text-transform:uppercase;}
.indexB .nr .tabs ul li.active{background:#aed44b;color:#fff;}

.indexB .nr .tab-cont{background:#fff;padding:30px 15px 15px;width:600px;box-sizing:border-box;position:relative;z-index:99;}
.indexB .nr .tab-cont .box{display:none;}
.indexB .nr .tab-cont h3{font-size:26px;color:#222;font-weight:bold;line-height:1;margin:0 0 10px 0;}
.indexB .nr .tab-cont p{font-size:17px;color:#333;line-height:30px;}
.indexB .nr .tab-cont a{font-size:16px;display:block;margin:25px 0 0 0;border:1px solid #aed44b;width:140px;height:38px;line-height:38px;text-align:center;color:#aed44b;}
.indexB .nr .tab-cont a:hover{background:#aed44b;color:#fff;}

.indexB .nr .tab-cont ul{margin:0 0 0 -2%;}
.indexB .nr .tab-cont ul li{float:left;width:31.33333%;margin:0 0 20px 2%;}
.indexB .nr .tab-cont ul li img{width:100%;display:block;}

.indexB .nr .pic{position:absolute;top:25px;right:17px;width:550px;z-index:90;}
.indexB .nr .pic .v{display:block;width:100%;overflow:hidden;position:relative;z-index:99;}
.indexB .nr .pic .v::after{content:'';background:rgba(0,0,0,0.2) url("../images/v2.png") no-repeat center;width:100%;height:100%;position:absolute;left:0;top:0;display:block;}
.indexB .nr .pic .v img {width:100%;transition:all 0.3s ease 0s;}
.indexB .nr .pic .v:hover img{transform: scale(1.04);}
.indexB .nr .pic .v:hover::after{background-color:rgba(0,0,0,0.5);}


.indexD{padding:80px 0;}
.indexD .tit{text-align:center;margin:0 0 50px 0;}
.indexD .tit h4{position:relative;font-size:22px;line-height:1;}
.indexD .tit h4::before{content:"";display:block;border-top:1px solid #565656;width:100%;height:1px;position:absolute;top:50%;z-index:1;}
.indexD .tit h4 span{background:#fff;font-weight:bold;font-size:40px;color:#000;padding:8px 30px;position:relative;display:inline-block;z-index:1;}

.indexD .topnews{float:left;width:589px;position:relative;background:url("../images/ibg3.png") no-repeat right top;}
.indexD .topnews img{width:515px;}

.indexD .indexnews{float:right;width:610px;height:285px;background:#F7F7F7;padding:15px;box-sizing:border-box;margin:17px 0 0 0;}
.indexD .indexnews h3{font-size:36px;color:#333;margin:16px 0 0 0;}
.indexD .indexnews ul{margin:-20px 0 0 0;}
.indexD .indexnews ul li{height:86px;margin:20px 0 0 0;padding:16px 16px 14px;background:#fff;box-sizing:border-box;}

.indexD .indexnews ul li .d{float:left;width:100px;border-right:1px solid #767676;}
.indexD .indexnews ul li .d span{color:#000;font-size:15px;float:left;margin:10px 10px 0 0;}
.indexD .indexnews ul li .d p{color:#000;font-size:36px;float:left;text-align:center;line-height:30px;}
.indexD .indexnews ul li .d p i{font-size:17px;font-style:normal;}

.indexD .indexnews ul li .t{margin:0 0 0 120px;}
.indexD .indexnews ul li .t h5{color:#333;font-size:16px;}
.indexD .indexnews ul li .t h5 a:hover{color:#2d493b;text-decoration:underline;}
.indexD .indexnews ul li .t p{color:#999;font-size:14px;line-height:18px;margin:5px 0 0 0;letter-spacing:-0.2px;}

.indexD .hd{overflow:hidden;height:47px;margin:20px 0 0 0;}
.indexD .hd .prev,.indexD .hd .next{width:279px;height:40px;line-height:40px;background:#fff;display:block;overflow:hidden;cursor:pointer;font-size:16px;color:#333;text-align:center;}
.indexD .hd .prev i,.indexD .hd .next i{font-size:16px;}
.indexD .hd .prev{float:left;}
.indexD .hd .next{float:right;}

/*------------------------------------------------------------*/
.sidebanner{}
.sidebanner img{width:100%;}

.path{height:50px;line-height:50px;box-shadow:0 2px 5px 1px rgba(191,191,191,1) inset;}
.path p{color:#333;font-size:15px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.path p i{margin:0 5px 0 0;font-size:13px;color:#2E2E2E;}
.path p a{color:#333;}

.main {padding:30px 0 90px 0;}

.mainRight{width:850px;float:right;}
.mainRight .rtit{height:49px;border-bottom:1px solid #1F1F1F;}
.mainRight .rtit h3{float:left;font-size:28px;color:#1f1f1f;line-height:49px;font-weight:bold;}

.mainRight .rtit p{float:right;margin:14px 0 0;}
.mainRight .rtit p a{width:20px;height:20px;display:inline-block;margin:0 0 0 11px;background:#1F1F1F;color:#fff;text-align:center;}
.mainRight .rtit p a i{color:#fff;line-height:20px;font-size:14px;}
.mainRight .rtit p a:hover{background:#681205;}


.mainleft{float:left;width:310px;}

.mainleft h3{height:50px;line-height:50px;padding:0 0 0 20px;background:#AED44B;font-size:20px;color:#fff;font-weight:bold;text-transform:uppercase;}
.mainleft h3::after{display:none;font-family:"qico";content: "\e727";float:right;font-size:20px;font-weight:normal;margin-top:0px;margin-right:15px;-webkit-transition: -webkit-transform .3s ease;transition: -webkit-transform .3s ease;transition: transform .3s ease;transition: transform .3s ease, -webkit-transform .3s ease;}
.mainleft h3.active::after{-webkit-transform: rotate(45deg) scale(1.08);-ms-transform: rotate(45deg) scale(1.08);transform: rotate(45deg) scale(1.08);}

.sidemenu{margin:0 0 15px 0;}
.sidemenu ul{}
.sidemenu ul li{border:1px solid #e2e2e2;margin:6px 0 0 0;}
.sidemenu ul li h5{height:45px;line-height:45px;display:block;padding:0 0 0 20px;cursor:pointer;text-transform:capitalize;position:relative;}
.sidemenu ul li h5 a{width:100%;display:block;font-size:15px;padding:0 40px 0 0;color:#333;box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.sidemenu ul li h5 a:hover{color:#aed44b;text-decoration:underline;}
.sidemenu ul li.active h5 a{color:#aed44b;text-decoration:underline;}
.sidemenu ul li h5 span{position:absolute;right:0;top:0;background:url("../images/i4.png") no-repeat center center;width:30px;height:45px;display:block;}

.sidemenu dl{display:none;background:#fff;}
.sidemenu dl dd{line-height:20px;border-bottom:1px dashed #DCDCDC;padding:9px 0;margin:0 20px;}
.sidemenu dl dd:last-child{border-bottom:none;}
.sidemenu dl dd a{display:block;background:url("../images/i5-1.png") no-repeat left 6px;color:#555;padding:0 0 0 15px;font-size:15px;}
.sidemenu dl dd.active a,.sidemenu dl dd a:hover{color:#aed44b;background:url("../images/i5.png") no-repeat left 6px;}

.sidemenu dl dd > dl >dd{border-bottom:1px dashed #DCDCDC;}
.sidemenu dl dd > dl >dd a{display:block;background:url("../images/dot.png") no-repeat left 8px;padding:0 0 0 13px;font-size:13px;color:#666;}

.sidemenu ul li.active h5{border-bottom:1px solid #e2e2e2;}
.sidemenu ul li.active span{background:url("../images/i4-1.png") no-repeat center center;}


.side-nav{margin:0 0 20px 0;}
.side-nav ul{}
.side-nav ul li{display:block;line-height:50px;height:50px;padding-left:20px;font-size:15px;color:#333;background:#fff;border:1px solid #e2e2e2;border-top:none;position:relative;}
.side-nav ul li a{color:#333;}
.side-nav ul li:last-child a{border-bottom:none;}
.side-nav ul li::after{color:#555;font-family:"qico";content: "\e7eb";position:absolute;right:10px;top:0;font-size:16px;font-weight:normal;line-height:49px;}

.side-nav ul li.active::after{display:block;color:#aed44b;}
.side-nav ul li.active a,.side-nav ul li a:hover{color:#aed44b;}

/*-----about------*/
.menu-tabs{height:50px;text-align:center;margin:30px 0 0 0;}
.menu-tabs ul{height:50px;font-size:0;}
.menu-tabs ul li{width:300px;height:50px;line-height:50px;display:inline-block;border-right:1px solid #fff;}
.menu-tabs ul li a{font-size:16px;color:#fff;display:block;background:#B9B9B9;font-weight:bold;}
.menu-tabs ul li.active a{background:#1371B8;}

.aboutbox{background:#F5F5F5;padding:20px;margin:35px 0 0 0;}

/*-----about------*/
.about{line-height:27px;padding:20px 0 30px;font-size:16px;color:#1f1f1f;}
.about h3{text-align:center;font-size:32px;line-height:1;color:#323231;font-weight:bold;margin:0 0 50px 0;text-transform:uppercase;}
.about p{margin:0 0 15px 0;}

.honor{text-align:center;}
.honor ul{margin:0 0 0 -3%;}
.honor ul li{float:left;width:30.33333%;margin:0 0 20px 3%;text-align:center;}
.honor ul li a{display:block;overflow:hidden;}
.honor ul li img{width:100%;display:block;border:2px solid #E0E0E0;box-sizing:border-box;}
.honor ul li p{font-size:16px;margin:5px 0 0 0;color:#333;height:35px;line-height:35px;}

.factory{text-align:center;}
.factory ul{margin:0 0 0 -3%;}
.factory ul li{float:left;width:30.33333%;margin:0 0 20px 3%;text-align:center;}
.factory ul li a{display:block;overflow:hidden;}
.factory ul li img{width:100%;display:block;border:2px solid #E0E0E0;box-sizing:border-box;}
.factory ul li p{font-size:16px;margin:5px 0 0 0;color:#333;height:35px;line-height:35px;}



.newslist ul{margin:-20px 0 0 0;}
.newslist ul li{border-bottom:#DEDEDE 1px solid;padding:20px 0;box-sizing:border-box;cursor:pointer;}
.newslist ul li .img {width:230px;float:left;overflow:hidden;display:block;}
.newslist ul li .img img{width:100%;}
.newslist ul li .intro {margin:0 0 0 245px;}
.newslist ul li .intro h5{margin-bottom:5px;}
.newslist ul li .intro h5 a{color:#32363F;font-size:18px;}
.newslist ul li .intro h5 a:hover{color:#aed44b;text-decoration:underline;}
.newslist ul li .intro .time{background:url("../images/i7.png") no-repeat left center;font-size:11px;padding:0 0 0 15px;margin:10px 0 0 0;font-family:Verdana;color:#898989;}
.newslist ul li .intro p{margin-top:8px;font-size:14px;line-height:18px;}
.newslist ul li .intro a.more{font-size:12px;background:#aed44b;width:130px;height:35px;line-height:35px;text-align:center;color:#fff;display:inline-block;margin:15px 0 0 0;}


.newsnr{}
.newsnr h1{font-size:22px;color:#322725;line-height:30px;margin:25px 0 0;font-weight:bold;text-align:center;}

.newsnr .artInfo{padding:25px 0 20px;border-bottom:1px solid #D9D9D9;text-align:center;}
.newsnr .artInfo span{margin:0 10px;line-height:20px;display:inline-block;font-size:15px;color:#666;}
.newsnr .artInfo span.time{background:url(../images/time.png) no-repeat left center;padding:0 0 0 20px;}
.newsnr .artInfo span.hit{background:url(../images/hit.png) no-repeat left center;padding:0 0 0 23px;}

.myart{margin:15px 0;line-height:24px;font-size:15px;color:#1f1f1f;}
.myart p{margin:10px 0 0 0;}

.pnbar{margin-top:30px;}
.pnbar p{max-width:100%;margin:-1px 0 0 0;padding:8px 14px;border:1px solid #ddd;font-size:15px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.pnbar p a{color:#545454;}
.pnbar p:hover a{color:#CA0000;}


.faq ul{}
.faq ul li {margin:0 0 15px 0;border:1px solid #ccc;padding:20px;cursor:pointer;}
.faq ul li .tit{height:30px;overflow:hidden;color:#202020;cursor:pointer;}
.faq ul li .tit .date-month{float:left;width:20px;line-height:30px;height:30px;font-size:15px;display:block;text-align:center;}
.faq ul li .tit h4{font-size:15px;color:#222;line-height:30px;height:30px;margin:0 0 0 30px;}
.faq ul li .con{color:#666;}
.faq ul li .con .date-day{float:left;width:20px;line-height:30px;height:30px;font-size:15px;display:block;text-align:center;}
.faq ul li .con .t{margin:0 0 0 30px;font-size:15px;line-height:21px;color:#666;padding:3px 0 0;}
.faq ul li:hover{border-left:2px solid #aed44b;padding:20px 20px 20px 19px;box-shadow: rgba(0,0,0,0.09) 0px 6px 9px 0px;}


.down{}
.down ul{margin:0;}
.down ul li{float:left;width:48%;margin:0 0 40px 0;border:1px solid #E2E2E2;padding:24px;box-sizing:border-box;}
.down ul li:nth-child(2n){float:right;}
.down ul li .ico{float:left;width:140px;height:140px;background:#F5F5F7;text-align:center;align-items:center;justify-content:center;display:-webkit-flex;display:flex;}
.down ul li .ico i{font-size:50px;color:#E0474C;}
.down ul li .t{margin:0 0 0 165px;font-family:"Times New Roman";}
.down ul li .t h5{font-size:24px;text-transform:capitalize;}
.down ul li .t h5 a{color:#000;}
.down ul li .t p{height:48px;overflow:hidden;line-height:24px;font-size:18px;color:#333;margin:10px 0 0;}
.down ul li .t .more{display:inline-block;margin:10px 0 0;font-size:16px;color:#666;}
.down ul li .t .more i{font-size:18px;color:#666;margin-right:8px;-webkit-text-stroke-width:0.2px;}

.down ul li:hover{border:1px solid #aed44b;}
.down ul li:hover .t h5 a{color:#aed44b;}
.down ul li:hover .t .more,.down ul li:hover .t .more i{color:#aed44b;}

.caselist ul{margin:0 0 0 -2%;}
.caselist ul li{float:left;width:31.3333%;margin:0 0 20px 2%;cursor:pointer;}
.caselist ul li .pic{width:100%;display:block;position:relative;overflow:hidden;}
.caselist ul li .pic img{width:100%;display:block;transition:all 0.3s ease 0s;}
.caselist ul li .pic p{position:absolute;left:40px;top:40px;bottom:40px;right:40px;color:#fff;font-size:15px;line-height:24px;padding:25px;background:rgba(160,199,58,.8);box-sizing:border-box;-webkit-transition: background-color 0.35s;transition: background-color 0.35s;opacity: 0;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: scale(0);transform: scale(0);}
.caselist ul li .t{padding:15px 10px 15px;background:#F9F9F9;box-sizing:border-box;position:relative;}
.caselist ul li .t h5{font-size:16px;color:#333;text-align:center;}
.caselist ul li .t p{font-size:14px;color:#666;margin:20px 10px 0;line-height:24px;font-family:Microsoft YaHei;}
.caselist ul li .t a.more{margin:20px auto 0;width:150px;height:38px;line-height:38px;color:#666;border:1px solid #BFBFBF;border-radius:20px;display:block;text-align:center;font-family:Microsoft YaHei;font-size:12px;text-transform:uppercase;}

.caselist ul li:hover .t a.more{background:#aed44b;border:1px solid #aed44b;color:#fff;}
.caselist ul li:hover img{transform:scale(1.11);-webkit-transform:scale(1.11);}
.caselist ul li:hover .pic p{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}

/*-----products------*/

.productlist{}
.productlist ul{margin-left:-2%;}
.productlist ul li{width:31.33333%;margin:0 0 20px 2%;float:left;padding:10px;text-align:center;position:relative;box-sizing:border-box;border:1px solid #EAEAEA;}
.productlist ul li .pic{display:block;width:100%;height:100%;position:relative;overflow:hidden;}
.productlist ul li .pic img{width:100%;display:block;transition:all 0.3s ease 0s;}
.productlist ul li .t{display:table;height:50px;width:100%;text-align:center;}
.productlist ul li h5{display:table-cell;vertical-align:middle;-webkit-text-stroke-width:0.1px;text-stroke-width:0.1px;}
.productlist ul li h5 a{color:#333;font-size:15px;}
.productlist ul li h5 a:hover{color:#aed44b;}

.productlist ul li .t{margin:0 0 0 0;text-align:center;font-size:0;}
.productlist ul li .t a.cart{display:inline-block;border:1px solid #D9D9D9;border-right:none;width:217px;height:36px;line-height:36px;color:#E64545;text-align:center;font-size:15px;box-sizing:border-box;}
.productlist ul li .t a.cart i{font-size:19px;color:#fff;line-height:36px;}
.productlist ul li .t a.mail{display:inline-block;width:36px;height:36px;background:#E64545;text-align:center;vertical-align:top;padding:11px 0 0 0;box-sizing:border-box;}
.productlist ul li .t a.mail:hover{background:#141414;}


.productlist ul li:hover{border:1px solid #aed44b;}
.productlist ul li:hover .pic img{transform:scale(1.11);-webkit-transform:scale(1.11);}
/*-----pro-view----*/

div.zoomdiv {z-index:100;position:absolute;top:0px;left:0px;background: #ffffff;border:1px solid #CCCCCC;display:none;text-align: center;overflow: hidden;}
img.jqzoom{cursor:crosshair;position:relative;}

.pro_view_top{}
.pro_img{float:left;width:550px;}

.pro_img .bpic{border:1px solid #E5E5E5;}
.pro_img .bpic ul li{display:none;}
.pro_img .bpic ul li img{}

.pro_img .spic{margin:10px 0 0 0;}
.pro_img .spic ul{text-align:center;font-size:0;}
.pro_img .spic ul li{display:inline-block;margin:0 3px;width:70px;cursor:pointer;position:relative;}
.pro_img .spic ul li::after{display:none;content:'';width:0;height:0;line-height:0;border-width:5px;border-style:dashed;border-bottom-style:dashed;border-color:transparent;border-bottom-color:transparent;vertical-align: middle;border-bottom-style:solid;border-bottom-color:#aed44b;position:absolute;top:-10px;left:50%;margin:0 0 0 -5px;}
.pro_img .spic ul li img{width:100%;border:2px solid #ccc;padding:2px;box-sizing:border-box;}
.pro_img .spic ul li.hover img{border:2px solid #aed44b;}

.pro_img .spic ul li.hover::after{display:inline-block;}

.pro_view_inner{float:right;width:590px;position:relative;}
.pro_view_inner h1{color:#333;font-weight:bold;font-size:22px;margin:8px 0 0 0;}
.pro_view_inner h6{color:#222;font-size:15px;margin:20px 0 0 0;}
.pro_view_inner p{color:#666;font-size:13px;margin:20px 0 0 0;}

.pro_view_inner .pro_para{margin:20px 0 0 0;}
.pro_view_inner .pro_para table{width:100%;max-width:100%;margin-bottom:20px;border:1px solid #dddddd;}
.pro_view_inner .pro_para table tr > td{padding:8px 8px;line-height: 1.42857143;font-size:13px;vertical-align:middle;border: 1px solid #dddddd;}


.pro_view_inner .pro-contact{margin:30px 0 0 0;}
.pro_view_inner a.pdf{float:right;background:url("../images/download.png") no-repeat left center;display:block;line-height:36px;font-size:15px;padding:0 0 0 45px;color:#3289FF;}
.pro_view_inner a.book{float:left;width:150px;height:40px;line-height:40px;font-size:16px;text-align:center;color: #fff;display:block;background:#F4AB01;}

.pro_view_inner .share{margin:25px 0 0 0;font-size:14px;color:#fff;}
.pro_view_inner .share a{float:left;}
.pro_view_inner .share em{width:36px;height:36px;display:block;margin:0 5px 0 0;background:#CACACA;text-align:center;}
.pro_view_inner .share em i{font-size:20px;color:#fff;line-height:36px;}
.pro_view_inner .share em:hover{background:#09A0FF;}
.pro_view_inner .share em:hover i{color:#fff;}



.pro_text{margin:20px 0 0 0;position:relative;}

.pro_text .tabs{border-bottom:1px solid #ccc;border-radius:4px 4px 0 0;width:100%;background:#fff;box-sizing:border-box;}
.pro_text .tabs li{position:relative;float:left;width:auto;color:#222;height:50px;line-height:50px;font-size:14px;padding:0 40px;cursor:pointer;background:#ccc;border-right:1px solid #fff;font-weight:bold;}
.pro_text .tabs li:first-child{border-radius:4px 0 0 0;}
.pro_text .tabs li i{position:absolute;left:50%;bottom:9999px;border-width:6px;border-color:#aed44b transparent transparent transparent;border-style:solid dashed dashed dashed;margin-left:-6px;}
.pro_text .tabs li.active{background:#aed44b;color:#fff;}
.pro_text .tabs li.active:before{content: ' ';position: absolute; top: 0; left: 0; width: 100%;height: 100%;z-index:-1;}
.pro_text .tabs li.active i{bottom:-12px;}

.pro-scroll{border:1px solid #ccc;padding:15px;border-top:none;}
.pro-scroll .tit{position:relative;margin:30px 0 20px 0;color:#000;border-bottom:1px solid #CACACA;}
.pro-scroll .tit h5{width:130px;background:#CACACA;color:#666;padding:0 20px;height:45px;line-height:45px;cursor:pointer;font-weight:bold;font-size:15px;text-align:center;border-bottom:1px solid #CACACA;}
.pro-scroll .pro-content{font-size:15px;line-height:20px;}
.pro-scroll .pro-content p{margin:10px 0;}
.pro-scroll .pro-content .table-response{width:100%;max-width: 100%;overflow-x:auto;}
.pro-scroll .pro-content table{width: 100%;max-width: 100%;margin-bottom: 20px;border: 1px solid #dddddd;}
.pro-scroll .pro-content table tr > td{padding:8px 8px;line-height: 1.42857143;vertical-align:middle;border: 1px solid #dddddd;}
.pro-scroll .pro-content table tr:nth-child(2n){background-color:#eee}

.pro-down ul.cert-list{margin:0 0 0 -26px;}
.pro-down ul.cert-list li{float:left;width:266px;margin:0 0 20px 26px;text-align:center;}
.pro-down ul.cert-list li a{display:block;overflow:hidden;}
.pro-down ul.cert-list li img{width:100%;border:3px solid #E0E0E0;box-sizing:border-box;display:block;}
.pro-down ul.cert-list li p{font-weight:bold;font-size:14px;margin:5px 0 0 0;height:35px;line-height:35px;}

.related-pro{margin-top:15px}
.related-pro h5{height:50px;line-height:50px;font-size:18px;color:#222;font-weight:bold;border-bottom:2px solid #ccc;}
.related-pro ul{margin:10px 0 0 -2%;}
.related-pro ul li{float:left;width:23%;margin:0 0 15px 2%;}
.related-pro ul li img{display:block;width:100%;padding:2px;border:1px solid #DADADA;box-sizing:border-box;}
.related-pro ul li p{margin-top:10px;font-size:14px;text-align:center;}
.related-pro ul li:hover a{color:#1371B8;}

.formtitle { display: table; width: 100%; background: #edf4f7; margin-bottom:20px;}
.formtitle strong { color: #fff; background: #999; font-size: 16px; line-height: 40px; text-align: center; white-space: nowrap; padding: 0 8px; border-right: 1px solid #fff; width: 192px;}
.formtitle strong, .formtitle p { display: table-cell; vertical-align: middle;}
.formtitle p{ padding-left: 10px;}

/*contact*/

.contact{padding:50px 0 0 0;}


.map{margin:40px 0 0 0;}
.map img{width:100%;}

.mess{}
.mess h3{text-align:center;font-size:20px;margin-bottom:35px;color:#333;font-family:'calibri';}
.mess table{width:700px;margin:20px auto 0;max-width:100%;border: 1px solid #dddddd;}
.mess table tr > th{padding:10px 8px;background:#aed44b;line-height:1.42857143;vertical-align:middle;border:1px solid #fff;color:#fff;font-weight:bold;text-align:center;font-size:15px;}
.mess table tr > td{padding:10px 8px;line-height: 1.42857143;vertical-align:middle;border:1px solid #dddddd;text-align:center;font-size:15px;color:#333;}
.mess table tr > td a{color:#333;}


.linetit{text-align:center;}
.linetit h4{position:relative;}
.linetit h4::before{content:"";display:block;border-top:1px dashed #D1CFCF;width:100%;height:1px;position:absolute;top:50%;z-index:1;}
.linetit h4 span{background:#fff;text-transform:uppercase;font-weight:bold;font-size:20px;color:#333;padding:8px 20px;position:relative;display:inline-block;z-index:1;}

.contact-inquiry{margin:50px 0 0;}

.contact-inquiry .inquirbox{width:700px;margin:30px auto 0;}


/*
.inquirShow{width:700px;margin:0 auto;}
.inquirShow fieldset{padding:15px;margin:10px 0 0 0;border:1px solid #ddd;background:#fff;}
.inquirShow fieldset legend {color:#fff;font-weight:bold;font-size:14px;padding:8px 25px;background:#989898;}

.inquirShow .row{ margin:15px 0 0 0;}

.inquirShow dt{font-size:13px;}
.inquirShow dd{margin:5px 0 0 0;}

.inquirShow input,.inquirShow textarea{padding:10px 10px;font-size:14px;border:1px solid #D9D9D9;width:100%;line-height:20px;text-align:left;color:#999;box-sizing:border-box;}
.inquirShow textarea {display:block;max-width:100%;width:100%;resize:none;box-sizing:border-box;}

.inquirShow .red{color:#f00;font-weight:bold;}
.inquirShow .yzm { width:100px; margin-right:10px;}
.inquirShow img {cursor: pointer; margin-left: 3px; display: inline-block;vertical-align: middle;}

.inquirShow input:focus,.inquirShow select:focus,.inquirShow textarea:focus { -webkit-box-shadow:0 0 5px #999; -moz-box-shadow:0 0 5px #999; box-shadow:0 0 5px #999; background:#fafafa; border-color:#999; outline:0 }

.inquirShow input.btn {padding:0;border:0;background:#aed44b;color:#fff;line-height:35px;width:100px;display:block;margin:0 auto;font-size:16px;text-align:center;cursor:pointer;}

*/

/*-----分页----*/
.digg{margin:40px 0 0 0;clear:both;text-align:center;}
.digg a,.digg span{line-height:16px;padding:7px 12px;margin:0 2px;display:inline-block;border:1px solid #bebebe;background:#fff;font-size:14px;}
.digg a:active{border:#333 1px solid;color:#f18101; }
.digg span.disabled{color:#fff;border:1px solid #F18101;background:#fff;}
.digg span.disabled,.digg a:hover{background:#333;border:1px solid #333;box-shadow: 0 1px 0 0 #fff;color: #fff !important;}
