﻿@charset "utf-8";
/* CSS Document */

html, body, div, p, ul,ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, frameset, table, th, tr, td, fieldset { margin:0; padding:0; }
/* IE5.xIE6бbug */ 
* html body{overflow: visible;} 
* html iframe, * html frame{overflow: auto;} 
* html frameset{overflow: hidden;} 

/* body */ 
body{color:#757575; font-size:12px; line-height:24px;  font-family:"微软雅黑";   background:#FFF;} 
i, em, cite { font-style:normal; }

/* a */ 
a{color:#757575; font-size:12px;/*-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;*/ text-decoration: none; }
a:hover { color:#0069b7; }
/* form */ 
textarea,input{ word-wrap:break-word;word-break:break-all;} 
textarea,input {vertical-align:middle;font-size:12px; outline:none}

iframe{ border:0}
/* li */ 
ul,li{list-style-type:none;} 
/* img */ 
body img{border:0 none; vertical-align:middle;} 

/* h* */ 
h1{ font-size:24px;} 
h2{ font-size:20px;} 
h3{ font-size:18px;} 
h4{ font-size:16px;} 
h5{ font-size:14px;} 
h6{ font-size:12px;}


/* Hides from IE-mac \*/
* html .clearfix {height:1%;}.clearfix {display:block;}
/* End hide from IE-mac */
/*********清除浮动处理**********/
.clr { clear:both; display:block; height:0;font-size:0; overflow:hidden;}
/*返回顶部*/
.totop{position:fixed; right:50%; margin-right:-528px; z-index:10000; bottom:25px;display:block; width:26px; height:62px; background:url(../images/rocket.png) no-repeat 0 0; -webkit-transition: all 0.2s ease-in-out;}

.headTop{ height:30px; background:url(../images/topbj.jpg) left center repeat-x;}
.headTop .head{ width:1100px; margin:0 auto; position:relative;color:#b3b3b3; line-height:30px; font-size:12px;}
.headTop .head .right{ position:absolute; right:0; top:0; text-align:right; }
.headTop .head .right a{ font-size:12px; color:#b3b3b3}

/*网站头部*/
.top-T_Wrap{ width:auto; overflow:hidden;  height:130px; position:relative; z-index:10; background:#FFF}
.top-T{ width:1100px; margin:0 auto; height:130px; overflow:hidden; position:relative;}
.top-T .logoL{ width:588px; height:66px; overflow:hidden; margin-top:25px; position:relative}
.top-T .Tel{ position:absolute; background:url(../images/tel.png) left center no-repeat; right:0; top:37px; padding-left:60px; height:55px; color:#5e5e5e; font-size:16px;}
.top-T .Tel strong{ font-size:30px; color:#0067b7;  margin-top:5px; display:block; font-family:Arial, Helvetica, sans-serif; }


/***********nav*******/
.navWrap{ height:40px; background:url(../images/navbj.png) center center repeat-x;}
.nav{ width:1100px; margin:0 auto; overflow:hidden}
.nav li{ float:left; text-align:center;}
.nav li a{  line-height:40px; width:120px; font-size:16px; color:#ffffff; display:block; position:relative}
.nav li a:hover,.nav li .cur{background:url(../images/navcur.png) left center repeat-x; font-weight:bold}

.ProBoxWrap{  -webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out; display:none; text-align:left; width:120px; z-index:100; position:absolute; background:#0069b7}
.ProBoxWrap .ProBox{margin:0 auto;}
.ProBoxWrap .ProBox .T{ }
.ProBoxWrap .ProBox .T a{ display:block; height:40px;text-align:center; text-transform:capitalize; line-height:40px; color:#FFF; font-size:14px;}
.ProBoxWrap .ProBox .T a:hover{ text-decoration:underline}
.nav li:hover .ProBoxWrap{ display:block;}
/*********************************公共头部结束*******************************/

.js-silder{position: relative; height:600px}
.silder-scroll{width: 100%; overflow: hidden; height:100%;}
.silder-main{position: relative; width: 100%; overflow: hidden; height:100%;}
.silder-main-img{position: absolute;top: 0;left: 0;width: 100%; height:100%;}
.silder-main-img a{ display:block; height:100%}
.silder-main-img img{width: 100%;}
.js-silder-ctrl{position:absolute; bottom:5px; z-index:10; width: 100%; text-align: center;}
.silder-ctrl-prev,
.silder-ctrl-next{position: absolute;top: 0;display:none;width: 8%;height: 100%;vertical-align: middle;cursor: pointer;color: #fff;font-family: "宋体";font-size: 52px;font-weight: 600;text-shadow: #666 2px 2px 5px;}
.silder-ctrl-prev{left: 0; text-align: left;}
.silder-ctrl-next{right: 0; text-align: right;}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{position: absolute;top: 50%; margin-top: -40px;}
.silder-ctrl-prev>span{display:none;left: 0;}
.silder-ctrl-next>span{ display:none;right: 0;}
.silder-ctrl-con{display: inline-block;width:10px;padding: 10px 0; margin: 0 10px; cursor: pointer;}
.silder-ctrl-con>span{display: block;line-height: 0;text-indent: -9999px;overflow: hidden;padding:5px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; cursor: pointer; border:1px solid #0069b7}
.silder-ctrl-con.active>span{background-color: #0069b7;}

@media (max-width: 768px){
.silder-ctrl-prev,.silder-ctrl-next{width: 10%;font-size: 26px;margin-top: -25px;}
.silder-ctrl-con{width: 14px;height: 14px;padding: 0;margin: 0 5px;}
.silder-ctrl-con>span{display: block; width: 100%;height: 100%;border-radius: 50%;padding: 0;}
}

.seachWrap{ width:1102px; margin:20px auto; position:relative; height:40px; background:url(../images/searchbj.png) center center no-repeat}

.seach{overflow:hidden; width:254px; height:24px; background:url(../images/search.png) center center no-repeat; position:absolute; right:10px; top:7px}
.seach .keys{ width:170px; height:24px; border:0; background:none; padding-left:30px; float:left; font-size:12px; color:#414141; font-family:'微软雅黑'}
.seach .btns{ border:0; background:none; width:52px; height:24px; float:right; cursor:pointer}
.seachL{ line-height:36px; padding-left:15px; font-size:14px; position:relative;}
.seachL a{ font-size:14px; margin-right:5px; display:block; float:left;}
.seachl{position:absolute;width:500px;top:0;left:100px;}
.pro_bt{ background:url(../images/xian02.png) left bottom repeat-x; height:36px; line-height:36px; font-size:18px; color:#0069b7; font-weight:bold; position:relative}
.pro_bt span{ font-family:Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase; padding-left:5px; color:#c4c4c4; font-weight:normal}
.pro_bt a{ position:absolute; right:0; top:0;}

.in_pro_wrap{ width:1100px; float:right; position:relative; overflow:hidden}
.in_pro_wrap li{ width:275px; float:left; overflow:hidden; margin-bottom:25px; position:relative;}
.in_pro_wrap li a{ font-size:16px; width:260px; color:#4c4c4c;  display:block;  margin:0 auto}
.in_pro_wrap li a .pic{ width:260px; height:260px; margin:0 auto; border:1px solid #ededed;}
.in_pro_wrap li a .pic img{ width:260px;}
.in_pro_wrap li a .txt{text-align:center; overflow:hidden; height:32px; line-height:32px}
.in_pro_wrap li a:hover{ color:#0069b7}

/*产品中心*/
.homeProWrap{width:1100px; margin:0 auto; padding-top:15px;}


.inPRO{ width:1100px; margin:40px auto 20px; overflow:hidden;}
.LeftBox{ width:270px; float:left; background:#f5f5f5; overflow:hidden; margin-bottom:20px; position:relative;}
.LeftBox .Lefttitle{height:100px; background:url(../images/probt.png) center center no-repeat #0069b7;}
.LeftBox .Lefttitle.newsBt{background:url(../images/newsbt.png) center center no-repeat #0069b7;}
.LeftBox .LeftList{ width:240px; overflow:hidden; margin:0 auto 15px;}
.LeftBox .LeftList  li {  overflow:hidden; border-bottom:1px dashed #cccccc; line-height:47px; margin-bottom:5px;}
.LeftBox .LeftList  li a{ color:#808080; display:block;  font-size:16px;  background:url(../images/yuan01.png) 20px center no-repeat; padding-left:50px;}
.LeftBox .LeftList  li a:hover,.LeftBox .LeftList  li a.cur{  background:url(../images/yuan02.png) 20px center no-repeat; color:#0069b7}
.contactBt{height:50px; background:#0069b7; font-weight:bold; font-size:22px; line-height:50px; text-align:center; color:#FFF}

.LeftBox .contact_nr{color:#4a4949; padding:10px 15px; font-size:16px; line-height:34px;}


.nyWrap{width:auto;  background:url(../images/probj.jpg) left top repeat-x;}
.in_pro{width:1100px; margin:0 auto; overflow:hidden; padding:30px 0 10px}


.aboutWrap{background:#f6f6f6;  overflow:hidden; padding-top:30px}
.aboutWrap .about{ width:610px;  height:311px; margin:20px auto; background:url(../images/about.jpg) left center no-repeat; padding-left:490px}
.aboutWrap .about strong{ display:block; font-size:24px; color:#003567; font-weight:normal; margin-bottom:10px}
.aboutWrap .about a{ display:block; width:610px; font-size:14px; padding-top:30px; color:#404040; line-height:30px;}
.aboutWrap .about a span{ color:#0069b7}
.aboutBottom{ width:1100px; margin:0 auto 40px; overflow:hidden}
.aboutBottom .workshop{ width:790px; float:left; margin:0 auto; position:relative}
.aboutBottom .workshop .bt{position:relative; margin-top:23px;  text-transform:uppercase}
.aboutBottom .workshop .bt:after{ content:''; position:absolute; bottom:0; top:0; left:0; right:0; margin:auto; width:100%; height:1px; background:#dedede; z-index:1}
.aboutBottom .workshop .bt span{color:#0069b7; font-size:18px; padding-right:20px; display:inline-block; background:#f5f5f5; z-index:10; position:relative }
.aboutBottom .workshop .bt span i{padding-left:10px; font-size:14px; color:#999999}
.aboutBottom .workshop .bt a{ display:block; z-index:10; width:55px; height:20px; background:url(../images/more03.jpg) center center no-repeat; position:absolute; right:0; top:3px}

.aboutBottom .workshop .bd{ position:relative;width:1100px; margin:25px auto;}
.aboutBottom .workshop .scrollWrap{overflow:hidden; width:1100px; margin:0 auto;}
.aboutBottom .workshop ul{ overflow:hidden; zoom:1; }
.aboutBottom .workshop li{ width:263px; overflow:hidden; position:relative; float:left; display:inline; }
.aboutBottom .workshop li a { display:block; overflow:hidden; font-size:14px; text-align:center;  width:252px; margin:0 auto; padding-top:5px}
.aboutBottom .workshop li .pic {position:relative;  display:block; -moz-box-shadow:0 7px 10px #f0f0f0; -webkit-box-shadow:0 7px 10px #f0f0f0; box-shadow:0 1px 3px rgba(128,128,128,0.5);  border:1px solid #eaeaea; background:#FFF; overflow:hidden; width:240px; margin:0 auto; height:180px;}
.aboutBottom .workshop li .pic img{ max-width:100%; max-height:100%; position:absolute; margin:auto; left:0; top:0; bottom:0; right:0;}
.aboutBottom .workshop li .text{ color:#4c4c4c; line-height:24px; padding:5px 5px}


.aboutBottom .HomeHonor{ width:280px; float:right; margin:0 auto; position:relative}

.aboutBottom .HomeHonor .homePro_bt{ padding:0 0 0; text-align:center; color:#d8d8d8; font-size:14px;  text-transform:uppercase}
.aboutBottom .HomeHonor .homePro_bt strong{ font-size:18px;font-weight:normal;  color:#0069b7; margin-bottom:0; display:block;}
.aboutBottom .HomeHonor .homePro_bt span{position:relative; display:block}
.aboutBottom .HomeHonor .homePro_bt span:after{ content:''; position:absolute; bottom:0; top:0; left:0; right:0; margin:auto; width:100%; height:1px; background:#dedede; z-index:1}
.aboutBottom .HomeHonor .homePro_bt span i{display:inline-block;font-weight:normal; color:#999999; background:#f5f5f5; padding:0 20px; position:relative; z-index:10}

.aboutBottom .HomeHonor .bd{ position:relative; width:278px;  border:1px solid #eaeaea; background:#FFF; margin:10px auto;}
.aboutBottom .HomeHonor .scrollWrap{overflow:hidden; width:275px; margin:0 auto;}
.aboutBottom .HomeHonor ul{ overflow:hidden; zoom:1; }
.aboutBottom .HomeHonor li{ width:275px; overflow:hidden; position:relative; float:left; display:inline; }
.aboutBottom .HomeHonor li a { display:block; overflow:hidden; font-size:16px; text-align:center;  width:252px; margin:0 auto;}
.aboutBottom .HomeHonor li .pic {position:relative;  display:block;  background:#FFF; overflow:hidden; width:200px; margin:0 auto; height:260px;}
.aboutBottom .HomeHonor li .pic img{ max-width:100%; max-height:100%; position:absolute; margin:auto; left:0; top:0; bottom:0; right:0;}
.aboutBottom .HomeHonor li .text{ display:none; color:#999999; line-height:24px; padding:10px 25px}
.aboutBottom .HomeHonor   .prev,
.aboutBottom .HomeHonor   .next{  width:30px; height:60px; z-index:100; display:block; position:absolute; top:50%; margin-top:-20px;   overflow:hidden; cursor:pointer;}
.aboutBottom .HomeHonor   .prev{  background:url(../images/left.png) no-repeat; left:0;}
.aboutBottom .HomeHonor   .next{ background:url(../images/right.png) no-repeat; right:0;}


/*新闻中心*/
.news_wrap{width:auto; overflow:hidden; background:#FFF; padding:40px 0 20px}
.news_wrap .news{ width:1100px; margin:0 auto; overflow:hidden;}
.news_wrap .news .bt{ position:relative; background:url(../images/icon05.png) 0px center no-repeat #FFF; font-size:20px; font-weight:bold; padding-left:35px; color:#1a1a1a; height:60px; line-height:60px;}
.news_wrap .news .bt a{ display:block; position:absolute; right:0; top:20px;  width:20px; height:20px; background:url(../images/jia.png) center center no-repeat #0069b7; background-size:10px ;}

.news_wrap ul{ overflow:hidden; padding:0 0 20px; position:relative;}
.news_wrap ul li{width:auto;position:relative; }
.news_wrap ul li a{width:auto;color:#4c4c4c; line-height:36px; font-size:14px; overflow: hidden; padding-right: 80px; height: 36px; position:relative; display:block;}
.news_wrap ul li a span{  position:absolute; color:#b2b2b2; font-family:Arial, Helvetica, sans-serif; font-size:14px; top:0 ; right:0 }
.news_wrap ul li a:hover{color:#0069b7}
.news_wrap .news_L_nr{ width:330px; float:left; margin-right:55px;}
.news_wrap .news_C_nr{ width:330px; float:left}
.news_wrap .news_R_nr{ width:330px; float:right}



.news .NewsNav{ color:#7c7b7b; position:relative;line-height:45px; overflow:hidden; border-bottom:1px solid #0f85e4;  font-weight:bold; background:url(../images/newstitle.png) left center no-repeat; padding-left:30px; font-size:18px; }
.news .NewsNav li{ display:inline-block; }
.news .NewsNav li > a{ display:block; cursor:pointer; margin:0 auto; width:auto; height:45px; line-height:45px; padding:0 8px; font-size:18px;  color:#333333;}
.news .NewsNav li.cur a,.news .NewsNav li a:hover{color:#0069b7; }

.news .NewsNav:after{ content:''; position:absolute; left:0; bottom:0; width:220px; height:4px; background:#0069b7}


.Newsmore{ position:absolute; right:0; top:5px; color:#676767; font-weight:normal; text-transform:uppercase}


.homePro_bt{ padding:20px 0 0; text-align:center; font-weight:bold; color:#d8d8d8; font-size:16px;  text-transform:uppercase}
.homePro_bt strong{ font-size:30px; color:#0069b7; margin-bottom:10px; display:block;}
.homePro_bt span{position:relative; display:block}
.homePro_bt span:after{ content:''; position:absolute; bottom:0; top:0; left:0; right:0; margin:auto; width:500px; height:1px; background:#dedede; z-index:1}
.homePro_bt span i{display:inline-block; background:#f5f5f5; padding:0 20px; position:relative; z-index:10}
/*17载，感恩一路有你*/
.Env_wrap_nr{ width:auto; background:#f5f5f5; margin:0 auto; padding:30px 0; position:relative}
.Env_wrap_nr .bd{ position:relative;width:1100px; margin:30px auto;}
.Env_wrap_nr .scrollWrap{overflow:hidden; width:1100px; margin:0 auto;}
.Env_wrap_nr ul{ overflow:hidden; zoom:1; }
.Env_wrap_nr li{ width:275px; overflow:hidden; position:relative; float:left; display:inline; }
.Env_wrap_nr li a { display:block; overflow:hidden; font-size:16px; text-align:center;  width:252px; margin:0 auto;}
.Env_wrap_nr li .pic {position:relative;  display:block;   border:1px solid #eaeaea; background:#FFF; overflow:hidden; width:250px; margin:0 auto; height:180px;}
.Env_wrap_nr li .pic img{ max-width:100%; max-height:100%; position:absolute; margin:auto; left:0; top:0; bottom:0; right:0;}
.Env_wrap_nr li .text{ color:#999999; line-height:24px; padding:10px 25px}
.Env_wrap_nr   .prev,
.Env_wrap_nr   .next{  width:30px; height:60px; z-index:100; display:block; position:absolute; top:50%; margin-top:-50px;   overflow:hidden; cursor:pointer;}
.Env_wrap_nr   .prev{  background:url(../images/left.png) no-repeat; left:-60px;}
.Env_wrap_nr   .next{ background:url(../images/right.png) no-repeat; right:-60px;}

.Env_wrap_nr .more02{ position:absolute; bottom:-35px; left:0; right:0; margin:auto; width:80px; height:69px; display:block; background:url(../images/more02.png) center center no-repeat; z-index:10}



/***优势**/

.AdvantageWrap{ width:auto; height:1000px; background:url(../images/youshi.jpg) center center no-repeat}
.AdvantageWrap .Advantage{ position:relative; width:1100px; margin:0 auto; height:1000px;}
.AdvantageWrap .Advantage .title{ font-size:36px; color:#1a1a1a; font-weight:bold; position:absolute; top:100px; text-align:center; left:0; right:0; margin:auto}
.AdvantageWrap .Advantage .title span{ color:#e60012; font-size:48px; padding:0 6px}

.AdvantageWrap .Advantage .act{ position:absolute; font-size:16px; color:#4c4c4c; line-height:24px;}
.AdvantageWrap .Advantage .act strong{ color:#0069b7; display:block; font-size:24px; font-weight:bold; margin-bottom:5px;}

.AdvantageWrap .Advantage .act01{ right:70px; top:246px}
.AdvantageWrap .Advantage .act01 strong{ display:inline-block; margin-top:-20px; margin-right:10px; vertical-align:middle}
.AdvantageWrap .Advantage .act01 i{ display:inline-block}
.AdvantageWrap .Advantage .act02{ left:850px; top:370px}
.AdvantageWrap .Advantage .act03{ left:850px; top:656px}
.AdvantageWrap .Advantage .act04{ right:95px; top:875px}
.AdvantageWrap .Advantage .act04 strong{ display:inline-block; margin-top:-20px; margin-right:10px; vertical-align:middle}
.AdvantageWrap .Advantage .act04 i{ display:inline-block}

.AdvantageWrap .Advantage .act05{ right:840px; top:640px; text-align:right}
.AdvantageWrap .Advantage .act06{ right:840px; top:360px; text-align:right}
/*内页样式*/

.right{width:800px;  float:right; overflow:hidden; padding-bottom:50px;}
.right .right-bt{ width:800px; height:35px; border-bottom:1px dashed #cccccc; position:relative; line-height:35px;}
.right .right-bt .nybtL{color:#0069b7; display:inline-block;  height:34px; padding:0 5px; border-bottom:2px solid #0069b7; font-weight:bold; font-size:16px; overflow:hidden}
.right .right-bt .nybtR{ position:absolute; right:0; top:0; text-align:right; height:35px; line-height:35px;  overflow:hidden; color:#737373}

.right .right-bt .nybtR a:nth-last-child(1){ color:#0069b7}
.right .right-bt a{ color:#09255d}
.right .right-bt a:hover{ color:#0069b7}

.ny-right-about{ width:800px;  overflow:hidden; min-height:300px; padding:10px 0; font-size:14px; color:#474747}


.ny-right-news{ width:800px; margin:0 auto;  padding:10px 0 }
.ny-right-news li{ width:800px; height:32px; line-height:32px; position:relative; border-bottom:1px dashed #CCC; overflow:hidden}
.ny-right-news li a{background:url(../Images/jt.png) left center no-repeat; padding-left:15px;}
.ny-right-news li span{ position:absolute; right:0; top:0; color:#737373;}
.ny-right-news ul{ margin-bottom:20px;}


.ny-right-news h1{ font-size:16px; width:800px; float:left; text-align:center}
.ny-right-news h6{ border-bottom:1px dashed #CCC; width:800px; font-weight:normal; height:32px; float:left; line-height:32px; text-align:center;color:#737373}
.ny-news-nr{ width:800px; float:left; padding-top:10px; margin-bottom:20px;}

/*荣誉*/
.ny-right-honor{ width:800px; padding:20px 0; overflow:hidden}
.ny-right-honor li{ width:266px; float:left; overflow:hidden;  margin-bottom:15px; position:relative;}
.ny-right-honor li a{ font-size:14px; width:240px; color:#808080;  display:block;  margin:0 auto}
.ny-right-honor li a .pic{ width:240px; overflow:hidden; height:312px; border:1px solid #ededed; margin:0 auto;}
.ny-right-honor li a .pic img{ width:240px;}
.ny-right-honor li a .txt{ text-align:center; overflow:hidden; height:32px; line-height:32px}
.ny-right-honor li a:hover{ color:#0069b7}

/*内页****产品****样式*****/
.ny-right-pro{ width:800px; padding:20px 0; overflow:hidden}
.ny-right-pro li{ width:266px; float:left; overflow:hidden;  margin-bottom:15px; position:relative;}
.ny-right-pro li a{ font-size:14px; width:240px; color:#808080;  display:block;  margin:0 auto}
.ny-right-pro li a .pic{ width:240px; height:240px;  overflow:hidden; border:1px solid #ededed; margin:0 auto;}
.ny-right-pro li a .pic img{ width:240px;}
.ny-right-pro li a .txt{ text-align:center; overflow:hidden; height:32px; line-height:32px}
.ny-right-pro li a:hover{ color:#0069b7}

.jqzoom{ width:800px;  margin:10px auto; overflow:hidden;}


.jqzoom_A{ width:800px;  margin:10px auto; text-align:center;}
.jqzoom_A img{ border:1px solid #CCC; max-width:550px;}



.proproperty{ font-size:16px; font-weight:bold; color:#373737; margin-top:20px; width:800px; border-bottom:1px solid #e2e2e2;  height:30px;}
.proproperty li {float:left;  height:30px; background-image:url(../Images/t2.jpg); cursor:pointer; margin-right:5px; font-size:12px; font-weight:100; text-align:center; float:left; line-height:30px; color:#FFF; width:75px; }
.proproperty li.cur{ background-image:url(../Images/t1.jpg); }

.procontent{ width:800px; float:right; padding:10px 0;}
.dispaly{ display:none}
.pageleft{ float:left}
.pageright{ float:right}

.linkWrap{width:100%; overflow:hidden; padding:20px 0; line-height:20px; font-size:14px}
.linkWrap .linkBt{ height:65px; background:url(../images/links.png) center center no-repeat}
.linkWrap .link{ width:1100px; margin:0 auto; color:#808080; position:relative; overflow:hidden; padding:10px 0}
.linkWrap .link span {font-size:16px; font-weight: bold;}

.linkWrap .link a{color:#808080; font-size:14px; margin-right:10px;}
.linkWrap .link a:hover{ text-decoration:underline; color:#0069b7;}

/*footer*/
.footWrap{background:#0069b7; overflow:hidden;}
.footWrap .foot{ width:1100px; margin:0 auto;  padding:30px 0; font-size:14px; color:#FFF; line-height:36px; position:relative; overflow:hidden}
.footWrap .foot .List{ float:left; width:160px; overflow:hidden}
.footWrap .foot .List strong{ color:#FFF; line-height:26px; margin-bottom:10px; position:relative; font-size:16px; display:block;}
.footWrap .foot .List p{ width:160px; float:left;}
.footWrap .foot .List p a{ color:#FFF;  font-size:14px;}
.footWrap .foot .List p a:hover{ text-decoration:underline}

.footWrap .foot .A{width:500px; text-align:left; }
.footWrap .foot .A ul{ overflow:hidden}
.footWrap .foot .A li{ float:left; height:36px; width:215px;}

.footWrap .foot .B{width:350px; text-align:left;}


.footWrap .foot .E{width:240px; float:right}
.footWrap .foot .E img{ display:inline-block; margin-top:15px}

.copyWrap{ background:url(../images/copy.png) left bottom repeat-x; color:#ffffff; height:40px; line-height:40px; font-size:14px;}
.copyWrap .copy{ width:1100px; margin:0 auto; position:relative}
.copyWrap .copy i{ position:absolute; right:0; top:0}
.copyWrap a{ color:#ffffff;}
.copyWrap a:hover{ color:#ffffff}
/*翻页*/
.pageNavi{text-align:center; margin-top:20px; margin-bottom:20px;}
.wp-pagenavi {CLEAR: both;}
.wp-pagenavi A {BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none}
.wp-pagenavi SPAN {BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none}
.wp-pagenavi A:hover {BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000}
.wp-pagenavi SPAN.current {BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000}
.wp-pagenavi SPAN.current {FONT-WEIGHT: bold}




/*===========================================插件END======================================================*/

#product_view {width:700px; margin:auto; overflow:hidden;}
#product_view h1 { font-size:18px; text-align: left; line-height:26px;}
#product_view h2 { font-size:14px; height:30px; line-height:30px}
#product_view div.content { line-height:180%; padding-bottom:15px}
#product_view p.pImg {text-align:center; padding-bottom:15px}


.list{ padding:0 10px 0 0;}
.list img{ cursor:pointer; padding:1px; border:1px solid #cdcdcd; margin-right:10px; display:block; float:left; width:60px; height:60px; margin-bottom:10px;}
.list img.onzoom, .list img.on{padding:0px; border:2px solid #0069b7;}

.container{ position:relative;}

.izImage{ border:1px solid #cdcdcd; width:380px; height:380px; cursor:pointer}
.izViewer{width:300px;height:300px;position:absolute;left:390px;top:0;display:none; border:1px solid #999;}

.handle{display:none;opacity:0.6;filter:alpha(opacity=60);background:#E6EAF3; cursor:crosshair;}


.right_text{ width:400px; float:right;}
.right_text h1{ line-height:26px; font-size:18px; font-weight:normal}

.right_text .text{ line-height:34px; margin-top:10px;}
.right_text .text span{ font-size:20px; color:#0069b7;}



/*漂浮*/
.float-contact-mini {
	position: absolute;
	right: 1px;
	top: 30%;
	 z-index:100
}
.float-contact-mini a {
	background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF !important;
	display: block;
	height: 65px;
	line-height: 110%;
	padding: 46px 5px 0;
	text-align: center;
	text-decoration: none !important;
	width: 18px;
}
.float-contact {
	display: none;
	position: absolute;
	right: 1px;
	top:28%;
	width: 200px;
}
.float-contact .close {
	background: url("../images/sprites.png") no-repeat scroll -29px 0 transparent;
	color: #FFFFFF !important;
	display: block;
	height: 31px;

	line-height: 31px;
	padding-left: 22px;

}
.float-contact .container {
	background:#FFFFFF;
	border-color: #E3E3E3;
	 padding:10px

}
.float-contact .container {
	border-style: solid;

}
.float-contact .qq {
	
}
.float-contact .qqtitle {

}
.float-contact .qq .btn {
	
}
.float-contact .qq .btn li {
line-height:30px;
}

/*.float-contact .qq .btn li a{ border:1px solid #e6e6e6; margin:10px auto 0; display:block}*/

.float-contact .myqqlink {
	background: url("../images/qqpf.png") repeat-x left center;
	
	color: #FFFFFF ; font-size:16px;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;

}

/*常见问题*/
.problem{width:800px; margin:0 auto; height:700px;}
.problem .problemtitle{padding:20px 0 0 30px; height:40px; line-height:40px; background:url(../images/tais.png) no-repeat left 30px}
.problem .problemtitle span{float:left; font-size:28px; color:#003168}
.problem li{width:360px; float:left; margin:20px 0 0 20px;}
.problem li .textT{ height: 48px; line-height: 48px; font-size: 16px; color: #003168; font-weight: bold; background:#f8fbff url(../images/xqq.png) no-repeat 20px center; border: 1px solid #003168; text-indent: 54px;}
.problem li .textB{padding: 20px 32px 30px 53px; font-size: 14px; color: #555; line-height: 26px; height: 104px; background:#f9f9f9 url(../images/xqa.png) no-repeat 20px 22px}

/*为什么选择我们*/
.why{width:800px; margin:0 auto; padding:20px 0;}
.why .whytitle{padding:20px 0 0 30px; height:40px; line-height:40px; background:url(../images/tais.png) no-repeat left 30px}
.why .whytitle span{float:left; font-size:28px; color:#003168}
.why .text{font-size: 14px; color: #555; line-height: 26px; margin-top: 24px;}
.why img{padding-top:20px;}

/*产品页推荐产品*/
.Relatedpro{width:800px; margin:0 auto; padding-top:20px;}
.Relatedpro .protitle{padding:20px 0; height:40px; line-height:40px;}
.Relatedpro .protitle span{float:left; font-size:28px;}
.Related{width:800px;padding-bottom:20px;overflow:hidden; text-align:center;}
.Related li {width:200px; float:left}
.Related li .Related_box{width:180px; margin:0 auto; border:1px solid #e6e6e6}
.Related li .pic{width:180px; margin:0 auto; }
.Related li .pic img{max-width:100%;max-height:100%;}
.Related li .text{display:block; width:180px;height:40px;line-height:40px;font-size:14px; margin:0 auto;}
.Related li .Related_box > a:hover,.Related li .Related_box:hover > a{ background:#003168; color:#FFF;}

/**返回**/
.GoTop {
	position: fixed;
	right: 50%;
	bottom: 50px;
	margin-right: -660px;
}

.GoTop a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #e2e2e2;
	line-height: 20px;
	background: #FFF
}

.GoTop a.icon-back {
	padding-top: 6px;
	height: 34px;
}

.GoTop a.icon-gotop {
	background: url(../images/top.png) center center no-repeat #FFF;
	background-size: 35px;
}

.GoTop a:hover {
	border: 1px solid #e10601;
	color: #e10601
}

.GoTop a.icon-gotop:hover {
	background: url(../images/topa.png) center center no-repeat #FFF;
	background-size: 35px;
}

.bgtianjia{width:100%;border-top: 20px solid #0c9ed1;}
.tianjia{width: 1200px; margin: 0px auto; padding-bottom:35px; overflow:hidden;display: flex;justify-content: space-around;}
.tianjialeft{width: 35%;padding-top:30px}
.tianjialeft img{width:100%;height:auto;}
.tianjiaright{width:55%;padding-top:30px}
.tianjiaright h2{
font-size: 22px;
    font-weight: 800;
    padding: 25px 0;}
.tianjiaright p{
padding: 10px 0;
    line-height: 25px;
    text-indent: 2em;
}