/* CSS Document */
@charset "utf-8";
/* CSS Document */
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; border: 0; }
html { color: #666; }
html, body { width: 100%; min-width: 320px; overflow-x:hidden; }
body, button, input, select, textarea { margin: 0; padding: 0; font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif"; font-size: 12px; background: #fff }
ul, ol, li, dl, dd, dt { list-style: none; }
em { font-style: normal; }
a { text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
legend { color: #000; }
fieldset, img { border: 0; }
label, button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
img { border: 0; vertical-align: middle; }
a { color: #3a3a3a; text-decoration: none; }
a:hover { text-decoration: none }
.fl { float: left; }
.fr { float: right; }
/*苹果手机默认按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
input{ border-radius: 0; } 

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#6d6e70;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
@-webkit-keyframes bounce-up {
25% {-webkit-transform: translateY(5px);}
50%, 100% {-webkit-transform: translateY(0);}
75% {-webkit-transform: translateY(-5px);}
}
@keyframes bounce-up {
25% {transform: translateY(5px);}
50%, 100% {transform: translateY(0);}
75% {transform: translateY(-5px);}
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
      url('../font/iconfont.woff2') format('woff2'),
      url('../font/iconfont.woff') format('woff'),
      url('../font/iconfont.ttf') format('truetype'),
      url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;font-style:normal;
}
*{outline: none;}
/*首页*/
#header{ background:#2e8de7; height:120px;}
#header .logo { width: 870px; margin: 10px 10px 0; display: inline-block; }
#header .logo img { vertical-align: middle; }
.container {width: 95%;max-width: 1280px; margin: 0 auto; }
.search-box{ width:370px;}
.top-span{color:#ece64d;font-size:17px;font-weight:bold;position:relative;top:35px;color:#92052b;}
.search{display: inline-block;width:300px;height: 25px;padding:5px 10px;background: #fff;border-radius: 20px;position: relative;top:40px;}
.search input {width:230px;float: left;height: 17px;margin-left: 6px;line-height: 17px;border: none;padding: 4px;}
.search-right .tj{background: url(../images/searcion_08.png) no-repeat;display: inline-block;width: 41px;height: 35px;float: right;position: relative;top:-5px;left:10px;}
.search-right .tj:hover{background: url(../images/searchhover_12.png) no-repeat;}


.search-box .input-search-btn { width: 35px; height: 35px; top:45px; right: 10px; position:absolute; z-index: 9999; }
.search-box .input-search-btn .iconfont { display:block;width: 35px; height: 35px; font-size: 16px; line-height: 35px; color: #fff; margin: 0px; background-color: #fff; background-color: #02328d;font-style: normal; font-weight:bold; }
.search-box .input-search { height: 120px; position:relative; float:left;}
.search-box .input-search input { height: 45px; width: 240px; background-color: #eee; border: 1px solid; border-color: #eee; padding-left: 15px; -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms; -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms; -ms-transition: all 0.6s cubic-beziercubic-bezier(0.165, 0.84, 0.44, 1) 0ms; -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms; transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms; position: relative; top: 37.5px; }
.input-search input:focus { width: 275px; border-color: #ffffff; border-color: #02328d; outline: 0; }
.contact-index { display: inline-block; height: 120px; line-height: 120px; margin-left: 60px; }
.contact-index p { margin-left: 15px; }
.contact-index .tel { font-size: 20px; margin-top: 34px; margin-bottom: 0px; color: #37474f; color: #2a333c; text-align: right; line-height: 30px; }
.contact-index .tel .iconfont { margin-right: 5px; border-right: 1px solid; padding-right: 5px; }
.contact-index .mail { color: #ffffff; color: #76838f; font-size: 14px; text-align: right; line-height: 24px; }

/*导航*/
#nav { background:#f0f0f0; width:100%;}
#nav ul li { float: left; width:18%;margin:0 10px;}
#nav ul li a { color: #333;width:98%; padding: 0 1%; font-size: 16px; text-align: center; height: 45px; line-height: 45px; display: inline-block; cursor: pointer;}
#nav ul li a:hover, #nav ul li a.nav_on{ background: #2e8de7; color:#fff;}	

.web_nav{display:none;width:90%; height: 50px;line-height:50px;color:#fff;font-size:16px;margin:0 auto;font-weight:bold;}
.btn-menu {display:block;float:right;position:relative;background:transparent;cursor:pointer;padding: 15px 0;width:26px;height:16px;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#ffffff;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after {content:'';position:absolute;top:0;height:1px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}
.btn-menu span {position:absolute;width:100%;height:1px;left:0;top:50%;overflow:hidden;text-indent:200%;}
.btn-menu:before {-webkit-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0);}
.btn-menu:after {-webkit-transform:translate3d(0,7px,0);transform:translate3d(0,7px,0);}
.btn-menu.active span {opacity:0;}
.btn-menu.active:before {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
.btn-menu.active:after {background-color:#ffffff;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}


/**ly_banner**/
.flickerplate { position: relative; width: 100%; height: 500px; background-color: #e6e6e6; overflow: hidden; }
.flickerplate ul.flicks { width: 10000%; height: 100%; padding: 0px; margin: 0px; list-style: none }
.flickerplate ul.flicks>li { float: left; width: 1%; height: 100%; background-position: center; background-size: cover; display: table }
.flickerplate ul.flicks>li:nth-child(1) { background-image: url(../images/banner1.jpg); }
/*.flickerplate ul.flicks>li:nth-child(2) { background-image: url(../images/banner2.jpg); }
.flickerplate ul.flicks>li:nth-child(3) { background-image: url(../images/banner3.jpg); }*/
.flickerplate ul.flicks>li .flick-inner { height: 100%; padding: 10px; color: #fff; display: table-cell; vertical-align: middle }
.flickerplate ul.flicks>li .flick-inner .flick-content { max-width: 68.75em; margin-left: auto; margin-right: auto }
.flickerplate ul.flicks>li .flick-title { padding: 0px 0px; font-size: 2.778em; line-height: 1.995em; text-align: center }
@media only screen and (max-width:43.813em) {
.flickerplate ul.flicks>li .flick-title { font-size: 1.667em }
}
.flickerplate ul.flicks>li .flick-sub-text { padding: 5px; font-weight: 300; line-height: 2.5em; color: rgba(255,255,255,0.8); text-align: center }
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text { padding: 12px 18px; background-color: rgba(0,0,0,0.6) }
.flickerplate .arrow-navigation { position: absolute; height: 80%; width: 10%; top: 10%; z-index: 100; overflow: hidden }
.flickerplate .arrow-navigation .arrow { display: block; height: 100%; width: 90%; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out }
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover { cursor: pointer }
.flickerplate .arrow-navigation.left { left: 0% }
.flickerplate .arrow-navigation.left .arrow { opacity: 0; margin: 0px 0px 0px 50%; background-image: url("../images/arrow-left-light.png"); background-repeat: no-repeat; background-position: left }
.flickerplate .arrow-navigation.right { right: 0% }
.flickerplate .arrow-navigation.right .arrow { opacity: 0; margin: 0px 0px 0px -50%; background-image: url("../images/arrow-right-light.png"); background-repeat: no-repeat; background-position: right }
.flickerplate .arrow-navigation.left.hover .arrow { opacity: 1; margin: 0px 0px 0px 20% }
.flickerplate .arrow-navigation.right.hover .arrow { opacity: 1; margin: 0px 0px 0px -20% }
.flickerplate .dot-navigation { position: absolute; bottom: 15px; width: 100%; text-align: center; z-index: 100 }
.flickerplate .dot-navigation ul { text-align: center; list-style: none; padding: 0px 15px }
.flickerplate .dot-navigation ul li { display: inline-block; float: none }
.flickerplate .dot-navigation .dot { width: 10px; height: 10px; margin: 0px 5px; background-color: rgba(255,255,255,0.5); border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out; -o-transition: background-color 0.2s ease-out; -ms-transition: background-color 0.2s ease-out; transition: background-color 0.2s ease-out }
.flickerplate .dot-navigation .dot:hover { cursor: pointer; background-color: rgba(255,255,255,0.5) }
.flickerplate .dot-navigation .dot.active { background-color: #16b4b9; }
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul { text-align: left }
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul { text-align: right }
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow { background-image: url("../images/arrow-left-dark.png") }
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow { background-image: url("../images/arrow-right-dark.png") }
.flickerplate.flicker-theme-dark .dot-navigation .dot { background-color: rgba(0,0,0,0.12) }
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover { background-color: rgba(0,0,0,0.6) }
.flickerplate.flicker-theme-dark .dot-navigation .dot.active { background-color: #000 }
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner { color: rgba(0,0,0,0.9) }
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text { color: rgba(0,0,0,0.9) }
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text { background-color: rgba(255,255,255,0.5) }
.flickerplate ul.flicks li.flick-theme-dark .flick-inner { color: rgba(0,0,0,0.9) }
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text { color: rgba(0,0,0,0.9) }
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text { background-color: rgba(255,255,255,0.5) }
.flickerplate.animate-transform-slide ul.flicks { -webkit-perspective: 1000; -webkit-backface-visibility: hidden; transform: translate3d(0%, 0px, 0px); -webkit-transform: translate3d(0%, 0px, 0px); -webkit-transition: -webkit-transform 0.6s; -o-transition: -o-transform 0.6s; -moz-transition: -moz-transform 0.6s; transition: transform 0.6s }
.flickerplate.animate-transition-slide ul.flicks { position: relative; left: 0%; -webkit-transition: left 0.4s ease-out; -moz-transition: left 0.4s ease-out; -o-transition: left 0.4s ease-out; -ms-transition: left 0.4s ease-out; transition: left 0.4s ease-out }
.flickerplate.animate-jquery-slide ul.flicks { position: relative; left: 0% }
.flickerplate.animate-scroller-slide { padding-bottom: 0px; overflow: auto }
.flickerplate.animate-scroller-slide ul.flicks { position: auto }

/*首页新闻*/
.sy_news{ margin:50px 0 30px;}
.sy_news_hd{margin-bottom:20px;}
.sy_news_hd .tlt{float:left;position:relative;width:36%;overflow:hidden;}
.sy_news_hd .tlt p{font-size:20px;color:#37474f;font-weight:bold;float:left;height:46px;line-height:46px;}
.sy_news_hd .tlt em{display:block;width:38px;height:2px;background:#2e8de7;position:absolute;bottom:0;left:0;}

.sy_news_hd .sy_news_right{float:right;width:62%;position:relative;}
.sy_news_hd .sy_news_right .sy_news_type{max-width:100%;padding-top:10px;text-align:right;position:absolute;right:0;top:0;}
.sy_news_hd .sy_news_right .sy_news_type span a{display:inline-block;float:left;height:30px;line-height:30px;background:#dedede;text-align:center;padding:0 15px;font-size:12px;color:#333;margin-right:10px;border-radius:2px;cursor:pointer; overflow: hidden;}
.sy_news_hd .sy_news_right .sy_news_type span a.on{background:#2e8de7;color:#fff;}
.sy_news_hd .sy_news_right .sy_news_type span a:hover{background:#2e8de7;color:#fff;}



.img-news-l{ width:45%; float:left; margin-bottom:30px;}
.img-news-l .imgnews-list{ width:100%;}
.img-news-l .imgnews-list li{ width:100%;}
.img-news-r{ width:50%; float:right; margin-bottom:10px;}

.img-news-r .imgnews-list li {transform: translateY(100%); width: 100%; float: right; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; padding: 10px 0; border-bottom: 1px solid; border-color: #fff; border-color: #f2f2f2; }
.imgnews-list li .time { display: inline-block; line-height: 30px; float: right; color: #999; font-size: 12px; position: relative; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms }
.imgnews-list li .iconfont { display: inline-block; line-height: 30px; float: right; color: #fff; color: #2e8de7; font-size: 13px; position: relative; right: 35px; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; opacity: 0; }
.imgnews-list li:hover .iconfont { right: 0; opacity: 1 }
.imgnews-list li:hover .time { right: 15px }
.imgnews-list li .date{ text-align:center;}
.imgnews-list li .date .day { font-size: 36px; font-weight: bold; position: relative; letter-spacing: 1px; color: #fff; color: #999;}
.imgnews-list li .date .year { color: #fff; color: #999; position: relative; display: block }
.imgnews-list .item-1 { width: 40%; float: left; padding: 0; border: none; opacity: 1; transform: none; }
.imgnews-list .item-1 .text { background: #fff; background: #2e8de7;padding: 15px 20px 0 40px;height: 130px;overflow:hidden;}
.imgnews-list .item-1 .text .day { font-size: 36px; font-weight: bold; position: relative; letter-spacing: 1px; color: #fff; }
.imgnews-list .item-1 .text .year { color: rgba(255, 255, 255, 0.6); position: relative; display: block }
.imgnews-list .item-1 .text .content { color: #fff; width: 75%; float: right; height:110px; overflow:hidden; }
.imgnews-list .item-1 .text .content h3 { color: #fff; line-height: 30px;font-size: 16px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.2) ;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.imgnews-list .item-1 .text .content h3 a{ color:#fff;}
.imgnews-list .item-1 .text .content p { color: rgba(255, 255, 255, 0.7); padding-top: 10px; line-height:20px; height:80px; overflow:hidden;}
.imgnews-list .item-1 .img { overflow: hidden; max-height:220px; }
.imgnews-list .item-1 .img img { -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; width: 100% }
.imgnews-list .item-1:hover { -webkit-box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.08); box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.08); padding: 0 }
.imgnews-list .item-1:hover img { -webkit-transform: scale(1.08); transform: scale(1.08); opacity: 1 }
.imgnews-list .item-2 { margin-bottom:10px; border: none !important }
.imgnews-list li.item-other b.title{transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; display:inline-block; font-weight:normal;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width:70%; font-size:14px;}
.imgnews-list li.item-other:hover b.title {color: #c4261d; padding-left:1.5%;}
.imgnews-list .item-2 .text { float: left; width: 80%;transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; }
.imgnews-list .item-2:hover .text{padding-left:1.5%;}
.imgnews-list .item-2 .text h3 { width: 100%; padding-bottom: 15px; border-bottom: 1px solid; border-color: #fff; border-color: #f2f2f2; font-size: 16px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.imgnews-list .item-2:hover .text h3{ color:#c4261d;}
.imgnews-list .item-2 .text p { margin-top: 15px;  color: #999; font-size: 13px; line-height: 26px; height: 52px; overflow: hidden }
.btn-more { clear:both;background: #2e8de7;  color: #fff;  display: block; width: 110px; text-align: center; margin: 30px auto 0; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; height:30px; line-height:30px; }
.btn-more:hover {background: #2579d6;color: #fff;border-color: #2579d6; text-decoration: none }


/*首页公司简介*/
.sy_about{ width:100%; margin:30px 0 50px;}
.sy_about_hd{margin:10px 0 25px;}
.sy_about_hd .tlt{float:left;position:relative;width:36%;overflow:hidden;}
.sy_about_hd .tlt p{font-size:20px;color:#37474f;font-weight:bold;float:left;height:46px;line-height:46px;}
.sy_about_hd .tlt em{display:block;width:38px;height:2px;background:#2e8de7;position:absolute;bottom:0;left:0;}
.con_syabout{height:320px;}
.con_img_about{ float:left; width:35%; position:relative; z-index:2;}
.con_img_about img{width: 100%;max-height: 330px;/*-o-object-fit: scale-down;object-fit: scale-down;*/}
.con_right_about{background: #fff;width:61%;text-align: left;padding: 10px 15px 0;z-index: 1; float:right;}
.con_right_about .about_bt{ font-size:18px; height:40px; line-height:40px;}
.xian {border-top: 2px solid #2e8de7;width: 45px;}
.con_right_about .desc{ width:100%;font-size: 14px;color: #fff;color: #666;line-height: 25px !important;padding: 20px 0; height:150px; overflow:hidden; margin-bottom:20px; text-align:left;}
.con_right_about .desc p{ line-height:25px;}
.btn-more1 {background: #2e8de7; color: #fff; display: block; width: 125px; text-align: center; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; height:30px; line-height:30px;}
.btn-more1:hover {background: #2579d6;color: #fff;border-color: #2579d6; text-decoration: none }

/*首页产品展示*/
.sy_pro{ width:100%; background:#f5f5f5; padding:50px 0;  position:relative; z-index:9;}
.sy_pro_hd{margin:10px 0 40px;}
.sy_pro_hd .tlt{float:left;position:relative;width:100%;overflow:hidden;}
.sy_pro_hd .tlt p{font-size:20px;color:#37474f;font-weight:bold;float:left;height:46px;line-height:46px;}
.sy_pro_hd .tlt em{display:block;width:38px;height:2px;background:#2e8de7;position:absolute;bottom:0;left:0;}
.sy_pro_hd .sy_pro_right{float:right;width:75%;position:relative; height:40px; overflow:hidden;}
.sy_pro_hd .sy_pro_right .sy_pro_type{max-width:100%;padding-top:10px;text-align:right;position:absolute;right:0;top:0;}
.sy_pro_hd .sy_pro_right .sy_pro_type span a{display:inline-block;height:30px;line-height:30px;background:#dedede;text-align:center;padding:0 15px;font-size:12px;color:#333;margin-right:10px;border-radius:2px;cursor:pointer; overflow: hidden;vertical-align:top;}
.sy_pro_hd .sy_pro_right .sy_pro_type span a.on{background:#c4261d;color:#fff;}
.sy_pro_hd .sy_pro_right .sy_pro_type span a:hover{background:#c4261d;color:#fff;}


.sy_pro_c ul li:hover{-webkit-box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08); box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.08)}
.sy_pro_c .show_list1 { width:100%;margin: 0; padding: 0;}
.sy_pro_c .show_list1 ul li {width:22%;margin: 0 20px 20px 0; padding: 0 10px; float: left;background:#fff;}
.sy_pro_c .show_list1 ul li:nth-child(4n){ margin-right:0;}
.sy_pro_c .show_list1 ul li .show_pro_box { display:block;margin: 0 auto; padding: 0;}
.sy_pro_c .show_list1 ul li .show_pro_box .show_pro_img {margin: 0 auto; padding: 9px;}
.sy_pro_c .show_pro_img span { display:block; width:100%; height: 260px; overflow: hidden; margin: 0 auto; padding: 0; position: relative;}
.sy_pro_c .show_pro_img span img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.sy_pro_c .show_list1 ul li .show_pro_box p{ width:98%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 14px; text-align: center; margin: 10px auto; padding: 0 1%;}
.tags_title{border-bottom:1px solid #DDD;margin:10px 0 30px;}
.tags_title span{width:80px;padding:0 15px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#fff;color:#333;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #ffffff;font-weight:bold;}
.contact .tags_title span{float:left;width:auto;cursor:pointer;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content3{display:none;}
.contact .content4{display:none;}
.contact .content5{display:none;}
.btn-more2{ margin-top:13px; float:left; clear:none; margin-right:10px; margin-left:15px;}

.pro_list3 ul.h_product_bd{padding-top:20px;}
.pro_list3 ul.h_product_bd li{float:left;width:32%;margin-right:5px; margin-left:5px;margin-bottom:30px; height:147px;}
.pro_list3 ul.h_product_bd2 li{margin-right:60px;}
.pro_list3 ul.h_product_bd li:nth-child(3n) {margin-right: 0px;}
.pro_list3 ul.h_product_bd li .cp_box{display:block;background:#ffffff;-moz-box-shadow: 0px 0px 1px rgba(0,0,0,.3);-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.3);box-shadow: 0px 0px 1px rgba(0,0,0,.3); height:140px; padding:2%; overflow:hidden;}
.pro_list3 ul.h_product_bd li .pro_img1{width:40%;height:130px;text-align:center;overflow:hidden;background:#fff; float:right;}
.pro_list3 ul.h_product_bd li .pro_img1 img{vertical-align:middle;max-width:100%;max-height:100%;-webkit-transition-duration: 1s;
transition-duration: 1s; height:75px;}
.pro_list3 ul.h_product_bd li .pro_img1 .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.pro_list3 ul.h_product_bd li .cp_box p{width:60%;background:#ffffff;color:#333;font-size:12px; float:left;}
.pro_list3 ul.h_product_bd li .cp_box p span{padding-top: 5px;display:block;overflow: hidden;line-height:22px;}
.pro_list3 ul.h_product_bd li .cp_box p em{display:block;font-size:12px;height: 70px;line-height:22px;/* padding-bottom:15px; */overflow: hidden;margin-top:5px;}



/*友情链接*/
.sy_link{ width:90%; max-width:1280px; margin:30px auto;}
.sy_link .yqlj { line-height: 22px; font-size: 12px; }
.sy_link .yqlj b{ font-size:14px;}
.sy_link .yqlj a { display: inline-block; margin-right: 1%; }

/*底部*/
.copyright_main { color:#FFF; background:#023671;position:relative; z-index:999;  font-size:12px;}
#copyright { line-height:40px;width:90%;max-width:1280px;margin:0 auto; }
#copyright .bottom_navigation{text-align: center;padding: 5px 0px; }
#copyright a {color: #FFF; text-decoration: none; font-size:12px;}
#copyright a:hover {color:#00a4ef; text-decoration: none;}
#copyright .bottom_info{ text-align:center;padding-top:5px; padding-right:10px; line-height:20px; }
#copyright .TechnicalSupport{ float:right; margin:0}

#floor_7_main{background:#03468d; background-size:100% auto; padding: 20px 0; position:relative; z-index:999;}
#floor_7{width:90%;max-width:1280px;margin:0 auto;overflow: hidden;}
#floor_7_1{float: left;width: 66%;}
#floor_7_2{float: right;width: 34%;}
#floor_7_2 .WeChat img {  float: left;  width: 102px;  padding: 20px 30px 0 0;  }
#floor_7_2 .bdsharebuttonbox .LShare {  display: block;  line-height: 24px;  height: 24px;  cursor: pointer;  margin: 6px 6px 6px 0;  font-size: 16px;  color: #fff;  }
.contact_wrap{ line-height:1.8em; color:#FFF;font-size:14px;}
.contact_wrap b{ font-weight:bold;}
.contact_wrap .WebUrl{ color:#F00;}
.bdshare-button-style0-24 {  padding-top: 30px;  }
.bottom_navigation {  overflow: hidden;  float: left;  }
.bottom_navigation li {  float: left;  width: 185px;  margin-right: 15px;  overflow: hidden;  }
.bottom_navigation li a {  display: block;  text-align: left;  font-size: 18px;  margin-bottom: 10px;  color: #fff;  font-weight: bold;  }
.bottom_navigation li a:hover {  color:#00a4ef;}
.bottom_navigation .subnavigationlist1 li {  float: none;  padding: 0;  line-height: 28px;  display: block;  }
.bottom_navigation .subnavigationlist1 li a { color: #fff;  display: block;  line-height: 30px;  font-weight: normal;  padding: 0;  margin: 0;  font-size: 13px;  text-align: left; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }
.bottom_navigation .subnavigationlist1 li a:hover{color:#00a4ef;}
.bottom_navigation li ul{height:150px;overflow:hidden;}

/*内页banner*/
.ny_banner{width:100%;margin-bottom:20px;position:relative;}
.ny_banner picture{display:block;}
.ny_banner img{width:100%;height:auto;}



/*悬浮链接*/
.suspension{position:fixed;z-index:999999999;right:0;top:260px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:55px;height:40px;padding:10px 0 5px;background-color:#0256ac;margin-bottom:4px;cursor:pointer;outline:none;text-decoration:none;text-align:center;border-radius:2px;}
.suspension .a.active,
.suspension .a:hover{background:#c4261d;}
.suspension .a .i{display:inline-block;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
.suspension .a-service .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a span{display:block;width:100%;text-align:center;color:#fff;font-size:12px;padding-top:4px;}
.suspension .a-service-phone .i{display:inline-block;width:20px;height:20px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{display:inline-block;width:20px;height:20px;background-position: -56px -12px;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:290px;background:#fff;position:absolute;right:67px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;/*background:url(../images/side_bg_arrow.png) no-repeat;r*/ight:-8px;top:31px;}
.qrcode-img img{width:150px;margin:0 auto;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:50px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px;}
.suspension .d-service-item{padding:4px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item p{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service .d-service-item p{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;width:160px;}
.suspension .d-qrcode .inner-box{padding:10px 0;}
.suspension .d-qrcode p{font-size:14px;color:#999;padding-top:5px;}


.cpzx .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.cpzx .ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.cpzx .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px;}
.cpzx .ly_msg ul li .msg_tara { height: 118px;}
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px;}
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left;}
.cpzx .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:12px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.cpzx .msg_btn input:first-child{background:#0256ac;color:#fff;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}

#xgtlcp{ padding:30px 0;}
#xgtlcp #xgtlcp_bt{ background:#ebebeb; height:30px; line-height:30px; font-size:14px; padding-left:15px;}
#xgtlcp ul{ margin-bottom:30px; padding:2%; float:left; width:96%;}
#xgtlcp ul li{ width:30%; margin-right:2%; float:left;margin-bottom:1%;}
#xgtlcp ul li a{ font-size:12px; display:block; width:100;}

.sy_fl_box{ width:100%; background:#2e8de7; padding:20px 0;}
.sy_fl_box .sy_fl a{color: #fff;border: 1px solid #fff;display: inline-block;padding: 10px;margin: 5px;}



.cp_fll{ clear:both; margin-bottom:10px;}
.cp_fll a{ color:#066edf; font-weight:bold;}
.cp_fll span{ float:right;}

/*banner start*/
#full-screen-slider { width:100%; height:450px; float:left; margin-bottom:20px;}
#slides { display:block; width:100%; height:450px; list-style:none; padding:0; margin:0; position:relative;}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute;background-size: cover;}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; top:580px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
/*banner end*/

@media (max-width:1199px) {
	#full-screen-slider{ margin-bottom:0;}
	#slides {width:100%;}
	#slides li{ width:100%;background-size: 180% !important;}
	#pagination{ display:none;}
	}

@media (max-width:992px) {#full-screen-slider{ height:350px; margin-bottom:0;}
	#slides {width:100%;height:350px;}
	#slides li{ width:100%;background-size: 180% !important;}}

@media (max-width:767px) {
	#full-screen-slider{ height:130px; margin-bottom:0;}
	#slides {width:100%;height:130px;}
	#slides li{ width:100%;background-size: 130% !important;}
	}




/*屏幕电脑*/
@media (max-width:1199px) {
.container { width:100%; }
#header .logo{ width:60%; margin-top:25px;}
#header .logo img{max-height: 100%;max-width: 100%;}
.search-box{ width:35%;}
.search-box .input-search{ width:50%;}
.search-box .input-search input{ width:100%;}
.contact-index{ width:45%; margin-left:0;}
.con_img_about{ width:40%;}
#nav ul li a{padding: 0 10px;}
#nav ul li{ margin:0 1%;}
.sy_news{ padding:0 5%;margin: 40px 0;}
.sy_pro{padding:35px 5%; width:90%;}
.sy_about{padding:0 5%; width:90%; margin:40px 0;}
.con_right_about{ top:50px; width:55%;}
.imgnews-list .item-1 .text{ padding-left:3%;}
.silder-ctrl-prev, .silder-ctrl-next { top: -170px; }
.sy_pro_c ul li{ margin: 0 1% 4% 0.5%;}
.sy_pro_c .show_pro_img span{ height:150px;}
.sy_pro_c .show_list1 ul li{width:21%;}
.show_pro_img span{width:100%;}
#floor_7{width:90%;}
#copyright{width:90%;}
.suspension{display:none;}
#KFRightScreen{display:none !important;}
#KFCenterScreen{display:none !important;}
#KFBoxTitle{display:none !important;}
.custombox{display:none !important;}
.page_list{margin: 10px 0 30px;}
.sy_fl_box{ width:90%; padding-left:5%; padding-right:5%;}
}


/*中等屏幕*/
@media (max-width:992px) {
.container { width:100%; }
#header .logo{ width:80%; margin-top:25px;}
.contact-index{ display:none;}
.search-box{ display:none; width:90%; margin-right:5%;}
.search-box .input-search{ width:100%; height:90px;}
.search-box .input-search input{ width:96%; top:15px;}
.search-box .input-search-btn{ top:22px;}
.web_nav{width:90%;display:block; color:#37474f;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#37474f;}
.btn-menu.active:before {background-color:#37474f;}
.btn-menu.active:after {background-color:#37474f;}
.top-span{ display:none;}
.con_img_about{ width:50%;}
#nav ul{width:100%;display:none;}
#nav ul li{width:100%;background:#f1f1f1;border-bottom:1px solid #ffffff; margin:0;}
#nav ul li a{color:#333; display:block;}
.web_nav span.search_bt {display: inline-block; width: 20px; height: 30px; cursor: pointer; float: right;  font-size: 20px; color: #fff; font-weight: bold; width: 44px; height: 33px; text-align: center; line-height: 33px; border-radius: 5px; margin: 8px 20px 0 0; }
.flickerplate {height: 240px;}
.flickerplate ul.flicks>li:nth-child(1) { background-image: url(../images/banner_small1.jpg) !important; }
.flickerplate ul.flicks>li:nth-child(2) { background-image: url(../images/banner_small2.jpg) !important; }
/*.flickerplate ul.flicks>li:nth-child(3) { background-image: url(../images/banner_small3.jpg) !important; }*/

#floor_7_main{padding:20px 0;}
#floor_7_1{width:100%;display:none;}
#floor_7_2{width:100%;}

.copyright_main{padding:10px 0;}
#copyright{line-height:20px;}
#copyright .TechnicalSupport{width:100%;}


.flickerplate{height:380px;}
.flickerplate ul.flicks>li:nth-child(1) { background-image: url(../images/banner_small1.jpg) !important; }
.flickerplate ul.flicks>li:nth-child(2) { background-image: url(../images/banner_small2.jpg) !important; }
/*.flickerplate ul.flicks>li:nth-child(3) { background-image: url(../images/banner_small3.jpg) !important; }*/
.scrollpic_wrap{margin: 10px auto 0;padding: 20px 0 30px;}


.sy_pro_c .show_list1 { width:100%;}
.sy_pro_c .show_list1 ul li {width:45%;}
.sy_pro_c .show_pro_img span{ height:200px;}
.sy_pro_c .show_list1 ul li:nth-child(2n){ margin-right:0;}
.sy_pro_c .show_list1 ul li .show_pro_box p{ width:80%;}
.content_right .conn .xgcp li .pro_img_box .pro_img{ height:170px;}
.content_right .conn .xgcp li .pro_img_box .pro_img span{ height:170px;}
.menu_li ul{display:block;}
.h_products_in{padding: 10px 0 10px;}
.h_products .pro_hd{ margin-bottom:25px;}
.ny_content .content_left{float:none;width:100%;}
.ny_content .content_right{float:none;width:100%;}
}


	
/*小屏幕*/
@media (max-width:880px) {



.con_right_about{ position:static; width:45%;padding: 5px 15px 0; }
.con_right_about p.desc{margin-left: 48%;height: 55px;overflow: hidden;margin-bottom: 20px;padding-top: 15px;}
.page_list td span{display:none;}
.page_list td #firstpage{display:none;}
.page_list td #endpage{display:none;}
.contact .content1 ul li {float: none;width: 100%;margin-right: 0;margin-bottom:20px;}
.contact .content1 ul li a .wz{width:75%;}
.contact .content1 ul li a .wz p {float:left;width:100%;line-height:26px;padding-right:10px;}
.contact .content1 ul li a .wz span {float:left;width:100%;line-height:26px;}
.contact .content1 ul li.lx3 a .wz span {float:left;line-height:30px;}
.lx_dz {margin: 20px auto 20px; }
.lx_dz .dz_map{height:270px;}
.page_list td span{display:none;}
.page_list td #firstpage{display:none;}
.page_list td #endpage{display:none;}
}


/*手机*/
@media (max-width:767px) {
.container { width:100%; }
#header{ height:70px}
#header .logo{ width:90%; margin-top:15px;}
.contact-index{ display:none;}
.search-box{ display:none; width:90%; margin-right:5%;}
.search-box .input-search{ width:100%; height:90px;}
.search-box .input-search input{ width:96%; top:15px;}
.search-box .input-search-btn{ top:22px;}
.web_nav{width:90%;display:block; color:#37474f;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#37474f;}
.btn-menu.active:before {background-color:#37474f;}
.btn-menu.active:after {background-color:#37474f;}
.top-span{ display:none;}
#nav ul{width:100%;display:none;}
#nav ul li{width:100%;background:#f1f1f1;border-bottom:1px solid #ffffff; margin:0;}
#nav ul li a{color:#333; display:block;}
.web_nav span.search_bt {display: inline-block; width: 20px; height: 30px; cursor: pointer; float: right;  font-size: 20px; color:#37474f; font-weight: bold; width: 44px; height: 33px; text-align: center; line-height: 33px; border-radius: 5px; margin: 8px 20px 0 0; }
.flickerplate {height: 240px;}
.flickerplate ul.flicks>li:nth-child(1) { background-image: url(../images/banner_small1.jpg) !important; }
.flickerplate ul.flicks>li:nth-child(2) { background-image: url(../images/banner_small2.jpg) !important; }
/*.flickerplate ul.flicks>li:nth-child(3) { background-image: url(../images/banner_small3.jpg) !important; }*/
.js-silder-ctrl { bottom: 10px; }
.silder-ctrl-con { padding: 0; margin: 0 2px; }
.silder-ctrl-con>span { padding: 1px 0; }
.silder-main { min-height: 180px; }
.silder-ctrl-prev>span, .silder-ctrl-next>span { margin-top: 110px; height:35px; width: 35px; line-height: 35px; }
.silder-ctrl-prev>span { left: 5px; }
.silder-ctrl-next>span { right: 5px; }
.silder-ctrl-prev, .silder-ctrl-next { top: -220px; }
.sy_news{ padding:0 5%; margin:15px 0 0px;}
.img-news-l{ width:100%; margin-bottom:20px;}
.img-news-r{ width:100%;}
.sy_about{padding:0 5%; width:90%; margin:15px 0 30px;}
.con_img_about{ width:100%;}
.con_right_about{ width:90%;float:left;}
.con_right_about p.desc{ margin-left:0;}
.imgnews-list .item-1 .text{ padding-left:3%;}
.btn-more1{margin: 0 auto;}
.sy_pro{padding: 20px 5% 35px;}
.sy_pro_hd{ margin-bottom:20px;}
.sy_pro_hd .sy_pro_right{ width:100%; margin-top:10px; height:auto; overflow:visible;}
.sy_pro_hd .sy_pro_right .sy_pro_type{width: 100%;
    text-align: left;
    padding-top: 20px;
    position: relative;
    vertical-align: top; max-height:130px; overflow:hidden;}
.sy_pro_hd .sy_pro_right .sy_pro_type span a {margin-right: 2%;margin-bottom: 15px; padding:0 3%;}

#floor_7_2{ width:100%;}
.contact_wrap{ width:100%;}
#floor_7_2 .WeChat{ width:100%;}
#floor_7_2 .WeChat img{ padding-top:20px;}
.sy_pro_c .show_list1 ul li{width:42%; margin-right:2%;}
.sy_pro_c .show_list1 .show_pro_img span {height: 140px;}
.sy_pro_c .show_list1 ul li .show_pro_box .show_pro_img{ padding:0;}

.pro_list3 ul.h_product_bd li{width: 47%;margin-right: 2%;}
.pro_list3 ul.h_product_bd li:nth-child(2n){margin-right:0 !important ;}
.pro_list3 ul.h_product_bd li:nth-child(3n){margin-right: 2%;}
.pro_list3 ul.h_product_bd li .cp_box p span{ height:60px;}
.con_right_about .desc{ margin-left:0;}
.pro_list3 ul.h_product_bd li .pro_img1 img{ height:auto;}


#xgtlcp ul { margin-top:10px; margin-bottom:10px;}
#xgtlcp ul li{ width:47%; margin-right:5%; float:left; margin-bottom:3%;}
#xgtlcp ul li:nth-child(2n){ margin-right:0;}
#xgtlcp ul li a{ font-size:12px;}
.sy_fl_box .sy_fl a{ padding:5px;}
}

