*{ margin: 0; padding: 0; list-style: none; text-decoration: none; box-sizing: border-box;}
body{ position: relative; font: 14px/1.5 Microsoft YaHei, arial, 微软雅黑, sans-serif; vertical-align: baseline; width: 100%; overflow-x: hidden;}
i, em{ font-style: normal;}
a{ color: #333;}
h1, h2, h3, h4, h5, h6, b{ font-weight: normal;}
img{ border: none \9; display: inline-block;}
.clearfix:after{ content: "."; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden;}
.fl{ float: left;}
.fr{ float: right;}
@font-face{ font-family: 'Kozuka Gothic Pr6N-Bold';src: url('../fonts/Kozuka Gothic Pr6N-Bold.ttf');font-weight: normal; font-style: normal;}
.ty_content,.tywidth{ width: 1200px; margin: 0 auto;}
.more-title{ position: relative; z-index: 6; width: 1200px; margin: 0 auto; text-align: center;line-height: 0;}
.more-title h5{ font-size: 36px; line-height: 36px; font-weight: bold;}
.more-title h5 i{ font-weight: normal; display: inline-block; vertical-align: top; padding: 0 10px; background: #e0651f; font-size: 20px; color: #fff; margin-left: 10px;}
.more-title h6{ margin-top: 10px; font-size: 18px; color: #fff; line-height: 18px;}
@-webkit-keyframes bounce-up{ 25%{-webkit-transform: translateY(2px);}
	50%, 100%{-webkit-transform: translateY(0);}
	75%{-webkit-transform: translateY(-2px);}
	}
@keyframes bounce-up{ 25%{transform: translateY(2px);}
	50%, 100%{transform: translateY(0);}
	75%{transform: translateY(-2px);}
	}
@keyframes msClock{ 0%,90%,100%{ transform: rotate(0) scale(1);}
	20%,40%{ transform: rotate(-15deg) scale(1.1);}
	30%,50%{ transform: rotate(15deg) scale(1.1);}
	}

/*头部*/

.header{ width: 100%; font-size: 0;}
.header_top{ width: 100%; height: 38px; line-height: 38px; background: #f1f1f1; overflow: hidden;}
.header_top .nr .topic{ color: #999; font-size: 14px;}
.header_top .nr .navbj a,.header_top .nr .navbj i{ color: #999; font-size: 14px;}
.header_top .nr .navbj i{ margin: 0 15px;}
.header_top .nr .navbj a:hover{ color: #e0651f;}
.header_top .nr .navbj .dt{ background: url(../images/head_icon1.png)no-repeat left center; padding-left: 30px;}
.header_top .nr .navbj .lx{ background: url(../images/head_icon2.png)no-repeat left center; padding-left: 25px;}
.header_top .nr .navbj .ly{ background: url(../images/head_icon3.png)no-repeat left center; padding-left: 25px;}
.header .header_slogan{ height: 125px;}
.header .header_slogan .logo{ width: 275px; padding-top: 24px;}
.header .header_slogan .text{ position: relative; padding: 35px 0 0 30px;}
.header .header_slogan .text:before{ content: ""; background: url(../images/head_hr.png)no-repeat left center; position: absolute; left: 0; top: 20px; width: 1px; height: 83px;}
.header .header_slogan .text h3{ font-weight: bold;color: #e0651f; font-size: 20px;line-height: 20px;margin: 0 0 10px 0;}
.header .header_slogan .text p{ font-weight: bold;color: #e0651f; line-height: 24px;font-size: 24px;}
.header .header_slogan .right>div{ display: inline-block; vertical-align: middle; margin-top: 40px;}
.header .header_slogan .right .phone{ margin-right: 10px;}
.header .header_slogan .right .rx h3{ color: #e0651f; font-size: 24px; font-weight: bold;line-height: 24px;}

/*导航*/

.header .nav{ width: 100%; height: 60px; line-height: 60px; border-top: 1px solid #ccc;}
.header .nav .nav-content nav .xz{ width: 132px; height: 60px; position: relative; display: inline-block; vertical-align: top; text-align: center; margin-right: 20px;}
.header .nav .nav-content nav .xz i{ margin-top: 10px; display: block; height: 40px; color: #333; font-size: 16px; border-radius: 5px; transition: all .5s; line-height: 40px; position: relative; z-index: 6; -webkit-transform: scale(1); -ms-transform: scale(1);-o-transform: scale(1); transform: scale(1);overflow: hidden;}
.header .nav .nav-content nav .xz i:before{ content: '';display: block;width: 120%; height: 0;padding: 60% 0; border-radius: 50%;position: absolute;left: -10%;top: 50%; -webkit-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); z-index: -1; transition: all .5s;}
.header .nav .nav-content nav .xz.on i:before,.header .nav .nav-content nav .xz:hover i:before{ height: 100%; transform: translateY(-50%) scale(1);}
.header .nav .nav-content nav .xz.on i,.header .nav .nav-content nav .xz:hover i{ box-shadow: inset 0px 2px 7px 0px rgba(7, 0, 2, 0.26); background-color: #e0651f; color: #fff;}
.header .nav .nav-content nav a:last-child{ margin-right: 0;}
.header .nav .nav-content nav a:first-child.on i,.header .nav .nav-content nav a:first-child:hover i{ padding-left: 30px;}
.header .nav .nav-content nav a:first-child i:after{ opacity: 0; content: ""; position: absolute; z-index: 7; left: 10px; top: 10px; background: url(../images/home.png)no-repeat; width: 20px; height: 20px;}
.header .nav .nav-content nav a:first-child.on i:after,.header .nav .nav-content nav a:first-child:hover i:after{ opacity: 1;}
.header .nav .nav-content nav .xz ul{ display: none; position: absolute; left: 0%; top: 59px; z-index: 999; width: 100%; background-color: rgba(255, 255, 255, 0.902); border: 1px solid #eee; padding: 20px 0;}
.header .nav .nav-content nav .xz ul li{ font-size: 14px; color: #666; line-height: 14px; margin-top: 20px;}
.header .nav .nav-content nav .xz ul li:first-child{ margin-top: 0;}
.header .nav .nav-content nav .xz ul li:hover{ color: #e0651f;}

/*banner*/

.banner{ width: 100%;line-height: 0;}
.banner img{ width: 100%;}

/*搜索*/

.search{ background-color: rgb(255, 255, 255); box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); font-size: 0; width: 100%; height: 70px; line-height: 70px;}
.search-content>div{ display: inline-block;vertical-align: top;}
.search-keywords span{ color: #222; font-size: 14px;}
.search-keywords a{ color: #666; font-size: 14px;margin-right: 30px;}
.search-keywords a:hover{ color: #e0651f;}
.search-form{ float: right;}
#searchForm{ margin-top: 20px; background: url(../images/search.png)no-repeat; width: 350px; height: 35px; display: inline-block; vertical-align: top;}
#searchForm>input{ background: none; border: none; outline: none; display: inline-block; vertical-align: top; color: #ccc;}
#searchForm .search-input{ text-indent: 10px; height: 35px; line-height: 35px; width: 90%;}
.search-form #s_btn{ width: 35px; height: 35px; cursor: pointer;}
#searchForm .search-input::-webkit-input-placeholder{/* WebKit browsers */
	color: #ccc;}
#searchForm .search-input:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	color: #ccc;}
#searchForm .search-input::-moz-placeholder{/* Mozilla Firefox 19+ */
	color: #ccc;}
#searchForm .search-input:-ms-input-placeholder{/* Internet Explorer 10+ */
	color: #ccc;}

/*product-main*/

.product-main{ margin-top: 50px;}
.product-content{ width: 1200px; margin: 0 auto; overflow: hidden;}

/*product-main pro-left*/

.product-main .product-content .pro-left{ width: 280px; margin-right: 20px;}
.product-main .product-content .pro-left .kk{ width: 100%; background: #f9f9f9; border: 1px solid #e5e5e5;}
.product-main .product-content .pro-left .top{ text-align: center; background: #e0651f;; height: 90px; line-height: 90px;}
.product-main .product-content .pro-left .top i{font-size: 30px;color: #fff;text-transform: uppercase;}
.product-main .product-content .pro-left .sideMenu h6 a{ display: block; height: 64px; line-height: 64px; background: url(../images/proicon.png)no-repeat 210px center #333; padding: 0 40px 0 35px; font-size: 20px; color: #fff;}
.product-main .product-content .pro-left .sideMenu ul li a{ position: relative; display: block; height: 60px; line-height: 60px; background: #f9f9f9; font-size: 16px; color: #333; padding-left: 55px; border-bottom: 1px solid #eee;}
.product-main .product-content .pro-left .sideMenu ul li a:hover{ color: #e0651f;;}
.product-main .product-content .pro-left .sideMenu ul li a:before{ content: ""; left: 0; top: 50%; width: 2px; height: 1px; position: absolute; background: #e0651f;; visibility: hidden;}
.product-main .product-content .pro-left .sideMenu ul li a:hover:before{ top: 0; height: 50%; visibility: visible; transition: all .5s;}
.product-main .product-content .pro-left .sideMenu ul li a:after{ content: ""; left: 0; bottom: 50%; height: 1px; width: 2px; position: absolute; background: #e0651f;; visibility: hidden;}
.product-main .product-content .pro-left .sideMenu ul li a:hover:after{ bottom: 0; height: 50%; visibility: visible; transition: all .5s;}
.product-main .product-content .pro-left .sideMenu ul dl{ padding: 10px 0 0 70px;}
.product-main .product-content .pro-left .sideMenu ul dl:last-child{ padding-bottom: 10px; margin-bottom: 0; border-bottom: 1px solid #e5e5e5;}
.product-main .product-content .pro-left .sideMenu ul dl a{ font-size: 14px; color: #333;}
.product-main .product-content .pro-left .sideMenu ul dl a:hover{ color: #e0651f;;}
.product-main .product-content .pro-left .phone{ padding: 30px 0 35px; height: 120px;}
.product-main .product-content .pro-left .phone>div{ display: inline-block; vertical-align: top;}
.product-main .product-content .pro-left .icon{ margin: 10px 15px 0 20px;}
.product-main .product-content .pro-left .phone .text p{color: #555;font-size: 16px; line-height: 16px; margin-bottom: 15px;}
.product-main .product-content .pro-left .phone .text b{ display: block; color: #333;font-size: 24px; line-height: 24px; font-weight: bold; font-family: arial;}

/*product-main recommend*/

.product-main .product-content .pro-left .recommend{ border: 1px solid #ccc; margin: 20px 0 0;}
.product-main .product-content .pro-left .recommend h6{ text-align: center; color: #fff; font-size: 24px; width: 100%; height: 40px; line-height: 40px; background: #e0651f;;}
.product-main .product-content .pro-left .recommend dl dd{ text-align: center; margin: 10px 0;}
.product-main .product-content .pro-left .recommend dl dd .pic{ width: 240px; height: 164px; overflow: hidden; display: inline-block; border: 1px solid #D8D8D8;}
.product-main .product-content .pro-left .recommend dl dd .pic:hover{ border: 1px solid #e0651f;;}
.product-main .product-content .pro-left .recommend dl dd .pic img{ width: 100%;}
.product-main .product-content .pro-left .recommend dl dd p:hover a{ color: #e0651f;;}
.product-main .product-content .pro-left .recommend dl dd p a{ color: #494949; font-size: 14px;}

/*product-main phoneus*/

.product-main .product-content .pro-left .phoneus{ border: 1px solid rgb(220, 220, 220);margin-top: 20px;}
.product-main .product-content .pro-left .phoneus h6{ text-align: center; color: #fff; font-size: 24px; width: 100%; height: 40px; line-height: 40px; background: #e0651f;;}
.product-main .product-content .pro-left .phoneus p{ color: #333; font-size: 14px; margin: 10px 0 10px 10px;}
.product-main .product-content .pro-left .phoneus p a{ color: #fff; font-size: 14px; background: #e0651f;; display: inline-block; vertical-align: top; margin: 0 10px 0 10px; text-align: center; width: 98px; height: 30px; line-height: 30px;}
.product-main .product-content .pro-left .phoneus p a:hover{ text-decoration: underline;}

/*product-main right*/

.product-main .product-content .right{ float: left; width: 900px;font-size: 16px;}
.product-main .product-content .right .title-top{ border-bottom: 1px dashed #c2c2c2; padding-bottom: 5px; overflow: hidden;}
.product-main .product-content .right .title-top img{ display: inline-block; vertical-align: text-bottom; margin-right: 15px; width: 13px; height: 22px;}
.product-main .product-content .right .title-top span{ color: #292929; font-size: 16px; display: inline-block;}
.product-main .product-content .right .title-top > div{ display: inline-block;}
.product-main .product-content .right .title-top > div > a{ color: #292929; font-size: 16px;}
.product-main .product-content .right .title-top > div > a:hover{ color: #e0651f;;}
.product-main .product-content .right .cp-zl{ margin-top: 35px; overflow: hidden;}
.product-main .product-content .right .cp-zl ul li{ display: inline-block; vertical-align: top; width: 290px; height: 256px; text-align: center; margin: 0 15px 20px 0; position: relative; overflow: hidden;}
.product-main .product-content .right .cp-zl .cp-img{ border: 1px solid #ccc; width: 100%; overflow: hidden; line-height: 0;}
.product-main .product-content .right ul li .cp-img img{ width: 100%; transition: all .3s;}
.product-main .product-content .right ul li:hover .cp-img img{ transform: scale(1.1, 1.1);}
.product-main .product-content .right ul li .db-title{ position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; height: 42px; line-height: 42px; overflow: hidden; color: #fff; font-size: 16px; background: rgba(65, 65, 65, 0.302);}
.product-main .product-content .right ul li:hover .db-title{ background: #e0651f;}

/*product-main right advantage-nr*/

.product-main .product-content .right .content .about-zx .down-up{height: 50px;margin-top: 50px;}
.product-main .product-content .right .advantage-nr{ overflow: hidden; margin-top: 35px;}
.product-main .product-content .right .process-nr{ overflow: hidden; margin-top: 35px; font-size: 14px;}

/*pages start*/

.pages{ margin-top: 50px; float: right; display: inline; padding-bottom: 10px;}
.pages span{ color: #9a9a9a; vertical-align: middle;}
.pages .pgbtn{ border: 1px solid #ccc; color: #999;}
.pages a, .pages li{ display: inline-block; list-style: none; text-decoration: none; color: #e0651f; font-size: 15px; vertical-align: middle;}
.pages .current{ background: #666; color: #fff; border-color: #444; box-shadow: 0 1px 0 #fff, 0 0 2px rgba(0, 0, 0, .3) inset; cursor: default;}
.pages a, .pages span{ float: left; color: #666; font-size: 14px; line-height: 24px; font-weight: 400; text-align: center; border: 1px solid #bbb; min-width: 14px; padding: 0 10px; margin: 0 5px 0 0; border-radius: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, .2); background: #efefef; background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); background: linear-gradient(top, #ffffff 0%, #efefef 100%);}
.pages a:hover{ background: #fcfcfc}

/*pages end*/

.product-main .product-content .right .nr{ margin-top: 35px; overflow: hidden;}

/* clearfix */

.clearfix:after{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .clearfix{ zoom: 1;}
.product-basic{ width: 340px; float: left;}
.product-basic .product-img .big-img img{ width: 100%;}
.product-basic .product-img .big-img .prev{ background: url(../images/pro3_btnl.png) no-repeat; left: 0px;}
.product-basic .product-img .big-img .next{ background: url(../images/pro3_btnr.png) no-repeat; right: 0px;}
.product-basic .product-img .big-img .prev,.product-basic .product-img .big-img .next{ position: absolute; top: 27%; display: block; width: 41px; height: 41px; cursor: pointer;}
.jiathis_style{ margin: 5px 0 0 15px;}
#jiathis_webchat img{ display: inline-block;}
.product-border{ float: left; overflow: hidden; width: 385px; margin-left: 15px;}
.product-basic-info-item b{ vertical-align: top;}
.product-basic-info-item{ line-height: 35px; margin: 10px 0; font-size: 16px;}
.product-basic-info-item span{ border-bottom: 1px solid #dfdfdf; display: inline-block; width: 100%;}
.product-border .product-basic-info .clearfix{ zoom: 1; padding-top: 5px; margin: 0 20px;}
.more-case-button{ width: 200px; height: 50px; background: #e0651f; line-height: 50px; text-align: center; display: inline-block; margin-left: 10px; margin-top: 22px; font-size: 16px;}
#a-djzx{ color: #fff;}
.imgdet .imgpart .prev{ background: url(../images/pro3_btnl.png) no-repeat; left: 0px;}
.imgdet .imgpart .next{ background: url(../images/pro3_btnr.png) no-repeat; right: 0px;}
.imgdet .imgpart .prev,.imgdet .imgpart .next{ position: absolute; top: 45%; display: block; width: 41px; height: 41px; cursor: pointer; z-index: 999;}

/* 放大后结束 */

.product-main .product-content .right .cpxq{ margin-top: 25px; overflow: hidden; text-align: center;}
.product-main .product-content .right .cpxq .top{ font-size: 18px; background: #e0651f; display: inline-block; width: 160px; height: 40px; color: #fff; line-height: 40px; text-align: center; padding: 0 5px;}
.product-xq-id{ margin-top: 50px;}
.product-xq-id-top span{ width: 15px; height: 15px; background: #03a0e5;}
.product-xq-id-top p{ display: inline-block; margin-left: 5px;}
.product-xq-id-top{ border-bottom: 2px solid #999; padding-bottom: 3px;}
.Related-products{ margin-top: 50px; overflow: hidden;}
.Related-products .top{ color: #666; font-size: 18px; padding-bottom: 3px;}
.Related-products hr{ border: none; height: 1px; border-top: 2px solid #e0651f;}
.Related-products .list-ul{ margin-top: 25px; overflow: hidden;}
.Related-products ul li{ display: inline-block; vertical-align: top; width: 215px;margin: 0 13px 20px 0; text-align: center;}
.Related-products ul li .xg-img{ width: 100%;border: 1px solid #ccc; overflow: hidden; line-height: 0;margin-bottom: 10px;}
.Related-products ul li .xg-img img{width: 100%}
.Related-products ul li .db-wb{ font-size: 16px; line-height: 16px;}
.Related-products > .list-ul > ul > li > a:hover .db-wb{ color: #e0651f;}
.Related-news{ margin-top: 10px; overflow: hidden;}
.Related-news .top{ color: #666; font-size: 18px; padding-bottom: 3px;}
.Related-news hr{ border: none; height: 1px; border-top: 2px solid #e0651f;}
.Related-news .top-one, .Related-news .top-two{color: #666;font-size: 18px;float: left;width: 48%;overflow: hidden;}
.Related-news .top-two{margin-left: 4%;}
.Related-news .top a .bh{ margin-left: 5px; display: inline-block;}
.Related-news > .top:hover a{ color: #e0651f;}
.Related-news .list-ul{ margin-top: 25px; overflow: hidden;}
.Related-news > .list-ul > ul{ display: inline-block;}
.Related-news .list-ul ul li{ padding-bottom: 15px;}
.Related-news .list-ul ul li a{ font-size: 14px; color: #666;}
.Related-news .list-ul ul li a:hover{ color: #e0651f;}
.new-cp-dc{ margin-top: 35px; overflow: hidden;}
.new-cp-dc > .content{ position: relative; height: 450px;}
.new-cp-dc > .content > .left{ display: inline-block; width: 565px;}
.new-cp-dc > .content > .left .nr-1{ margin-top: 20px;}
.new-cp-dc > .content > .left .nr-1 .checkboxSpan{ margin-right: 15px;}
.new-cp-dc > .content > .left .nr-1 .bt{ text-align: right; width: 100px; display: inline-block;}
.new-cp-dc > .content > .left .nr-1 label{ margin-right: 20px;}
.new-cp-dc > .content > .left .nr-1 form{ padding-bottom: 30px;}
.new-cp-dc .content .top{ color: #000; font-size: 18px; font-weight: bold;}
.new-cp-dc > .content > .right{ display: inline-block; width: 290px; vertical-align: top; margin-left: 28px;}
.new-cp-dc > .content > .right .bd-pl ul li{ font-size: 14px; color: #000; padding-bottom: 30px;}
.new-cp-dc > .content > .db-jy{ margin-top: 20px;}
.new-cp-dc > .content .db-jy .db-bt{ display: inline-block; vertical-align: top; text-align: center; margin-top: 12px;}
.new-cp-dc > .content .jy-hz{ height: 195px;}
#jySpan{ display: block;}
#mzSpan{ position: absolute; left: 74px; top: 36px;}
#dhSpan{ position: absolute; left: 74px; top: 36px;}
.new-cp-dc > .content .db-jy .zh input{ height: 35px; line-height: 35px; padding-left: 20px;}
.new-cp-dc > .content .db-jy .hz{ height: 79px;}
.new-cp-dc > .content .db-jy .zh{ display: inline-block; position: relative; margin-top: 40px;}
.new-cp-dc > .content > .db-jy .zh span font{ position: absolute; left: 140px; top: 40px; display: block; border-radius: 14px; width: 145px; height: 25px; line-height: 25px; text-align: center;}
.new-cp-dc .an-btn{ margin-top: 20px; position: absolute; right: 0; top: 365px;}
.new-cp-dc .tj-btn{ border-width: 0px; width: 100px; height: 35px; background: inherit; background-color: rgba(255, 255, 255, 1); box-sizing: border-box; border-width: 1px; border-style: solid; border-color: rgba(121, 121, 121, 1); border-radius: 15px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; font-size: 16px; cursor: pointer; outline: none; margin-left: 10px;}
.new-cp-dc .ct-btn{ border-width: 0px; width: 100px; height: 35px; background: inherit; background-color: rgba(255, 255, 255, 1); box-sizing: border-box; border-width: 1px; border-style: solid; border-color: rgba(121, 121, 121, 1); border-radius: 15px; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; font-size: 16px; cursor: pointer; outline: none; margin-left: 10px;}
.new-cp-dc .ct-btn:hover{ border-color: #fb5f08; background: #fb5f08; transition-duration: 0.2s; color: #fff;}
.new-cp-dc .tj-btn:hover{ border-color: #fb5f08; background: #fb5f08; transition-duration: 0.2s; color: #fff;}
.user-content .container-right #sub{ width: 302px; height: 40px; border: 1px solid #ccc; background: #313334; color: #fff; font-size: 18px; text-indent: 0;}
.user-content .container-right .spa{ height: 36px; line-height: 36px; width: 204px; display: inline-block; float: left; font-size: 12px; text-indent: 10px; margin-top: 10px; color: red;}
.user-content .container-right label{ width: 64px; float: left; clear: left; height: 36px; line-height: 36px; margin-top: 10px; font-size: 15px;}
.user-content .container-right label, .user-content .container-right input{ margin-bottom: 25px;}
.user-content .container-right input{ width: 300px; height: 36px; line-height: 36px; margin-top: 10px; text-indent: 8px; font-size: 16px; font-family: "微软雅黑"; border: 1px solid #ccc; float: left;}
.user-content .container-right .feedback-zb{ height: 270px; overflow: hidden;}
.user-content .container-right textarea{ width: 300px; height: 36px; line-height: 36px; margin-top: 10px; text-indent: 8px; font-size: 16px; font-family: "微软雅黑"; border: 1px solid #ccc; float: left;}
.user-content{ width: 900px; display: inline-block; margin-left: 50px;}
.user-content .container-right .feedback-item{ margin: 25px 0 0 0;}
.user-content .container-right .feedback-item .feedback-item-left{ width: 60px; display: inline-block;}
.user-content .container-right .feedback-item .feedback-item-right{ display: inline-block;}
.user-content .container-right .feedback-item .feedback-item-right input{ border: 1px solid #c9c9c9; outline: none; border-radius: 4px; height: 35px; padding-left: 5px;}
.user-content .container-right .feedback-item .feedback-submit{ border: 0; color: #fff; background-color: #e83711; width: 170px; height: 45px; font-size: 18px; border-radius: 4px; cursor: pointer;}
.user-content .container-right .feedback-item input[type=submit]:hover{ background: #e0651f; color: #fff;}
.join-zx{ margin-top: 35px;}

/* 新闻  start*/

.new-list{ margin-top: 35px; overflow: hidden;}
.new-list .download-info .a{ width: 29.5%; height: 188px; float: left; margin-right: 5.8%;}
.new-list .download-info .a img{ width: 100%; display: block;}
.new-list .download-info .download-title{ font-size: 18px; margin-bottom: 10px;}
.new-list .download-info .download-discription{ color: #666; font-size: 14px;}
.new-list .download-info .a h3{ transition: all .3s ease-out 0s; font-size: 36px; line-height: 36px; margin-bottom: 10px;}
.new-list .download-info .a b{ transition: all .3s ease-out 0s; display: inline-block; vertical-align: top; line-height: 16px; font-size: 16px;}
.new-list ul li{ border: 1px solid #dedede; margin-bottom: 15px; padding: 22px 50px 22px 22px; background: #fff; overflow: hidden;}
.new-list ul li:hover{ border: 1px solid #e0651f;}
.new-list ul li:hover .download-title a{ color: #e0651f;}
.new-list .download-info .morea{ margin-top: 20px; width: 90px; height: 30px; line-height: 30px; text-align: center; display: block; float: right; background: #b6b6b6; color: #fff;}
.new-list ul li:hover .download-info .morea{ background: #e0651f;}

/* 新闻  end*/

.service-list{ width: 900px; overflow: hidden; margin-top: 35px;}
.service-list .download-info{ padding: 15px;}
.service-list .download-info .download-img{ display: inline-block; width: 20%; vertical-align: middle; text-align: center;}
.service-list .download-info .download-img img{ width: 80%;}
.service-list .download-info .download-basic{ display: inline-block; vertical-align: middle; width: 78%;}
.service-list .download-info .download-title{ font-size: 18px; margin-bottom: 10px;}
.service-list .download-info .download-discription{ color: #666; font-size: 14px;}
.service-list ul li{ margin-bottom: 25px; border: 1px dashed #e4e4e4;}
.company-honor-list{ margin-top: 35px;}
.company-honor-list ul li img{ width: 100%;height: 100%;}
.company-honor-list ul{ margin-left: 0px;}
.company-honor-list ul li{ float: left; width: 280px; text-align: center; font-size: 16px; margin: 0 20px 20px 0;}
.company-honor-list ul li .power-img{ display: inline-block; width: 142px; height: 158px; overflow: hidden;}
.company-honor-list ul li:hover .Company-title{ color: #e0651f;}
.model-matching-list{ width: 943px; overflow: hidden; margin-top: 35px;}
.model-matching-list .download-info{ padding: 15px;}
.model-matching-list .download-info .download-img{ display: inline-block; width: 20%; vertical-align: middle; text-align: center;}
.model-matching-list .download-info .download-img img{ width: 80%;}
.model-matching-list .download-info .download-basic{ display: inline-block; vertical-align: middle; width: 78%;}
.model-matching-list .download-info .download-title{ font-size: 18px; margin-bottom: 10px;}
.model-matching-list .download-info .download-discription{ color: #666; font-size: 14px;}
.model-matching-list ul li{ margin-bottom: 25px; border: 1px dashed #e4e4e4;}

/* 案例版本1  start*/

.case-list{ overflow: hidden; margin-top: 35px;}
.case-list ul li{ border: 1px solid #dedede; margin-bottom: 15px; padding: 22px 50px 22px 22px; background: #fff; overflow: hidden;}
.case-list ul li:hover{ border: 1px solid #e0651f;}
.case-list ul li:hover .download-title a{ color: #e0651f;}
.case-list .download-info .download-img{ width: 18.5%; float: left; margin-right: 5.8%;}
.case-list .download-info .download-img img{ width: 100%; display: block;}
.case-list .download-info .download-title{ font-size: 18px; margin-bottom: 10px;}
.case-list .download-info .download-discription{ color: #666; font-size: 14px;}
.case-list .download-info .more{ margin-top: 20px; width: 90px; height: 30px; line-height: 30px; text-align: center; display: block; float: right; background: #b6b6b6; color: #fff;}
.case-list ul li:hover .download-info .more{ background: #e0651f;}

/* 案例版本1  end*/


/* 案例版本2  start*/

.casetwo-list{ overflow: hidden; margin-top: 35px;}
.casetwo-list ul li{ height: 146px; border: 1px solid transparent; position: relative; background: #f7f7f7; transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; margin-bottom: 20px;}
.casetwo-list ul li .download-info .download-img{ width: 194px; height: 145px; display: inline-block; vertical-align: top; transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;}
.casetwo-list ul li .download-info .download-img img{ width: 164px; height: 111px; margin: 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.09);}
.casetwo-list ul li:hover .download-info .download-img{ background: #ccc;}
.casetwo-list .download-info .download-basic{ margin: 15px 0 28px 15px; transition: all .3s ease-out 0s; display: inline-block; vertical-align: top; width: 70%;}
.casetwo-list ul li:hover .download-basic{ margin: 15px 0 28px 35px;}
.casetwo-list .download-info .download-title{ font-size: 20px;}
.casetwo-list .download-info .download-title:hover a{ color: #e0651f;}
.casetwo-list .download-info .download-discription i{ color: #666; font-size: 16px;}
.casetwo-list .download-info .fbsj{ color: #666; font-size: 14px; margin: 10px 0 5px;}
.casetwo-list .download-info .download-discription a:hover{ color: #e0651f;}

/* 案例版本2  end*/

.company-power-list{ overflow: hidden;margin-top: 30px;}
.company-power-list ul li{ display: inline-block; vertical-align: top; width: 280px; margin: 0 30px 20px 0;}
.company-power-list > ul > li > a:hover .Company-title{ color: #e0651f;}
.company-power-list .power-img{ width: 100%; line-height: 0; overflow: hidden;}
.company-power-list .power-img img{ width: 100%;}
.company-power-list .Company-title{ text-align: center; width: inherit; background: #ebebeb; line-height: 40px; height: 40px; color: #666; font-size: 14px;}
.company-power-list .big-img li{ margin-right: 65px;}
#company-honor{ margin-top: 35px; overflow: hidden;}
#company-honor .ry-nr{ overflow: hidden;}
#company-honor .ry-nr ul li{ float: left; text-align: center; width: 212px; margin: 0 23px 20px 0;}
#company-honor .ry-nr ul li .pic{ width: 212px!important; height: 276px!important; border: 1px solid #ccc; padding: 10px 10px 5px 10px; text-align: center; line-height: 0;}
#company-honor .ry-nr ul li .pic img{ width: 190px; height: 255px;}
#company-honor .ry-nr ul li .mc{ font-size: 14px; color: #666; margin: 5px 0 0;}
#company-honor .ry-nr ul li:hover .mc{ color: #e0651f;}
.about-zx{ margin-top: 35px;}
#about-us .nr{ margin-top: 35px; overflow: hidden;}
#about-us .nr p{ line-height: 40px; font-size: 16px; height: 40px;}
.support_zx{ margin: 35px 0 0; overflow: hidden;}

/*foot*/

.foot{ margin-top: 50px; font-size: 0; background: #222;}
.foot .yqbg{ background: #e0651f; width: 100%; height: 60px; line-height: 60px; overflow: hidden;}
.foot .link a{position: relative; color: #a1a1a1; font-size: 14px; display: inline-block; vertical-align: top;}
.foot .link a:last-child{ margin-right: 0;}
.foot .link a:first-child:hover{ text-decoration: none;}
.foot .link a:hover{ text-decoration: underline;color: #fff;}
.foot .link i{ margin: 0 10px; color: #a1a1a1; font-size: 16px; display: inline-block; vertical-align: top;}
.foot nav ul a:after{ content: ""; position: absolute; left: 50%; bottom: 0; background: #fff; width: 0; height: 3px; transition: all .3s; z-index: 1;}
.foot nav ul a:hover:after{ left: 0; width: 100%;}
.foot nav ul{ padding: 0 60px;}
.foot nav ul a{ position: relative; display: inline-block; vertical-align: top; color: #fff; font-size: 16px; margin-right: 120px;}
.foot nav ul a:last-child{ margin-right: 0;}
.foot .footnr .content{ padding-bottom:5px;}
.foot .footnr .content .left ul li{ margin-bottom: 10px; line-height: 16px; color: #ccc; font-size: 16px;}
.foot .footnr .content .left{ padding: 40px 0 0 10px; width: 455px;}
.foot .footnr .content .zb{ padding-top: 55px;}
.foot .footnr .content .zb dd{ display: inline-block; vertical-align: top; line-height: 0;}
.foot .footnr .content .right{ background: url(../images/hotline.png)no-repeat; width: 370px; color: #e0651f; font-weight: bold; font-size: 40px; padding-top: 139px; text-align: right; margin-top: 50px;}
.foot .bottom{ text-align: center; color: #ccc; font-size: 14px; width: 100%; height: 50px; line-height: 50px;}
.foot .bottom dd{ border-top: 1px solid #434343;margin-top: 5px;}
.foot .bottom a{ color: #ccc; font-size: 14px;}
.foot .bottom a:hover{ color: #ff761a;}

/*group*/

.list-container{ width: 1200px; margin: 30px auto;}
.list-container .map-produt{ border-bottom: solid 1px #CCCCCC;}
.list-container .group{ margin: 60px 0 30px 0;}
.list-container .group .title{ font-size: 24px;}
.list-container .group .top-group{ margin-top: 40px;}
.list-container .group .groups{ margin-top: 20px;}
.list-container .group .title a{ font-size: 16px; float: right; width: 100px; height: 30px; line-height: 30px; color: #fff; background: #ffc700; text-align: center;}
.list-container .group .top-group ul li{ display: inline-block; margin-left: 25px; margin-bottom: 25px;}
.list-container .group .top-group a{ padding: 10px 10px; background: #e8e8e8; font-size: 16px; color: #333;}
.list-container .group .groups ul li{ border-bottom: 1px dashed #999; margin-bottom: 25px;}
.list-container .group .groups .k{ display: inline-block; font-size: 18px; margin: 0 30px 0 20px;}
.list-container .group .groups .v{ display: inline-block; vertical-align: top; width: 1100px;}
.list-container .group .groups .v a{ line-height: 20px; margin-right: 20px; margin-bottom: 20px; font-size: 16px; display: inline-block; color: #666666;}
.map-produt .map-produt-title{ font-size: 16px; color: #666666; padding-left: 20px; border-left: 5px solid #333;}
.map-produt-cate_list{ margin: 10px 0;}
.map-produt-cate_list a{ padding: 10px; color: #333; font-size: 16px;}

/*searchqy*/

.product-main .product-content .container-right .search-products ul li{ display: inline-block; margin: 0 20px 20px 0;}
.product-main .product-content .container-right .search-products ul li{ display: inline-block; margin: 0 20px 20px 0;}
.product-main .product-content .container-right .search-products .products-title{ text-align: center;}
.product-main .product-content .container-right .search-products .product-img img{ width: 150px;}
.product-main .product-content .container-right .search-news ul li{ margin: 0 0 20px 0; border-top: 1px solid #ccc; padding-top: 15px;}
.product-main .product-content .container-right .search-news .search-news-title{ font-size: 16px;}
.product-main .product-content .container-right .search-news .search-news-discription{ margin-top: 10px;}
.product-main .product-content .container-right .search-news .search-news-basic{ color: #999999;}
.product-main .product-content .container-right .search-news .search-news-basic span{ margin-right: 20px;}

/*webmap*/

.list-container{ width: 1200px; margin: 30px auto;}
.list-container .group{ margin: 60px 0 30px 0;}
.list-container .group .title{ font-size: 24px;}
.list-container .group .top-group{ margin-top: 40px;}
.list-container .group .groups{ margin-top: 20px;}
.list-container .group .title a{ font-size: 16px; float: right; width: 100px; height: 30px; line-height: 30px; color: #fff; background: #ffc700; text-align: center;}
.list-container .group .top-group ul li{ display: inline-block; margin-left: 25px; margin-bottom: 25px;}
.list-container .group .top-group a{ padding: 10px 10px; background: #e8e8e8; font-size: 16px; color: #333;}
.list-container .group .groups ul li{ border-bottom: 1px dashed #999; margin-bottom: 25px;}
.list-container .group .groups .k{ display: inline-block; font-size: 18px; margin: 0 30px 0 20px;}
.list-container .group .groups .v{ display: inline-block; vertical-align: top; width: 1100px;}
.list-container .group .groups .v a{ line-height: 20px; margin-right: 20px; margin-bottom: 20px; font-size: 16px; display: inline-block; color: #666666;}
.map-produt .map-produt-title{ margin: 25px 0; font-size: 16px; color: #e0651f; padding-left: 20px; border-left: 5px solid #e0651f;}
.map-produt-cate_list{ margin: 15px 0;}
.map-produt-cate_list a{ padding: 2px; color: #333; font-size: 14px; margin-right: 15px;}
.map-produt-cate_list a:hover{ background: #e0651f; color: #fff;}
.map-produt-cate_list ul li{ margin-bottom: 15px;}
