﻿/* 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:#222; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; outline:none;}
a:hover {text-decoration:none; color:#ff6600;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:#666; opacity:1;}
input:-moz-placeholder,textarea:-moz-placeholder{color:#666;opacity:1;}
input::-moz-placeholder,textarea::-moz-placeholder{color:#666;opacity:1;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#666;opacity:1;}


body {font-size:14px; color:#222; font-family:Arial, Helvetica, sans-serif; padding:0; margin:0; behavior:url("../csshover.html");-webkit-text-size-adjust:none; background:#fbfaf9;}
.main {position:relative; margin:0 auto; width:95%; max-width:1250px;}
@media screen and (max-width:768px) {
.main {width:92%;}
}

/***头部***/

.header {position:fixed; top:0; left:0; width:100%; z-index:9; border-bottom:1px #fff solid;}
.header_top{height:80px; background:#fff;}
.header-logo {float:left; margin-top:10px; width:50%;}
.header-logo img{width:auto; height:60px; float:left; margin-right:10px;}
.header-logo h2{font-size:14px; line-height:32px; margin-top:15px;}
.header-logo h2 b{ display:block; font-weight:700; font-size:32px; color:#333; text-transform:uppercase; font-family:Tahoma, Geneva, sans-serif;}

.header-right{position:relative; float:right; margin-top:10px; width:40%;}
.header-right ul{ overflow:hidden;}
.header-right ul li{ float:right; box-sizing:border-box;}
.header-mail{background: url(../png/topemail.png) left center no-repeat; padding-left:35px; font-size:14px; background-size:28px; line-height:28px;}
.header-mail p a{font-size:24px; color:#ff6600; line-height:32px;}
.header-mail p a:hover{color:#ff0000;}
.header-right h3{text-align:right; margin-bottom:5px;}
.header-right h3 img{height:16px; width:auto; display:inline; vertical-align:middle; margin-right:5px;}
.header-right h3 a{margin-left:10px; background:#003f94; border-radius:50px; padding:5px 20px; color:#fff; font-size:13px;}
.header-right h3 a:hover{background:#ff6600;}

.header-nav {background:#003f94; height:50px;}
.header-nav ul{width:100%;}
.header-nav ul li{position:relative; float:left; text-align:center;  height:50px; line-height:50px; font-size:14px; text-align:center; text-transform:uppercase; padding:0 22px; font-weight:700;}
.header-nav ul li a {position:relative; display:block; color:#fff;}
.header-nav ul li a:hover{color:#ff6600;}
.header-nav ul li:last-child{ margin-right:0; border-right:0; padding-right:0;}
.header-nav ul li:first-child{padding-left:0;}

.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:24px; line-height:24px; font-size:14px; border:0; outline:none;}
.header-search .search {position:absolute; top:8px; right:15px; width:18px; height:18px; background: url(../search.html) no-repeat;  background-size:cover;}

#menu:before, #menu:after {content:"";display:table;}
#menu:after {clear: both;}
#menu {zoom:1;}
#menu li:hover > a {color:#ff6600;}
*html #menu li a:hover {color:#ff6600;}
#menu ul {margin:15px 0 0 0; opacity:0; visibility:hidden; position:absolute; top:50px; width:180px; z-index:1; background:none; background-color:rgba(1,63,156,0.9); -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; margin-left:-90px; left:50%;}
#menu li:hover > ul {opacity:1; visibility:visible; margin:0px 0 0 0;margin-left:-90px;}
#menu ul li:hover > ul {opacity:1; visibility:visible; margin:0;}
#menu ul li{margin:0; padding:12px 15px; width:100%; height:auto; line-height:20px; background:none; border-bottom:1px solid rgba(255,255,255,0.15);text-align:left; text-transform:capitalize; border-left:0; font-weight:normal; box-sizing:border-box; font-weight:normal;}
#menu ul li a {display:block; color:#fff;}
#menu ul li:hover {color:#ff6600;}
#menu ul li:hover a{color:#ff6600;}
#menu ul li:last-child{border-bottom:0;}
#menu ul li ul {top:0px; left:0px; margin:0 0 0 160px; display:block;}
#menu ul li ul li{ padding:12px 10px;}
#menu ul li ul li a{display:block; color:#fff!important;}
#menu ul li ul li:hover a{color:#ff6600!important;}
#menu ul li:hover > ul {opacity:1; visibility:visible; margin:0 0 0 180px;}


.m-header {display:none;}

@media screen and (max-width:1024px) {
.header-logo h2{font-size:18px; 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:14px;}
.m-header-logo img{ height:28px; width:auto; float:left; margin-right:10px; margin-top:2px;}
.m-header-logo h2{font-size:16px; line-height:30px; color:#555; text-transform:uppercase; font-weight:700;}
.m-header-logo h2 b{display:block; font-weight:700; font-size:14px; color:#333;}


.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:#003f94; 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:14px; 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:14px; border-top:1px #ddd solid;}
.m-nav ul li img{ height:20px; width:auto; margin-right:10px; float:left; margin-top:12px;}
.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;}
}


.mnSubBg{background-color:rgba(1,63,156,0.95); z-index:111; top:131px; position:fixed; display:none; zoom:1; width:100%; overflow:hidden;  /*box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);*/ padding:2% 0; box-sizing:border-box;}

/*product*/
.nav_prodbg{width:100%;}
.nav_prod{width:100%; max-width:1450px; overflow:hidden; position:relative; margin:0 auto; display:flex; align-items:stretch;}
.nav_prod ul{vertical-align:top; float:left; text-align:left; width:9.5%;}
.nav_prod ul h2{font-size:13px; line-height:20px; border-bottom:1px solid rgba(255,255,255,0.15); margin-bottom:10px; color:#fff; text-align:left; padding-bottom:10px; font-weight:700;}
.nav_prod ul:not(:nth-of-type(8n)){margin-right:3%;}
.nav_prod ul:nth-child(n+9){margin-top:2%;}
.nav_prod ul li{width:100%; text-align:left; padding:8px 10px; box-sizing:border-box; line-height:20px; font-size:12px; overflow:hidden; background:url(../png/dian.png) left center no-repeat; color:#FFF;}
.nav_prod ul h2 a{ color:#FFF;}
.nav_prod ul li a{color:#FFF;}
.nav_prod ul h2 a:hover{color:#FF6600;}
.nav_prod ul li a:hover{color:#FF6600;}
@media screen and (max-width:768px) {
.mnSubBg{display:none;}
}


/***banner***/
.banner {width:100%; display:block; position:relative; height:auto; overflow:hidden;background:#000 url(../gif/loading.gif) 50% no-repeat; margin-top:1px;}
#bannermob{display:none; height:300px; margin-top:45px;}
#bannerpc{display:block; height:770px; margin-top:131px;}
.swiper-slide{position:relative; background-position:center!important; background-size:cover!important;}

.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(../bpng02.html) no-repeat; cursor:pointer;}
.flex-control-nav .flex-active{background:url(../bpng01.html) 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(../png/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:10px; background:url(../png/next.png) center center no-repeat;}

.slide-txt1 {position:absolute; text-align:left; color:#fff; top:45%; transform:translateY(-50%); width:750px; box-sizing:border-box; left:12%;
background:rgba(0,0,0,0.6); padding:30px; border-radius:10px;}
.slide-txt1 .p1 {font-size:32px; line-height:45px; font-weight:700; font-family:Tahoma, Geneva, sans-serif; margin-bottom:10px;  transform: scale(1,1); -ms-transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -o-transform: scale(1,1); border-bottom:2px #f30003 solid; padding-bottom:15px;}
.slide-txt1 .p2 { font-size:24px; line-height:40px;}
.slide-txt1 .p3 { margin-top:40px;}
.slide-txt1 .p3 a {display:inline-block; padding:0 40px; height:42px; line-height:42px; font-size:14px; color:#fff; text-transform:uppercase; border:2px #fff solid; border-radius:50px; font-weight:700;}
.slide-txt1 .p3 a:hover {opacity:0.8;}

.swiper-pagination-bullet {background: #fff; opacity: 1;}
.swiper-pagination-bullet.swiper-pagination-bullet-active { opacity: 0.5; }
@media screen and (max-width:768px) {
#bannermob{display:block;}
#bannerpc{display:none;}

.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(../bpng04.html) no-repeat; cursor:pointer;}
.flex-control-nav .flex-active {background:url(../bpng03.html) 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(../png/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next {right:10px; background:url(../png/next.png) center center no-repeat;}

.slide-txt1 {position:absolute; text-align:left; color:#fff; top:50%; transform:translateY(-50%); width:80%; padding:5%; box-sizing:border-box; left:50%; margin-left:-40%;}
.slide-txt1 .p1 { font-size:16px; line-height:24px; margin-bottom:10px;transform: scale(1,1.2); -ms-transform: scale(1,1.2); -webkit-transform: scale(1,1.2); -moz-transform: scale(1,1.2); -o-transform: scale(1,1.2); padding-bottom:10px;}
.slide-txt1 .p2 { font-size:14px;  line-height:24px;}
.slide-txt1 .p3 { margin-top:10px;}
.slide-txt1 .p3 a { margin:0 2px; width:100px; height:22px; line-height:22px; font-size:12px;}
.swiper-container-mob{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-pagination-mob{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10;}
}


/***img***/
.imgbox {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);}
.imgbox:hover img {-webkit-transform:scale(1.05); transform:scale(1.05);}

.imgbox .mask, .imgbox .view {position:absolute; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; opacity:0;}
.imgbox .mask {bottom:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.6);}
.imgbox .view {top:50%; left:50%; margin:-26px 0 0 -24px; width:48px; height:48px; background:url(../png/view.png) no-repeat; -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgbox:hover .mask, .imgbox:hover .view {opacity:1;}
.imgbox:hover .view {-webkit-transform:scale(1,1); transform:scale(1,1);}
.imgbox{position:relative; display:block;}


/***img2***/
.imgbox2 {overflow:hidden;}
.imgbox2 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 .imgbox2 img {-webkit-transform:scale(1.05); transform:scale(1.05);}
.imgbox2:hover img {-webkit-transform:scale(1.05); transform:scale(1.05);}

.imgbox2 .mask, .imgbox2 .view {position:absolute; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; opacity:0.8;}
.imgbox2 .mask {bottom:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.8);}
.imgbox2 .view {top:50%; left:50%; margin:-26px 0 0 -24px; width:48px; height:48px; background:url(../png/video.png) no-repeat; -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgbox2:hover .mask, .imgbox2:hover .view {opacity:1;}
.imgbox2:hover .view {-webkit-transform:scale(1,1); transform:scale(1,1);}
.imgbox2{position:relative; display:block;}


/***htitle***/
.htitle {margin:0 auto 20px; width:85%; max-width:1250px; text-align:center; box-sizing:border-box;}
.htitle h2 {position:relative; font-size:32px; text-transform:uppercase; font-weight:700; color:#003f94; margin-bottom:5px}
.htitle h2:before, .htitle h2:after {display: inline-block; vertical-align:middle; margin: -5px 10px 0 10px; content: ""; width:50px; height:2px;  background:#003f94;}
.htitle h3{ font-size:14px; color:#666; line-height:26px;}
@media screen and (max-width:768px) {
.htitle {margin:0 auto 10px; width:100%;}
.htitle h2 {font-size:24px;}
.htitle h2:before, .htitle h2:after {display:none;}
}


.div_more{text-align:center;}
.more{display:inline-block; margin:30px auto 0; height:40px; line-height:40px; font-size:12px; padding:0 30px; text-align:center; text-transform: uppercase; color:#fff; background:#003f94; border-radius:25px; -webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; font-weight:700;}
.more a{ color:#FFF}
.more:hover{color:#fff; background:#ff6600;}
.more:hover a{color:#fff;}

.more2{display:inline-block; margin:0px auto 0; height:40px; line-height:40px; font-size:12px; padding:0 30px; text-align:center; text-transform: uppercase; color:#fff; background:#003f94; border-radius:25px; -webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; font-weight:700;}
.more2 a{ color:#FFF}
.more2:hover{color:#fff; background:#ff6600;}
.more2:hover a{color:#fff;}


.more_white{display:inline-block; margin:30px auto 0; height:35px; line-height:35px; font-size:12px; padding:0 25px; text-align:center; text-transform: uppercase; color:#003f94;  border-radius:25px; -webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; background:#FFF; font-weight:700;}
.more_white:hover{ background:#ff6600; color:#FFF;}

@media screen and (max-width:768px) {
.more {margin:20px auto 0; height:35px; line-height:35px; padding:0 25px; font-size:12px; font-weight:700;}
.more_white{margin:20px auto 0;}
}




/***mod1***/
.mod1 {background:#f5f5f5;box-sizing:border-box; position:relative; min-height:520px; padding:50px 0;}

.mod1_left{ position:absolute; left:0; top:-140px; width:41%; background:#003f94; padding:40px; box-sizing:border-box; z-index:2;}
.mod1_left h2{font-size:36px; font-family:Tahoma, Geneva, sans-serif; text-transform:uppercase; color:#FFF; margin-bottom:20px; font-weight:700; transform: scale(1,1);  -ms-transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -o-transform: scale(1,1);}
.videolist{cursor:pointer;border:4px #fff solid;  box-sizing:border-box; max-height:300px; overflow:hidden;}
.mod1_left .leftimg{ width:100%; overflow:auto;}
.mod1_left .leftimg img{ width:100%;}
.videolist2{border:4px #fff solid;  box-sizing:border-box; max-height:300px; overflow:hidden;}


.mod1_right{float:right; width:54%; margin-left:5%;}
.mod1_right img{width:auto; max-width:100%; margin-top:10px;}
.mod1_right h2{font-size:16px; color:#003f94; font-weight:700; text-transform:uppercase; line-height:1.8;font-style:italic; margin-bottom:10px;}
.mod1_right_txt{font-size:14px; line-height:30px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical;}
@media screen and (max-width:768px) {
.mod1 {padding:20px 0; height:auto;}
.mod1_left{float:none; width:100%; position:relative; top:0; padding:20px;}
.mod1_left h2{font-size:24px; margin-bottom:20px; transform: scale(1,1.1);  -ms-transform: scale(1,1.1); -webkit-transform: scale(1,1.1); -moz-transform: scale(1,1.1); -o-transform: scale(1,1.1);}
.mod1_left .leftimg{border:2px #fff solid; max-height:300px;}

.mod1_right{float:none; width:100%; margin-top:20px; margin-left:0;}
.mod1_right h2{font-size:16px; margin-top:15px; margin-bottom:15px;}
.mod1_right_txt{-webkit-line-clamp:12;}
}


/*视频弹窗*/
.masklayer{position: fixed;display: none;width:100%;height:100%; top:0px; left:0px;background-color: rgba(0, 0, 0, 0.8);z-index:1000; -webkit-user-select: none;-ms-user-select: none;}
.vclose { position:absolute;right:-15px; top:-15px;cursor: pointer; width:30px; height:30px; }
.vclose img{width:auto; height:auto; display:inline-block;}
.videos{display:none; border:15px solid #fff; position:fixed; left:50%; top:50%; margin-left:-400px; margin-top:-300px; z-index:100; width:800px; height:600px; background:#000000; box-sizing:border-box;}
.videos video{width:100%; height:100%;}
.videolist {cursor:pointer;}
@media screen and (max-width: 768px) {
.vclose { position:absolute;right:-10px; top:-10px; cursor: pointer; width:30px; height:30px; }
.vclose img{width:auto; height:auto; display:inline-block;}
.videos{display:none; border:10px solid #ffffff; position:fixed; left:50%; top:50%; margin-left:-160px; margin-top:-120px; z-index:100; width:320px; height:240px; }
.videolist {}
}



/***mod2***/
.mod2{position:relative; background:#fff;  background-size:cover; overflow:hidden;  padding:80px 0;}

.mod2_prod{margin-top:30px;}
.mod2_prod ul{letter-spacing:-8px;overflow:hidden;}
.mod2_prod ul li{letter-spacing:normal; vertical-align:top; width:48.5%; box-sizing:border-box; position:relative;background:rgba(1,86,167,1); display:inline-block;}
.mod2_prod ul li:not(:nth-of-type(2n)){ margin-right:3%;}
.mod2_prod ul li:nth-child(n+3){margin-top:3%;}
.mod2_prod_txt{color:#fff; font-size:14px; padding:6%; position:absolute;top:0; left:0; height:100%; width:60%; line-height:24px; /*background:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.9)), to(rgba(0, 0, 0, 0)))*/ box-sizing:border-box;}
.mod2_prod_txt h2{ font-size:24px; color:#FFF; font-weight:700; margin-bottom:20px;}
.mod2_prod_txt .ptxt{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical;}

.mod2_btn{border:2px rgba(255,255,255,0.4) solid; text-align:center; padding:8px 20px; font-weight:700; margin-top:50px; display:inline-block;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;color:#FFF;}
.mod2_btn a{color:#FFF;}
.mod2_btn:hover{border:2px rgba(255,102,0,1) solid; border-radius:10px; color:#ff6600;}

@media screen and (max-width:768px) {
.mod2 {padding:40px 0; background:#fff; height:auto;}

.mod2_prod{ margin-top:15px;}
.mod2_prod ul li{width:100%;}
.mod2_prod ul li:not(:nth-of-type(2n)){ margin-right:0%;}
.mod2_prod ul li:nth-child(n+2){margin-top:5%;}

.mod2_prod_txt{padding:6%; width:80%;}
.mod2_prod_txt h2{font-size:18px; margin-bottom:5px;}
.mod2_prod_txt .ptxt{-webkit-line-clamp:3;}

.mod2_btn{padding:8px 20px; margin-top:20px;}
}



/***mod3***/
.mod3{position:relative; background:#fff url(../jpg/indexbg.jpg) center top no-repeat;  background-size:cover; overflow:hidden; padding:100px 0;}
.mod3 .htitle h2{color:#FFF;}
.mod3 .htitle h3{color:#FFF;}
.mod3 .htitle h2:before, .mod3 .htitle h2:after {background:#fff;}

.mod3_prod{margin-top:40px;}
.mod3_prod ul{letter-spacing:-8px;overflow:hidden;}
.mod3_prod ul li{letter-spacing:normal; vertical-align:top; width:25%; display:inline-block; border-right:1px rgba(255,255,255,0.2) solid; box-sizing:border-box;}
.mod3_prod ul li:last-child{ border-right:0;}
.mod3_prod_txt{text-align:center; padding:20px 15% 0 15%; box-sizing:border-box; color:#FFF;}
.mod3_prod_txt img{ display:inline-block; width:auto; margin:0 auto 20px;}
.mod3_prod_txt h2{ font-size:24px; margin-bottom:10px;}
.mod3_prod_txt .ptxt{ line-height:24px; opacity:0.7; min-height:72px;}

@media screen and (max-width:768px) {
.mod3 {padding:40px 0;}
.mod3_prod{margin-top:20px;}
.mod3_prod ul li{width:50%;}
.mod3_prod ul li:last-child{border-right:1px rgba(255,255,255,0.2) solid;}
.mod3_prod_txt{padding:20px 5% 0 5%;}
.mod3_prod_txt h2{font-size:18px; margin-bottom:10px;}
.mod3_prod_txt .ptxt{line-height:20px; min-height:80px;}
}




/***mod4***/
.mod4{background:#fff; background-size:cover; position:relative; padding:80px 0;}

.mod4_prod{margin-top:30px;}
.mod4_prod ul{letter-spacing:-8px;overflow:hidden;}
.mod4_prod ul li{letter-spacing:normal; vertical-align:top; width:48.5%; box-sizing:border-box; position:relative;display:inline-block;}
.mod4_prod ul li:not(:nth-of-type(2n)){ margin-right:3%;}
.mod4_prod ul li:nth-child(n+3){margin-top:3%; width:31.33%;}
.mod4_prod ul li:nth-child(n+4){margin-right:3%; width:31.33%;}
.mod4_prod ul li:nth-child(n+5){margin-right:0; width:31.33%;}
.mod4_prod_txt{color:#fff; font-size:14px; position:absolute; bottom:0; left:0; height:50px; line-height:50px; width:100%; text-align:center; background:rgba(0,0,0,0.7); z-index:3;}
.mod4_prod_txt h2{ font-size:16px; color:#FFF; padding:0 5%;}

@media screen and (max-width:768px) {
.mod4 {padding:40px 0;}

.mod4_prod{margin-top:15px;}
.mod4_prod ul li{letter-spacing:normal; vertical-align:top; width:100%; box-sizing:border-box; position:relative;display:inline-block;}
.mod4_prod ul li:not(:nth-of-type(2n)){ margin-right:0}
.mod4_prod ul li:nth-child(n+2){margin-top:3%; width:100%;}
.mod4_prod ul li:nth-child(n+3){margin-top:3%; width:100%!important;}
.mod4_prod ul li:nth-child(n+4){margin-right:0%; width:100%!important;}
.mod4_prod ul li:nth-child(n+5){margin-right:0; width:100%!important;}
.mod4_prod_txt{color:#fff; font-size:14px; position:absolute; bottom:0; left:0; line-height:20px; width:100%; text-align:center; background:rgba(0,0,0,0.7); z-index:3; padding:10px 0; height:auto;}
.mod4_prod_txt h2{ font-size:14px; color:#FFF;}
}




/***mod5***/
.mod5{background-size:cover; position:relative;background:#fff url(../jpg/indexbg2.jpg) center top no-repeat; overflow:hidden; background-size:cover;}
.mod5_left{float:left; width:42%; padding:4% 6% 4% 0; text-align:left; position:relative; box-sizing:border-box; color:#FFF;}
.mod5_left h2{font-size:32px; margin-bottom:10px; text-transform:uppercase; font-weight:700;}
.mod5_left .ptxt{line-height:24px;margin-bottom:10px;}
.mod5_left .imgbox{width:100%; position:relative;}
.mod5_left .imgbox img{width:100%;}
.ptitle{color:#fff; font-size:14px;  position:absolute; bottom:0;  left:0;  height:50px;  line-height:50px;  width:100%;  text-align:center; background: rgba(0,0,0,0.7);    z-index: 3;}
.ptitle h3 {font-size:16px;  color: #FFF;}

.mod5_right{float:right; width:58%; padding:4%; text-align:left; position:relative; box-sizing:border-box;}
.mod5_right h2{font-size:32px; margin-bottom:10px; text-transform:uppercase;font-weight:700; color:#003f94;}
.mod5_right .ptxt{line-height:24px;margin-bottom:10px;}

.mod5_prod ul{letter-spacing:-8px;overflow:hidden;}
.mod5_prod ul li{letter-spacing:normal; vertical-align:top; width:23.5%; box-sizing:border-box; position:relative;display:inline-block; border:1px #ddd solid; box-sizing:border-box; background:#FFF;}
.mod5_prod ul li img{ width:90%; padding:5%;}
.mod5_prod ul li:not(:nth-of-type(4n)){ margin-right:2%;}
.mod5_prod ul li:nth-child(n+5){margin-top:2%;}

@media screen and (max-width:768px) {
.mod5 {padding:40px 0; background:#fff;}
.mod5_left{float:none; width:100%; padding:8%; background:#003f94;}
.mod5_left h2{font-size:24px; margin-bottom:5px;}
.mod5_left .ptxt{line-height:24px;margin-bottom:10px;}
.mod5_left .imgbox{width:100%; position:relative;}
.mod5_left .imgbox img{width:100%;}
.ptitle{color:#fff; font-size:14px;  position:absolute; bottom:0;  left:0;  height:40px;  line-height:40px;  width:100%;  text-align:center; background: rgba(0,0,0,0.7);    z-index: 3;}
.ptitle h3 {font-size:14px; color:#FFF;}

.mod5_right{float:none; width:100%; padding:8%; background:#f5f5f5;}
.mod5_right h2{font-size:24px; margin-bottom:5px;}
.mod5_right .ptxt{line-height:24px;margin-bottom:10px;}
}



/***mod6***/
.mod6{background:#fff url(../jpg/indexbg3.jpg) center top no-repeat; background-size:cover;  overflow:hidden; box-sizing:border-box; padding:80px 0;}
.mod6 .main{overflow:hidden;}

.mod6_left{float:left; width:37.5%; border:1px #ddd solid; background:#FFF; padding:1.5%; box-sizing:border-box;}
.mod6_left h2{font-size:16px; font-weight:700; margin-top:15px; margin-bottom:5px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; }
.mod6_left .ptxt{line-height:24px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; opacity:0.65;}

.mod6_right{float:right; width:60.5%; box-sizing:border-box; margin-left:2%;}
.mod6_right ul{overflow:hidden;}
.mod6_right ul li{border:1px #ddd solid; background:#FFF; padding:2%; overflow:hidden; margin-bottom:3%;}
.mod6_right ul li:last-child{ margin-bottom:0;}
.mod6_right ul li .imgbox{ width:20%; margin-right:20px; float:left;}
.mod6_right ul li .imgbox img{width:100%;}
.mod6_right ul li h2{font-size:16px; font-weight:700; margin-bottom:5px;}
.mod6_right .ptxt{line-height:24px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; opacity:0.65;}

@media screen and (max-width:768px){
.mod6{padding:40px 0;}
.mod6_left{float:none; width:100%; padding:5%; box-sizing:border-box;}
.mod6_left h2{font-size:16px; font-weight:700; margin-top:15px; margin-bottom:5px;}
.mod6_left .ptxt{line-height:24px;}

.mod6_right{float:none; width:100%; box-sizing:border-box; margin-left:0; margin-top:5%;}
.mod6_right ul li{padding:5%; margin-bottom:5%;}
.mod6_right ul li .imgbox{ width:35%; margin-right:10px; float:left;}
}




/***footer***/
.footer {position:relative; background:linear-gradient(to right, #003f94 0%, #003f94 41.5%, #eaeaea 41.5%, #eaeaea 100%);}
.footer a{color:#FFF;}
.footer a:hover{text-decoration:underline; opacity:1;}

.footer_left{float:left; width:40%; overflow:hidden; line-height:24px; padding:5% 5% 5% 0; box-sizing:border-box; color:#FFF;}
.footer_contact {width:100%;}
.footer_contact h2{font-size:22px; line-height:24px; font-weight:700;}
.footer_contact img{ width:auto; display:inline-block; margin-bottom:20px;}
.footer_contact ul {}
.footer_contact li {margin-top:20px; padding-left:28px; line-height:24px; background-repeat:no-repeat; background-size:20px; background-position:top left;}
.footer_contact li:nth-child(1) {background-image:url(../png/ico_address.png);}
.footer_contact li:nth-child(2) {background-image:url(../png/ico_tel.png);}
.footer_contact li:nth-child(3) {background-image:url(../png/ico_email.png);}
.footer_contact li:nth-child(4) {background-image:url(../svg/ico_whatsup2.svg);}

.index_contact4{padding:30px 0px!important; overflow:hidden; width:60%;}
.index_contact4 p{float:left; width:20%; text-align:left; margin-bottom:0!important;}
.index_contact4 p img{display:inline-block; width:32px;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; margin:0;}
.index_contact4 p img:hover{opacity:0.5;}



.footer_right{ float:right; width:60%; overflow:hidden; line-height:24px; padding:5% 0 5% 5%; box-sizing:border-box;}
.footer_msg {width:100%;}
.footer_msg h2{font-size:20px; line-height:40px; font-weight:700;}
.footer_msg ul{margin-top:10px;}
.footer_msg ul li {overflow:hidden; margin-bottom:15px; float:left;}
.footer_msg ul li:nth-of-type(1){width:49%; margin-right:2%}
.footer_msg ul li:nth-of-type(2){width:49%;}
.footer_msg ul li:nth-of-type(3){width:49%; margin-right:2%}
.footer_msg ul li:nth-of-type(4){width:49%;}
.footer_msg ul li:nth-of-type(5){width:100%;}
.msg_input {float:left; width:100%; height:40px;line-height:40px; padding:0 4%; background:#fff; font-family:Arial, Helvetica, sans-serif; box-sizing:border-box;}
.msg_textarea {float:left;width:100%; height:150px;line-height:30px;padding:2% 2%; background:#fff; font-family:Arial, Helvetica, sans-serif; box-sizing:border-box;}
.msg_submit {width:100%; height:45px; line-height:45px; font-size:16px; text-align:center; text-transform:uppercase; color:#fff; cursor:pointer; background:#003f94;  font-family:Arial, Helvetica, sans-serif; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; box-sizing:border-box;}
.msg_submit:hover{ background:#ff6600; color:#fff;}

.footer-copyright {width:100%; height:40px; line-height:40px; font-size:14px; text-align:left; margin-top:20px;}
.footer-copyright a{color:#555;}
@media screen and (max-width:768px) {
.footer {padding:0; background:none;}
.footer_left{float:none; width:100%;overflow:hidden; font-size:14px; line-height:24px; margin:0; background:#003f94; padding:5%; box-sizing:border-box;}
.footer_right{float:none; width:100%; background:#eaeaea; padding:5%; box-sizing:border-box;}
.footer_msg h2{font-size:18px; line-height:25px;}
.footer_msg ul li:nth-of-type(1){width:100%; margin-right:0}
.footer_msg ul li:nth-of-type(2){width:100%;}
.footer_msg ul li:nth-of-type(3){width:100%;}
.footer_msg ul li:nth-of-type(4){width:100%;}
.footer_msg ul li:nth-of-type(5){width:100%;}

.index_contact4{padding:15px 0px 0 0!important; overflow:hidden; width:80%;}

.footer-copyright {margin-top:20px; height:auto; line-height:20px; font-size:10px;}
}



/************内页banner*************/
.ban {margin:131px auto 0; width:100%;position: relative;}
.ban .addiv{position:absolute; width:60%; padding:0 20%; text-align:center; color:#FFF; top:42%; transform:translateY(-50%); font-size:16px;}
.ban .addiv h2{ font-size:36px; text-transform:uppercase; margin-bottom:5px; font-weight:700; -webkit-line-clamp:1; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; }
.ban .addiv p{-webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; line-height:26px;}
/*.ban .addiv h2:before, .ban .addiv h2:after {display: inline-block; vertical-align:middle; margin: -5px 10px 0 10px; content: ""; width:50px; height:2px;  background:#fff;}*/
#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 .addiv{margin-top:0px; font-size:14px; top:50%; line-height:24px;width:80%; padding:0 10%; }
.ban .addiv h2{ font-size:24px; margin-bottom:5px; text-transform:uppercase;}
.ban .addiv h2:before, .ban .addiv h2:after {display:none;}
.ban .addiv p{-webkit-line-clamp:4; line-height:20px;}

}


/*--------内页路径--------*/
#weizhi{width:100%; margin:0 auto; border-bottom:1px #ddd solid; background:#f5f5f5;}
.weizhi{overflow:hidden;width:95%; max-width:1250px; margin:0 auto; font-size:14px; line-height:30px; padding:5px 0 5px; color:#666;}
.weizhi a{color:#666;}
.weizhi a:hover{color:#ff6600;}
.span_right{font-size:14px;float:right;}
.span_page{width:20px; height:20px; background: url(../png/icon5.png) no-repeat left center; margin-right:5px; display:-webkit-inline-box; vertical-align:middle;}
.span_root{width:3px; height:5px; background: url(../png/point.png) no-repeat left center; margin:0 8px; display:-webkit-inline-box;vertical-align:middle;}
@media screen and (max-width:768px) {
#weizhi{margin:0 auto;}
.weizhi{padding:5px 0px; width:90%; line-height:20px; font-size:12px;}
.span_right{font-size:12px;}
}


/****************************公用****************************/
.wrap {margin:0 auto; padding:60px 0; width:100%; display:inline-block; background:#fff;}
.lymain {position:relative; margin:0 auto; width:95%; max-width:1250px; /*overflow:hidden;*/}
@media screen and (max-width:768px) {
.wrap {padding:25px 0; width:100%;}
.lymain {width:90%; margin:0 auto; padding-bottom:3%;}
}

#onseca {background:#003f94;color:#FFF;}
#onseca a{background:#003f94;color:#FFF;}
#onsec {color:#ff6600;}
#onsec a{color:#ff6600;}
.margintop50{ margin-top:30px;}
.margintop100{ margin-top:100px;}


/*内页子导航*/
#lmlb{ width:100%; padding:20px 0;  background:rgba(0,0,0,0.6); position:absolute; left:0; bottom:0;}
.lmlb{overflow:hidden; width:95%; max-width:1390px; margin:0 auto;}
.lmlb ul{ letter-spacing:-8px; text-align:center;}
.lmlb ul li{letter-spacing:normal; vertical-align:top; display:inline-block; text-align:center; padding:0px 20px; line-height:30px; color:#222; font-size:14px; border-radius:50px; margin-right:10px; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; background:#FFF; margin-bottom:10px;}
.lmlb ul li:last-child{ margin-right:0;}
.lmlb ul li a{color:#222;}
.lmlb ul li:hover{color:#fff; background:#ff6600;}
.lmlb ul li:hover a{color:#fff;}
#lmlbonsec {color:#fff; background:#ff6600;}
#lmlbonsec a{color:#fff;}

@media screen and (max-width: 768px) {
#lmlb{ width:100%;padding:25px 0 10px 0;}
.lmlb{overflow:hidden;width:90%; margin:0 auto;}
.lmlb ul{margin:0; padding:0;}
.lmlb ul li { padding:0px 15px; margin:0 5px 10px 0; line-height:30px;}
.lmlb ul li:hover{color:#004d94;}
}


/*内页子导航下面的选择项*/
.lymenu{width:96%; max-width: 1250px; margin: 0 auto; position:relative; display:table; z-index:999;}
.lymenu ul{ width:240px; float:left; display:inline-block; text-align:center;}
.lymenu ul li h2{ padding:12px 25px 12px 0px; border-bottom:2px #555 solid; font-size:14px; cursor:pointer; margin-top:20px; background:url(../png/line.png) right 18px no-repeat; background-size:15px; box-sizing:border-box;}
@media screen and (max-width: 768px) {
.lymenu{ display:none;}	
}


/*分页*/
.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:8px 20px; 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:12px; padding:3px 8px; margin:0;}
}

.lytext {margin:0 auto 80px; text-align:center;}
.lyhtitle {position:relative; font-size:32px; margin-bottom:10px; }
.lytext_txt {margin:0 auto; width:80%; line-height:28px; font-size:14px; text-align:center;}
@media screen and (max-width:768px) {
.lytext {margin:30px auto;}
.lytext_txt {line-height:24px; font-size:14px; width:92%;}
.lyhtitle {font-size:24px;}
}


/*左右框架*/
.main_about {position:relative; margin:0 auto; width:95%; max-width:1250px; overflow:hidden; /*display:table;*/ display: flex; align-items: stretch;}

.mainleft{float:left; width:22%; overflow:hidden; box-sizing:border-box; margin-right:3%; background:#f8f8f8;box-sizing:border-box; padding:2%; border:1px #ddd solid;}
.mainleft_title{font-size:16px; text-transform:uppercase; padding:10px 0px; color:#003f94; border-bottom:2px #003f94 solid; font-weight:700;}

.mainleft_list{ margin-bottom:1px;}
.mainleft_list h2{line-height:20px; font-size:14px; background:#f5f5f5 url(../png/point.png) 10px center no-repeat;padding:10px 10px 10px 20px;border-bottom:1px #ddd dotted;}
.mainleft_list ul{overflow:hidden;}
.mainleft_list ul li{ line-height:20px; padding:10px 10px 10px 30px; background:url(../png/point.png) 20px center no-repeat;border-bottom:1px #ddd dotted;}


.list{ overflow:hidden;margin:0 auto;}
.list ul{ margin-bottom:0;}
.list ul li{background-color:#ffffff; border-bottom:dotted 1px #dddddd; border-top:0; padding:0; background-image:none;}
.list ul li a{padding-left:14px; font-size:14px; display: block; line-height:24px; position:relative; padding:10px 10px 10px 30px;}
.list ul li .inactive{ background:url(../png/off.png) no-repeat 10px center;}
.list ul li .inactives{background:url(../png/on.png) no-repeat 10px center;} 
.list ul li ul{display: none;}
.list ul li ul li { border-left:0; border-right:0; background:#efefef url(../png/dian_prod.png) 15px center no-repeat; border-color:#cccccc; padding-left:20px; color:#333;}
.list ul li ul li .inactive{ background:none;}
.list ul li ul li .inactives{background:none;} 
.list ul li ul li a{ color:#333;font-weight:normal;} 
.list ul li ul li ul{display: none;}
.list ul li ul li a{ padding-left:15px; font-size:14px;}
.list ul li ul li ul li { background-color:#d6e6f1; border-color:#ddd; }
.last{ background-color:#d6e6f1; border-color:#6196bb; }
.list ul li ul li ul li a{ color:#515151; padding-left:15px; font-size:14px;}


.margintop50{ margin-top:50px;}
.mainright{float:right; width:75%; overflow:hidden; box-sizing:border-box;}
@media screen and (max-width:768px) {
.main_about {width:90%; margin:0 auto; padding-bottom:3%;}
.mainright{float:none; width:100%; padding:0;}

.mainleft{float:none; width:100%; overflow:hidden; box-sizing:border-box; margin-left:0; margin-top:10%; 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;}
}



/*about us*/
.about_txt{line-height:30px; font-size:14px; overflow:hidden;}
.about_txt img{max-width:100%; width:auto; margin:0 20px 10px 0; display:inline-block;}
.about_txt h2{color:#003f94; font-size:24px; margin-bottom:10px; border-bottom:1px #ddd dotted; font-weight:700; text-transform:uppercase;}
.about_txt b,.about_txt strong{color:#003f94; font-size:16px;}
.about_txt td{padding:4px; line-height:18px; font-size:14px;}
.about_txt p,.about_txt span{line-height:30px!important; font-size:14px;}
.about_txt td{padding:2px; font-size:14px!important; border:1px #CCCCCC solid;}
.about_txt td p,.about_txt td span{font-size:14px!important;}

.about_txt_btn{width:100%; margin-top:50px;}
@media screen and (max-width:768px) {
.about_txt{line-height:24px; font-size:14px;}
.about_txt img{max-width:100%; width:auto; margin:0 0 10px 0; display:inline-block; height:auto!important;}
.about_txt table{display:block;  display:-webkit-box;  width:auto!important; white-space:nowrap;overflow-x:auto; overflow-y: hidden;}
.about_txt h2{font-size:18px; text-transform:uppercase; padding-bottom:10px; margin-bottom:10px; font-weight:700;}
.about_txt p,.about_txt span{line-height:24px!important; font-size:14px;}

.about_txt_btn{width:100%; margin-top:20px;}
}


/*about us2*/
.about_txt2{line-height:30px; font-size:14px; overflow:hidden; margin-top:60px;}
.about_txt2 ul{letter-spacing:-8px; overflow:hidden;display:flex;  align-items: stretch;}
.about_txt2 ul li{ letter-spacing:normal; vertical-align:top; display:inline-block; width:48.5%; padding:3%; box-sizing:border-box; background:#f5f5f5;}
.about_txt2 ul li:not(:nth-of-type(2n)){ margin-right:3%;}
.about_txt2 ul li:nth-child(n+3){margin-top:3%;}

.about_txt2 img{max-width:100%; width:auto; margin:0 20px 10px 0; display:inline-block;}
.about_txt2 h2{color:#003f94; font-size:24px; margin-bottom:10px; border-bottom:1px #ddd dotted; font-weight:700; text-transform:uppercase; padding-bottom:5px;}
.about_txt2 b,.about_txt2 strong{color:#003f94; font-size:16px;}
.about_txt2 td{padding:4px; line-height:18px; font-size:14px;}
.about_txt2 p,.about_txt2 span{line-height:30px!important; font-size:14px;}
.about_txt2 td{padding:2px; font-size:14px!important; border:1px #CCCCCC solid;}
.about_txt2 td p,.about_txt2 td span{font-size:14px!important;}
@media screen and (max-width:768px) {
.about_txt2{line-height:24px; font-size:14px;margin-top:30px;}
.about_txt2 ul{letter-spacing:-8px; overflow:hidden;display:block;}
.about_txt2 ul li{width:100%; padding:5%;line-height:24px; }
.about_txt2 ul li:not(:nth-of-type(2n)){ margin-right:0;}
.about_txt2 ul li:nth-child(n+2){margin-top:30px;}
.about_txt2 img{max-width:100%; width:auto; margin:0 0 10px 0; display:inline-block; height:auto!important;}
.about_txt2 table{display:block;  display:-webkit-box;  width:auto!important; white-space:nowrap;overflow-x:auto; overflow-y: hidden;}
.about_txt2 h2{font-size:18px; text-transform:uppercase; padding-bottom:10px; margin-bottom:10px; font-weight:700;}
.about_txt2 p,.about_txt2 span{line-height:24px!important;}
}


.factory{ margin-top:60px;}
.factory h2{color:#003f94; font-size:24px; margin-bottom:10px; border-bottom:1px #ddd dotted; font-weight:700; text-transform:uppercase; padding-bottom:5px;}
.factory_clients {position:relative; margin:0 auto; width:100%; padding:0.5% 2%;  box-sizing:border-box;}
.factory_clients_item {position:relative;}
.factory_clients_item {display: block; }
.m_factory_clients{display:none;}
@media screen and (max-width:768px) {
.factory h2{font-size:16px;}
.factory_clients {display:block; position:relative; margin:0 auto; width:100%; padding:0.5% 8%; box-sizing:border-box;}
.factory_client h3{font-size:20px; font-weight:700; margin-bottom:20px; text-align:center;}
}




/*资质证书*/
.cert{}
.cert h2{color:#003f94; font-size:24px; margin-bottom:10px; border-bottom:1px #ddd dotted; padding-bottom:10px; font-weight:700; text-transform:uppercase;}
.certul{letter-spacing:-8px;}
.certul li{display:inline-block; vertical-align:top; letter-spacing:normal; width:23.5%;}
.certul li:hover{color:#F90;}
.certul li:not(:nth-of-type(4n)){ margin-right:2%;}
.certul li:nth-child(n+5){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.6);}
.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;}
.certul li h3{ margin-top:10px; text-align:center; padding:0 10px; font-size:14px; font-weight:700;}
.certul li p{ margin-top:10px; text-align:center; padding:0 10px; line-height:22px;}
@media screen and (max-width: 768px) {
.cert{}
.cert h2{font-size:18px;}
.certul{overflow:hidden; margin-top:10px;}
.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(4n)){ margin-right:0;}
.certul li:not(:nth-of-type(2n)){ margin-right:5%;}
.certul li:nth-child(n+3){margin-top:5%;}
.certul li h3{ margin-top:10px; text-align:center; padding:0px; font-size:14px; font-weight:700;}
.certul li p{ margin-top:10px; text-align:center; padding:0px; line-height:20px;}
}





/*clients*/
.clients{line-height:28px; font-size:14px; overflow:hidden;}
.clients h2{ line-height:30px; margin-bottom:30px; font-size:14px;}
.clients ul{letter-spacing:-8px; overflow:hidden;}
.clients ul li{letter-spacing:normal; vertical-align:top; width:10.75%; display:inline-block; border:1px #ddd solid; box-sizing:border-box;}
.clients ul li:not(:nth-of-type(8n)){ margin-right:2%;}
.clients ul li:nth-child(n+9){margin-top:2%;}
@media screen and (max-width:768px) {
.clients{padding:10px; margin-top:25px;}
.clients ul li{width:24.25%;}
.clients ul li:not(:nth-of-type(8n)){ margin-right:0;}
.clients ul li:not(:nth-of-type(4n)){ margin-right:1%;}
.clients ul li:nth-child(n+5){margin-top:1%;}
}



/*contact us*/
.contact_top{margin:30px auto; overflow:hidden;}
.contact_top ul{overflow:hidden; letter-spacing:-8px;}
.contact_top ul li{display:inline-block; vertical-align:top; letter-spacing:normal; width:48.75%; box-sizing:border-box; text-align:left; border:1px #ddd solid; padding:30px 30px 30px 110px; font-size:16px; line-height:20px; min-height:132px;}
.contact_top ul li:not(:nth-of-type(2n)){ margin-right:2.5%;}
.contact_top ul li:nth-child(n+3){margin-top:2%;}
.contact_top ul li p{color:#ff6701; font-size:22px; margin-bottom:10px;}
.contact1{background:#fff url(../png/ico_address2.png) 30px center no-repeat; background-size:64px;}
.contact2{background:#fff url(../png/ico_tel2.png) 30px center no-repeat; background-size:64px;}
.contact3{background:#fff url(../png/ico_email2.png) 30px center no-repeat; background-size:64px;}
.contact4{padding:30px!important;}
.contact4 p{float:left; width:20%; text-align:left; margin-bottom:0!important;}
.contact4 p img{display:inline-block; width:64px;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.contact4 p img:hover{opacity:0.5;}

.contact{line-height:28px; font-size:14px; overflow:hidden; background:#f8f8f8; padding:25px; border:1px #ddd dotted; box-sizing:border-box;}
.contact_left{float:left; width:50%;}
.contact_right{ float:right; width:40%; margin-left:10%;}

.contact_txt{line-height:30px; font-size:14px; margin-bottom:40px;}
.contact_txt:last-child{margin-bottom:0;}
.contact_txt img{max-width:100%; width:auto; margin:10px 0;}
.contact_txt b,.contact_txt strong{color:#ff6600; font-size:18px; font-weight:normal;}

.contact_txt h2{font-size:20px;font-weight:700; color:#003f94; margin-bottom:5px;}
.contact_txt li {padding-left:30px; line-height:25px; background-repeat:no-repeat; background-size:20px; background-position:top left; font-size:14px;}
.contact_txt_icon1 {background-image:url(../png/ico_address2.png); margin-bottom:25px;}
.contact_txt_icon2 {background-image:url(../png/ico_tel2.png);margin-bottom:25px;}
.contact_txt_icon3 {background-image:url(../png/ico_whatsup2.png);margin-bottom:25px;}
.contact_txt_icon4 {background-image:url(../png/ico_email2.png);margin-bottom:25px;}

@media screen and (max-width: 768px) {
.contact_top ul li{width:100%; padding:20px 20px 20px 60px; font-size:14px; line-height:20px; min-height:0;}
.contact_top ul li:not(:nth-of-type(2n)){ margin-right:0;}
.contact_top ul li:nth-child(n+2){margin-top:8%;}
.contact_top ul li p{color:#ff6701; font-size:18px; margin-bottom:5px;}

.contact1{background:#fff url(../png/ico_address2.png) 15px center no-repeat; background-size:32px;}
.contact2{background:#fff url(../png/ico_tel2.png) 15px center no-repeat; background-size:32px;}
.contact3{background:#fff url(../png/ico_email2.png) 15px center no-repeat; background-size:32px;}
.contact4{padding:15px!important;}
.contact4 p{float:left; width:20%; text-align:left; margin-bottom:0!important;}
.contact4 p img{display:inline-block; width:48px;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.contact4 p img:hover{opacity:0.5;}
	
.contact{padding:25px;}
.contact_left{float:none; width:100%;}
.contact_right{float:none; width:100%; margin-left:0%; margin-top:5%;}
.contact_txt:last-child{margin-bottom:0; margin-top:0;}

.contact_txt h2{font-size:18px; font-weight:700;}
}



/*案例*/
.researchlist{}
.researchlistul{ letter-spacing:-8px;}
.researchlistul li{overflow:hidden; position: relative; width:31.33%; vertical-align:top; letter-spacing:normal; display:inline-block; box-sizing:border-box; padding-bottom:25px; padding:2%; background:#fff; border:1px #ddd solid; }
.researchlistul li{border-bottom:3px #003f94 solid!important;}
.researchlistul li:hover{border-bottom:3px #ff6600 solid!important;box-shadow: 0px 0px 10px rgba(0,0,0,0.10);}
.researchlistul li:not(:nth-of-type(3n)){ margin-right:3%;}
.researchlistul li:nth-child(n+4){margin-top:3%;}

.researchlistul li img{width:100%; display:block;}
.researchlistul li h2{ margin:10px 0 0 0; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;font-size:14px; color:#003f94; line-height:20px; height:40px; font-weight:700;}
.researchlistul li:hover h2{color:#ff6600;}

.researchlistul li .divtxt{line-height:22px; height:66px; font-size:14px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; color:#666; margin-top:10px;}

#research_more{margin-top:20px; width:120px; height:35px; line-height:35px; font-size:14px; 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:#ff6600; border:1px #ff6600 solid;}
@media screen and (max-width:768px) {
.researchlistul{ letter-spacing:-8px; display:block; align-items:none; margin-top:0;}
.researchlistul li{width:100%; float:none; margin-top:0px; padding:25px; margin-bottom:10px;}
.researchlistul li:not(:nth-of-type(3n)){ margin-right:0;}
.researchlistul li:nth-child(n+2){margin-top: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;}
.researchlistul li h2 a{font-size:18px}
#research_more{width:100%; background:#003f94; color:#FFF;}
}


/*新闻2*/
.newslist{}
.newslistul{}
.newslistul li{overflow:hidden; padding:2%; border:1px #ddd dotted; background:#fbfbfb; position: relative; margin-bottom:20px;}
.newslistul li:last-child{margin-bottom:0;}
.newslistul li:hover{ background:#fff; /*box-shadow:0 0 10px 0 #ddd;*/}
.newslistul li:hover h2 a{color:#ff6600;}
.newslistul li:hover #research_more{border:1px #ff6600 solid; color:#ff6600;}
.newslistul li .imgbox{width:auto; max-width:25%; margin-right:2%; float:left;}
.newslistul li h2{font-size:24px; margin-bottom:10px;}
.newslistul li .divtxt{color:#666; line-height:24px; font-size:14px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
@media screen and (max-width:768px) {
.newslistul li{padding:5%;}
.newslistul li img{margin:0 0 2% 0; display:inline; float:left;width:100%; max-width:100%;}
.newslistul li h2{font-size:18px; margin-bottom:5px;}
.newslistul li .divtxt{-webkit-line-clamp:3;}
}



/*钢材标准*/
.standardlist{}
.standardlist h2{margin:0 0 10px 0; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;line-height:20px;font-size:24px; color:#003f94; line-height:24px; font-weight:700;}
.standardlistul{padding:30px; border:1px #ddd solid; background:#f8f8f8; margin-bottom:40px; overflow:hidden; letter-spacing:-8px;}
.standardlistul li{overflow:hidden; padding:15px; border:1px #ddd dotted; background:#fff; position:relative; width:18.8%; box-sizing:border-box; letter-spacing:normal; vertical-align:top; display:inline-block;}
.standardlistul li:not(:nth-of-type(5n)){ margin-right:1.5%;}
.standardlistul li:nth-child(n+6){margin-top:1.5%;}
.standardlistul li h3{font-size:14px; font-weight:700; text-align:center; margin-bottom:5px;}

.standardlistul li .imgbox .mask {bottom: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.80);}
.standardlistul li .imgbox .view {top: 0; left: 0; width: 88%; height: 88%; margin:6%; line-height:22px; color:#FFF; font-size:13px; overflow-y: auto;  background: none;}
.standardlistul li .imgbox .view a{color:#FFF;}

.standardlistul li .imgbox .view::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.standardlistul li .imgbox .view::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #0a55b2;
    }
.standardlistul li .imgbox .view::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
    }

.standardlistul li .pbtn{display:inline-block; text-align:center; padding:0px 20px; line-height:25px; color:#222; font-size:14px; border-radius:50px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; background:#003f94; margin-top:6px;}
.standardlistul li .pbtn:hover{ background:#ff6600; color:#FFF;}
.standardlistul li .pbtn:hover a{ color:#FFF;}
.mobbtn{display:none;}
@media screen and (max-width:768px) {
.standardlist h2{font-size:18px;}
.standardlistul{padding:15px; margin-bottom:40px;}
.standardlistul li{padding:10px; width:48.5%;}
.standardlistul li:not(:nth-of-type(5n)){ margin-right:0%;}
.standardlistul li:not(:nth-of-type(2n)){ margin-right:3%;}
.standardlistul li:nth-child(n+3){margin-top:3%;}
.mobbtn{display:inline-block; width:100%;}
}


.standardmore{display:inline-block; float:left; height:35px; line-height:35px; font-size:14px; color:#fff; background-color:#003f94; text-align:center; border-radius:5px; cursor:pointer; margin-left:10px; padding:0 30px; font-weight:normal;}
.standardmore:hover {background-color:#ff6600;}
@media screen and (max-width:768px) {
.prodmore{float:none; font-size:12px; color:#fff; margin:0 2%; width:46%; padding:0;}
}




/*新闻详情页*/
.newsshow{line-height:30px; font-size:14px; overflow:hidden; padding:30px; background:#FFF; border:1px #ddd solid; box-sizing:border-box; box-shadow: 0px 0px 10px rgba(0,0,0,0.10); border-radius:5px;}
.news_xxjs{line-height:30px!important; font-size:14px!important; font-weight:normal!important; margin:0 auto; overflow-x:auto;word-break: break-word!important;}
.news_xxjs p,.news_xxjs span{line-height:30px!important; font-size:14px;}
.news_xxjs td{padding:2px; font-size:13px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:initial!important;}
.news_xxjs td p,.news_xxjs td span{font-size:13px!important;line-height:20px!important; color:#222222!important; font-family:Arial, Helvetica, sans-serif!important;word-break:initial!important;}
.news_xxjs table{}
.news_xxjs img{width:auto; height:auto; overflow:scroll; margin:0 auto; display:inline; padding:10px 0;}

.news_title{text-align:left;}
.news_title h1{color:#003f94; font-size:24px; margin-bottom:10px; border-bottom: 1px #ddd dotted; padding-bottom:10px; font-weight:700;}
.news_title h1 span{ float:right;}
.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;}

.pagelist{/*border: 1px solid #ccc;*/overflow:hidden;background-color: #666;padding:1px 5px 1px 5px;color: #ffffff;}
.red {/*border: 1px solid #ccc;*/overflow:hidden;	background-color: #f08300; color: #ffffff;font-weight: bold;	padding:1px 6px 1px 6px;}
.pubdatenews{border: #ddd 1px solid;height:26px; line-height:26px;  margin:10px auto; OVERFLOW: hidden; text-align:center;background:#f5f5f5;}
.pubdatenews2{border: #ddd 1px solid;height:26px; line-height:26px;  margin:10px auto; OVERFLOW: hidden; text-align:center;background:#f5f5f5;}


/*相关资讯*/
.Information{overflow:hidden;margin-top:40px; background:#f8f8f8;}
.Information h4{padding-left:10px; height:30px; line-height:30px; font-size:14px; font-weight:bold; 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) {
.newsshow{padding:15px; margin-top:0px;}
.news_title h1{font-size:24px; padding-bottom:10px; line-height:26px;}
.news_title h1 span{ float:right; display:none;}

.newsindex{overflow:hidden;margin:0px auto;}
.newsleft{ float:left; width:100%;}
.newsright{ display:none;}
.news_xxjs table{display: block; display: -webkit-box; width:auto; white-space: nowrap; overflow-x: auto; overflow-y: hidden;}
.newsshow2{float:none;}
.news_xxjs2{padding:20px;width:100%; float:none;}
.news_xxjs p,.news_xxjs span{line-height:24px!important; font-size:14px;}
.news_xxjs td{padding:2px; font-size:12px!important; border:1px #CCCCCC solid;}
.news_xxjs td p,.news_xxjs td span{font-size:12px!important;}
}



/*product*/
.prodcate_list{margin-top:0px;}
.prodcate_list ul{letter-spacing:-8px;overflow:hidden;}
.prodcate_list ul li{letter-spacing:normal; vertical-align:top; width:48.5%; box-sizing:border-box; position:relative;background:rgba(1,86,167,1); display:inline-block;}
.prodcate_list ul li:not(:nth-of-type(2n)){ margin-right:3%;}
.prodcate_list ul li:nth-child(n+3){margin-top:3%;}
.prodcate_list_txt{color:#fff; font-size:14px; padding:6%; position:absolute;top:0; left:0; height:100%; width:65%; line-height:24px; /*background:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.9)), to(rgba(0, 0, 0, 0)))*/ box-sizing:border-box;}
.prodcate_list_txt h2{ font-size:20px; color:#FFF; font-weight:700; margin-bottom:5px;}
.prodcate_list_txt .ptxt{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical;}

.prodcate_list_prod{border:1px rgba(255,255,255,0.4) solid; text-align:left; padding:4px 10px; margin-top:10px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; color: #FFF; margin-right:2%; box-sizing:border-box; float:left; background:rgba(0,0,0,0.5)}
.prodcate_list_prod a{color:#fff;}
.prodcate_list_prod:hover a{color:#ff6600;}
.prodcate_list_prod:hover{border:1px rgba(255,102,0,0.9) solid;}

@media screen and (max-width:768px) {
.prodcate_list{ margin-top:0px;}
.prodcate_list ul li{width:100%;}
.prodcate_list ul li:not(:nth-of-type(2n)){ margin-right:0%;}
.prodcate_list ul li:nth-child(n+2){margin-top:5%;}

.prodcate_list_txt{padding:4%; width:80%;}
.prodcate_list_txt h2{font-size:16px; margin-bottom:0;}
.prodcate_list_txt .ptxt{-webkit-line-clamp:3;}
.prodcate_list_txt img{ width:100%; height:130%;}

.prodcate_list_prod{padding:5px 5px; margin-top:5px; font-size:12px; line-height:18px;}
}




/*产品型号列表*/
.productlist{margin:0; padding:30px; border:1px #ddd solid; box-sizing:border-box;}
.productlist h3{font-size:24px; text-align:left; border-bottom:1px #ddd solid; padding-bottom:10px; margin-bottom:10px; font-weight:700;}
.lartxt{line-height:28px; margin-bottom:50px;}
.productlistul{ letter-spacing:-8px; overflow:hidden;}
.productlistul li{ letter-spacing:normal; vertical-align:top; border:1px #ddd dotted; background:#fbfbfb; position: relative; width:100%; display:inline-block; box-sizing:border-box;}
.productlistul li:nth-child(n+2){margin-top:5%;}

.productlistul li:hover{ background:#fff; /*box-shadow:0 0 10px 0 #ddd;*/}
.productlistul li:hover h2 a ,.productlistul li:hover #research_more{color:#075eb1;}
.productlistul li:hover #research_more{color:#075eb1; border:1px #075eb1 solid;}
.productlistul li .imgbox{width:37%; float:left; display:inline; margin-right:3%;}

.productlistul li .div_txt{line-height:24px; font-size:14px; width:60%; float:right;}
.productlistul li .div_txt h2{font-size:24px; margin:20px 0 10px 0; font-weight:700;}

@media screen and (max-width:768px) {
.productlist{margin-top:20px;  padding:10px;}
.productlist h3{font-size:18px;}
.lartxt{line-height:24px; margin-bottom:20px;}
.productlistul{ margin-bottom:20px;}
.productlistul li{padding:10px;}

.productlistul li:nth-child(n+2){margin-top:5%;}
.productlistul li .imgbox{width:100%; float:none; display:inline; margin-right:0; margin-bottom:5%;}
.productlistul li .div_txt{width:100%; float:none;}
}

.productlist_more{margin:20px 0px; height:40px; line-height:40px; font-size:14px; color:#fff; background-color:#003f94; text-align:center; border-radius:5px; cursor:pointer; padding:0 30px;display:inline-block;}
.productlist_more:hover {background-color:#ff6600;}
.productlist_more_right{ margin-right:15px;}
@media screen and (max-width:768px) {
.productlist_more{margin:10px 0px 0px 0px; width:100%; height:40px; line-height:40px; font-size:14px; color:#fff; background-color:#003f94; text-align:center; border-radius:5px; cursor:pointer; padding:0px; display:inline-block;}
.productlist_more_right{ margin-right:0px;}
}



.prodmore{display:inline-block; margin-top:20px; float:left; height:40px; line-height:40px; font-size:14px; color:#fff; background-color:#003f94; text-align:center; border-radius:5px; cursor:pointer; margin-right:10px; padding:0 30px;}
.prodmore:hover {background-color:#ff6600;}
@media screen and (max-width:768px) {
.prodmore{float:none; font-size:12px; color:#fff; margin:0 2%; width:46%; padding:0;}
}

#tab1{width:100%; overflow:hidden; background:none; margin-top:50px;border-bottom:2px #003f94 solid;}
#tab1 ul{margin:0;padding:0; overflow:hidden;}
#tab1 li{float:left;width:19.6%; height:45px;line-height:45px; color:#4e4e4e; text-align:center; cursor:pointer; font-size:16px; background:#f5f5f5; font-weight:700;}
#tab1 li:not(:nth-of-type(5n)){ margin-right:0.5%;}

#tab1 li.now{color:#fff; background:#003f94;}
.tablist{overflow:hidden; display:none;padding:2%; overflow-x:auto;}
.block{display:block; }
@media screen and (max-width:768px) {
.tablist{background:#f5f5f5;}
#tab1{border-bottom:none; margin-bottom:0px;}
#tab1 li{width:32%;font-size:14px; border:1px #ddd solid; box-sizing:border-box; font-weight:normal; height:35px;line-height:35px;}
#tab1 li:not(:nth-of-type(5n)){ margin-right:0%;}
#tab1 li:not(:nth-of-type(3n)){ margin-right:2%;}
#tab1 li:nth-child(n+4){margin-top:2%;}
}


#tablist1{ border:1px #ddd solid; box-sizing:border-box; margin-top:15px;}



/*产品详情页的底部*/
.cpshow{margin:0;  padding:30px; border:1px #ddd solid; box-sizing: border-box;}
.cpshowtop{overflow:hidden;}
.cpshowtop_l{ float:left; border:0px #ddd solid;}
.cpshowtop_r{float:right; width:50%; overflow:hidden;}
.cpshowtop_r h2{font-size:24px; line-height:30px; border-bottom:1px #ddd dotted; padding-bottom:10px; margin-top:10px; font-weight:700;}
.cpshowtop_r h2 p{float:left; line-height:45px; font-size:12px; color:#999; display:block;}
.cpshowtop_r_tags{line-height:24px; padding:20px; background:#fafafa; border:1px #ddd solid; margin:10px 0 0 0;}
.cpshowtop_r_div{line-height:30px; padding-top:5px;}

@media screen and (max-width: 1024px) {
.cpshowtop_r{width:30%;}
}

@media screen and (max-width: 768px) {
.cpshowtop{overflow:hidden; padding:10px;}
.cpshowtop_l{float:none; width:100%; display:block;}
.cpshow{margin:0px auto; padding:0;}
.cpshowtop_r{width:100%; float:none; margin-top:10px;}
.cpshowtop_r h2{padding-bottom:5px;font-size:24px; margin-top:0;}
.cpshowtop_r_tags{padding:10px;}
}


/*产品详情页滚动*/
.lanrenzhijia{width:400px;position:relative; overflow:hidden; margin:0 auto;}
.lanrenzhijia .btn{position:absolute;width:18px;height:34px;top:425px;cursor:pointer;z-index:2;font-size:50px;font-weight:bold;}
.lanrenzhijia .prev{left:0;background:url(../png/back_16.png) no-repeat;}
.lanrenzhijia #prevTop,.lanrenzhijia #nextTop{top:213px;width: 46px;height: 48px;}
.lanrenzhijia #prevTop{background: url(../prevbtntop.html) 0 0 no-repeat;}
.lanrenzhijia #nextTop{background: url(../nextbtntop.html) 0 0 no-repeat;}
.lanrenzhijia .next{right:0;background:url(../png/back_19.png) no-repeat;}
.lanrenzhijia li{float:left;}
.lanrenzhijia .cf li{position: relative;color: #fff;}
.lanrenzhijia .cf a{display: block; width: 400px;height:400px; position: absolute;color: #fff;}
.lanrenzhijia .picBox{height:400px;position:relative;overflow:hidden; border:1px #ddd solid;}
.lanrenzhijia .picBox ul{height:400px;position:absolute;}
.lanrenzhijia .picBox li{width:400px;height:400px;}
.lanrenzhijia .picBox li img{width:100%; height:auto; display:block;}
.lanrenzhijia .listBox{width:400px;height:90px;margin:0 auto;position:relative;padding:15px 0 0 0; overflow:hidden;}
.lanrenzhijia .listBox ul{height:48px;/*position:absolute;*/ margin-left:37px;}
.lanrenzhijia .listBox li{width:68px;height:55px;cursor:pointer;position:relative;}
.lanrenzhijia .listBox li i{display:none;}
.lanrenzhijia .listBox li a{display: block;width:55px;height:55px;}
.lanrenzhijia .listBox li img{width:55px;height:55px;border:1px solid #ddd;}
.lanrenzhijia .listBox .on img{width:55px;height:55px;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(../png/back_16_2.png) no-repeat;}
.lanrenzhijia #prevTop,.lanrenzhijia #nextTop{top:0px; width:46px; height:48px;}
.lanrenzhijia #prevTop{background: url(../prevbtntop.html) 0 0 no-repeat;}
.lanrenzhijia #nextTop{background: url(../nextbtntop.html) 0 0 no-repeat;}
.lanrenzhijia .next{right:-7px;background:url(../png/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;}
}



.ptitle2{border-bottom:2px #003f94 solid; margin:50px 0 10px 0; padding:0px;}
.ptitle2 h3{padding:0px; color:#003f94; height:40px; line-height:40px; display:inline-block; font-size:18px; width:100%; box-sizing:border-box; font-weight:700;}
.ptitle2margintop40{ margin-top:60px;}

.relatedul{overflow:hidden; letter-spacing:-8px; margin-top:15px;}
.relatedul li{display:inline-block; overflow:hidden; width:22.75%; letter-spacing:normal; vertical-align:top; box-sizing:border-box; background:#FFF; border:1px #ddd solid;}
.relatedul li:not(:nth-of-type(4n)){ margin-right:3%;}
.relatedul li .imgbox{width:100%; float:none;}
.relatedul li .imgbox img{padding:0; display:block;}
.relatedul li p{font-size:14px; text-align:center; padding:6px 0;}
@media screen and (max-width: 768px) {
.ptitle2 h3{font-size:18px; width:100%; box-sizing:border-box;}
.ptitle2margintop40{ margin-top:30px;}
.relatedul{margin-top:15px;}
.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%;}
}



/*--------在线留言--------------*/
.guestbook2{width:100%; margin:25px 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:4px 10px; box-sizing:border-box; background:#f5f5f5;}
.box44 {width:100%; border:1px #ddd solid; line-height:30px; padding:4px 10px; box-sizing:border-box; background:#f5f5f5;}
.box33 {width:100%; border:1px #ddd solid; line-height:24px; padding:4px 10px; font-family:Verdana, Microsoft YaHei,Arial, Helvetica, sans-serif; box-sizing:border-box; background:#f5f5f5;}
.sub_gestbook2 {background-color:#004285; border:none;width:100%; height:45px; line-height:45px; color:#fff; font-size:18px; cursor:pointer;text-align:center; text-transform:uppercase;}
.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%;}
}



.sitemap{overflow:hidden; background:#FFF; padding:30px; 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;}
}



.global_left_top{position:fixed; right:10px; bottom:20px; z-index:99;}
#myback{width:50px; height:50px;}
#myback img{width:100%;}
.myback_active{opacity:0!important;}
#mymeil{width:50px; height:50px; margin-bottom:10px;}
#mymeil img{width:100%;}
@media screen and (max-width:768px){
.global_left_top{bottom:10px;}
#myback{width:35px; height:35px;}
#mymeil{width:35px; height:35px;}
}
