
/* CSS Document */
body{margin:0; padding:0; font:12px Arial,"microsoft yahei"; color:#333; background:#fff; }
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; }
ul,li,ol{list-style:none;}
a{text-decoration:none; color:#333;}
a:hover{text-decoration:none; color:#ff5519;}
input,textarea,select,button{  font-family:Arial,"Microsoft YaHei";}
input:focus,textarea:focus,select:focus,button:focus{ outline:none;}
::-moz-selection {background:#333;color:#FFF;}
::selection {background: #333;color: #FFF;}
img{border:0}
.clear { zoom: 1;clear:both; }
.clear:after { content: ''; display: block; clear: both; }


/*@font-face {font-family:'abbphtB'; src: url('../fonts/Alibaba-PuHuiTi-Bold.ttf') format('truetype'); }
@font-face {font-family:'abbphtL'; src: url('../fonts/Alibaba-PuHuiTi-Light.ttf') format('truetype'); }*/


.fl{ float:left; }
.fr{ float:right; }
.c1200{ width:1200px; margin: auto; position: relative; z-index: 1; }
.c1040{ width:1040px; margin: auto; position: relative; z-index: 1; }

.scrollbar::-webkit-scrollbar{ width:4px; background:#f2f2f2;  }/* 滚动条整体部分 */
.scrollbar::-webkit-scrollbar-button{ display:none;}/*  滚动条两端的按钮 */
.scrollbar::-webkit-scrollbar-track{ display:none;}/*  外层轨道 */
.scrollbar::-webkit-scrollbar-track-piece{ display:none;}/*  内层轨道 */
.scrollbar::-webkit-scrollbar-thumb{ background:#ff5519; position: relative; z-index: 2;}/*  滚动条里面可以拖动的那部分 */
.scrollbar::-webkit-scrollbar-corner{display:none;}/* 边角 */
.scrollbar::-webkit-resizer{display:none;}/*  定义右下角拖动块的样式 */

/*nav*/
.header{width: 100%;  position: fixed; height: 80px; padding: 10px 0; background-color: rgba(255,255,255,0); top: 0; left: 0; z-index:99999;  transition: all 0.8s ease;  }
.headerLogo a{display: block; margin: 18px 0; background: url(../images/headerLogo1.png) left center no-repeat; width:314px;height: 44px;}
.headerNav { margin: 20px 50px 20px 0; }
.headerNav .nav{  height: 40px; margin: 0 0 ;  }
.headerNav .nav li{  margin-left: 0; float: left; width: 100px;  text-align:center;position:relative;}
.headerNav .nav li:first-child{background:none;}
.headerNav .nav li h3 { font-weight: normal; }
.headerNav .nav li h3 a{display:block;height:30px; padding: 5px 0 ; text-transform: capitalize; font-size:18px; line-height: 30px; color:#fff;}
.headerNav .nav li#seced h3 a,.nav li:hover h3 a{  color: #ff5519;}
.headerNav .nav .m{z-index:99999;}
.headerNav .nav .sub{display:none;position:absolute;z-index:99999;background-color:rgba(255,255,255,0.95);-webkit-transform-origin: top center;-webkit-animation-duration:0.3s; animation-duration:0.3s;-moz-transform-origin: top center;-ms-transform-origin:top center;-o-transform-origin: top center;transform-origin: top center;text-transform: uppercase;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1); left: -10px; width: 120px; }
.headerNav .nav .sub dt{text-align:center;  width:120px; position: relative;}
.headerNav .nav .sub dt h5{font-weight: normal;}
.headerNav .nav .sub dt h5 a{display:block;border-top:1px solid #ddd; text-align: center; width: 90px; text-align: ; overflow: hidden; padding: 12px 15px ; font-size:14px; line-height:16px; color:#666; }
.headerNav .nav .sub dt:first-child h5 a{border-top:0; }
.headerNav .nav .sub dt:hover h5 a,.headerNav .nav .sub dt#seced h5 a{ background-color: #ff5519 ;  color: #fff ; opacity: 1;}

.headerSearch { width: 160px; height: 36px; margin: 22px 0;}
.headerSearch form{ width: 160px; height: 36px;  overflow: hidden; margin: auto; position: relative;}
.headerSearch form .inputBox{ width: 108px; height: 34px; line-height: 34px; border-radius:18px; overflow: hidden; background-color: rgba(255,255,255,0); position: relative; z-index: 1; padding: 0 38px 0 12px; font-size: 12px; color: #fff; border: solid 1px #fff;}
.headerSearch form .inputBox::-webkit-input-placeholder{color: #fff;font-size: 12px;}
.headerSearch form .inputBox:-moz-placeholder{color: #fff;opacity: 1;font-size: 12px;}
.headerSearch form .inputBox::-moz-placeholder{color: #fff;opacity: 1;font-size: 12px;}
.headerSearch form .inputBox:-ms-input-placeholder{color: #fff;font-size: 14px;}
.headerSearch form .inputBox:focus{ font-size: 12px; color: #fff;}
.headerSearch form .searchBox{ width: 20px; height: 20px; background: url(../images/searchIcon2.png) center center no-repeat; position: absolute; top:7px ; right: 12px; z-index: 2; border: 0; padding: 0; cursor: pointer; overflow: hidden; line-height:999px;}
.headerSearch form .searchBox:hover,.is-fixed.mod-header form .searchBox:hover{ background: url(../images/searchIcon1.png) center center no-repeat; }

.proHeader{ background-color: #fff;  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1); }


.is-fixed.mod-header {position:fixed;top:0; left: 0; width:100%; padding: 0; background-color: #fff;  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1); }
.is-fixed.mod-header .headerLogo a,.proHeader .headerLogo a{background: url(../images/headerLogo.png) left center no-repeat;}
.is-fixed.mod-header .nav li h3 a,.proHeader .nav li h3 a{ color: #333;}
.is-fixed.mod-header .nav li#seced h3 a,.is-fixed.mod-header .nav li:hover h3 a,.proHeader .nav li#seced h3 a,.proHeader .nav li:hover h3 a{  color: #ff5519;}
.is-fixed.mod-header form .inputBox,.proHeader form .inputBox{  border-color: #ccc; color: #999;}
.is-fixed.mod-header form .searchBox,.proHeader form .searchBox{ background: url(../images/searchIcon.png) center center no-repeat; }
.is-fixed.mod-header .headerSearch form .inputBox::-webkit-input-placeholder,.proHeader .headerSearch form .inputBox::-webkit-input-placeholder{color: #999;font-size: 12px;}
.is-fixed.mod-header .headerSearch form .inputBox:-moz-placeholder,.proHeader .headerSearch form .inputBox:-moz-placeholder{color: #999;opacity: 1;font-size: 12px;}
.is-fixed.mod-header .headerSearch form .inputBox::-moz-placeholder,.proHeader .headerSearch form .inputBox::-moz-placeholder{color: #999;opacity: 1;font-size: 12px;}
.is-fixed.mod-header .headerSearch form .inputBox:-ms-input-placeholder,.proHeader .headerSearch form .inputBox:-ms-input-placeholder{color: #999;font-size: 14px;}
.is-fixed.mod-header .headerSearch form .inputBox:focus,.proHeader .headerSearch form .inputBox:focus{ font-size: 12px; color: #333;}


/* indexBanner */
.indexBanner{width:100% ;position:relative;height:700px;   margin:0 auto; z-index:1;}
.indexBanner .bd{margin:0 auto; width: 100%; position:relative;z-index:0;overflow:hidden;}
.indexBanner .bd ul{width:100% !important;}
.indexBanner .bd li{width:100% !important; height:700px; overflow:hidden; text-align:center;}
.indexBanner .bd li a{display:block; width:100% !important; height:700px;}
.indexBanner .hd{width:100%;position:absolute;z-index:1;bottom:30px;left:0;height:6px;}
.indexBanner .hd ul{text-align:center;}
.indexBanner .hd ul li{cursor:pointer; display:inline-block; *display:inline; zoom:1; width:12px; overflow: hidden;  height:12px;margin:0 14px;overflow:hidden; background-color: rgba(255,255,255,0.5); line-height:999px; transition: all 0.8s ease; border-radius: 50%;}
.indexBanner .hd ul .on{ background-color: rgba(255,255,255,1);  transition: all 0.8s ease;}

/* indexLinks */
.indexLinks{ width: 100%; background-color: #f9f9f9; padding: 0 0; }
.indexLinks ul{ width: 100%; text-align: center;  display: table; word-spacing:0; }
.indexLinks li{ width: 300px; display: inline-block; vertical-align: top; position: relative;}
.indexLinks li a{  width: 260px; display: inline-block; padding: 15px 20px;}
.indexLinks li::after{ content: ''; position: absolute; left: -1px; top: 50%; margin-top: -32px; width: 1px; height: 64px; background-color: #e5e5e5;}
.indexLinks li:first-child:after{ display: none;}
.indexLinks li img{ width: 135px; height: 50px;}
.indexLinks li p{ color: #666; margin-top: 5px; font-size: 14px;}
.indexLinks li:hover p{ color: #ff5519;}
.indexLinks li:hover {background-color: #e5e5e5;}
.indexLinks li:hover:after{ display: none;}

/* indexTitle */
.indexTitle{ width: 100%; text-align: center;}
.indexTitle p{ font-size: 30px; color: #333; margin-bottom: 10px;}
.indexTitle span{ font-size: 16px; color: #999; }

/* indexProduct */
.indexProduct{ width: 100%; padding: 60px 0; margin: auto;}
.indexProduct .list{ width: 100%; margin-top: 60px; height: 400px; text-align: center;  display: table; word-spacing:0;}
.indexProduct .item{ width: 200px; box-sizing: border-box; display: inline-block; height: 360px; border: solid 1px #e5e5e5;  vertical-align: top; position: relative; z-index: 1; margin-left: -1px;  transition: all 0.8s ease; overflow: hidden; }
.indexProduct .item:first-child{ margin-left:0;}
.indexProduct .item .title{ width: 100%;  font-size: 18px; color: #333; background-color: #f2f2f2; height: 40px; line-height: 40px; overflow: hidden; padding: 20px 0; border-bottom: solid 1px #e5e5e5; transition: all 0.8s ease;  }
.indexProduct .item .nav{ width: 100%; height: 233px; padding: 22px 0; transition: all 0.8s ease; position: relative; overflow: hidden;}
.indexProduct .item .nav ul{  height: 160px;  padding:0 0 20px 0; margin: 0 10px; position: relative; overflow-y: hidden;}
.indexProduct .item .nav ul li{ margin: 15px 0; display: block; transition: all 0.8s ease; }
.indexProduct .item .nav ul li a{ font-size: 14px; color: #666; line-height: 18px;}
.indexProduct .item .nav ul li a:hover{ color: #ff5519;}
.indexProduct .item .nav ul li:hover{ display: block;}
.indexProduct .item .nav .more a{ display: block; width: 98px; line-height: 29px; text-align: center; border: solid 1px #e5e5e5; position: absolute; margin-left: -50px; left: 50%; bottom: 22px; font-size: 14px; color: #666; transition: all 0.8s ease;}
.indexProduct .item:hover{ border-color: #ff5519;  z-index: 2; height: 400px; margin-top: -20px;}
.indexProduct .item:hover .nav{  height: 273px;}
.indexProduct .item:hover .nav ul { height: 180px; overflow-y: auto;}
.indexProduct .item:hover .title{ background-color: #ff5519; border-color: #ff5519; color: #fff;}
.indexProduct .item:hover .more a{ border-color: #ff5519; color: #fff; background-color: #ff5519;}





/* indexSolution */
.indexSolution{ width: 100%; padding: 0 0; margin: auto; position: relative;}
.indexSolution .indexTitle{ position: absolute; top: 60px; left: 0; z-index: 2;}
.SolutionBox{ width: 100%; margin: 0 ; position: relative;}
.SolutionBox .hd{ width: 240px; position: absolute; right: 50%; top: 170px; margin-right: 360px; z-index: 2; }
.SolutionBox .hd ul{ width: 100%;}
.SolutionBox .hd ul li{ float:left;  width: 120px; margin-bottom: 1px; height: 50px; padding: 20px 30px 20px 90px; line-height: 25px; cursor: pointer;}
.SolutionBox .hd ul li p{ font-size: 20px; color: #333;}
.SolutionBox .hd ul li span{ font-size: 14px; color: #999;}
.SolutionBox .hd ul li:nth-child(1){ background: rgba(255,255,255,0.9) url(../images/solution/s01.png) center left 30px no-repeat;}
.SolutionBox .hd ul li:nth-child(2){ background: rgba(255,255,255,0.9) url(../images/solution/s02.png) center left 30px no-repeat;}
.SolutionBox .hd ul li:nth-child(3){ background: rgba(255,255,255,0.9) url(../images/solution/s03.png) center left 30px no-repeat;}
.SolutionBox .hd ul li:nth-child(4){ background: rgba(255,255,255,0.9) url(../images/solution/s04.png) center left 30px no-repeat;}
.SolutionBox .hd ul li:nth-child(5){ background: rgba(255,255,255,0.9) url(../images/solution/s05.png) center left 30px no-repeat;}
.SolutionBox .hd ul li:nth-child(6){ background: rgba(255,255,255,0.9) url(../images/solution/s06.png) center left 30px no-repeat;}
.SolutionBox .hd ul li:nth-child(1).on{ background: rgba(255,85,25,0.9) url(../images/solution/s01-1.png) center left 30px no-repeat;}
.SolutionBox .hd ul li:nth-child(2).on{ background: rgba(255,85,25,0.9) url(../images/solution/s02-1.png) center left 30px no-repeat;}
.SolutionBox .hd ul li:nth-child(3).on{ background: rgba(255,85,25,0.9) url(../images/solution/s03-1.png) center left 30px no-repeat;}
.SolutionBox .hd ul li:nth-child(4).on{ background: rgba(255,85,25,0.9) url(../images/solution/s04-1.png) center left 30px no-repeat;}
.SolutionBox .hd ul li:nth-child(5).on{ background: rgba(255,85,25,0.9) url(../images/solution/s05-1.png) center left 30px no-repeat;}
.SolutionBox .hd ul li:nth-child(6).on{ background: rgba(255,85,25,0.9) url(../images/solution/s06-1.png) center left 30px no-repeat;}
.SolutionBox .hd ul li.on p,.SolutionBox .hd ul li.on span{ color: #fff;}
.SolutionBox .bd{  width: 100%; z-index: 1;}
.SolutionBox .bd .cont{ width: 890px;  padding: 170px 0 80px 310px; margin: auto; height: 560px; overflow: hidden;}
.SolutionBox .bd .title{ font-size: 36px; color: #ff5519; margin: 20px 0;}
.SolutionBox .bd .con{ width: 100%; font-size: 16px; color: #666; line-height: 34px;}
.SolutionBox .bd .con img{ max-width: 100%;}
.SolutionBox .bd .con p{ text-indent: 2em;}
.SolutionBox .bd .list{ width: 100%; text-align: left; margin: 50px 0 0 0;  display: table; word-spacing:0;}
.SolutionBox .bd .list dl{ display: inline-block;   vertical-align: top; text-align: center; margin-right: 50px;}
.SolutionBox .bd .list dl dt{ width: 100px; height: 100px; border-radius: 50%; border: solid 1px #999;}
.SolutionBox .bd .list dl dd{ font-size: 18px; color: #666; margin-top: 15px;}
.SolutionBox .bd .list dl:nth-child(1) dt{background: url(../images/solution/yl01.png) center center no-repeat;}
.SolutionBox .bd .list dl:nth-child(2) dt{background: url(../images/solution/yl02.png) center center no-repeat;}
.SolutionBox .bd .list dl:nth-child(3) dt{background: url(../images/solution/yl03.png) center center no-repeat;}
.SolutionBox .bd .list dl:nth-child(4) dt{background: url(../images/solution/yl04.png) center center no-repeat;}
.SolutionBox .bd .list dl:hover dt{ border-color: #ff5519;}
.SolutionBox .bd .list dl:hover dd{ color: #ff5519;}
.SolutionBox .bd .list dl:nth-child(1):hover dt{background:#ff5519 url(../images/solution/yl01-1.png) center center no-repeat;}
.SolutionBox .bd .list dl:nth-child(2):hover dt{background:#ff5519 url(../images/solution/yl02-1.png) center center no-repeat;}
.SolutionBox .bd .list dl:nth-child(3):hover dt{background:#ff5519 url(../images/solution/yl03-1.png) center center no-repeat;}
.SolutionBox .bd .list dl:nth-child(4):hover dt{background:#ff5519 url(../images/solution/yl04-1.png) center center no-repeat;}
.SolutionBox .bd .more a{ display: block; margin-top: 40px; width: 200px; line-height: 50px; border-radius: 25px; text-align: center; background-color: #333; font-size: 18px; color: #fff;}
.SolutionBox .bd .more a:hover{ background-color: #ff5519;}


/* indexCase */
.indexCase{ width: 100%; padding: 60px 0 0 0; margin: auto;}
.indexCase .list{ width: 100%; margin-top: 20px;}
.indexCase .list ul{ width: 1260px; margin: 0 -30px;  text-align: left;  display: table; word-spacing:0;}
.indexCase .list ul li{display: inline-block;  vertical-align: top; text-align: center; width: 360px; margin:20px 30px;}
.indexCase .list ul li .img{ width: 360px; height: 180px; position: relative;}
.indexCase .list ul li .img img.thumbnail{width: 360px; height: 180px;  opacity: 1; transform: translateY(0) rotateX(0); transition: all 0.6s ease-in-out 0s;}
.indexCase .list ul li .img p{ position: absolute; top:0; left:0; width:100%; height:100%;  opacity:0; transition: all 0.60s ease-in-out 0s;}
.indexCase .list ul li .img p img.logo{ width: 170px; height: 60px; position: absolute; top: 50%; left: 50%; margin: -30px 0 0 -85px; }
.indexCase .list ul li .title{  width: 100%; margin-top: 15px;}
.indexCase .list ul li .title a{ font-size: 16px; color: #666;}
.indexCase .list ul li .title span{ font-size: 22px; color: #333; margin-right: 10px;}
.indexCase .list ul li:hover .img img.thumbnail{ transform: translateY(-100%) rotateX(90deg); transform-origin:bottom center; opacity:0;}
.indexCase .list ul li:hover .img p{opacity:1;}
.indexCase .list ul li:hover .title a{color: #333;}
.indexCase .list ul li:hover .title span{ color: #ff5519;}

/* indexPartner */
.indexPartner{ width: 100%; padding: 20px 0 40px; margin: auto;}
.indexPartner ul{ width: 1224px; margin: 0 -12px;}
.indexPartner ul li{ float: left; width: 180px; height: 70px; text-align: center; margin: 12px; background-color: #eee; box-sizing: border-box;}
.indexPartner ul li img{ width: 180px; height: 70px;}
.indexPartner ul li:hover{ background-color: #fff; border: solid 2px #ff5519;}
.indexPartner ul li:hover img{ width: 176px; height: 68px;}

/* indexAdvantage */
.indexAdvantage{ width: 100%; padding: 70px 0; margin: auto; background: url(../images/AdvantageBg1.jpg) center center no-repeat;  background-attachment: fixed !important;}
.indexAdvantage ul{ width: 100%; text-align: center;  display: table; word-spacing:0;}
.indexAdvantage ul li{display: inline-block;  vertical-align: top;  width: 300px;}
.indexAdvantage ul li h5{ font-size: 50px; color: #ff5519;}
.indexAdvantage ul li span{ font-size: 32px; font-weight: normal; margin-left: 5px;}
.indexAdvantage ul li p{ font-size: 16px; color: #333;}

/* indexNews */
.indexNews{ width:100%; margin: auto; padding: 60px 0; }
.indexNews .hd{  width: 100%; margin-top: 30px; }
.indexNews .hd ul{ width: 100%; text-align: center;  display: table; word-spacing:0; }
.indexNews .hd ul li{ display: inline-block;  vertical-align: top; margin: 0 10px; }
.indexNews .hd ul li a{ display: block; padding:0 20px; line-height: 38px; font-size: 16px; color: #666; font-weight: bold; border: solid 1px #ddd; }
.indexNews .hd ul li.on a{ background-color: #ff5519; border-color: #ff5519; color: #fff; }
.indexNews .bd{ width: 100%; margin-top: 30px; min-width: 360px;}
.indexNews .bd ul{ width: 1260px; margin: 0 -30px; padding:0; position: relative; zoom:1; text-align: left;  display: table; word-spacing:0 }
.indexNews .bd li{display: inline-block; position: relative; vertical-align: top; width: 360px; height: 380px;  background-color: #f7f7f7; margin: 15px 30px; transition: all 0.8s ease;}
.indexNews .bd li a{ display: block; width: 330px; height: 300px; padding: 15px; overflow: hidden;}
.indexNews .bd li img{ width: 330px; height: 200px;}
.indexNews .bd li h2{ font-size: 18px; color: #333; margin: 5px 0; transition: all 0.8s ease;}
.indexNews .bd li p{ font-size: 14px; color: #999; line-height: 20px; transition: all 0.8s ease;}
.indexNews .bd li span{ position: absolute; left: 15px; bottom: 15px; font-size: 14px; color: #999; padding-bottom: 7px; border-bottom: solid 1px #ccc;}
.indexNews .bd li:hover{ background-color: #fff; transform: translateY(-10px); -webkit-box-shadow:0 0 20px rgba(0,0,0,0.1); -moz-box-shadow:0 0 20px rgba(0,0,0,0.1); box-shadow:0 0 20px rgba(0,0,0,0.1); }
.indexNews .bd li:hover h2{ color: #ff5519;}
.indexNews .bd li:hover p{ color: #333;}
.indexNews .bd li:hover span{ color: #333;}
.indexNews .bd li:hover span:hover{ color: #ff5519;}



/* footer */
footer{ width: 100%; background-color: #303030; margin: auto;}
.footer{ width: 100%; padding: 35px 0;}
.footer .left{ width: 230px; text-align: center;}
.footer .left b{ font-size: 36px; color: #ff5519; }
.footer .left p{ font-size: 12px; color: #999; line-height: 20px; margin: 0 0;}
.footer .left p span{ font-size: 14px; color: #ccc;}
.footer .left a{ display: block; margin:15px auto 0; width: 130px; padding: 0 15px; text-align: right; font-size: 14px; color: #fff; line-height: 40px; background: #ff5519 url(../images/icon_kf.png) left 15px center no-repeat;}
.footer .mid{ width: 600px; margin:0 0 0 70px;}
.footer .mid dl{ float: left; width: 120px; margin-left: 30px;}
.footer .mid dl dt{ width: 100%; margin-bottom: 20px;}
.footer .mid dl dt a{ font-size: 16px; color: #ccc;}
.footer .mid dl dd{ width: 100%; margin: 8px 0;}
.footer .mid dl dd a{ font-size: 12px; color: #777; line-height: 18px; }
.footer .mid dl a:hover{ color: #ff5519;}
.footer .right{}
.footer .right dl{ float: left; width: 110px; margin-left: 40px; text-align: center;}
.footer .right dl img{ width: 110px; height: 110px;}
.footer .right dl dd{ font-size: 12px; color: #ccc; margin-top: 8px;}

.links{ width: 100%; line-height: 24px; padding-bottom: 15px;}
.links span{ font-size: 16px; color: #ccc;}
.links a{ font-size: 12px; color: #666; margin-right: 10px;}
.links a:hover{ color: #ff5519;}

.copy{ width: 100%; padding: 15px 0; line-height: 24px; font-size: 12px; text-align: center; color: #666; border-top: solid 1px #3b3b3b;}
.copy a{ color: #666;}
.copy a:hover{ color: #ff5519;}


/* tanchu */
.theme-mask{z-index:99999; position:fixed; _position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.8); display:none; }
.popover_weixin{ width:360px; height:400px; z-index:100000; position:fixed; top:50%;left:50%; background:#fff; margin:-200px 0 0 -180px;   box-shadow:1px 1px 6px 3px rgba(0,0,0,.2); display:none; text-align:center; border-radius:5px;}
.popover_weixin dl{ margin-top:50px; font-size:14px; line-height:36px;}
.popover_weixin dl a{ width:110px; height:36px; background:#ff5519; color:#fff; display:inline-block; border-radius:5px; font-size:14px; margin-top:20px;}

.theme-bg{z-index:99999; position:fixed; _position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.8); }

/* customer */
.customer {top:50%; position:fixed; right:2px; z-index:99; margin-top:-62px; font-size:12px;}
.customer a {display:block; width:40px; height:40px; padding:0px; background:#333;  position: relative; text-align: center; margin:1px 0; font-size:12px;}
.customer a.gotop{ background-color: #333;}
.customer a:hover{ background:#ff5519; color:#fff; }
.customer i{ display: block; height:40px; width:40px; background:url(../images/fudong.png); margin:0 ; }
.customer .customer1{ background-position:0 0px;}
.customer .customer2{ background-position:0 -40px;}
.customer .customer3{ background-position:0 -80px;}
.customer li:hover a{ background:#ff5519; color:#fff;}

.customer .qicq{}
.customer .qicq .qicqCon{ position:relative;}
.customer .qicq .qicqSub{ display:none; width:108px; right:40px; top:0;  position:absolute; background:#ff5519; padding:12px 12px 10px; z-index:9999;}
.customer .qicq .qicqSub p{ width:100%; text-align:center; display:inline-block; margin:3px 0;}
.customer .qicq .qicqSub p a img{ margin:8px 4px 8px 8px; float:left;}
.customer .qicq .qicqSub p a{display:block; width:108px; height:32px; padding:0; background:rgba(255, 255, 255, 0.1); border:1px solid #eee; position: relative; text-align: left; line-height:32px; border-radius:32px; margin:0; color:#fff;}
.customer .qicq .qicqSub p a:hover{ background:#fff; color:#333; border:1px solid #fff;}

.customer .erweima{}
.customer .erweima .erweimaCon{ position:relative;}
.customer .erweima .erweimaSub{ display:none; width:120px; text-align: center; right:40px; top:0;  position:absolute; background:#ff5519; padding:14px; z-index:9999;}
.customer .erweima .erweimaSub dl:first-child{}
.customer .erweima .erweimaSub img{ width:120px; height:120px; margin-bottom: 5px;}
.customer .erweima .erweimaSub dd{ width:100%; line-height:18px;font-size: 12px; text-align:center; color: #fff; display:inline-block; margin:0;}




/* pageBanner */
.pageBanner{ width: 100%;height: 300px;position: relative; z-index: 1; margin: auto; padding-top: 230px;}
.pageBanner h2{ font-size: 52px; color: #fff; font-family:'abbphtB';}
.pageBanner p{ font-size: 36px; color: rgba(255,255,255,0.7); font-family:'abbphtL'; text-transform: capitalize;}

.BannerPro h2{ font-size: 52px; color: #fff; font-family:'abbphtB';}
.BannerPro p{ font-size: 36px; color: #495b72; font-family:'abbphtL';}

/* pageResult */
.pageResult{ width: 100%; padding: 200px 0 60px 0;}
.pageResult .name{ width: 100%;  text-align: center; display: table; word-spacing:0; }
.pageResult .name i,.pageResult .name span{ display: inline-block; margin: 0 20px; vertical-align: top;}
.pageResult .name i{ width: 52px; height: 52px; background: url(../images/ResultIcon.png) center center no-repeat;}
.pageResult .name span{ margin: 0; font-size: 34px;  color: #333;}
.pageResult .img{ width: 260px; height: 215px; margin:40px auto; background: url(../images/ResultImg.png) center center no-repeat;}
.pageResult .slogan{ width: 100%; text-align: center; font-size: 28px; color: #333; line-height: 46px;}
.pageResult .more{ width: 100%; text-align: center; margin: 40px  auto; display: table; word-spacing:0; }
.pageResult .more a{display: inline-block; margin: 0 20px; line-height: 50px; width: 260px; border-radius: 5px; overflow: hidden; font-size: 16px; color: #fff;}
.pageResult .more a:nth-child(1){ background-color: #ff5519;}
.pageResult .more a:nth-child(2){ background-color: #333;}
.pageResult .more a:hover{ background-color: #ff5519;}


/* fenye */
.pages { margin:30px 0 0; text-align:center; font-size:14px;}
.pages a { display:inline-block; height:30px; line-height:30px; background:#fff; border:1px solid #eee; color:#333; padding:0 12px; margin:0 3px; }
.pages a:hover { background:#ff5519;  border:1px solid #ff5519; color:#fff; text-decoration:none;  }
.pages span { display:inline-block; height:30px; line-height:30px; background:#ff5519; border:1px solid #ff5519; color:#fff; padding:0 12px; margin:0 3px;}


/* pageCont */
.pageCont{ width: 100%; padding: 60px 0;}
.pageCont .cont{ font-size: 14px; color: #333; line-height: 32px;}
.pageCont .cont img{ max-width: 100%;}

/* pageNav */
.pageNav{ width: 100%; padding: 15px 0; border-bottom: solid 1px #eee;}
.pageNav ul{ width: 100%; text-align: center; display: table; word-spacing: 0; position: relative;}
.pageNav ul li{ display: inline-block; vertical-align: top; margin: 0 40px; line-height: 30px; position: relative; z-index: 2;}
.pageNav ul li a{display: inline-block;  font-size: 16px; color: #333;}
.pageNav ul li.on a,.pageNav ul li:hover a{ color: #ff5519; font-weight: bold;}


/* pageProduct */
.pageProduct{ width: 100%; padding: 80px 0; margin: auto; background-color: #f9f9f9;}
.pageProduct .proTop{ text-align: center; font-size: 30px; color: #333; margin-bottom: 40px;}
.pageProduct .left{ width: 240px;}

.ProNav{  width: 220px; padding: 10px 10px 20px 10px; background-color: #fff; border-top: solid 2px #ff5519; }
.ProNav .top{  width: 200px; padding: 10px 10px 20px 10px; font-size: 32px; color: #ff5519; font-weight: bold; line-height: 36px;}
/* .ProNav dl{ width: 100%; }
.ProNav dt{ line-height:20px; padding:12px 50px 12px 20px; width: 150px;  background:#bbb url(../images/proNav1.png) right 20px center no-repeat; cursor:pointer; font-size: 16px; color: #fff; margin-bottom: 2px;}
.ProNav dt.on,.ProNav dt:hover{ background-color: #ff5519;}
.ProNav dd{ padding:5px 0 10px 0; display:none; }
.ProNav dd a{  display: block; width: 160px; padding: 10px 20px 10px 40px; border-bottom: solid 1px #eee; font-size: 14px; color: #666; line-height: 16px; background: url(../images/proNav2.png) left 20px center no-repeat;}
.ProNav dd a:hover,.ProNav dd a.on{ color: #ff5519; background: url(../images/proNav3.png) left 20px center no-repeat;}
 */
.ProNav ul{ width: 100%; }
.ProNav li.q{ line-height:20px; padding:12px 50px 12px 20px; width: 150px;  background:#bbb url(../images/proNav1.png) right 20px center no-repeat;  font-size: 16px; color: #fff; margin-bottom: 2px;}
.ProNav li.q a{ color: #fff;}
.ProNav li#q,.ProNav li.q:hover{ background-color: #ff5519;}
.ProNav li.a{ padding:5px 0 10px 0; display:none; }
.ProNav li#a{ display: block;}
.ProNav li.a a{  display: block; width: 160px; padding: 10px 20px 10px 40px; border-bottom: solid 1px #eee; font-size: 14px; color: #666; line-height: 16px; background: url(../images/proNav2.png) left 20px center no-repeat;}
.ProNav li.a a:hover,.ProNav li.a a.on{ color: #ff5519; background: url(../images/proNav3.png) left 20px center no-repeat;}





.RecommendedPro{  width: 220px; padding: 10px ; background-color: #fff; border-top: solid 2px #ff5519; }
.RecommendedPro .top{  width: 200px; padding: 10px 10px 20px 10px; font-size: 26px; color: #333; text-align: center;}
.RecommendedPro ul{ width: 100%;}
.RecommendedPro ul li{ width: 100%; margin-bottom: 10px; border-bottom: solid 1px #eee; padding-bottom: 5px;}
.RecommendedPro ul li img{ width: 100%;}
.RecommendedPro ul li p{ font-size: 14px; color: #333; line-height: 20px; margin: 5px 0; text-align: center;}
.RecommendedPro ul li span{ font-size: 18px; color: #333;}
.RecommendedPro ul li:hover{ border-color: #fff; -webkit-box-shadow:0 0 10px rgba(0,0,0,0.07); -moz-box-shadow:0 0 10px rgba(0,0,0,0.07); box-shadow:0 0 10px rgba(0,0,0,0.07);}
.RecommendedPro ul li:hover p,.RecommendedPro ul li:hover span{ color: #ff5519;}
.pageProduct .right{ width: 930px;}
.pageProduct .right ul{ width: 944px; margin: 0 -7px;  text-align: left;  display: table; word-spacing:0;}
.pageProduct .right li{ display: inline-block; width: 222px; vertical-align: top; margin: 0 7px 14px 7px; background-color: #fff;  }
.pageProduct .right li a{ display: block; padding-bottom: 20px; width: 222px;}
.pageProduct .right li img{ width: 100%;}
.pageProduct .right li p{ font-size: 14px; color: #333; line-height: 20px;min-height: 40px; padding:5px 15px;}
.pageProduct .right li span{ font-size: 14px; color: #999; padding: 0 15px;}
.pageProduct .right li b{ font-size: 20px; color: #333;}
.pageProduct .right li i{ font-size: 16px; font-weight: bold; font-style: normal;}
.pageProduct .right li:hover{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1); -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); box-shadow:0 0 10px rgba(0,0,0,0.1);}
.pageProduct .right li:hover b{ color: #ff5519;}
.productTop{ font-size: 20px; color: #333; width: 100%; margin-bottom: 20px; padding: 15px 0; border-bottom: solid 1px #ddd; line-height: 30px;}
.productCont{ font-size: 14px; color: #333; line-height: 32px; }
.productCont img{ max-width: 100%;}

.pageSearch{ width: 100%; text-align: center; font-size: 18px; padding-top: 90px;}


/* pageProductD */
.pageProductD{ width: 100%; padding-top: 130px; background-color: #f7f7f7; }
.pageProductD .left{ width: 800px;}
.crumbs{ width: 100%; font-size: 14px; line-height: 24px;}
.crumbs a{ color: #999;}
.crumbs b,.crumbs a:hover{ color: #ff5519;}
.crumbs span{ color: #999; margin: 0 5px;}
/*产品放大*/
.product_box{ width: 100%; margin-top: 30px;}
.pro_l{padding:0;position:relative; width: 362px;  }
#showbox {z-index:1; background-color: #fff;}
#showbox span {background:url(../images/whitebg.png) repeat; border: solid 1px #ddd; }
#showsum {left:25px; float: left;  margin-top: 20px;  }
#showsum span{  padding:5px; width:68px !important;height:68px !important;}
#showsum span img{ width: 66px; height: 66px; border: solid 1px #ddd; cursor: pointer;}
#showsum span.sel{ }
#showsum span.sel img{   border-color: #ff5519;}
.showpage a{display:block;width:15px;height:26px; position:absolute; left:0; bottom:27px;background: url(../images/jt_ico.png) no-repeat;}
.showpage a#shownext{left:auto;right:0;}
.showpage #showlast{background-position:0 0;}
.showpage #shownext{background-position:-15px 0;}
.showpage #showlast:hover{ background-position:0 -26px;}
.showpage #shownext:hover{ background-position:-15px -26px;}
.pro_r{width:410px; position: relative;}
.pro_r .name{ float: left; font-size: 20px; color: #333; width: 100%; border-bottom: solid 1px #ddd; line-height: 30px; padding:5px 0 15px;}
.pro_r .remind{ float: left; font-size: 14px; color: #999; line-height: 26px; margin: 10px 0;}
.pro_r .info{ float: left; width: 100%; font-size: 14px; color: #999; line-height: 26px;}
.pro_r .info span{ color: #333;}
.pro_r .price{ float: left; width: 100%; font-size: 14px; color: #666; margin: 10px 0;}
.pro_r .price span{ font-size: 32px; color: #ff5519; }
.pro_r .more a{ float: left; margin-top: 30px; width: 230px; height: 50px; font-size: 18px; color: #fff; line-height: 50px; display: block; overflow: hidden; background-color: rgba(255,85,25,0.8); text-align: center;}
.pro_r .more a:hover{ background-color: rgba(255,85,25,1);}

.pageProductD .right{  width: 180px; padding: 10px ; background-color: #fff; border-top: solid 2px #ff5519; }
.pageProductD .right .top{  width: 160px; padding: 10px 10px ; font-size: 20px; color: #333; text-align: center;}
.pageProductD .right ul { width: 100%;}
.pageProductD .right ul li{ width: 100%; margin-bottom: 10px; text-align: center; border-bottom: solid 1px #eee; padding-bottom: 5px;}
.pageProductD .right ul li:last-child{ border-bottom: 0; margin-bottom: 0; }
.pageProductD .right ul li img{ width: 70%;}
.pageProductD .right ul li p{ font-size: 12px; padding: 0 10px; text-align: left; color: #999; line-height: 20px; margin: 5px 0; }
.pageProductD .right ul li p span{ font-size: 14px; color: #333;}
.pageProductD .right ul li:hover p span{ color: #ff5519;}

/* ProDNav */
.ProDNav{ width: 100%; background-color: #f7f7f7; margin: auto; padding-top: 20px;}
.ProDNav ul{ width: 100%; line-height: 50px; text-align: left;  display: table; word-spacing:0;}
.ProDNav ul li{ display: inline-block; margin:2px 20px 0  0; background-color: #f7f7f7; width: 120px; text-align: center; vertical-align: top; position: relative; }
.ProDNav ul li::after{ content: ''; display: none; width: 100%; height: 2px; background-color: #ff5519; position: absolute; left: 0; bottom: 0;}
.ProDNav ul li a{ display: block; font-size: 18px; color: #333;}
.ProDNav ul li:hover a,.ProDNav ul li.current a{ color: #ff5519;}
.ProDNav ul li:hover::after,.ProDNav ul li.current::after{ display: block;}

/* proDTop */
.proDTop{ width: 100%; text-align: center; font-size: 24px; color: #333;}

/* Specifications */
.Specifications{ width: 100%; padding: 40px 0 0 0; margin: auto;}
.Specifications .cont{ width: 100%; margin-top: 20px;  font-size: 14px; color: #666;}
.Specifications table{ float: left; width: 100%; text-align: left; margin-top: 15px;}
.Specifications table tr{ width: 100%; background-color: #fff;}
.Specifications table tr:nth-child(odd){ background-color: #f4f8fb;}
.Specifications table tr:first-child{ background-color: #eee;}
.Specifications table tr td{  line-height: 20px; width: 25%; padding: 10px 15px; font-size: 14px; color: #666;}
.Specifications table tr:first-child td{ font-size: 16px; color: #333; font-weight: bold; padding: 15px;}
.Specifications .cont img{ max-width: 100%;}



/* Overview */
.Overview{ width: 100%; padding: 40px 0 0 0; margin: auto;}
.Overview .cont{ width: 100%; margin-top: 20px;  font-size: 14px; color: #666;}
.Overview .item{ float: left; width: 100%; margin-top: 15px;}
.Overview .item h2{font-size: 16px; color: #333; font-weight: bold; padding: 15px; width: 1010px; background-color: #eee;}
.Overview .item dl{ border: solid 1px #eee; width: 1008px; padding: 10px 15px; font-size: 14px; color: #333; line-height: 26px;}
.Overview .item dl dt{ float: left; width: 300px;}
.Overview .item dl dd{ float: right; width: 670px;}
.Overview .item dl dd img{ max-width: 100%;}

.Overview .cont table{ float: left; width: 100%; text-align: left; margin-top: 15px; border-collapse:collapse;}
.Overview .cont table tr{ width: 100%; background-color: #fff; border: solid 1px #eee ;}
.Overview .cont table tr:first-child{ background-color: #eee; border: 0;}
.Overview .cont table tr td{  line-height: 20px;  padding: 10px 15px; font-size: 14px; color: #666;}
.Overview .cont table tr td:first-child{ width: 30%;}
.Overview .cont table tr:first-child td{ font-size: 16px; color: #333; font-weight: bold; padding: 15px;}
.Overview .cont img{ max-width: 100%;}


/* Reference */
.Reference{ width: 100%; padding: 40px 0 0 0; margin: auto;}
.Reference .cont{ width: 100%; margin-top: 20px;  font-size: 14px; color: #666;}
.Reference .item{ float: left; width: 100%; margin-top: 15px;}
.Reference .item h2{font-size: 16px; color: #333; font-weight: bold; padding: 15px; width: 1010px; background-color: #eee;}
.Reference .item ul{width: 100%;}
.Reference .item ul li{ border: solid 1px #eee; border-top: 0; width: 1008px; padding: 10px 15px; font-size: 14px; color: #333; text-align: left;  display: table; word-spacing:0; }
.Reference .item ul li .name{ display: inline-block; vertical-align: top; width: 660px; padding-left: 48px;  min-height: 36px; background: url(../images/pdf.png) left center no-repeat;}
.Reference .item ul li .name a{ font-size: 14px; color: #568bc7;}
.Reference .item ul li .name a:hover{ color: #ff5519;}
.Reference .item ul li .name p{ color: #666; margin-top: 2px;}
.Reference .item ul li .format,.Reference .item ul li .size,.Reference .item ul li .time{ display: table-cell; vertical-align: middle; color: #666; width: 80px; margin-left: 60px; }


/* Service */
.Service{ width: 100%; padding: 40px 0; margin: auto;}
.Service .cont{ width: 100%; margin-top: 20px;  font-size: 14px; color: #666;}
.Service .cont dl{ width: 1010px; padding: 15px; border-bottom: solid 1px #eee;}
.Service .cont dl dt{ float: left; width: 150px; height: 105px;}
.Service .cont dl dt img{ width: 150px; height: 105px;}
.Service .cont dl dd{ float: right; width: 840px;}
.Service .cont dl dd .name{ width: 100%;  font-size: 16px; color: #333; margin-top: 10px;}
.Service .cont dl dd .name a{ color: #333;}
.Service .cont dl dd .name a:hover{ color: #ff5519;}
.Service .cont dl dd .con{ width: 100%; margin-top: 10px; font-size: 14px; color: #999; line-height: 24px;}
.Service .cont dl dd .con img{ max-width: 100%;}

/* pageNews */
.pageNews{ width: 100%; padding: 60px 0;}
.pageNews ul{ width: 1260px; margin: 0 -30px; padding:0;  zoom:1; text-align: left;  display: table; word-spacing:0 }
.pageNews li{display: inline-block; position: relative; vertical-align: top; width: 360px; height: 380px;  background-color: #f7f7f7; margin: 15px 30px; transition: all 0.8s ease;}
.pageNews li a{ display: block; width: 330px; height: 300px; padding: 15px; overflow: hidden;}
.pageNews li img{ width: 330px; height: 200px;}
.pageNews li h2{ font-size: 18px; color: #333; margin: 5px 0; transition: all 0.8s ease;}
.pageNews li p{ font-size: 14px; color: #999; line-height: 20px; transition: all 0.8s ease;}
.pageNews li span{ position: absolute; left: 15px; bottom: 10px; font-size: 14px; color: #999; padding-bottom: 7px; border-bottom: solid 1px #ccc;}
.pageNews li:hover{ background-color: #fff; margin: 5px 30px 15px 30px; -webkit-box-shadow:0 0 20px rgba(0,0,0,0.1); -moz-box-shadow:0 0 20px rgba(0,0,0,0.1); box-shadow:0 0 20px rgba(0,0,0,0.1); }
.pageNews li:hover h2{ color: #ff5519;}
.pageNews li:hover p{ color: #333;}
.pageNews li:hover span{ color: #333;}
.pageNews li:hover span:hover{ color: #ff5519;}

.pageNewsD{ width: 100%; padding: 60px 0; margin: auto;}
.pageNewsD h1{ font-size: 28px; color: #333; font-weight: normal; line-height: 40px; }
.pageNewsD .sum{ width: 100%; border-bottom: dashed 1px #ddd; padding: 10px 0; font-size: 14px; color: #999; }
.pageNewsD .sum span{ margin-right: 30px;}
.pageNewsD .summary{  padding: 20px; margin-top: 30px; background-color: #fafafa; font-size: 14px; color: #999; line-height: 26px;}
.pageNewsD .summary span{ color: #666;}
.pageNewsD .cont{ width: 100%; padding: 30px 0; font-size: 14px; color: #333; line-height: 30px; }
.pageNewsD .cont img{ max-width: 100%;}
.pageNewsD .link{ width: 100%; padding: 20px 0; border-top: dashed 1px #ddd; border-bottom: dashed 1px #ddd;}
.pageNewsD .link p{ margin: 5px 0;  max-width: 48%;}
.pageNewsD .link a{ font-size: 14px; color: #999; line-height: 30px;}
.pageNewsD .link a:hover{ color: #ff5519; text-decoration: underline;}


/* caseNav */
.caseNav{ width: 100%; padding-top: 50px;}
.caseNav .top{ width: 100%; text-align: center; font-size: 30px; color: #333;}
.caseNav ul{ width: 100%; margin-top: 20px; text-align: center; display: table; word-spacing: 0; position: relative;}
.caseNav ul::after{ content: ''; width: 100%; height: 2px; position: absolute; left: 0; bottom: 0; background-color: #eee; z-index: 1;}
.caseNav ul li{ display: inline-block; vertical-align: top; margin: 0 1px; line-height: 50px; position: relative; z-index: 2;}
.caseNav ul li a{display: inline-block; padding: 0 40px; font-size: 16px; color: #333;}
.caseNav ul li.on::after,.caseNav ul li:hover::after{content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background-color: #ff5519;}
.caseNav ul li.on a,.caseNav ul li:hover a{ color: #ff5519; font-weight: bold;}


/* pageCase */
.pageCase{ width: 100%; padding: 20px 0 60px 0; margin: auto;}
.pageCase ul{ width: 1260px; margin: 0 -30px;  text-align: left;  display: table; word-spacing:0;}
.pageCase ul li{display: inline-block;  vertical-align: top; text-align: center; width: 360px; margin:20px 30px;}
.pageCase ul li .img{ width: 360px; height: 180px; position: relative;}
.pageCase ul li .img img.thumbnail{width: 360px; height: 180px;  opacity: 1; transform: translateY(0) rotateX(0); transition: all 0.6s ease-in-out 0s;}
.pageCase ul li .img p{ position: absolute; top:0; left:0; width:100%; height:100%;  opacity:0; transition: all 0.60s ease-in-out 0s;}
.pageCase ul li .img p img.logo{ width: 170px; height: 60px; position: absolute; top: 50%; left: 50%; margin: -30px 0 0 -85px; }
.pageCase ul li .cont{ padding: 20px 30px; border: solid 1px #eee; text-align: center; border-top: 0; box-sizing: border-box; }
.pageCase ul li .cont h2{ font-size: 24px; color: #333; font-weight: normal;}
.pageCase ul li .cont p{ font-size: 18px; color: #666; margin-top: 10px; line-height: 26px;}
.pageCase ul li .cont span{ margin: 0 10px 0 10px; font-size: 16px; color: #aaa;}
.pageCase ul li .cont span:last-child{ display: none;}

.pageCase ul li:hover{ -webkit-box-shadow:0 0 20px rgba(0,0,0,0.1); -moz-box-shadow:0 0 20px rgba(0,0,0,0.1); box-shadow:0 0 20px rgba(0,0,0,0.1);}
.pageCase ul li:hover .img img.thumbnail{ transform: translateY(-100%) rotateX(90deg); transform-origin:bottom center; opacity:0;}
.pageCase ul li:hover .img p{opacity:1;}
.pageCase ul li:hover .cont{ border-color: #fff;}


/* pageCaseD */
.pageCaseD{ width: 100%; padding:20px 0 60px 0;}
.pageCaseD .top{ width: 100%;}
.pageCaseD .top .img{ width: 360px; height: 180px;}
.pageCaseD .top .img img{ width: 360px; height: 180px;}
.pageCaseD .top .info{ width: 640px; padding-top: 10px;}
.pageCaseD .top .info h2{ font-size: 24px; color: #333; line-height: 28px; font-weight: normal;}
.pageCaseD .top .info p{ font-size: 16px; color: #666; line-height: 24px; margin: 5px 0;}
.pageCaseD .top .info p.p1{ margin: 5px 0 20px 0;}
.pageCaseD .top .info p.p1 span{ margin: 0 5px; color: #999;}
.pageCaseD .top .info p.p1 span:last-child{ display: none;}
.pageCaseD .item{ width: 100%; margin-top: 30px;}
.pageCaseD .item .name{ width: 100%; font-size: 18px; color: #333; font-weight: bold; text-indent: 2em; background: url(../images/caseIcon.png) center left no-repeat;}
.pageCaseD .item .cont{ margin-top: 10px; width: 100%; font-size: 14px; color: #666; line-height: 30px;}
.pageCaseD .item .cont img{ max-width: 100%;}




/* pageAbout */
.pageAbout{ width: 100%; padding: 70px 0 0 0;}
.pageAbout .cont{ width: 100%; margin-top: 50px;}
.pageAbout .cont .img{ width: 425px; height: 480px; position: relative;}
.pageAbout .cont .img::after{ content: ''; width: 405px; height: 460px; position: absolute; right: 0; bottom: 0; z-index: 0; -webkit-box-shadow:0 0 20px rgba(0,0,0,0.1); -moz-box-shadow:0 0 20px rgba(0,0,0,0.1); box-shadow:0 0 20px rgba(0,0,0,0.1);}
.pageAbout .cont .img img{ width: 405px; height: 460px; position: relative; z-index: 2;}
.pageAbout .cont .con{ width: 690px; padding-top: 20px; font-size: 14px; color: #666; line-height: 32px;}
.pageAbout .cont .con img{ max-width: 100%;}



/* pageCulture */
.pageCulture{ width: 100%; padding: 60px 0;}
.pageCulture dl{ float: left; width: 310px; height: 340px; padding: 35px 30px; background-color: #f6f6f6; margin-left: 45px;}
.pageCulture dl:first-child{ margin-left: 0;}
.pageCulture dl dt{ width: 100%;}
.pageCulture dl dt i{ display: block; width: 56px; height: 56px;}
.pageCulture dl dt p{ font-size: 20px; color: #ff5519; margin-top: 10px;}
.pageCulture dl:nth-child(1) dt i{ background: url(../images/about/c01.png) center center no-repeat;}
.pageCulture dl:nth-child(2) dt i{ background: url(../images/about/c02.png) center center no-repeat;}
.pageCulture dl:nth-child(3) dt i{ background: url(../images/about/c03.png) center center no-repeat;}
.pageCulture dl dd{ width: 100%; margin-top: 25px;}
.pageCulture dl dd p{ font-size: 14px; color: #666; margin: 3px 0; line-height: 24px; padding-left: 10px; position: relative;}
.pageCulture dl dd p::after{ content: ''; width: 4px; height: 4px; background-color: #666; position: absolute; top: 10px; left: 0; transform: rotate(45deg); }


/* pageAPC */
.pageAPC{ width: 100%; padding-top: 70px; background-color: #f6f6f6;}
.pageAPC .cont{ width: 100%; padding: 30px 0; font-size: 14px; text-align: center; color: #666; line-height: 28px;}
.pageAPC .cont img{ max-width: 100%;}
.pageAPC .list{ width: 100%; margin-top: 10px;}
.pageAPC .list dl{ float: left; width: 600px; height: 445px; position: relative;}
.pageAPC .list dl dt{ width: 600px; height: 445px; position: relative;z-index: 1;}
.pageAPC .list dl dt img{ width: 600px; height: 445px;}
.pageAPC .list dl dd{ position: absolute; width: 520px; height: 325px; color: #fff; padding: 60px 40px; top: 0; left: 0; z-index: 2; background-color: rgba(0, 0, 0, 0.6);}
.pageAPC .list dl dd h3{ font-size: 16px; margin-bottom: 30px;}
.pageAPC .list dl dd p{ font-size: 14px; line-height: 22px; margin: 10px 0;}

/* pageHonor */
.pageHonor{ width: 100%; padding: 70px 0;}
.HonorList{ width: 100%; margin-top: 40px; }
.HonorList .hd{ overflow:hidden; width: 100%;  display: table; word-spacing: 0; text-align: center; margin-top: 30px; }
.HonorList .hd .prev,.HonorList .hd .next{ display:inline-block;  width:40px; height:40px; border: solid 1px #ff5519;  border-radius: 50%; margin: 0 30px; overflow:hidden; cursor:pointer; background:url(../images/about/honorIcon.png) 0 0 no-repeat;}
.HonorList .hd .prev{ background-position:0 0;}
.HonorList .hd .next{ background-position:-40px 0 ;  }
.HonorList .hd .next:hover,.HonorList .hd .prev:hover{ background-color: #ff5519;}
.HonorList .hd .prev:hover{ background-position:0 -40px;}
.HonorList .hd .next:hover{ background-position:-40px -40px;  }

.HonorList .bd{ padding:0; width: 100%;   }
.HonorList .bd ul{ overflow:hidden; zoom:1; display: table; word-spacing: 0; text-align: center; }
.HonorList .bd ul li{ margin:0 15px; width: 270px; display: inline-block;  vertical-align: top; overflow:hidden; text-align:center;  }
.HonorList .bd ul li img{  width: 270px; height: 360px;}
.HonorList .bd ul li p{ font-size: 16px; line-height: 22px; color: #666; margin-top: 10px;}


/* pagePartner */
.pagePartner{ width: 100%; padding: 70px 0 ; margin: auto; background-color: #f6f6f6;}
.pagePartner ul{ width: 1224px; margin: 40px -12px 0 -12px;}
.pagePartner ul li{ float: left; width: 180px; height: 70px; text-align: center; margin: 12px; background-color: #fff; box-sizing: border-box;}
.pagePartner ul li img{ width: 180px; height: 70px;}
.pagePartner ul li:hover{ background-color: #fff; border: solid 2px #ff5519;}
.pagePartner ul li:hover img{ width: 176px; height: 68px;}


/* pageContact */
.pageContact{ width: 100%; padding: 70px 0;}
.pageContact .cont{ width: 100%; margin-top: 50px;}
.pageContact .cont .img{ width: 450px; height: 380px;}
.pageContact .cont .img img{ width: 450px; height: 380px;}
.pageContact .cont .con{ width: 720px;}
.pageContact .cont .con .add{ padding: 20px; width: 680px; height: 160px; background-color: #f6f6f6;}
.pageContact .cont .con .add .dz{ padding: 30px 0 0 0; }
.pageContact .cont .con .add .n{ font-size: 20px; color: #333;}
.pageContact .cont .con .add .c{ padding-left: 10px;margin-top: 20px; position: relative; font-size: 14px; line-height: 24px; color: #666;}
.pageContact .cont .con .add .c::after{ content: ''; width: 4px; height: 4px; background-color: #666; position: absolute; top: 10px; left: 0; transform: rotate(45deg); }
.pageContact .cont .con .add .c p{ margin-bottom: 5px;}
.pageContact .cont .con .add .wx{ width: 160px; height: 160px;}
.pageContact .cont .con .add .wx img{ width: 160px; height: 160px;}
.pageContact .cont .info{ width: 100%; margin-top: 20px;}
.pageContact .cont .info .left{ width: 380px;}
.pageContact .cont .info .right{ width: 260px;}
.pageContact .cont .info dl{ padding-left: 10px; position: relative;  margin-bottom: 10px; font-size: 14px; line-height: 24px;}
.pageContact .cont .info dl::after{ content: ''; width: 4px; height: 4px; background-color: #666; position: absolute; top: 10px; left: 0; transform: rotate(45deg); }
.pageContact .cont .info dl span{ color: #ff5519; margin-left: 65px;}
.pageContact .cont .info dl p{ margin-bottom: 3px;}

.pageContact .map{ width: 100%; height: 500px; margin-top: 40px;}


label.BMapLabel{ display: none !important; padding: 5px 20px !important; color: #333; font-size: 16px !important; border: solid 2px #ff5519 !important;}
/*地图标题*/
.BMap_bubble_title {color:#333;font-size:20px; text-align:left;  line-height: 50px; padding-top: 10px;}
/* 消息内容 */
.BMap_bubble_content { font-size: 16px; line-height: 30px;  color: #666; padding-top: 10px;}


/* pageForm */
.pageForm{ width: 100%; padding: 70px 0; background: #f6f6f6 url(../images/formBg.png) right bottom no-repeat;}
.formList{ width: 100%; margin-top: 50px;}
.formList .row{ width: 100%; margin-bottom: 30px;}
.formList .row p{  width: 570px; height: 50px; position: relative; overflow: hidden;}
.formList .row label{ display: block; width: 570px; height: 50px; border: 0; background-color: #fff; position: relative;}
.formList .row label span{ position: absolute; font-size: 16px; color: #999; left: 19px; top: 0; line-height: 50px;}
.formList .row label i{ display: block; position: absolute; color: #ff5519; font-size: 16px; right: 15px; top: 0; line-height: 60px;}
.formList .row input{  width: 440px; height: 24px; font-size: 16px; line-height: 24px; border: 0; background-color: #fff; padding:13px 30px 13px 100px;}
.formList .row.row1{ width: 1200px; height: 210px;}
.formList .row.row1 label{  width:1200px ; height: 210px;}
.formList .row textarea{  width: 1070px; height: 184px; font-size: 16px; line-height: 24px; border: 0; background-color: #fff; padding:13px 30px 13px 100px;}
.formList .btn{ display: block; cursor: pointer; width: 300px; margin: auto; line-height: 50px; border: 0; background-color: #ff5519; color: #fff; font-size: 16px; transition: all 0.8s ease;}
.formList .btn:hover{ background-color: #333 ;}


/* pageJob */
.pageJob{ width: 100%; padding: 70px 0 0 0 ;}
.pageJob .cont{ width: 100%; position: relative; margin-top: 30px;}
.pageJob .cont img{ width: 100%; position: relative; z-index: 1;}
.pageJob .cont p{ width: 100%; position: absolute; font-size: 18px; color: #fff; line-height: 34px; text-align: center; top: 50%; left: 0; z-index: 2;}


/* JobList */
.JobList{ width:100%;  padding:0 0 60px 0;  margin:0 auto; position:relative;}
.JobList .item{ line-height: 30px; width: 1160px; background-color: #e5e5e5; padding: 15px 20px; border-bottom: solid 1px #eee; }
.JobList .item p{ float: left; font-size: 16px; text-align: center;  padding: 0 10px;}
.JobList .item p.p1{ width: 220px; padding: 0 20px 0 0; text-align: left;}
.JobList .item p.p2,.JobList .item p.p3,.JobList .item p.p4,.JobList .item p.p5{ width: 140px; }
.JobList .item p.p6{ width: 220px;}
.JobList ul{ width: 100%;margin:0 auto;}
.JobList li.q{cursor: pointer; border-bottom: solid 1px #eee; line-height:24px;  width: 1160px; padding: 18px 20px; position: relative;  position: relative;}
.JobList li.q p{ float:left; color:#666; font-size: 14px; text-align: center;  padding: 0 10px;}
.JobList li.q p.p1{ width: 220px; padding: 0 20px 0 0; font-size: 14px; color: #333; text-align: left;}
.JobList li.q p.p2,.JobList li.q p.p3,.JobList li.q p.p4,.JobList li.q p.p5{ width: 140px;}
.JobList li.q p.p6{width: 220px;}
.JobList li.q p.icon{ display: block; width: 16px; height: 9px; position: absolute; right: 40px; top: 50%; margin-top: -5px; background: url(../images/jobIcon01.png) center  no-repeat;}
.JobList li.q p.icon.on{  background: url(../images/jobIcon02.png) center  no-repeat;}
.JobList li.a{line-height:32px; width: 1160px;display: none; border-bottom: solid 1px #eee;  padding:20px 20px; font-size:14px; color:#333; }
.JobList li.a img{ max-width: 100%;}
.JobList li.a a.qq{ margin-top: 10px; display: block; width: 100px; line-height: 40px; text-align: right; padding: 0 30px; background: #ff5519 url(../images/jobIcon.png) left 30px center no-repeat; font-size: 14px; color: #fff; transition: all 0.8s ease;}
.JobList li.a a.qq:hover{ background-color: #333;}
.JobList li.q:hover p,.JobList li.q p.on{ color: #ff5519;}
.JobList li.q:hover{ background-color: #f6f6f6;}
.JobList li.q:hover p.icon{ background: url(../images/jobIcon02.png) center  no-repeat;}

/* solutionTop */
.solutionTop{ width: 1040px; margin: 50px auto 30px; padding-bottom: 10px; border-bottom: solid 2px #eee;}
.solutionTop p{  font-size: 30px; color: #333; margin-bottom: 15px;}
.solutionTop span{ font-size: 16px; color: #666;}

/* solutionNav */
.solutionNav{ width: 1200px; margin: 50px auto 30px; padding-bottom: 10px; border-bottom: solid 2px #eee;}
.solutionNav p{  font-size: 30px; color: #333; margin-bottom: 15px;}
.solutionNav span{ font-size: 16px; color: #666;}


/* pageSolution */
.pageSolution{ width: 100%; padding-bottom: 60px;}
.pageSolution .item{ float: left; width: 100%; height: 310px; margin: 20px 0;transition: all 0.8s ease;}
.pageSolution .item .img{ width: 520px; height: 310px; overflow: hidden;}
.pageSolution .item .img img{ width: 520px; height: 310px; transition: all 0.8s ease;}
.pageSolution .item .cont{ width: 601px; height: 230px; padding: 39px; border: solid 1px #eee; position: relative; transition: all 0.8s ease;}
.pageSolution .item .cont .name{ font-size: 30px; color: #333; transition: all 0.8s ease;}
.pageSolution .item .cont .con{ font-size: 14px; color: #666; line-height: 30px; margin-top: 20px;}
.pageSolution .item .cont .more a{ position: absolute; bottom: 39px; left: 39px; display: block; width: 40px; height: 40px; border-radius: 20px; line-height: 40px; color: #fff; overflow: hidden; background: #ff5519 url(../images/icon_son.png) center center no-repeat; transition: all 0.8s ease;}
.pageSolution .item .cont .more span{ font-size: 14px; transition: all 0.8s ease; margin-left: -100px;}
.pageSolution .item .cont .more a:hover{ background-color: #333;}
.pageSolution .item:nth-child(odd) .img,.pageSolution .item:nth-child(even) .cont{ float: left; border-right: 0;}
.pageSolution .item:nth-child(odd) .cont,.pageSolution .item:nth-child(even) .img{ float: right;  border-left: 0;}
.pageSolution .item:hover{ -webkit-box-shadow:0 0 20px rgba(0,0,0,0.1); -moz-box-shadow:0 0 20px rgba(0,0,0,0.1); box-shadow:0 0 20px rgba(0,0,0,0.1);}
.pageSolution .item:hover img{ transform:scale(1.05);}
.pageSolution .item:hover .cont{ border-color: #fff;}
.pageSolution .item:hover .name{ color: #ff5519;}
.pageSolution .item:hover .more a{ width: 80px; padding: 0 40px;background: #ff5519 url(../images/icon_son.png) right 40px center no-repeat;}
.pageSolution .item:hover .more span{ margin-left: 0; }


/* pageSolutionD */
.pageSolutionD{ width: 100%; padding: 0 0 60px 0;  word-wrap: break-word ; word-break:break-all;}
.pageSolutionD h2{ font-size: 18px; color: #333; padding-left: 20px; background: url(../images/icon_sond.png) left center no-repeat;}
.pageSolutionD .main1{ font-size: 14px; color: #666; line-height: 24px; margin-bottom: 40px;}
.pageSolutionD .main1 img{ max-width: 100%;}
.pageSolutionD .main1 p{ margin: 10px 0; float: left; width: 100%;}
.pageSolutionD .main1 p b{ font-size: 16px; color: #ff5519;}
.pageSolutionD .main1 li{ position: relative; padding-left: 15px; }
.pageSolutionD .main1 li::after{ content: ''; width: 4px; height: 4px; border-radius: 50%; position: absolute; left: 0; top: 10px; background-color: #666;}
.pageSolutionD .main1 ol{ position: relative; padding-left: 18px;}
.pageSolutionD .main1 ol span{ display: block; font-size: 14px; color: #666; position: relative; line-height: 24px; padding-left: 15px;}
.pageSolutionD .main1 ol span::after{ content: ''; width: 8px; height:2px; border-radius: 2px; position: absolute; left: 0; top: 10px; background-color: #999;}

.pageSolutionD .main2{ width: 100%; margin-bottom: 40px;}
.pageSolutionD .main2 .list{ width: 100%; margin-top: 30px;}
.pageSolutionD .main2 .list .cont{ width: 500px;}
.pageSolutionD .main2 .list dl{ float: left; width: 100%; margin: 15px 0;}
.pageSolutionD .main2 .list dl dt{ float: left; width: 20px; height: 20px; text-align: center; line-height: 20px; font-size: 16px; color: #ff5519; font-weight: bold; border-radius: 50%; overflow: hidden; border: solid 2px #ff5519;}
.pageSolutionD .main2 .list dl dd{ float: left; width: 460px;  margin-left: 10px;}
.pageSolutionD .main2 .list dl dd h3{ font-size: 16px; color: #333; line-height: 24px; margin-bottom: 10px; }
.pageSolutionD .main2 .list dl dd p{ position: relative;font-size: 14px; color: #666; line-height: 24px; padding-left: 10px; }
.pageSolutionD .main2 .list dl dd p::after{ content: ''; width: 4px; height: 4px; border-radius: 50%; position: absolute; left: 0; top: 10px; background-color: #666;}

.pageSolutionD .main3{ width: 100%; margin-bottom: 40px;}
.pageSolutionD .main3 .top{ padding:10px 15px; line-height: 24px; font-size: 16px; color: #333; border-bottom: solid 2px #ccc;}
.pageSolutionD .main3 .list{ width: 1100px; margin: 20px -30px 0 -30px; text-align: left; display: table; word-spacing: 0;}
.pageSolutionD .main3 .list dl{  margin: 20px 30px; display: inline-block; vertical-align: top;}
.pageSolutionD .main3 .list dl:nth-child(1),.pageSolutionD .main3 .list dl:nth-child(3),.pageSolutionD .main3 .list dl:nth-child(5){ width: 450px;}
.pageSolutionD .main3 .list dl:nth-child(2),.pageSolutionD .main3 .list dl:nth-child(4){ width: 530px; }
.pageSolutionD .main3 .list dl:nth-child(1) dd{ margin-top: 20px;}
.pageSolutionD .main3 .list dl dd{ float: right;}
.pageSolutionD .main3 .list dl dt{ float: left;}
.pageSolutionD .main3 .list dl dt p{ font-size: 20px; color: #ff5519; margin-bottom: 5px;}
.pageSolutionD .main3 .list dl dt b{ font-size: 14px; color: #333; line-height: 22px;}
.pageSolutionD .main3 .list dl dt ul { width: 100%; margin-top: 10px;}
.pageSolutionD .main3 .list dl dt ul li{float: left; position: relative; display: inline-block; width: 90%; font-size: 14px; margin: 3px 0; color: #666; line-height: 24px;  padding-left: 10px; }
.pageSolutionD .main3 .list dl dt ul li::after{ content: ''; width: 4px; height: 4px; border-radius: 50%; position: absolute; left: 0; top: 10px; background-color: #666;}

.pageSolutionD .main4{ width: 100%; margin:-20px 0 40px 0;}
.pageSolutionD .main4 .list{ width: 1080px; margin: 20px -20px 0 -20px; text-align: left; display: table; word-spacing: 0;}
.pageSolutionD .main4 .list dl{  margin: 20px 20px; width: 230px; display: inline-block; vertical-align: top;}
.pageSolutionD .main4 .list dl dt{ font-size: 16px; color: #333; font-weight: bold;}
.pageSolutionD .main4 .list dl dd p{ position: relative;font-size: 14px; color: #666; line-height: 24px; padding-left: 10px; }
.pageSolutionD .main4 .list dl dd p::after{ content: ''; width: 4px; height: 4px; border-radius: 50%; position: absolute; left: 0; top: 10px; background-color: #666;}



















