<style type="text/css">

@charset "utf-8";
/* CSS Document */

/*样式初始化及公共样式部分lpm*/
body{color:#666; font-size:13px; margin:0 auto; min-width:1100px; background-color:#fff;  font-family:"Microsoft YaHei";max-width:1920px;}
a{color:#666; text-decoration:none;}      /*定义全局链接颜色lpm*/
a:hover{ text-decoration:none; color: #ff7f04;}      /*定义全局链接鼠标滑过颜色lpm*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd{margin:0px; padding:0px; list-style:none; border:0px;}      /*主要标签的样式初始化lpm*/
i,em{font-style: normal; text-transform: uppercase;}
.clear{clear: both; height:0px; overflow:hidden;}  /*清除左右浮动lpm*/
.fl{float:left;}     /*定义左浮动lpm*/
.fr{float:right;}     /*定义右浮动lpm*/
.cp img{border:1px solid #C1C1C1; padding:2px;  background:#fff;}      /*定义标签调用图片的边框样式lpm*/
.cp a:hover img{ border:1px solid #ff7f04; padding:2px; background:#fff;}      /*定义鼠标经过时边框的变化效果lpm*/
#copy{ display:none;}      /*隐藏后台自带版权DIVlpm*/
.box{width:1100px; height:auto; margin:0 auto;}      /*定义版面统一宽度lpm*/
.font_en{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:normal;}     /*定义英文字体及大写lpm*/

.top10{margin-top:10px; }
.top15{margin-top:15px;}
.top20{margin-top:20px;}
.top30{margin-top:30px;}
.top40{margin-top:40px;}
.top50{margin-top:50px;}
.top90{padding-top:90px;}



/*抬头*/
.top_bg{ width:100%; min-width:1100px; height:36px; margin:0 auto; background:#f5f5f5; overflow:hidden;}
#top{height:36px; color:#999; }
.top_l{ height:36px; line-height: 36px;}
.top_r { margin-top: 10px; background: url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180822/20180822105928_926781812.png) left no-repeat; width: 325px; height: 14px;}
.top_r a { color: #666; display: block; margin-left: 16px;  width: 65px; float: left; line-height: 13px;}
.top_r a:hover { color: #ff7f04;}


.head { width:100%; min-width:1100px; height:125px; overflow:hidden; padding-top: 25px;}
.head .line { width: 1px; height: 54px; background: url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180822/20180822102350_1615334938.jpg) center no-repeat; margin: 34px 20px 0 20px;}
.head .adv { font-size: 16px; color: #666; margin-top: 22px;}
.head .adv p { font-size: 24px; color: #015cb5; font-weight: bold; padding: 6px 0;}
.head .tel{margin-top: 10px; width: 250px; height: 90px; background: url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180822/20180822102351_168411305.jpg) center left no-repeat;}
.head .tel p { padding-left: 50px;}
.head .tel span {font-size: 14px; color: #666;display: block; line-height: 24px;}
.head .tel em {font-style: normal; font-size: 26px; color: #ff7f04; line-height: 28px;}


/*导航*/
.nav_bg { width: 100%; min-width: 1100px; height: 50px; border-top: 1px #f3f3f3 solid; border-bottom: 1px #f3f3f3 solid;}
.nav li { float: left; text-align: center; border-right: 1px #f3f3f3 solid;}
.nav li:nth-child(1) { border-left: 1px #f3f3f3 solid;}
.nav li a { font-size: 14px; color: #333; display: block; width: 120px; line-height: 50px; height: 50px; text-align: center; }
.nav li a:hover ,.nav .a_nav a { color:#fff; background: #015cb5;}



/* banner-box */
.banner-box{min-width:1100px;height:500px;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li{width:100% !important;height:500px;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn{ width: 100%; position: absolute; top: 220px; left: 0; margin-left: 0; height: 350px; overflow: hidden; }
.banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-50px;background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180821/20180821172701_1584455913.png) no-repeat 0 0;} 
.banner-btn a.next{right:-50px;background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180821/20180821172701_1584455913.png) no-repeat -49px 0;}
.banner-box .hd {position:absolute;top:234px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background:#ff7f04; width: 32px; }
.banner-box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}



.banner-n{min-width:1100px;height:350px;position:relative;overflow:hidden;}
.banner-n .bd{ width:100% !important;}
.banner-n .bd li{width:100% !important;height:350px;background-position: center;background-repeat: no-repeat;}
.banner-n .bd li a{display:block;background-size:auto;}
.banner-n .banner-btn{ width: 100%; position: absolute; top: 125px; left: 0; margin-left: 0; height: 350px; overflow: hidden; }
.banner-n .banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-n .banner-btn a.prev{left:-50px;background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180821/20180821172701_1584455913.png) no-repeat 0 0;} 
.banner-n .banner-btn a.next{right:-50px;background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180821/20180821172701_1584455913.png) no-repeat -49px 0;}
.banner-n .hd {position:absolute;top:180px;width: 100%;display: block;}
.banner-n .hd ul{ text-align: center}
.banner-n .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-n .hd ul li.on{ background:#ff7f04; width: 32px; }
.banner-n:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-n:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-n .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}







/*搜索*/
#search { width:100%; min-width: 1100px; height:60px;overflow:hidden; background:#f7f7f7; border-bottom: 1px #e5e5e5 solid;}
#search_01 { width:1100px; height:60px; overflow:hidden; border-bottom: 1px #e5e5e5 solid;}
#search_n { width:100%; min-width:1100px; height:60px; overflow:hidden;  position:absolute;top: 588px; background:#f7f7f7; border-bottom: 1px #e5e5e5 solid;}
#sou {font-family:Arial, Helvetica, sans-serif; width:1100px;}
.sou_nei{width:1100px; float:left;}
.search_kong { width:295px; float:right; padding-top:16px; position: relative;}
.search_2{float:left; width:285px; }
.search_tu{width: 45px; top: 16px; right: 0px; position: absolute;}
.search_zi{float:left; width:650px; line-height:60px; font-family:"Microsoft YaHei"; font-size: 15px;}
.search_zi strong { color: #333; background: url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180821/20180821190617_563000000.png) left center no-repeat; text-indent: 2em; display: block; float: left;}
#infoname{width:285px; background:none; outline:none; color:#d2d1d1; border: none; height:24px; line-height:24px; border: 1px #dfdfdf solid;}      /*定义搜索框的样式lpm*/





/*产品*/
.pro_bg{width: 100%; min-width: 1100px; height: auto; margin-bottom: 30px;}
.list{width:250px; height:auto;}
.list_t{width: 250px; height: 197px; color:#fff; background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180821/20180821193111_2141175728.jpg) center no-repeat; overflow:hidden; text-align:center;}
.list_t b { display:block; margin-top:14px;  font:bold 26px/24px "Microsoft YaHei"; margin-top: 140px;}
.list_d{width:242px; line-height:58px; border: 4px #015cb5 solid; background:#fff;}


#classimgshow1 {padding-left:0px !important; width:242px !important;  height:50px !important; line-height:50px !important; border-bottom:none !important; }
#classimgshow1 a{display:block; width:200px !important; font-size: 14px; height:35px !important; line-height:35px !important; background: #015cb5 url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180823/20180823114309_275545146.png) 12px center no-repeat !important; color:#fff !important; margin: 0 auto; text-indent: 4em; margin-top: 14px;}
#classimgshow1 a:hover {color:#fff !important; text-decoration: underline;}
#classimgshow2 {  height:42px !important; line-height:42px !important; padding-left:0px !important;  width:242px !important;}
#classimgshow2 a{display:block; width:200px !important; color:#666 !important; font-size: 14px; height:42px !important; line-height:42px !important; background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180823/20180823114309_939903910.png) 22px center no-repeat !important; text-indent: 4em; margin: 0 auto; border-bottom: 1px dashed #cdcdcd !important; }
#classimgshow2 :hover {color:#fff !important; background: #ff7f04 url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180823/20180823114309_1883467400.png) 22px center no-repeat !important;}


.prod_main{ width: 830px; height:auto; }




/*优势*/
.advertising { color: #fff;  background: url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180821/20180821194843_195669469.jpg) top center no-repeat; width: 100%; min-width: 1100px; height: 322px;}
.advertising .main { padding: 60px 0 0 530px;}
.advertising b { font-size: 44px; }
.advertising p { font-size: 30px; padding: 8px 0;}
.advertising span { display: block; border-top: 1px #fff solid; border-bottom: 1px #fff solid; width: 400px; height: 44px; line-height: 44px; font-size: 22px;}
.adv_bg1 { width: 100%; min-width:1100px; height:725px; margin:0 auto; background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180823/20180823193010_533419095.jpg) center no-repeat; overflow:hidden;}
.adv_bg2 {  width: 100%; min-width:1100px; height:770px; margin:0 auto; background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180821/20180821194844_1893013421.jpg)top center no-repeat; overflow:hidden;}
.advantage b { color: #333; font-size: 28px; margin-bottom: 30px; display: block;}
.advantage p { font-size: 16px; outline-color: #666; line-height: 42px;}
.advantage p span { color: #015cb5;}
.advantage a { background: url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180822/20180822113606_282643506.jpg) center no-repeat; width: 154px; height: 38px; margin-top: 35px; display: block; color: #fff; line-height: 38px; text-align: center; font-size: 16px; -webkit-transition: 0.4s; transition: 0.4s;}
.advantage a:hover { background: url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180822/20180822113606_2078328908.jpg) center no-repeat; -webkit-transition: 0.4s; transition: 0.4s;}
.advantage .adv_w2 a { margin-top: 26px;}
.advantage .adv_w1 { margin: 40px 0 0 10px;}
.advantage .adv_w2 { margin: 81px 0 0 10px;}
.advantage .adv_w3 { margin: 82px 0 0 10px;}
.advantage .adv_w4 { margin: 115px 70px 0 ;}



/*案例展示*/
.case { height: auto;}
.case h2{ text-align: center; height: 118px;background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180822/20180822110706_609100107.jpg) no-repeat center 19px; display: block; color: #015cb5; font-size: 40px; line-height: 100%;}
.case h2 em{ font-weight: normal; color: #8e8e8f; font-size: 18px; padding-top: 8px; display: block;}

.cases { width: 1100px; margin: 0 auto; height: auto;}
.cases .alBox{width:1100px; height:400px; position:relative; margin: 0 auto; }
.cases .alBox i{display: block; width: 56px;height: 56px; position: absolute; top:180px;  cursor: pointer; z-index: 9999999}
.cases .allt{background: url(https://memberpic.114my.com.cn/maibake/uploadfile/image/20180516/20180516171919_1629497957.png) no-repeat center top;left: -30px;}
.cases .alrt{ background: url(https://memberpic.114my.com.cn/maibake/uploadfile/image/20180516/20180516171920_1540640349.png) no-repeat center top; right: -30px;}
.cases .alBox i:hover{ background-position: bottom;}
.cases .alCon{ width:100%; position:relative}
.cases .list{position:absolute; width: 0; height: 0; left:50%; top:50%; border-radius: 5px; -webkit-box-shadow: none; box-shadow: none;}
.cases .list p{display:none;width:100%;position:absolute;bottom:-40px;text-align:center;font-size:16px;color:#333;}
.cases .list img{ width:100%; display:block;opacity: 0.6;}
.cases .list  a{ display: block; width: 100%; height: 100%; position: relative;}
.cases .li01{width:436px;height:268px;left:0;top: 60px;z-index:1;}
.cases .li02{ width:596px; height:358px; left:224px; top:0;  z-index:2; border-radius:5px;-webkit-box-shadow: 8px 9px 6px rgba(0,0,0,.45);box-shadow: 8px 9px 6px rgba(0,0,0,.45);}
.cases .li03{width:436px;height:268px;left:664px;top:60px;z-index:1;}
.cases .li02 img{ opacity: 1;  border-radius: 5px}
.cases .li02 p{ display:block;}







/*公司简介*/
.about {background: url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180822/20180822093437_1307366149.jpg) top center no-repeat; width: 100%; min-width: 1100px; color: #fff; height: 502px;}
.about .title { font-size: 40px; text-align: center; padding: 45px 0 27px; font-weight: bold;}
.about_w { font-size:14px; line-height:32px; color:#fff; width: 624px;}
.about_more { margin-top:8px; }
.about_more a {display:block; width:132px; height:36px; font-size:14px; line-height:36px; text-align:center; background: #ff7f04; color: #fff; text-transform: uppercase;}
.about_more a:hover { text-decoration: underline;}
.album { width: 100%; min-width: 1100px; background: #e9e9e9; height: 350px;}
.album .box { background: #fff; position: relative; top: -64px;}
.album .box .title { height: 84px; line-height: 84px; }
.album .box .title p { float: left; font-size: 24px; font-weight: bold; text-indent: 2em;}
.album .box .title a { display: block; float: right; font-size: 16px; color: #666; text-transform: uppercase; margin-right: 30px;}
.album .box .title a:hover { color: #ff7f04;}
#Left_workshop{width:36px; height:29px; cursor: pointer; position: absolute; top: 236px; z-index: 99; left: 46.4%;}
#Right_workshop{width:36px; height:29px; cursor: pointer; position: absolute; top: 236px; z-index: 99; right: 46.4%;}
.produce {width:1000px; margin:0 auto; position: relative; height: 290px;}
#Roll_workshop { display: block; float: left; height: 250px; border-bottom: 1px #bebebe solid;}
#Roll_workshop img { border: #cdcdcd 1px solid; margin-bottom:-20px;}
#Roll_workshop a { display: block; width: 250px;  color: #666; font-size: 14px; text-align: center; line-height: 40px;  margin:0 0px;}
#Roll_workshop a:hover { color:#c0285b;}
#Roll_workshop table td {padding-left: 0px !important;}  



/*新闻动态*/
.news{ }

.news h2{ text-align: center; height: 118px;background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180822/20180822111025_1970718173.jpg) no-repeat center 19px; display: block; color: #015cb5; font-size: 40px; line-height: 100%;}
.news h2 em{ font-weight: normal; color: #8e8e8f; font-size: 18px; padding-top: 8px; display: block;}

.page { margin: 0 auto; width: 1100px;}
.news_div_item_day,.news_div_item_month,.news_div_item_year{ display:inline; color:#fff; font-size:18px; font-family:arial}
.news_div_item_title .news_div_item_a{ display:block; color:#fff; font-weight:bolder; font-size:18px; line-height:26px}
.news > .page > .fl .news_div { overflow: hidden; width: 360px; height: 436px; background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180822/20180822111224_23590113.jpg) top no-repeat;}
#it_awewe{ position:absolute; top:75px; right:20px; z-index:2; width:60px; text-align:center}
#hot_ranks{ position:relative}
#it_awewe span{ float:left; display:block; margin:0 5px; width:17px; height:2pc; color:#fff; font-size:25px; line-height:50px; cursor:pointer}
#it_awewe > #previous2{ background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180822/20180822111305_564101504.png) no-repeat left top; text-indent:999em}
#it_awewe > #next2{ background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180822/20180822111305_564101504.png) no-repeat right top; text-indent:999em}
.convert1 > a{ position:absolute; right:0; display:block; color:#333; font-size:14px; line-height:30px}
.convert1 > a:hover{ color: #ff7f04;}
.convert1{ position:relative; width:710px; overflow:hidden;}
.news_div_item_title { padding: 25px 25px 79px; background: #015cb5; }
.news_div_item{ position:relative; padding-bottom:315px}
.news_div_item_date{ position:absolute; top:60px; left:25px; color:#fff}
.news_div_item_pic{ position: absolute; top: 130px; width: 100%; height: 215px; overflow: hidden; }
.news_div_item_pic a{ display: block; }
.news_div_item_pic a img{ width: 100%; height: auto; }
.news_div_item_content .news_div_item_body{ position:absolute; bottom:0; margin-bottom:23px; padding:10px; border-bottom:1px solid #ccc; color:#666; font-size:14px; line-height:26px}
.content1{ position:relative; overflow:hidden; width:710px; height:394px}
.content1 ul{ position:absolute; left:0}
.content1 ul li{ float:left; width:710px}
.divdgweb_new_div_item{ margin:25px 0 0; height:105px; border-bottom:1px solid #ddd; cursor:default; -webkit-transition:.15s all ease; transition:.15s all ease}
.divdgweb_new_div_item_day,.divdgweb_new_div_item_month,.divdgweb_new_div_item_year{ color:#a1a1a1; font-family:arial; -webkit-transition:.15s all ease; transition:.15s all ease}
.divdgweb_new_div_item_day{ position:absolute; top:10px; left:0; display:block; width:100%; text-align:center; font-size:45px; line-height:60px}
.divdgweb_new_div_item_month,.divdgweb_new_div_item_year{display:inline;font-size:14px}
.divdgweb_new_div_item_date{position:relative;float:right;display:block;padding:68px 10px 21px;width:130px;background:#e8e8e8;text-align:center;-webkit-transition:.15s all ease;transition:.15s all ease}
.divdgweb_new_div_item_content{float: left;padding: 8px 13px;width:530px;height: 90px;}
.divdgweb_new_div_item_a{color:#333;font-weight:bolder;font-size:18px!important;line-height:30px;display:block;}
.divdgweb_new_div_item_body{padding-top:3px;color:#666;text-align:justify;font-size:14px;line-height:2em}
.tab1 a{float:left;display:block;padding:2px 15px;height:25px;border-left:3px solid #efeff0;color:#555;font-weight:100%;font-size:1pc;line-height:25px}
.divdgweb_new_div_item:hover{border-bottom:1px solid #015cb5;background:#f9f9f9}
.divdgweb_new_div_item:hover .divdgweb_new_div_item_date{background:#015cb5}

.divdgweb_new_div_item:hover .divdgweb_new_div_item_day,.divdgweb_new_div_item:hover .divdgweb_new_div_item_month,.divdgweb_new_div_item:hover .divdgweb_new_div_item_year{color:#fff}
.divdgweb_new_div_item:hover .divdgweb_new_div_item_a{color:#015cb5;}
.tab1 a.on{border-left:3px solid #015cb5; color:#015cb5;font-weight:bolder}










.copy { background: #454545; text-align: justify; }
.copy_row1{ padding: 45px 0 0; }
.copy_row1 .col4 { float: left; margin-right: 70px; padding-right:55px; }
.copy_row1 .col4:nth-last-child(1){ margin-right: 0; background: none; }
.copy_row1 .col4 .c4title { position: relative; padding: 0 0 25px 0; margin-bottom: 5px; display: inline-block; }
.copy_row1 .col4 .c4title::after { content: ''; position: absolute; width: 20px; height: 2px; display: block; background: #fff; left: 0; bottom: 10px; -webkit-transition:0.6s all ease-in-out; transition:0.6s all ease-in-out; }
.copy_row1 .col4 .c4title a{ font-size: 17px; color: #fff; display: block; line-height: 35px; }
.copy_row1 .col4:hover .c4title::after{ width: 100%; background: #fe7c08}
.copy_row1 .col4 ul li{color: #e3e3e3; font-size: 14px;}
.copy_row1 .col4 ul li a { color: #e3e3e3; font-size: 14px; display: block; line-height: 30px; }
.copy_row1 .col4 ul li a:hover{ text-public: underline; color: #fff; }

.copy_row1 .fr{ text-align: right; margin-top:25px; }
.copy_row1 .cr_2 { font-size: 32px; color: #e1e1e1; line-height: 35px; padding: 0px 0 5px; letter-spacing: 0.4px; }
.copy_row1 .cr_3{ font-size: 14px; color: #e1e1e1; line-height: 30px; }
.copy_row1 .cr_4 { font-size: 14px; border-top: #e1e1e1 1px solid; display: inline-block; padding: 5px; border-bottom: #e1e1e1 1px solid; margin: 15px 0 10px; color: #fff; line-height: 25px; }
.friendlink { margin-top: 10px; width: 270px; margin-left: auto; }
.friendlink .fri_L { background: url(https://memberpic.114my.com.cn/jinxunyuan/uploadfile/image/20180702/20180702103947_2002425044.png) no-repeat; width: 77px; height: 28px; float: left; color: #e4e4e4; font-size: 17px; letter-spacing: 1px; padding: 6px; text-align: center; }
.friendlink .fri_R { height: 37px; display: block; float: right; width: 181px; background: #e4e4e4; }
.friendlink .linkTagcs { width: 181px; max-height: 37px; background: rgba(228,228,228,0.8) url(https://memberpic.114my.com.cn/jinxunyuan/uploadfile/image/20180702/20180702103947_1021712580.png) no-repeat 162px 18px; overflow: hidden; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
.friendlink .linkTagcs:hover { max-height: 200px; overflow-x: hidden; overflow-y: auto; }
.friendlink .fri_R .linkTagcs li { float: none; line-height: 37px; text-align: left; text-indent: 10px; }
.friendlink .fri_R .linkTagcs li a{ display: block; }
.cr4button { float: right; }
.copy_row2 { height: 60px; line-height: 60px; background: url(https://memberpic.114my.com.cn/jinxunyuan/uploadfile/image/20180702/20180702103948_643571678.jpg) no-repeat center top; margin-top: 25px; }
.copy_row2 { height: 60px; line-height: 60px; color: #fff; font-size: 13px; letter-spacing: 0.4px; }
.copy_row2 a{ display: inline-block; color: #fff; font-size: inherit; }
.cr4button a { position: relative; font-size: 13px; color: #fff; display: inline-block; line-height: 25px; padding: 0 3px; }
.copy_row2 a:hover { text-decoration: underline;}
.ine{ background: url(https://memberpic.114my.com.cn/jinxunyuan/uploadfile/image/20180702/20180702103948_801732060.png) no-repeat center; width: 11px; height: 11px; display: inline-block; padding: 0 5px; }
.ewm { position: absolute; width: 120px; bottom: 35px; right: -20px; z-index:1; display:none; }
.ewm img { width: 100%; height:auto; }
.copy_row2> a { font-size: 14px; display: inline-block; color: #fff; height: 60px; line-height: 60px; }
.copy_row2 .fr{ position: relative; }
.copy_row2 a:hover{ text-public: underline; }



/*内页小导航*/
.strong_title{display:none;}
.mianbxContent{padding-bottom:15px; width:1100px !important; text-indent:2.5em; padding-top:0px; text-align:left !important; height:19px !important; background:url(https://memberpic.114my.com.cn/wszlfw/uploadfile/image/20180612/20180612211039_584250061.jpg) no-repeat left 0px;border-bottom:1px solid #cdcdcd; margin-bottom: 20px !important;position: relative;     margin-top: 20px !important; float: right;}
#bodycon{ padding-bottom:0px;margin-top:80px !important; }
#bodycontent{line-height:220% !important; float: right;}

.mianbxContent::after {
    content: '';
    position: absolute;
    display: block;
    background: url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180823/20180823094011_1516552810.png) no-repeat center;
    height: 29px;
    width: 130px;
    top: 0;
    right: 0;
}



/*新闻中心*/
.xwlb_img img{border:1px solid #d1d1d1;}
.xwlb_img img:hover{border:1px solid #125fb8;}
.xwlb_img img { max-width: 189px;max-height: 135px; display: table-cell;}

/*内页新闻排版*/
.pro_list_box_item_zdy{width:1070px; float:left; height:160px; text-align:left; padding-bottom:10px;}
.pro_list_box_item_l_zdy{width:200px; height:160px; float:left;}
.pro_list_box_item_l_zdy a img {width: 182px; height:137px; border:1px solid #ccc; padding:2px;}
.pro_list_box_item_l_zdy a:hover img { border:1px solid #125fb8; padding:2px;}
.pro_list_box_item_r_zdy{width:860px;  height:160px; margin-left:10px; float:left;}
.pro_list_box_item_r_zdy a p{height: 36px; color:#666; text-overflow: ellipsis; white-space:nowrap; overflow:hidden; font-weight: bold; font-size: 18px; border: none; font-family:"Microsoft YaHei"; margin-top:8px;}
.pro_list_box_item_r_zdy a p:hover{color:#125fb8;}
.pro_list_box_item_r_zdy a div{color:#666; height:74px;}
.content_more_a_zdy {
    width: 90px;
    height: 30px;
    background: #555;
    display: block;
    margin-top: -10px;
    text-align: center;
    line-height: 29px;
    color: #fff !important;
    font-size: 13px !important;
    letter-spacing: 0.5px;
}
.pro_list_box_item_zdy{overflow:hidden;}
.shopmrsc p.xwlbnr {color:#666 !important;}
.shopmrsc a:hover{ color:#125fb8;}
.shopmrsc p.xwlbbt {    font-weight: bold !important;}
.xwlb_img {
    background: none !important;
    margin-right: 0px !important;
}
.xwlb_content {     width: 870px;}
.content_more_a_zdy::after, .content_more_a_zdy::after {
    content: "查看全文";
    color: rgb(255, 255, 255);
}


/*内页banner*/
.jianjie{ width:100%; min-width:1100px; height:350px; background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180823/20180823092737_998120683.jpg) center; overflow:hidden;}
.chanpin{ width:100%; min-width:1100px; height:350px; background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180822/20180822180307_91629657.jpg) center; overflow:hidden;}
.xinwen{ width:100%; min-width:1100px; height:350px; background:url(https://memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180822/20180822172259_97598609.jpg) center; overflow:hidden;}
.lianxi{ width:100%; min-width:1100px; height:350px; background:url(https://memberpic.114my.com.cn/jinxunyuan/uploadfile/image/20180703/20180703200706_1362568414.jpg) center; overflow:hidden;}




/*解决左右边或者中间大块空白的问题lpm*/
#left{ height:auto !important;}
#center{ height:auto !important;}
#right{ height:auto !important;}



/*留言*/
#bodycontent #tianxieone { border: none !important;}
#bodycontent #tfour { border: none !important;}
#bodycontent #lytijiao { border: none !important;}
#bodycontent #liuyanshenming { border: none !important;}





/*浮动QQ*/
.qqkefu{
    position: fixed;
    top:50%;
    z-index: 20;
    /*right:0;*/
    right: 30px;
    width:39px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float:right;
    background:url("//memberpic.114my.com.cn/qq2263379329/uploadfile/image/20180821/20180821172701_1939377816.png") no-repeat;
    background-color: #28292e;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background-color:#ff7f04;
}
.qqkefu ul li.top{
    background-position: 0 0;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}

.qqkefu ul li b{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:right;
}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li.qq_phone{
    background-position: right -46px;
}
.qqkefu ul li.qq_ku{
    background-position: right -92px;
}
.qqkefu ul li.qq_ms{
    background-position: right -138px;
}
.qqkefu ul li.qq_czb{
    background-position: right -184px;
}
.qqkefu ul li.qq_app{
    background-position: right -228px;
}
.qqkefu ul li.qq_wx{
    background-position: right -228px;
}
.qqkefu ul li.qq_czae{ line-height:15px !important}

    .erweima{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}
.app{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.app p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.app p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.app .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}
.wx{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.wx p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.wx p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.wx .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}


.product_content strong { display: block; padding: 6px 0;}

</style>