﻿/* CSS Document */
*{padding:0; margin:0;}

html {overflow:-moz-scrollbars-vertical; scrollbar-face-color:#e8e8e8;scrollbar-shadow-color:#c1c1bb;scrollbar-highlight-color:#c1c1bb;scrollbar-3dlight-color:#ebebe4;scrollbar-darkshadow-color:#ebebe4;scrollbar-track-color:#f4f4f0;scrollbar-arrow-color:#cacab7; }

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,input,img{padding:0; margin:0;}   
div,ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
a{text-decoration:none; color:#000; -webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out;outline:none;}
a:hover {text-decoration:none; color:#ec0004;noOutline:expression(this.onFocus=this.blur());}
:focus{outline:0;}
.clear{margin:0; padding:0; clear:both;}
table {BORDER-COLLAPSE:collapse; border-spacing:0;}
img{display:block; border:0; width:100%;}
b {font-weight:700;}i,em {font-style:normal;}

button, input, select, textarea,radio {display:block; margin:0; padding:0; outline:none; background-color:transparent; border:0; border-radius:none; -webkit-font-smoothing:antialiased; -webkit-appearance:none; appearance:none;}
button {cursor:pointer;}


.clearfix:after {content:""; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display: inline-table;}
*html .clearfix {height:1%;}
.clearfix {display:block;}
*+html .clearfix {min-height:1%;}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#999; opacity:1;}
input:-moz-placeholder,textarea:-moz-placeholder{color:#999;opacity:1;}
input::-moz-placeholder,textarea::-moz-placeholder{color:#999;opacity:1;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999;opacity:1;}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: "阿里巴巴普惠体";
  src: url("//at.alicdn.com/wf/webfont/jFLIiUQzspkX/Lb9arnc6aUpa.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/jFLIiUQzspkX/nGSXr6kfo8fQ.woff") format("woff");
  font-display: swap;
}

body {font-size:14px; color:#000; background:#fff; font-family:"阿里巴巴普惠体",Verdana, Geneva, sans-serif;  padding:0; margin:0; behavior:url("images/csshover.htc");-webkit-text-size-adjust:none;}

.main {position:relative; margin:0 auto; width:96%; max-width:1250px;}
@media screen and (max-width:768px) {
.main {width:92%;}
}

/***头部***/

.header {position:fixed; top:0; left:0; width:100%; z-index:9;}
.header_top{height:80px; background:#fff;}
.header-logo {float:left; margin-top:14px; width:10%;font-size:28px;}
.header-logo img{width:108px; height:56px; float:left; margin-right:10px;}
.header-logo h2{font-size:28px; margin-top:15px;}

.header-right{position:relative; float:right; margin-top:14px; width:70%;}

.header-nav {height:56px;}
.header-nav ul{ float:left; width:100%;}
.header-nav ul li{position:relative; float:left; width:14.28%; height:30px; line-height:30px; font-size:16px; text-align:center; text-transform:uppercase; box-sizing:border-box; margin-top:10px; font-weight:700;}
.header-nav ul li a {position:relative; display:block;}
.header-nav ul li a:hover{color:#ec0004;}
.header-nav ul li:last-child{ margin-right:0; border-right:0;}

.header-nav ul li:after{ position:absolute; display:inline-block; vertical-align:middle; content:""; width:24px; height:1px; background:#ccc; transform: rotate(-65deg) translateY(100%); top:15px; right:-15px;}
.header-nav ul li:last-child:after{display:none;}


.header-nav-right{float:right;}
.header-search{position: relative; padding:5px 30px 5px 20px; line-height:24px; border-radius:50px; background:#FFF; box-sizing:border-box; margin-top:8px;}
.header-search .input{width:100%; height:30px; line-height:30px; font-size:14px; border:0; outline:none;}
.header-search .search {position:absolute; top:8px; right:15px; width:18px; height:18px; background: url(../images/search.png) no-repeat;  background-size:cover;}

#menu:before, #menu:after {content:"";display:table;}
#menu:after {clear: both;}
#menu {zoom:1;}
#menu li:hover > a {color:#ec0004;}
*html #menu li a:hover {color:#ec0004;}
#menu ul {margin:15px 0 0 -8px; opacity:0; visibility:hidden; position:absolute; top:40px; width:150px; z-index:1; background:none; background-color:rgba(236,0,4,0.9); border-radius:10px; -webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
#menu li:hover > ul {opacity:1; visibility:visible; margin:0 0 0 -8px; width:150px;}
#menu ul li:hover > ul {opacity:1; visibility:visible; margin:0; width:150px;}
#menu ul li{margin:0; padding:14px 10px; width:150px; height:auto; line-height:20px; font-size:14px; background:none; border-bottom:1px solid rgba(255,255,255,0.35);text-align:center; text-transform:capitalize; border-right:0; font-weight:normal;}
#menu ul li:after{display:none;}
#menu ul li a {display:block; color:#fff;}
#menu ul li:hover {color:#fff000;}
#menu ul li:hover a{color:#fff000;}
#menu ul li:last-child{border-bottom:0;}
#menu ul ul {top:0; left:0; margin:0 0 0 10px; display:block;}


.m-header {display:none;}

@media screen and (max-width:1024px) {
.header-logo h2{font-size:28px; margin-top:0px;}
.header-right{width:50%;}
}


@media screen and (max-width:768px) {
.header {display:none;}
.m-header {display:block; position:fixed; top:0; left:0; width:100%; background:rgba(255,255,255,1); z-index:99;}
.m-header .main {margin:0 auto; width:96%; height:45px; overflow:hidden;}
.m-header-logo {float:left; width:85%; margin-top:8px;font-size:12px;}
.m-header-logo img{ width:60px; height:auto; float:left; margin-right:5px;}
.m-header-logo h2{ font-size:16px; margin-top:3px;}

.nav-btn {position:relative; float:right; margin:14px -9px 0 0; width:50px; height:30px; cursor:pointer;}
.nav-btn span {position:absolute; left:10px; display:block; width:30px; height:3px; background:#ec0004; transition:all ease 0.35s;}
.nav-btn span:nth-of-type(1){top:0;}
.nav-btn span:nth-of-type(2){top:8px;}
.nav-btn span:nth-of-type(3){top:16px;}
.nav-btn-se span:nth-of-type(1){top:10px; transform:rotate(45deg);}
.nav-btn-se span:nth-of-type(2){width:0}
.nav-btn-se span:nth-of-type(3){top:10px; transform:rotate(-45deg);}

.m-nav {position:fixed; top:-100%; left:0; z-index:9999; width:100%; height:calc(100%); font-size:16px; line-height:42px; background:#eee; overflow:auto; overflow-x:hidden; transition:top ease 0.35s; opacity:.95;}
.nav-show {top:45px;}
.nav-show ul {border-bottom:1px #ddd solid;}
.m-nav ul li i {position:absolute; top:5px; right:0px; border-left:1px #ddd solid; height:30px; padding:0 17px 0 17px;}
.m-nav ul li i svg {transform:rotate(-90deg); transition:all ease 0.35s;}
.m-nav ul li .m-nav-i-se svg {transform:rotate(0deg);}
.m-nav ul li {position:relative; padding-left:20px; line-height:40px; font-size:16px; border-top:1px #ddd solid;}
.m-nav ul li ul {display:none;}
.m-nav ul li a {color:#000;width:80%; display:block;}
.m-nav ul li ul li a {display:block; font-size:14px; color:#6a6a6a; line-height:36px; text-align:left;}
.m-nav ul li i svg {width:20px; height:20px; fill:#555;}
.m-nav ul li .m-nav-i-se svg {fill:#008cd6;}
.m-nav ul li ul li>ul {margin-left:10px;}
}


/***banner***/
.flexslider{display:block; position:relative; height:auto; overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
#bannermob{display:none;}
#bannerpc{display:block; margin-top:81px;}
.slides{position:relative;z-index:0;}
.slides li {position:relative;}
.slides li img {display:block;}

.flex-control-nav{position:absolute; bottom:15px; left:50%; margin-left:-150px; padding:4px 0 2px; z-index:2; width:300px; text-align:center;}
.flex-control-nav li{display:inline-block; width:14px; height:14px; margin:0 5px; *display:inline; zoom:1;}
.flex-control-nav a{display:inline-block; width:14px; height:14px; line-height:40px; overflow:hidden; background:url(../images/bpng02.png) no-repeat; cursor:pointer;}
.flex-control-nav .flex-active{background:url(../images/bpng01.png) no-repeat;}

.flex-direction-nav{position:absolute; z-index:3; width:100%; top:50%; margin-top:-30px;}
.flex-direction-nav li a{position:absolute; display:block; width:28px; height:48px; overflow:hidden; cursor:pointer;}
.flex-direction-nav li a.flex-prev{left:10px; background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:10px; background:url(../images/next.png) center center no-repeat;}

@media screen and (max-width:768px) {
.flexslider {display:block; position:relative; height:auto; overflow:hidden; background:url(../images/loading.gif) 50% no-repeat; margin:45px auto 0;}
#bannerpc{display:none;}
#bannermob{display:block; margin-top:45px;}
.slides {position:relative; z-index:0;}
.flex-control-nav {position:absolute; bottom:10px; z-index:2; left:50%; margin-left:-150px; padding:1px 0; z-index:2; width:300px; text-align:center;}
.flex-control-nav li {display:inline-block; width:8px; height:8px; margin:0 4px; *display:inline; zoom:1;}
.flex-control-nav a {display:inline-block; width:8px; height:8px; line-height:30px; overflow:hidden; background:url(../images/bpng04.png) no-repeat; cursor:pointer;}
.flex-control-nav .flex-active {background:url(../images/bpng03.png) no-repeat;}

.flex-direction-nav {position:absolute; top:35%; z-index:3; width:100%; display:none;}
.flex-direction-nav li a {position:absolute; display:block; width:15px; height:29px; overflow:hidden; cursor:pointer;}
.flex-direction-nav li a.flex-prev {left:10px; background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next {right:10px; background:url(../images/next.png) center center no-repeat;}
}


/***img***/
.imgbox {position:relative; overflow:hidden;}
.imgbox img {transition:clip 0.3s cubic-bezier(0,.3,.6,1), transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-clip 0.3s cubic-bezier(0,.3,.6,1);}
a:hover .imgbox img {-webkit-transform:scale(1.05); transform:scale(1.05);}
.mask{position:absolute;bottom:0; left:0; width:100%;  color:#fff; background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.7)), to(rgba(0, 0, 0, 0))); padding:25px 50px; box-sizing:border-box; text-align:center;}
.mask h2{font-size:18px;font-weight:700; border:2px #fff solid;box-sizing:border-box; line-height:45px;}
.mask p{ font-size:14px; line-height:20px; font-family:Arial, Helvetica, sans-serif;}

/***htitle***/
.htitle {margin:0 auto 20px; text-align:left; box-sizing:border-box;}
.htitle h2 {position:relative; height:35px; line-height:35px; font-size:20px; font-weight:700; padding-bottom:10px; border-bottom:1px #ec0004 solid; margin-bottom:5px;}
.htitle h2 i{font-size:16px; font-weight:normal; margin-left:5px; color:#555;}
.htitle h2 span{ float:right; padding:0 15px; height:24px; line-height:24px; border-radius:25px; background:#999; color:#FFF; font-size:12px; font-weight:normal; margin-top:8px;}
.htitle h2 span a{ color:#FFF;}
.htitle h2 span:hover{background:#ec0004;}

.htitle h3{font-size:14px; line-height:24px;}
.htitle h4{ height:3px; width:40px; background:#0096e6; margin:5px auto;}
@media screen and (max-width:768px) {
.htitle {margin:0 auto 10px;}
.htitle h2 {height:30px; line-height:30px; font-size:18px;}
.htitle h3{line-height:24px;}
.mask{padding:10px;}
.mask h2{font-size:16px; margin-bottom:0; line-height:35px;}
.mask p{font-size:13px; line-height:20px; opacity:0.7; display:none;}
}


.div_more{text-align:center;}
.more{display:inline-block; margin:40px auto 0; height:40px; line-height:40px; font-size:14px; padding:0 40px; text-align:center; text-transform: uppercase;border-radius:50px; color:#666; border:1px #ddd solid;}
.more:hover{color:#fff; background:#ff6600; border:1px #ff6600 solid;}
@media screen and (max-width:768px) {
.more { margin:20px auto 0; width:100%; height:35px; line-height:35px; font-size:14px; box-sizing:border-box;}
}



/***mod1***/
.mod1{background:#fff; padding:60px 0; overflow:hidden;}

.mod1_left{float:left; width:60%;}
.mod1_left ul{ letter-spacing:-8px;}
.mod1_left ul li{ display:inline-block; vertical-align:top; letter-spacing:normal; width:48.5%; box-sizing:border-box;-webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; text-align:center; position:relative; border:1px #ddd solid;}
.mod1_left ul li:not(:nth-of-type(2n)){margin-right:3%;}
.mod1_left ul li:nth-child(n+3){margin-top:3%;}
.mod1_left ul li img{width:80%; margin:0 auto;}
.ptitle{font-size:16px; -webkit-line-clamp:1; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; /*position:absolute; left:0; bottom:0;border-top:1px #ddd solid;background:#f5f5f5;*/ width:100%;  padding:15px 0;  font-weight:700;}
.mod1_left ul li:hover .ptitle{color:#ec0004;}

.mod1_right{float:right; width:35%; margin-left:5%;}
.mod1_right ul{overflow:hidden;}
.mod1_right ul li{display:inline-block; vertical-align:top; letter-spacing:normal; width:100%; box-sizing:border-box;-webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; position:relative; border-bottom:1px #ddd dotted; background:url(../images/right.png) left 5px no-repeat; padding-bottom:20px; margin-bottom:20px; padding-left:15px;}
.mod1_right ul li h2{font-size:14px; -webkit-line-clamp:1; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; font-weight:700;}
.mod1_right ul li p{ color:#666; line-height:24px; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; margin-top:5px;}

@media screen and (max-width:768px){
.mod1{padding:20px 0;}
.mod1_left{float:none; width:100%;}
.mod1_right{float:none; width:100%; margin-left:0; margin-top:10%;}
.ptitle{font-size:14px;}

}



/***mod2***/
.mod2{background:#ffffff; padding:80px 0; overflow:hidden; box-sizing:border-box;}

.mod2_about{width:45%; overflow:hidden; float:left; margin-right:5%;}
.mod2_about h2{font-size:28px; margin-bottom:5px; text-transform:uppercase;}
.mod2_about h3{font-size:22px; margin-bottom:10px;}
.mod2_about h4{height:3px; width:40px; background:#ec0004;}

.mod2_about_txt{line-height:35px; font-size:14px; -webkit-line-clamp:7; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; text-align:left; margin-top:20px;}
.mod2_btn{ float:left; padding:0 25px; height:30px; line-height:30px; border-radius:25px; background:#999; color:#FFF; font-size:12px; font-weight:normal; margin-top:20px;}
.mod2_btn a{ color:#FFF;}
.mod2_btn:hover{background:#ec0004;}

.mod2_right{width:50%; overflow:hidden; float:right;}

@media screen and (max-width:768px) {
.mod2{padding:20px 0;}
.mod2_about{width:100%; float:none; margin-right:0;}
.mod2_about h2{font-size:24px; margin-bottom:5px; text-transform:uppercase;}
.mod2_about h3{font-size:20px; margin-bottom:5px;}
.mod2_about h4{height:3px; width:40px; background:#ec0004;}
.mod2_about_txt{line-height:28px; font-size:14px; -webkit-line-clamp:15;}
.mod2_btn{ width:100%; padding:5px 0; font-size:14px; font-weight:normal; margin-top:20px; text-align:center;}

.mod2_right{width:100%; overflow:hidden; float:none; margin-top:5%;}
}



/***mod3***/
.mod3{background:#f5f5f5; padding:60px 0; overflow:hidden;}
.mod3 ul{letter-spacing:-8px;}
.mod3 ul li{ display:inline-block; vertical-align:top; letter-spacing:normal; width:22.75%; box-sizing:border-box;-webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; text-align:center; position:relative;}
.mod3 ul li:not(:nth-of-type(4n)){margin-right:3%;}
.mod3 ul li:nth-child(n+5){margin-top:3%;}

@media screen and (max-width:768px) {
.mod3{padding:20px 0;}
.mod3 ul li{ width:47.5%;}
.mod3 ul li:not(:nth-of-type(4n)){margin-right:0;}
.mod3 ul li:not(:nth-of-type(2n)){margin-right:5%;}
.mod3 ul li:nth-child(n+3){margin-top:5%;}

}



/***footer***/
.footer {padding:50px 0 40px 0; background:#2c2c2c; position:relative;}

.footer_nav {float:left; width:40%;}
.footer_nav dl {float:left; width:35%;}
.footer_nav dl a{ color:#FFF;}
.footer_nav dl a:hover{ color:#FFF;opacity:0.8;}
.footer_nav dt {margin-bottom:10px; font-size:18px; line-height:28px;}
.footer_nav dd {font-size:14px; line-height:36px; font-family:Arial, Helvetica, sans-serif;}
.footer_nav dd a {color:#fff; opacity:0.8;}
.footer_nav dd a:hover {opacity:1;}
.footer_nav dl:nth-child(3){width:30%;}


.footer-contact {float:left; width:23%; color:#fff; font-size:14px; margin-left:2%;}
.footer-contact dt {height:28px; line-height:28px; font-size:18px; margin-bottom:10px;}
.footer-contact dd {line-height:24px; padding:8px 0px 8px 30px;opacity:0.8; font-family:Arial, Helvetica, sans-serif;}
.footer-contact dd a{color:#FFF;}
.footer-contact dd:hover {opacity:1;}

.add1{background:url(../images/ico_address.png) left 12px no-repeat; opacity:1;}
.add2{background:url(../images/ico_tel.png) left 12px no-repeat; opacity:1;}
.add3{background:url(../images/ico_fax.png) left 12px no-repeat; opacity:1;}
.add4{background:url(../images/ico_email.png) left 12px no-repeat; opacity:1;}
.add5{background:url(../images/web.png) left 12px no-repeat; opacity:1;}

.footer-weixin{float:right; width:35%; text-align:right;}
.footer-weixin ul{overflow:hidden;}
.footer-weixin ul li{float:right; text-align:center; color:#FFF; line-height:30px;}
.footer-weixin ul li:not(:nth-of-type(2n)){margin-left:5%;}
.footer-weixin ul li:nth-child(n+3){margin-top:3%;}

.footer-weixin img{ width:auto; max-width:150px; display:inline; margin:0 10px;}

.footer-copyright {padding-top:20px; margin-top:60px; border-top:1px #555 solid; height:40px; line-height:40px; text-align: center; color:#fff; font-size:14px;}
.footer-copyright a{ color:#FFF;}
.footer-copyright a:hover{ opacity:0.7;}
.footer_links{line-height:30px; text-align:center; color:#fff; font-size:14px;}
.footer_links span{margin-right:20px;}
.footer_links a{ color:#FFF;}
.footer_links a:hover{opacity:0.7;}

@media screen and (max-width:768px) {
.footer {padding:50px 10px;}
.footer_media{top:-75px;}
.footer_nav{display:none;}
.footer-contact { float: none; width: 100%; }
.footer-contact dt {height:25px; line-height:25px; font-size:16px; margin-bottom:10px;}
.footer-copyright {line-height:24px; margin-top:20px;}
.footer-weixin{float:none; width:100%; text-align:left; margin-top:5%;}
.footer-weixin ul{overflow:hidden;}
.footer-weixin ul li{float:left; text-align:center; color:#FFF; line-height:30px; width:47.5%;}
.footer-weixin ul li:not(:nth-of-type(2n)){margin-right:5%; margin-left:0;}
.footer-weixin ul li:nth-child(n+3){margin-top:3%;}
.footer-weixin img{ width:100%; margin:0 10px;}

}



/************内页banner*************/
.ban {margin:81px auto 0; width:100%;position: relative;}
.ban div{position:absolute; width:80%; padding:0 10%; text-align:center; color:#FFF; top:50%; transform:translateY(-50%);}
.ban div h2{ font-size:32px; text-transform:uppercase; font-weight:700; letter-spacing:2px;}
.ban div h2:before, .ban div h2:after {display: inline-block; vertical-align: middle; margin: 0 10px; content: ""; width:40px; height:1px; background-color:#fff;}
.ban div p{font-size:16px; opacity:0.8; margin-top:10px; line-height:24px;}
#mob{display:none;}
#pc{display:block;}
@media screen and (max-width:768px) {
.ban {margin:45px auto 0; width:100%;position: relative;}
#pc{display:none;}
#mob{display:block;}
.ban div{margin-top:0px;}
.ban div h2{ font-size:24px; margin-bottom:0px; text-transform:uppercase; font-weight:700;}
.ban div p{font-size:12px; opacity:0.9; margin-top:10px; line-height:20px;}
}

/*--------内页路径--------*/
#weizhi2{width:100%; margin:140px auto 0; background:#f5f5f5; border-bottom:1px #ddd solid;}
#weizhi{width:100%; margin:0px auto; background:#fff; border-bottom:1px #ddd solid;}
.weizhi{overflow:hidden;width:96%; max-width:1250px; margin:0 auto; font-size:14px; line-height:30px; padding:5px 0 5px;}
.span_right{float:right; font-size:14px;}
.span_page{width:20px; height:20px; background: url(../images/icon5.png) no-repeat left center; margin-right:5px; display:-webkit-inline-box; vertical-align:middle;}
.span_root{width:3px; height:5px; background: url(../images/point.png) no-repeat left center; margin:0 8px; display:-webkit-inline-box;vertical-align:middle;}
@media screen and (max-width:768px) {
#weizhi2{margin:45px auto 0;}
#weizhi{margin:0px auto;}
.weizhi{padding:5px 0px; width:94%; line-height:20px; font-size:12px;}
.span_right{ font-size:12px; margin-left:15px;}
}

/****************************公用****************************/
.wrap {margin:0 auto; padding:30px 0; width:100%; background-color:#f5f5f5;}
.lymain {position:relative; margin:0 auto; width:96%; max-width:1250px; overflow:hidden; /*display:table;*/}
@media screen and (max-width:768px) {
.wrap {padding:15px 0; width:100%;}
.lymain {width:94%; margin:0 auto; padding-bottom:3%;}
}

#onsec {color:#ec0004;}
#onsec a{color:#ec0004;}
#onsec a:hover{color:#ff6600;}

/*内页子导航*/
#lmlb{ width:100%; margin-bottom:20px; display:none;}
.lmlb{overflow:hidden;width:96%; max-width:1250px; margin:0 auto;}
.lmlb ul{margin:0; padding:0;}
.lmlb ul li {display:inline-block; vertical-align:top; height:40px; line-height:40px; font-size:16px; -webkit-transition:all 0.4s 0.2s ease-in-out; transition:all 0.4s 0.2s ease-in-out; margin-right:5px; padding:0 20px; border:1px #ddd solid; border-radius:5px; background:#ffffff;}
.lmlb ul li:hover{color:#004d94;}
@media screen and (max-width: 768px) {
#lmlb{ width:100%;margin-bottom:0px; display:block;}
.lmlb{overflow:hidden;width:94%; margin:0 auto;}
.lmlb ul{margin:0; padding:0;}
.lmlb ul li {display:inline-block; vertical-align:top; height:30px; line-height:30px; font-size:14px; -webkit-transition:all 0.4s 0.2s ease-in-out; transition:all 0.4s 0.2s ease-in-out; margin-right:5px; padding:0 20px; border:1px #ddd solid; border-radius:5px; background:#ffffff; margin-bottom:10px;}
.lmlb ul li:hover{color:#004d94;}
}


/*分页*/
.page{text-align:center; padding:30px 0; /*margin-top:20px;border:1px solid #D9D9D9;background:#fff; */ }
.page a{display:inline-block; border:1px #ddd solid; font-size:16px; padding:2px 10px; border-radius:3px; margin:0 2px; font-family:"宋体"; line-height:20px; height:20px;}
.page a:hover{background:#111c36; color:#fff;}
.pagea{background:#111c36; color:#fff;}
@media screen and (max-width: 768px) {
.page{padding:8px 0;margin-top:10px;}
.page a{font-size:0.75rem; padding:3px 8px; margin:0;}
}

.lytext {margin:0 auto 80px; text-align:center;}
.lyhtitle {position:relative; font-size:32px;font-weight:700; font-family:Tahoma, Geneva, sans-serif; margin-bottom:10px; }
.lytext_txt {margin:0 auto; width:80%; line-height:28px; font-size:16px; text-align:center;}
@media screen and (max-width:768px) {
.lytext {margin:30px auto;}
.lytext_txt {line-height:24px; font-size:14px; width:90%;}
.lyhtitle {font-size:24px;}
}


/*左右框架*/
.mainleft{float:right; width:20%; overflow:hidden; }
.mainleft_main{background:#fff; box-shadow:0 0px 10px 0 #f5f5f5; margin:1%; box-sizing:border-box; border:1px #ddd solid;}
.mainleft_title{font-size:18px; padding:10px 10px 10px 40px; font-weight:700; border-bottom:1px #ddd solid; background:#f5f5f5 url(../images/file.png) 10px center no-repeat; background-size:20px;}
.mainleft ul{overflow:hidden;}
.mainleft ul li{font-size:14px; border-bottom:1px #ddd dotted; background:url(../images/right.png) 20px center no-repeat; padding:18px 18px 18px 40px; background-size:10px;}
.mainleft ul li:last-child{ border-bottom:0;}
.margintop40{ margin-top:20px;}


#leftprod{/*box-shadow:0 0px 10px 0 #f5f5f5;*/ box-sizing:border-box; border:1px #ddd solid; z-index:99; width:250px;}
#leftprod_title{font-size:16px; text-transform:uppercase; padding:15px 20px; background:#0096e6; color:#FFF;}
#leftprod ul{overflow:hidden;}
#leftprod ul li{font-size:14px; border-bottom:1px #ddd dotted; padding:18px 18px 18px 40px; background:url(../images/right.png) 20px center no-repeat; background-size:10px;}
#leftprod ul li:last-child{ border-bottom:0;}
#leftprod ul li h2{ font-size:16px; color:#0096e6; margin-bottom:5px;}
#leftprod ul li h2 a{color:#0096e6;}
#leftprod ul li h2 a:hover{color:#ff6600;}
#leftprod ul li p{ line-height:26px; font-size:13px;}



.mainright{float:left; width:76%; overflow:hidden; box-shadow: 0 0px 10px 0 #f5f5f5; margin:0 1% 1% 1%; box-sizing:border-box; background:#fff; border:1px #ddd solid;}
@media screen and (max-width:768px) {
.mainleft{float:none; width:100%; padding:0; display:none;}
.mainleft_title{font-size:16px; line-height:24px;padding-bottom:5px; margin-bottom:5px;}
.mainleft ul li{line-height:22px; margin:0; font-size:14px; padding:8px 5px 8px 40px;}
.mainright{float:none; width:98%; padding:0; margin:1%;}
}


/*about us*/
.about_txt{line-height:32px; font-size:14px; overflow:hidden; padding:40px 40px 0px 40px; box-sizing:border-box;}
.about_txt img{max-width:100%; width:auto; margin:0 10px 10px 0;}
.about_txt:last-child {margin-bottom:40px;}
.about_txt h2{font-size:16px; text-transform:uppercase; margin-bottom:20px; padding:5px 20px; font-weight:700; background:#222; color:#FFF; border-radius:5px;}
.about_txt b,.about_txt strong{ font-size:18px; font-weight:normal; color:#ec0004;}
.about_txt td{padding:4px; line-height:18px; font-size:14px;}

@media screen and (max-width:768px) {
.about_txt{line-height:26px; margin-bottom:20px; font-size:14px; padding:20px; background:#fff;}
.about_txt table{display:block;  display:-webkit-box;  width:auto!important; white-space:nowrap;overflow-x:auto; overflow-y: hidden;}
.about_txt img{width:100%; min-width:120px;}
.about_txt:last-child {margin-bottom:0px;}
.about_txt h2{font-size:18px; text-transform:uppercase; padding-bottom:10px; margin-bottom:10px;}
.about_txt b,.about_txt strong{}
}


/*product*/
.productsul{overflow:hidden; padding:10px; letter-spacing:-8px;}
.productsul li{ display:inline-block; vertical-align:top; letter-spacing:normal; width:30%; padding:15px; box-sizing:border-box; border:1px #ddd solid; background:#fff;-webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out;}
.productsul li:not(:nth-of-type(3n)){margin-right:5%;}
.productsul li:nth-child(n+4){margin-top:3%;}
.productsul li:hover{ border:1px #ccc solid;box-shadow: 0 0px 10px 0 #ddd;}
.productsul li img{float:left; width:35%; margin-right:15px;}

@media screen and (max-width:768px) {
.productsul{ padding:0%;}
.productsul li{width:100%; padding:15px;}
.productsul li:not(:nth-of-type(3n)){margin-right:0%;}
.productsul li:nth-child(n+2){margin-top:3%;}
}



/*product*/
#product_txt{position:relative; overflow:hidden;}
.product_txt{line-height:30px; font-size:14px; overflow:hidden;}
.product_txt img{max-width:40%; width:auto; margin-right:30px; float:left;}
.product_txt:last-child {margin-bottom:0px;}
.product_txt h2{font-size:16px; text-align:left; padding:5px 20px; margin-bottom:5px; background:#222; font-weight:700; color:#FFF; border-radius:5px;}
.product_txt h2 span{ font-size:18px; float:right; text-align:right; color:#333;}
.product_txt b,.product_txt strong{/*color:#0096e6;*/}
.product_txt p{ line-height:20px;}

#product_txt2{position:relative; overflow:hidden; background:#0096e6; padding:80px 0;}
.product_txt2{line-height:26px; font-size:14px; overflow:hidden; margin:0 auto; width:96%; max-width:1250px; color:#FFF;}
.product_txt2 img{max-width:40%; width:auto; margin-right:100px; float:left;}
.product_txt2:last-child {margin-bottom:0px;}
.product_txt2 h1{font-size:36px; margin-bottom:25px;text-align:left; }
.product_txt2 b,.product_txt strong{/*color:#0096e6;*/}

.product_txt3{color:#FFF; padding-left:300px; overflow: hidden;  margin:25px auto 0; width:96%; max-width:1250px; font-size:18px;}
.product_txt3 a{color:#FFF;}
.product_txt3 a:hover{color:#ff6600;}

.prodmore{display:inline-block; margin-top:20px; float:left; height:40px; line-height:40px; font-size:18px; color:#fff; background-color:#ff6600; text-align:center; border-radius:4px; cursor:pointer; margin-right:10px; padding:0 45px;}
.prodmore:hover {background-color:#d7180f;}

.course_class{ border:1px #ddd solid; box-sizing:border-box; background:#fafafa; padding:20px 30px; text-align:center; margin-bottom:30px;}
.course_class li{display:inline-block;  vertical-align:top;  height:40px; line-height:40px; font-size:18px;  -webkit-transition: all 0.4s 0.2s ease-in-out; transition: all 0.4s 0.2s ease-in-out; margin-right:10px; padding:0 20px; cursor:pointer; background:#0096e6; border-radius:10px; color:#fff;}
.course_class li:last-child{border-right:none}
.course_class li:hover ,.course_class li.active{color:#fff; background:#e67813;}

@media screen and (max-width: 768px) {
.product_txt{line-height:24px; font-size:14px; padding:10px;}
.product_txt img{max-width:100%; width:auto; margin-right:0px; float:none; margin-bottom:15px;}
.product_txt h1{font-size:18px;text-align:left;}

#product_txt2{padding:20px;}
.product_txt2{line-height:24px; font-size:14px; padding:0px; margin-bottom:30px;}
.product_txt2 img{max-width:100%; width:auto; margin-right:0px; float:none;margin-bottom:15px;}
.product_txt2 h1{font-size:18px; margin-bottom:10px;text-align:left;font-weight:700;}
.prodmore{display:inline-block; margin-right:0px; padding:0px; width:100%;}
.ptitle2margintop40{ margin-top:30px;}

.product_txt3{padding-left:0px;}

.course_class{padding:10px 10px;margin-bottom:10px;}
.course_class li{height:30px; line-height:30px; font-size:14px; margin-right:10px; padding:0 10px; border-radius:5px;}
}



#productcate{position:relative; overflow:hidden; padding:40px 40px 10px 40px; box-sizing:border-box;}
#productcate:last-child{ padding-bottom:40px;}

.productcate{padding:10px 0; overflow:hidden;}
.productcate h2{font-size:24px; margin-bottom:20px; text-align:center;}
.productcateul{letter-spacing:-8px;}
.productcateul li{float:left; overflow:hidden; width:23.5%; letter-spacing:normal; vertical-align:top; position:relative; -webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out;outline:none; border:1px #ddd solid; box-sizing:border-box;}
.productcateul li:hover{box-shadow:0 0 10px 0 #ddd; border:1px #999 solid; }
.productcateul li:not(:nth-of-type(4n)){ margin-right:2%;}
.productcateul li:nth-child(n+5){margin-top:2%;}
.productcateimg {width:100%; display:block; overflow:hidden;}
.productcateimg img {width:100%; height:auto; display:block;}
.productcateul li .imgbox{margin:20px 20px 0 20px;}

.productcate_info {padding:10px; position:relative; z-index:2; text-align:center;}
.productcate_info h3 {font-size:14px; text-align:center; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical; color:#333;}
.productcate_info p {line-height:24px; font-size:14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; opacity:0.7;}

.productcateul li .imgbox .mask, .productcateul li .imgbox .view {position:absolute; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; opacity:0;}
.productcateul li .imgbox .mask {bottom:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.70);}
.productcateul li .imgbox .view {top:50%; left:50%; margin:-24px 0 0 -24px; width:48px; height:48px; /*background:url(../images/view.png) no-repeat; */ -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1); text-align:center;}
.productcateul li .imgbox .view p{line-height:48px; font-size:16px; color:#FFF;}
.productcateul li .imgbox:hover .mask{opacity:0.35;}
.productcateul li .imgbox:hover .view {opacity:1;}
.productcateul li .imgbox:hover .view {-webkit-transform:scale(1,1); transform:scale(1,1);}
.productcateul li .imgbox:hover .view p a{color:#FFF;}
.productcateul li .imgbox:hover .view p a:hover{color:#0096e6;}

@media screen and (max-width: 768px) {
#productcate{ padding:15px;}
.productcate{ margin-top:0px; padding:0;}
.productcateul{ padding:0 3%;}
.productcateul li{width:47.5%;}
.productcateul li img{width:100%;}
.productcateul li:not(:nth-of-type(4n)){ margin-right:0;}
.productcateul li:not(:nth-of-type(2n)){ margin-right:5%;}
.productcateul li:nth-child(n+3){margin-top:5%;}
.productcateul li .imgbox{margin:10px 10px 0 10px; border-radius:5px;}
.productcate_info {padding:10px; position:relative; z-index:2;}
.productcate_info h3 {font-size:14px;}
.productcate_info p {line-height:20px; overflow:hidden;-webkit-line-clamp:3; font-size:13px;}
}



/*
.cpshowtop_r{float:left; width:100%; overflow:hidden;}
.cpshowtop_r_tags{font-size:14px; line-height:26px; padding:10px; background:#f5f5f5; border:1px #ddd solid; margin:15px 0;}
.cpshowtop_r_div{font-size:14px; line-height:28px; padding-top:10px;}
*/

.ptitle2{border-bottom:1px #ddd solid; margin-bottom:10px; padding:0px; margin-top:40px;}
.ptitle2 h3{font-size:20px; line-height:36px; font-weight:700;}
.ptitle2margintop40{ margin-top:40px;}

.cpshow{margin:0px auto; background:#ffffff; padding:30px;box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);}
.cpshowtop{overflow:hidden;}
.cpshowtop_l{ float:left; border:0px #ddd solid;}
.cpshowtop_r{float:right; width:46%; overflow:hidden;}
.cpshowtop_r h2{font-size:28px; line-height:30px; border-bottom:1px #ddd dotted; padding-bottom:10px;}
.cpshowtop_r h2 p{float:left; line-height:45px; font-size:14px; color:#999; display:block;}
.cpshowtop_r_tags{font-size:14px; line-height:26px; padding:15px; background:#fafafa; border:1px #ddd solid; margin:10px 0 0 0;}
.cpshowtop_r_div{font-size:14px; line-height:26px; padding-top:5px; overflow:hidden;}

.cpshowtop_r_down{margin-top:20px; padding:15px; background:#fafafa; border:1px #ddd solid;}
.cpshowtop_r_down h3{ font-size:18px; line-height:36px; border-bottom:1px #ddd solid; margin-bottom:10px;}
.cpshowtop_r_down p img{width:auto; display:inline-block;}

.sharebtn{ display:block; overflow:hidden; margin-top:30px;}
.sharebtn img{float:left; width:32px; display:inline-block; margin-right:15px;}

@media screen and (max-width: 1024px) {
.cpshowtop_r{width:30%;}
}

@media screen and (max-width: 768px) {
.cpshow{margin:0px auto; padding:15px;}
.cpshowtop_r h2{padding-bottom:5px;}

}


/*产品详情页滚动*/
.lanrenzhijia{width:600px;position:relative; overflow:hidden; margin:0 auto;}
.lanrenzhijia .btn{position:absolute;width:18px;height:34px;top:640px;cursor:pointer;z-index:2;font-size:50px;font-weight:bold;}
.lanrenzhijia .prev{left:0;background:url(../images/back_16.png) no-repeat;}
.lanrenzhijia #prevTop,.lanrenzhijia #nextTop{top:213px;width: 46px;height: 48px;}
.lanrenzhijia #prevTop{background: url(images/prevBtnTop.png) 0 0 no-repeat;}
.lanrenzhijia #nextTop{background: url(images/nextBtnTop.png) 0 0 no-repeat;}
.lanrenzhijia .next{right:0;background:url(../images/back_19.png) no-repeat;}
.lanrenzhijia li{float:left;}
.lanrenzhijia .cf li{position: relative;color: #fff;}
.lanrenzhijia .cf a{display: block; width: 600px;height:600px; position: absolute;color: #fff;}
.lanrenzhijia .picBox{height:600px;position:relative;overflow:hidden; border:1px #ddd solid;}
.lanrenzhijia .picBox ul{height:600px;position:absolute;}
.lanrenzhijia .picBox li{width:600px;height:600px;}
.lanrenzhijia .picBox li img{width:100%; height:auto; display:block;}
.lanrenzhijia .listBox{width:600px;height:90px;margin:0 auto;position:relative;padding:15px 0 0 0; overflow:hidden;}
.lanrenzhijia .listBox ul{height:78px;/*position:absolute;*/ margin-left:37px;}
.lanrenzhijia .listBox li{width:89px;height:78px;cursor:pointer;position:relative;}
.lanrenzhijia .listBox li i{display:none;}
.lanrenzhijia .listBox li a{display: block;width:80px;height:53px;}
.lanrenzhijia .listBox li img{width:78px;height:78px;border:1px solid #ddd;}
.lanrenzhijia .listBox .on img{width:78px;height:78px;border:1px solid #e17212;}
.lanrenzhijia .listBox .on i{display:block;}
@media screen and (max-width: 768px) {
.lanrenzhijia{width:100%;position:relative; overflow:hidden; margin:0 auto;}
.lanrenzhijia .btn{position:absolute;width:18px;height:34px;top:360px;cursor:pointer;z-index:2;font-size:30px;font-weight:bold;}
.lanrenzhijia .prev{left:0;background:url(../images/back_16_2.png) no-repeat;}
.lanrenzhijia #prevTop,.lanrenzhijia #nextTop{top:0px; width:46px; height:48px;}
.lanrenzhijia #prevTop{background: url(images/prevBtnTop.png) 0 0 no-repeat;}
.lanrenzhijia #nextTop{background: url(images/nextBtnTop.png) 0 0 no-repeat;}
.lanrenzhijia .next{right:-7px;background:url(../images/back_19_2.png) no-repeat;}
.lanrenzhijia li{float:left;}
.lanrenzhijia .cf li{position: relative;color: #fff;}
.lanrenzhijia .cf a{display: block; width:320px;height:320px; position: absolute;color: #fff;}
.lanrenzhijia .picBox{ width:320px; height:320px;position:relative;overflow:hidden; margin:0 auto;}
.lanrenzhijia .picBox ul{height:320px;position:absolute;}
.lanrenzhijia .picBox li{width:320px;height:320px;}
.lanrenzhijia .picBox li img{width:100%; height:auto; display:block;}
.lanrenzhijia .listBox{width:300px;height:60px;margin:0 auto;position:relative;padding:15px 0 10px;overflow:hidden;}
.lanrenzhijia .listBox ul{height:60px;position:absolute; margin-left:0px;}
.lanrenzhijia .listBox li{width:60px;height:60px;cursor:pointer;position:relative;}
.lanrenzhijia .listBox li i{display:none;}
.lanrenzhijia .listBox li a{display: block;width:60px;height:40px}
.lanrenzhijia .listBox li img{width:56px;height:56px;}
.lanrenzhijia .listBox .on img{width:56px;height:56px;border:1px solid #e17212;}
.lanrenzhijia .listBox .on i{display:block;}
}


#tab1{width:100%; height:50px; margin:0px auto 0; background:#e4e4e4;text-align:center;}
#tab1 ul{overflow:hidden;}
#tab1 li{position: relative;display: inline-block; vertical-align: top; margin: 0 25px; height:50px; line-height:50px; font-size:18px; cursor: pointer;}
#tab1 li.now {color:#e17212;}
#tab1 li i {position:absolute; left:0; bottom:-1px; width:100%; height:3px; background-color:#e17212; display:none;}
#tab1 li.now i {display:block;}
#sp1{ width:1300px; margin:20px auto;}

.tablist{overflow:hidden; display:none; line-height:26px!important; font-size:13px!important; font-weight:normal!important;}
.tablist table{width:100%!important;}
.tablist p,.tablist span{line-height:26px!important; font-size:14px!important;}
.tablist td{padding:4px; font-size:12px!important; border:1px #CCCCCC solid!important;}

.block{display:block;}
.tablist img{ max-width:100%; width:auto; height:auto; overflow:hidden;}

.prod_btn{background:#f5f5f5; margin-top:30px; box-sizing:border-box;border:1px #ddd solid; padding:20px;}

.relatedul{overflow:hidden; letter-spacing:-8px;}
.relatedul li{display:inline-block; overflow:hidden; width:22.75%; letter-spacing:normal; vertical-align:top; box-sizing:border-box;}
.relatedul li:not(:nth-of-type(4n)){ margin-right:3%;}
.relatedul li .imgbox{width:100%; float:left;}
.relatedul li p{font-size:14px; text-align:center; line-height:24px;}

.ptitle_rel{padding:0;border-bottom:1px #ddd solid; line-height:36px;  display: inline-block; font-size:20px;  width:100%; box-sizing:border-box; margin-bottom:10px; font-weight:700;}
@media screen and (max-width: 768px) {
.cpshowtop{padding:0%;}
.cpshowtop_l{float:none; width:100%; border:0px #ddd solid;}
.cpshowtop_r{float:none; width:100%; margin-left:0; margin-top:10px;}
.cpshowtop_r h2{font-size:18px;}
.cpshowtop_r p{font-size:12px;}
.cpshowtop_r_div{font-size:12px; line-height:24px;}


#tab1{height:auto; margin:30px auto 0; overflow:hidden;}
#tab1 li{position: relative;display: inline-block; vertical-align: top; margin: 0 15px; height:40px; line-height:40px; font-size:16px; cursor: pointer;}
#tab1 li.now {color:#e17212;}
#tab1 li i {position:absolute; left:0; bottom:-1px; width:100%; height:3px; background-color:#e17212; display:none;}
#tab1 li.now i {display:block;}
#sp1{width:96%; margin:10px auto;}

.tablist{font-size:12px; padding-top:0px;}
.tablist p,.tablist span{font-size:12px!important; line-height:20px!important;}
.tablist td{font-size:12px!important;}
.tablist table{ width:100%; height:auto!important; display: block; display:-webkit-box; white-space: nowrap; overflow-x: auto; overflow-y: hidden; border:0px #ddd solid;}
.ptitle2 h3{font-size:18px;line-height:30px;}

.prod_btn{background:#f5f5f5; margin-top:30px; box-sizing:border-box;border:1px #ddd solid; padding:10px;}
.ptitle_rel{font-size:18px; }

.relatedul li{ width:47.5%;}
.relatedul li:not(:nth-of-type(4n)){ margin-right:0;}
.relatedul li:not(:nth-of-type(2n)){ margin-right:5%;}
.relatedul li:nth-child(n+3){margin-top:5%;}
.relatedul li p{font-size:14px; text-align:center; line-height:24px;}

}



/*--------在线留言--------------*/
.guestbook2{width:100%; margin:5px auto 0; padding:0;}
.guestbook2 h4{font-size:24px; margin:10px 0px;}
.guestbook2 ul{ overflow:hidden;} 
.guestbook2 ul li{overflow:hidden; margin-bottom:8px; float:left; width:100%;}
.guestbook2 ul li p{ margin-top:5px;}
.box22 {width:100%; border:1px #ddd solid; line-height:30px; padding:8px 15px; box-sizing:border-box; background:#f5f5f5;}
.box44 {width:100%; border:1px #ddd solid; line-height:30px; padding:8px 15px; box-sizing:border-box; background:#f5f5f5;}
.box33 {width:100%; border:1px #ddd solid; line-height:24px; padding:8px 15px; font-family:Verdana, Microsoft YaHei,Arial, Helvetica, sans-serif; box-sizing:border-box; background:#f5f5f5;}
.sub_gestbook2 {background-color:#ff6600; border:none;width:100%; height:45px; line-height:45px; color:#fff; font-size:18px; cursor:pointer;text-align:center; text-transform:uppercase; border-radius:5px;}
.sub_gestbook2:hover{ background:#d7180f;}

@media screen and (max-width: 768px) {
.guestbook{ width:94%; margin:0 auto;}
.box2 {width:100%;}
.box4 {width:100%;}
.box3 {width:100%;}
}



/*客户服务*/
.solutions{ padding:30px 30px 0 30px;}
.solutions_txt{ margin-bottom:20px;}
.solutions_txt h2{ font-size:22px; border-bottom:1px #ddd dotted; padding-bottom:10px; margin-bottom:5px;}
.solutions_txt h3{ font-size:14px; line-height:28px;}
.solutions100{ margin-top:80px;}
.solutionsul{letter-spacing:-8px; overflow:hidden;}
.solutionsul li{float:left; overflow:hidden; width:30%; background:#fff; letter-spacing:normal; vertical-align:top; position:relative;}
.solutionsul li:hover{box-shadow: 0px 0px 30px rgba(0,0,0,0.15); background:#FFF; color:#F90;}
.solutionsul li:not(:nth-of-type(3n)){ margin-right:5%;}
.solutionsul li:nth-child(n+4){margin-top:5%;}
.solutionsimg {width:100%; display:block; overflow:hidden;}
.solutionsimg img {width:100%; height:auto; display:block;}

.solutions_info {padding:10px; position:relative; z-index:2; background:#f9f9f9;}
.solutions_info h3 {font-size:14px; text-align:center;}
.solutions_info p {line-height:24px; font-size:16px; color:#747474; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}

.solutionsul li .imgbox .mask, .solutionsul li .imgbox .view {position:absolute; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; opacity:0;}
.solutionsul li .imgbox .mask {bottom:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.70);}
.solutionsul li .imgbox .view {top:50%; left:50%; margin:-24px 0 0 -24px; width:48px; height:48px; background:url(../images/view.png) no-repeat; -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.solutionsul li .imgbox .view p{ padding:4px 0 9px 12px; border-bottom:1px #666 dotted; margin-bottom:5px; line-height:20px; background:url(../images/dian.png) left center no-repeat;}
.solutionsul li .imgbox:hover .mask, .solutionsul li .imgbox:hover .view {opacity:1;}
.solutionsul li .imgbox:hover .view {-webkit-transform:scale(1,1); transform:scale(1,1);}
.solutionsul li .imgbox:hover .view p a{color:#FFF;}
.solutionsul li .imgbox:hover .view p a:hover{color:#e67813;}

@media screen and (max-width: 768px) {
.solutions{ padding:20px 20px 0 20px;}
.solutions100{ margin-top:40px;}
.solutionsul{ padding:0;}
.solutionsul li{width:47.5%;}
.solutionsul li img{width:100%;}
.solutionsul li:not(:nth-of-type(3n)){ margin-right:0;}
.solutionsul li:not(:nth-of-type(2n)){ margin-right:5%;}
.solutionsul li:nth-child(n+3){margin-top:5%;}
.solutions_info {padding:10px; position:relative; z-index:2;}
.solutions_info h3 {font-size:14px;}
.solutions_info p {line-height:20px; overflow:hidden;-webkit-line-clamp:3; font-size:16px; color:#747474;}
}




/*新闻*/
.researchlist{}
.researchlistul{}
.researchlistul li{overflow:hidden; padding:4%; border-bottom:1px #ddd dotted; background:#fbfbfb; position: relative;}
.researchlistul li:last-child{margin-bottom:0;}
.researchlistul li:hover{ background:#fff; /*box-shadow:0 0 10px 0 #ddd;*/}
.researchlistul li:hover h2 a ,.researchlistul li:hover a div{color:#ec0004;}
.researchlistul li:hover #research_more{border:1px #f37800 solid;}
.researchlistul li img{width:auto; max-width:25%; margin-right:3%; float:left;}
.researchlistul li h2{font-size:18px; margin-bottom:10px;}
.researchlistul li div{color:#666; line-height:24px; font-size:14px;  -webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical;}
#research_more{margin-top:10px; width:150px; height:35px; line-height:35px; font-size:12px; text-align:center; border-radius:5px; float:left;-webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; border:1px #ddd solid; background:#fff;}
#research_more:hover{ color:#f37800; border:1px #f37800 solid;}
@media screen and (max-width:768px) {
.researchlistul li{padding:5%;}
.researchlistul li img{margin-bottom:2%; display:block;float:none; margin-right:0; width:100%; max-width:100%;}
.researchlistul li h2{font-size:18px; margin-bottom:5px;}
#research_more{width:100%; background:#0096e6; color:#FFF;}
}


.newsshow{overflow:hidden; line-height:28px; font-size:14px; padding:40px;}
.news_xxjs{line-height:32px!important; font-size:14px!important; font-weight:normal!important; margin:0 auto; overflow:hidden;}
.news_xxjs p,.news_xxjs span{line-height:32px!important; font-size:14px;}
.news_xxjs td{padding:2px 4px; font-size:12px!important; border:1px #CCCCCC solid!important;;}
.news_xxjs td p,.news_xxjs td span{font-size:12px!important;}
.news_xxjs table{width:100%;}
.news_xxjs img{ max-width:100%; width:auto; height:auto; overflow:hidden; margin:0 auto; display:inline; padding:10px 0;}

.news_title{text-align:left;}
.news_title h1{font-size:24px; margin-bottom:10px; border-bottom: 1px #ddd dotted; padding-bottom:10px;line-height:30px; font-weight:700;}
.pubdate{line-height:20px; margin:0 0 20px 0; OVERFLOW: hidden; color:#999999; font-size:12px;}
.pubdate span{margin:0px 20px 0 0;}
.pubdate a{color:#999999;}
.pubdate a:hover{ color:#f08619;}
.pubdate1{height:20px; line-height:20px; margin:10px 0 20px 0; OVERFLOW: hidden; text-align:center; color:#999999;}


/*相关资讯*/
.Information{overflow:hidden;margin-top:20px; background:#f5f5f5; padding:0 20px;}
.Information h4{padding-left:10px; height:30px; line-height:30px; font-size:16px; font-weight:700; color:#555; border-bottom:1px solid #ccc; background:#fff;}
.Information ul{ padding:0px;}
.Information li{border-bottom:1px dotted #DCDCDC; line-height:22px; padding:10px 0;}
.Information li span{float:right; color:#999999;padding-left:10px; padding-right:10px;}
.Information li{overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
@media screen and (max-width: 768px) {
.news_title h1{font-size:18px; padding-bottom:10px; line-height:24px;}
.newsindex{overflow:hidden;margin:0px auto;}
.newsleft{ float:left; width:100%;}
.newsright{ display:none;}
.newsshow{ margin-bottom:0px; padding:20px; border:0; box-sizing:border-box; width:100%;}
.news_xxjs table{display: block; display: -webkit-box; width:auto; white-space: nowrap; overflow-x: auto; overflow-y: hidden;}
}



/*资质证书*/
.cert{ margin:30px;}
.certul{ letter-spacing:-8px;}
.certul li{display:inline-block; vertical-align:top; letter-spacing:normal; width:31.33%;}
.certul li:hover{color:#F90;}
.certul li:not(:nth-of-type(3n)){ margin-right:3%;}
.certul li:nth-child(n+4){margin-top:3%;}
.certul li .mask, .certul li .view {position:absolute; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; opacity:0;}
.certul li .mask {bottom:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.3);}
.certul li .view {top:50%; left:50%; margin:-26px 0 0 -24px; width:48px; height:48px; background:url(../images/view.png) no-repeat; -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.certul li .title {height:36px; line-height:18px; font-size:14px; color:#555457; text-align:center; padding:10px 20px; overflow:hidden; background:#f5f5f5;}
.certul li a:hover .mask, .certul li a:hover .view {opacity:1;}
.certul li a:hover .view {-webkit-transform:scale(1,1); transform:scale(1,1);}
.certul li a {position:relative; display:block;}
.m-hot {display:none;}
@media screen and (max-width: 768px) {
.cert{margin:10px;}
.certul{overflow:hidden;}
.certul li{width:47.5%;}
.certulimg {width:90%; display:block; overflow:hidden; padding:5%;}
.certul li img{width:100%;}
.certul li:not(:nth-of-type(3n)){ margin-right:0;}
.certul li:not(:nth-of-type(2n)){ margin-right:5%;}
.certul li:nth-child(n+3){margin-top:5%;}
.certul li .mask, .certul li .view {display:none;}

.p-hot {display:none;}
.m-hot {display:block;}
}




.lytext {margin:0 20px 30px 20px; text-align:left;}
.lyhtitle {position:relative; font-size:24px;font-weight:700;  margin-bottom:20px; }
.lytext_txt {margin:0 auto; width:100%; line-height:26px; font-size:14px; text-align:left;}
@media screen and (max-width:768px) {
.lytext {margin:0 auto 30px;}
.lyhtitle {font-size:24px; margin-bottom:10px; }
.lytext_txt {line-height:22px; font-size:14px; width:100%; }
}




/*---搜索页面----*/
.searcharea{padding:0;}
.searcharea ul{overflow:hidden;}
.searcharea ul li{border-bottom:1px #ddd dotted; padding:20px 10px;}
.searcharea ul li:hover{background:#fff;}
.searcharea ul li h3{font-size:14px;}
.searcharea ul li h4{ font-size:14px; color:#666; line-height:20px; margin-top:5px;}



/*视频播放页面*/
.videoback{position:relative; margin:0 auto; width:100%; max-width:1250px; overflow:hidden;}
.videoplay{overflow:hidden; margin-bottom:30px;}
@media screen and (max-width: 768px) {
.videoback{width:94%;}
.videoplay{padding:20px 0;}
}


.sitemap{overflow:hidden; background:#FFF; padding:50px; border:1px #ddd solid;}
.sitemap h2 {font-size:18px; font-weight:bold; color:#173c96; margin-bottom:10px;}
.sitemap h2 a{color:#173c96;}
.sitemap h2 a:hover{color:#ff6600;}
.sitemap ul{ overflow:hidden; margin-bottom:30px; padding:10px 10px; background:#fafafa; border:1px #ddd dotted;}
.sitemap ul h3 {font-size:18px; padding-bottom:5px; border-bottom:1px #ddd dotted; margin-bottom:5px; line-height:24px;}
.sitemap ul li{float:left; width:auto; margin-right:25px; font-size:14px; line-height:24px;}
@media screen and (max-width:768px) {
.sitemap{padding:0.15rem;}
}

.page404{ width:100%; margin:300px 0 200px 0; text-align:center;}
.page404 img{ width:auto; display:inline-block;}
@media screen and (max-width:768px) {
.page404{ width:80%; margin:100px 10%; text-align:center;}
.page404 img{ width:auto; max-width:100%; display:inline-block;}
}