/* 织梦园（dedeyuan.com）做最好的织梦整站模板下载网站 */

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15;-webkit-tap-highlight-color: rgba(0,0,0,0);}

body{margin:0;font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;line-height: 1.42857143;font-size: 14px;min-width: 1230px;background: #fff;color: #333;}

h1{font-size:2em;margin:.67em 0;}

figure{margin:1em 40px;}

hr{box-sizing:content-box;height:0;overflow:visible;}

a{-webkit-text-decoration-skip:objects;background-color:transparent;}

abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}

b,strong{font-weight:bolder;}

dfn{font-style:italic;}

mark{background-color:#ff0;color:#000;}

small{font-size:80%;}

sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}

sub{bottom:-.25em;}

sup{top:-.5em;}

audio:not([controls]){display:none;height:0;}

img{border-style:none;}

svg:not(:root){overflow:hidden;}

button,input,optgroup,select,textarea{line-height:1.42857143;margin:0;outline: none;}

body, button, input, select, textarea {text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: "liga","kern";}

button,input{overflow:visible;}

button,select{text-transform:none;}

button,html [type=button],/* 1 */

[type=reset],[type=submit]{-webkit-appearance:button;}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0;}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText;}

fieldset{padding:.35em .75em .625em;}

legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}

progress{display:inline-block;vertical-align:baseline;}

textarea{overflow:auto;}

[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}

[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;}

::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}

summary{display:list-item;}

article,aside,footer,header,nav,section,figcaption,figure,main,details,/* 1 */

menu{display:block;}

pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em;}

audio,video,canvas{display:inline-block;}

template,[hidden]{display:none;}

.clearfix{zoom:1;}

.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}

.clearfix:after{clear:both;}

a {color: #333;text-decoration: none;}

a:hover {color: #5583EE;}

ul {margin: 0;list-style: none;padding: 0;}



#message {

	position: fixed;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	z-index: 1000;

	transform: scale(0);

	transition: .3s;

}

.messagebg {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: rgba(0,0,0,.6);

	z-index: 1001;

}

#message .m-content {

	margin-top: 8%;

}

#message .m-content .m-message{

	background: #fff;

	width: 580px;

    background: #fff;

    padding: 50px;	

    margin: 0 auto;

    position: relative;

    z-index: 1002;

    box-shadow: 1px 1px 50px rgba(0,0,0,.3);

}







.m-message{



    width: 494px;



    margin: 48px auto 0;



}



.m-message label{



    margin-bottom: 15px;



    display: block;



    font-size: 14px;



}



.m-message label em{



    display: block;



    float: right;



    color: red;



    height: 32px;



    line-height: 32px;



}



.m-message label span{



    width: 70px;



    height: 34px;



    line-height: 34px;



    color: #2F2F2F;



    float: left;



    font-weight: bold;



    text-align: right;



    margin-right: 30px;



    display: inline-block;



}







.m-message label input.inp,.m-message label textarea,.m-message label.code input{



    width: 73%;



    overflow: hidden;



    height: 32px;



    line-height: 32px;



    border: #cccccc 0px solid;



    border-radius: 3px;



    padding:0 14px;



    box-sizing: border-box;



    color: #555;



    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);



          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);



  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;



       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;



          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;



}



.m-message label input:focus,.m-message label textarea:focus{



    border-color: #66afe9;



  outline: 0;



  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);



          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);



}



.m-message label textarea{



    height: 72px;



    line-height: 24px;



    padding:10px 14px;



}



.m-message label.code{



    line-height: 34px;



}



.m-message label.code input{



    width: 30%;



    float: left;



    margin-right: 30px;



}

.m-message label.code #vdcode{text-transform : uppercase;}

.m-message label.code .pic {



    display: inline-block;



    vertical-align: top;



    width: 80px;



    height: 32px;



}



.m-message label.code img{



    display: block;



    width: 100%;



    height: 100%;



}



.btn {

    display: block;

    width: 90px;

    height: 32px;

    line-height: 32px;

    padding-left: 15px;

    background-color: #5583EE;

    color: #fff;

    margin-top:10px;

}

.btn:hover{

	background-color: #444;

	color: white;

}



.btn span {

    display: block;

    padding-left: 15px;

    background-repeat: no-repeat;

    background-position: left center;

    background-image: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/btn-r.png);

}





.btn-1 input{



    width: 52px;



    height: 32px;



    line-height: 32px;



    background: #e8e8e8;



    border: none;



    color: #333;



    margin-right: 22px;



    cursor: pointer;



    transition: 0.3s;



}



.btn-1{



    padding-left: 100px;



}



.btn-1 input.focus{



    background: #5583EE;



    color: #fff;



}



.btn-1 input.focus:hover{



    background: #444;



}



.btn-1 input:hover{



    background: #ccc;



}







.yunu-banner {height: 350px;background: no-repeat center;}

.yunu-banner a {display: block;width: 100%;height: 100%;}





.htop{background-color:unset !important; color: #333 !important; border-top: 0px; border-right: 1px dotted #ccc; background-image: none !important;}

.htop_r{float: right; width: 570px; line-height: 24px !important; padding-top: 40px; color: #333; font-size: 12px; text-align: left; background-image: none !important;}

.htop_pro{background-color:#fff !important; width: 70px;background-image: none !important;border: 0px solid #ccc; border-radius: 10px; padding-top: 10px; padding-bottom: 10px; margin: 9px; height: 70px; float: left;}

.htop_al img:hover{box-shadow: #5583EE 2px 2px 5px;}



.htop_case_tr img:hover{box-shadow: #5583EE 2px 2px 5px;}

.htop:hover{color: #fff !important;background-color: #5583EE !important;}

.htop_al{width: 104px; background-color: unset !important; background-image: none !important;text-align: center; font-size: 12px; border-top: 0; line-height: 24px !important; color: #333 !important; background-image: none;}

.htop_case_t{float: left; width: 99%; padding-left: 1%; line-height: 24px !important; padding-top: 20px; color: #333; font-size: 12px; text-align: left;background-image: none !important;}

.htop_case_tr{width: 110px; background-color: unset !important;background-image: none !important; white-space: normal; text-align: center; font-size: 12px; border-top: 0; line-height: 20px !important; color: #333 !important; background-image: none;}



.in-case {position: relative;}

.in-case .hd {margin-bottom: 40px;}

.in-case .hd a {display: block;font-size: 20px;line-height: 56px;padding: 0 30px;border-radius: 30px;}

.in-case .hd .more {float: right;}

.in-case .hd li {float: left;margin-right: 20px;}

.in-case .hd li:before {float: right;content: '-';line-height: 56px;width: 10px;text-align: center;margin-right: -15px;}

.in-case .hd li:last-child:before {display: none;}

.in-case .hd li.on a,.in-case .hd a:hover {background-color: #5583EE;color: #fff;}

.in-case .bd dl {margin: 0;position: relative;height: 540px;background-color: #fff;}

.in-case .bd dt {float: right; /*width: 960px;*/height: 540px;line-height: 540px;overflow: hidden;}

.in-case .bd dt img {-webkit-transition: all 0.5s;transition: all 0.5s;}

.in-case .bd dt a:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);}

.in-case .bd dd {margin: 0 50% 0 0;padding: 75px 80px 0;}

.in-case .bd dd h4 {margin: 0 0 30px;font-size: 30px;}

.in-case .bd dd h4 small {font-size: 14px;display: block;}

.in-case .bd dd p {margin: 0;color: #666;line-height: 2;text-align: justify;}

.in-case .bd dd .more {display: inline-block;margin-top: 30px;padding: 7px 25px;background-color: #f8bd01;color: #fff;text-transform: uppercase;border-radius: 50px;}

.in-case .bd dd .more:hover {-webkit-animation: shake 1.5s linear;animation: shake 1.5s linear;}

.in-case .arr {position: absolute;left: 80px;bottom: 75px;z-index: 2;font-size: 0;}

.in-case .arr a {display: inline-block;vertical-align: middle;background: no-repeat center;width: 58px;height: 58px;margin-right: 15px;}

.in-case .arr a.prev {background-image: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/case_lico01.png);}

.in-case .arr a.prev:hover {background-image: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/case_lico02.png);}

.in-case .arr a.next {background-image: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/case_rico01.png);}

.in-case .arr a.next:hover {background-image: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/case_rico02.png);}







.sccj{width: 100%;overflow: hidden;padding-bottom: 18px; padding-top: 30px;}

.sccj .content{ width: 1080px; height: auto;padding: 0 60px; overflow: hidden; position: relative; }

.sccj .content .prev{ display:block; position:absolute; top:57px; left:0px; width:40px; height:40px; background:url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/left.png) no-repeat;   }

.sccj .content .next{ display:block; position:absolute; top:57px; right:0px; width:40px; height:40px; background:url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/right.png) no-repeat;   }

.sccj .content ul{ overflow:hidden; zoom:1; width:1040px; height:auto; }

.sccj .content ul li{float:left; width:250px;  overflow:hidden; height:145px; margin-top: 15px; margin-right:25px;}

.sccj .content ul li img{ width: 246px; height: 120px; border: 2px solid #e6e6e6; }

.sccj .content ul li p{ text-align:center; font-size:16px; padding-top:0px;}

.sccj .content ul li a{ color:#6f6f6f;}

.sccj .content ul li a:hover{ color:#FF0000;}







.xf {

  CURSOR: pointer; FONT-FAMILY: "Microsoft Yahei"; RIGHT: 0px; POSITION: fixed; Z-INDEX: 99; TOP: 30%

}

.xf UL LI {

  HEIGHT: 45px; WIDTH: 56px; BACKGROUND: #535257; BORDER-BOTTOM: #666 1px solid; POSITION: relative; PADDING-TOP: 10px

}

.xf UL LI IMG {

  MARGIN: 0px auto; DISPLAY: block

}

.xf UL LI .xf-x {

  RIGHT: -330px; POSITION: absolute; Z-INDEX: 98; TOP: 0px

}

.xf UL LI .xf-x EM {

  FONT-SIZE: 14px; OVERFLOW: hidden; HEIGHT: 440px; WIDTH: 0px; BACKGROUND: #eb6100; POSITION: absolute; FLOAT: left; COLOR: #fff; TEXT-ALIGN: center;  LEFT: 0px; DISPLAY: block; TOP: -168px; 

}

.xf UL LI .xf-x EM IMG {

  HEIGHT: 120px; WIDTH: 120px; MARGIN: 10px auto 0px

}

.xf UL LI .xf-x SPAN {

  HEIGHT: 33px; WIDTH: 56px; BACKGROUND: #eb6100; PADDING-BOTTOM: 0px; PADDING-TOP: 22px; text-align: center; color: #fff;  MARGIN-LEFT: 240px; DISPLAY: block; PADDING-RIGHT: 0px

}

.xf UL LI .xf-x SPAN IMG {

  FLOAT: left; DISPLAY: block

}

.xf UL LI .xf-x SPAN I {

  FONT-SIZE: 14px; HEIGHT: 18px; WIDTH: 75px; FLOAT: left; COLOR: #fff; PADDING-LEFT: 15px; BORDER-LEFT: #fff 1px solid; MARGIN: 2px 0px 0px 15px; DISPLAY: block; LINE-HEIGHT: 18px

}

.xf UL LI .f_tel {

  RIGHT: -330px; POSITION: absolute; Z-INDEX: 98; TOP: 0px

}

.xf UL LI .f_tel SPAN {

  FONT-SIZE: 16px; HEIGHT: 55px; WIDTH: 180px; BACKGROUND: #eb6100; FONT-WEIGHT: bold; COLOR: #fff; PADDING-LEFT: 15px; MARGIN-LEFT: 143px; DISPLAY: block; LINE-HEIGHT: 55px

}

.xf UL LI .zxkf {

  RIGHT: -330px; POSITION: absolute; Z-INDEX: 98; TOP: 0px

}

.xf UL LI .zxkf SPAN {

  FONT-SIZE: 16px; HEIGHT: 55px; WIDTH: 180px; BACKGROUND: #eb6100; FONT-WEIGHT: bold; COLOR: #fff; PADDING-LEFT: 15px; MARGIN-LEFT: 143px; DISPLAY: block; LINE-HEIGHT: 55px

}

.xf UL LI .zxkf SPAN A {

  COLOR: #fff

}

#roll {

  Z-INDEX: 9

}

  .tck

  {

    width: 216px; height:436px;line-height: 40px; font-size: 14px; background:linear-gradient(to bottom,#abadc6,#6eacdb); padding-left: 10px; padding-right: 10px; padding-top: 0px;border: 2px solid #535257;

  }

  .tykd

  {

    width: 145px; border-bottom: 1px solid #333; border-left: 0px;border-top: 0px;border-right: 0px; height: 30px; line-height: 30px; color: #d45b3e; background-color: transparent; font-weight: bold; font-family: å¾®è½¯é›…é»‘; font-size: 14px;

  }

  #bt

  {

    width: 160px; height: 30px; text-align: center; margin-top: 15px;

  }











.img-center {text-align: center;font-size: 0;}

.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;transition: all 0.5s;}



.img-cover {overflow: hidden;position: relative;}

.img-cover span {display: block;width: 100%;background: no-repeat center / cover;transition: all 0.5s;height: 100%;position: absolute;left: 0;top: 0;    background-size: 100%;}



.container {padding: 0 15px;width: 1200px;margin: 0 auto;}

.ctoo{clear: both;padding: 0; margin: 0; height: 20px;}

.kf{width:208px;position:fixed;/* right: 20px; */right:-208px;top:50%;transform:translateY(-50%);z-index:10;}

.kt-top{height:40px;line-height:40px;background:url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/kefu.png) 12px center no-repeat #5583EE;-ms-background-size:auto 20px;background-size:auto 20px;padding-left:46px;font-size:14px;color:#fff;}

.kt-top span:hover{transform:rotate(90deg);}

.kt-top span{width:18px;height:16px;float:right;position:relative;margin:10px 10px 0 0;cursor:pointer;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;}

.kt-top span b{width:100%;height:2px;background:#fff;display:block;position:absolute;top:50%;left:0;}

.kt-top span b:first-child{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);}

.kt-top span b:last-child{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);}

.kf .con{overflow:hidden;background:#fff;}

.kf .qq li{height:36px;line-height:36px;border-bottom:#f5f5f5 solid 1px;padding-left:16px;}

.kf .qq li a{height:36px!important;color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-decoration:initial;display:block;}

.kf .qq li a img{padding-right:6px;}

.kf .con h5{height:26px;line-height:26px;margin-top:12px;background:url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/lianxi.png) 16px center no-repeat;padding-left:45px;color:#666;font-size:14px;margin-bottom: 0;}

.kf .contact{margin-top:1px;height: auto;}

.kf .contact p{height:26px;line-height:26px;color:#666;font-size:14px;padding-left:22px;margin: 0;}

.kf .contact p:nth-child(2n){padding-left:32px;}

.kf .con h5.qr-icon{background:url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/erweima.png) 16px center no-repeat;}

.kf .con .qr{margin-top:10px;padding-left:40px;}

.kf .con .qr img{width:110px;height:110px;}

.kf .backTop{width:100%;height:40px;margin-top:10px;background:url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/huidaodingbu.png) center center no-repeat #5583EE;background-size:18px auto;cursor:pointer;}

.kf-side{padding:18px 10px 10px;background:#5583EE;position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);left:-34px;cursor:pointer;}

.kf-side b{display:block;color:#fff;line-height:18px;font-size:14px;font-weight:400;}

.kf-side span.arrow{width:12px;height:12px;background:url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/jt-1.png) no-repeat;-ms-background-size:auto 12px;background-size:auto 12px;display:block;margin-top:10px;}

.kf-side span.on{background:url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/jt-2.png) no-repeat;-ms-background-size:auto 12px;background-size:auto 12px;}



.footer-fix {box-shadow: 0 0 10px rgba(0,0,0,0.2);position: fixed;bottom: 0;left: 0;width: 100%;background-color: #fff;z-index: 10;display: none;}

.footer-fix li {float: left;width: 25%;}

.footer-fix li a {display: block;text-align: center;padding: 7px 0;font-size: 12px;line-height: 1;}

.footer-fix li i {display: block;height: 20px;background: no-repeat center;background-size: contain;margin-bottom: 4px;}

.footer-fix li i.i1 {background-image: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/f_01.png);}

.footer-fix li i.i2 {background-image: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/f_02.png);}

.footer-fix li i.i3 {background-image: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/f_03.png);}

.footer-fix li i.i4 {background-image: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/f_04.png);}



.swiper-button-prev,.swiper-button-next {outline: none;}

.swiper-pagination-bullet-active {background-color: #5583EE;}



.topbar {padding: 12px 0;background-color: #e9e9e9;color: #6a6a6a;}

.topbar em {font-style: normal;color: #999;padding: 0 15px;}

.topbar a {color: #6a6a6a;}

.topbar a:hover {color: #333;}



.header {background-color: #fff;}

.header .logo {float: left;font-size: 0;height: 95px;line-height: 95px;text-align: left;padding: 5px 0;}

.header .tel {float: right;background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/tel1.png) no-repeat 0 center;padding-left: 45px;margin: 29px 0;color: #666;}

.header .tel strong {display: block;font-size: 32px;font-family: Impact;line-height: 1;color: #eb4839;font-weight:normal;}

.header .text {float:left;text-align:left; padding:26px 0 0 15px; font-size:12px; color:#2b2b2b; line-height:30px;}

.header .textimg{float:left;height:80px;padding:15px 0;padding-left:75px;}

.header .textimg img{height:80px;}

.header .text span {color:#5583EE; font-weight:normal; display:block; font-size:26px; font-weight:bold;}

.header .nav {font-size: 0;/*background-image: linear-gradient(160deg, #0078ff 20%,#002abb 80%);background-color: #5583EE;*/color: #fff; border-top: 2px solid #5583EE;/*#5583EE;*/}

.header .nav li {display: inline-block;vertical-align: middle;background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/nav_line_1.png) no-repeat right center;}

.header .nav li:last-child{background:none;}

.header .nav li a {display: block;font-size: 18px;line-height: 65px;padding: 0 25px;color: #333; background:url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/dot.png) no-repeat right;  }

.header .nav li .arr {float: right;height: 40px;width: 40px;position: relative;display: none;}

.header .nav li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;transform: rotate(135deg);right: 15px;}

.header .nav li.active a,.header .nav li.open a,.header .nav li a:hover {color: #fff;background-color: #314597;}

.header .nav li.open .dropdown-box div a{background-color: #fff;}

.header .nav li.dropdown {position: relative;}

/*.header .nav li.dropdown:before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 15px;}*/

.header .nav .dropdown-box {position: absolute;left: 0;min-width: 100%;top: 100%;display: none;z-index: 10;text-align: center;}

.header .nav .dropdown-box p {margin: 0;}

.header .nav .dropdown-box a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;font-size: 14px;line-height: 40px;color: #fff;}

.header .nav .dropdown-box a:hover {color: #fff;background-color: #5583EE;}

.header .nav li.open .dropdown-box {display: block;}

.menu-btn {display: none;padding: 6px 0;float: right;margin-left: 15px;}

.menu-btn:before,.menu-btn:after,.menu-btn span {display: block;height: 2px;background-color: #5583EE;content: '';}

.menu-btn:before {width: 24px;}

.menu-btn:after {width: 18px;margin-left: 6px;}

.menu-btn span {width: 12px;margin: 6px 0 6px 12px;}

.pcm{width: 800px; height: 330px; background-color: #fff; border:0px solid #336699; box-shadow: #666 0px 1px 3px; border-radius: 0 0 15px 15px; border-top: 0;}



.banner {height: 600px;position: relative;}

.banner .swiper-slide {background: no-repeat center / cover;}

.banner .swiper-pagination-bullet {background-color: #333;}

.banner .swiper-pagination-bullet-active {background-color: #bc0f10;}

/*.in-seach {background: url() #900 center top;padding: 30px 0;color: #fff;}*/

.in-seach {background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/searchbg_1.jpg) #5583EE center top;padding: 30px 0;color: #fff;}

.in-seach .tel {float: left;width: 300px;font-size: 20px; padding-top: 12px;}

.in-seach .tel strong {display: block;font-size: 32px;line-height: 1;margin-top: 10px;}

.in-seach .hform {float: left;width: 460px;border-right: 1px solid #500;/*#4294d5;*/border-left: 1px solid #500;padding: 0 44px;}

.in-seach .hform form {display: block;overflow: hidden;}

.in-seach .hform input {float: left;border: 1px solid transparent;padding: 6px 12px;font-size: 14px;width: 360px;}

.in-seach .hform button {float: right;border: none;height: 34px;width: 64px;background-color: #f8bd01;color: #fff;font-size: 14px;padding: 0;}

.in-seach .hform p {margin: 10px 0 0;font-size: 15px;}

.in-seach .hform p a {color: #fff;margin-right: 10px;}

.in-seach .text {text-align: center;font-size: 24px;padding-top: 20px;}

.in-seach .text strong {display: block;font-size: 30px;margin-bottom: 10px; line-height: 1;}



.section {padding: 60px 0;}

.section-title {margin-bottom: 40px;text-align: center;font-size: 0;}

.section-title strong {display: inline-block;vertical-align: middle;font-size: 34px;position: relative;padding: 0 40px;color: #333333;}

.section-title strong:after,.section-title strong:before {content: '';height: 1px;width: 160px;top: 50%;position: absolute;background-color: #999;}

.section-title strong:after {left: 100%;}

.section-title strong:before {right: 100%;}

.section-title p {margin: 10px 0 0;font-size: 14px;color: #666;}



.bg1 {background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/ccbg_1.jpg) no-repeat center / cover;}



.in-prod-menu {background-color: #fff;padding: 10px 20px 20px 10px;margin-bottom: 30px;}

.in-prod-menu li {float: left;width: 20%;}

.in-prod-menu li a {display: block;margin: 10px 0 0 10px;line-height: 44px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-align: center;font-size: 17px;background-color: #ededee;transition: all 0.5s;}

.in-prod-menu li a:hover {background-color: #5583EE;color: #fff;}



.in-prod-con .swiper-slide a {display: block;padding-bottom: 10px;background-color: #fff;transition: all 0.5s; border:0px solid #ccc; box-shadow: 0 1px 20px 0 #ddd; border-radius: 0px;}

.in-prod-con .swiper-slide .img-cover {padding-top: 100%;}

.in-prod-con .swiper-slide p {font-size: 16px;margin: 10px 0 0;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.in-prod-con .swiper-slide a:hover {color: #333;background-color: #fff;}

.in-prod-con .swiper-slide a:hover .img-cover span {transform: scale(1.1);}

.in-prod-con .swiper-pagination {position: static;font-size: 0;margin-top: 30px;}



.bg2 {background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/yy_1.jpg) no-repeat center / cover;}



.in-ys {margin: 0;}

.in-ys dt {float: right;/*border: 5px solid #091a29*/box-shadow: #000 5px 5px 5px;box-shadow: #999 2px 2px 6px;width: 590px;}

.in-ys dd {margin: 0 660px 0 0;}

.in-ys dd h4 {text-align: left;margin: 0;}

.in-ys dd p {background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/yy_shu2_1.png) no-repeat 0 10px;padding-left: 30px;margin: 30px 0 0;line-height: 36px;font-size: 18px;color: #fff;text-align: justify;}

.in-ys dd h5 {margin: 30px 0 0;color: #fff;font-size: 44px;}

.in-ys dd h5 small {display: block;text-transform: uppercase;font-size: 18px;}

.amore{display: block;

    margin-top: 40px;

    line-height: 40px;

    width: 135px;

    text-align: center;

    color: #333;

    background-color: #f8bd01;}

.bg3 {background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/yy2_1.jpg) no-repeat center / cover;}



.in-dz {margin: 0;padding-bottom: 30px;}

.in-dz dt {float: left;width: 500px;}

.in-dz dd {margin-left: 580px;position: relative;}

.in-dz dd h4 {margin: 0;font-size: 43px;color: #0c58a6;}

.in-dz dd h4 span {color: #d53331;}

.in-dz dd h4 small {display: block;font-size: 18px;color: #c3c3c3;text-transform: uppercase;}

.in-dz dd p {background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/yy_shu_1.png) no-repeat 0 10px;padding-left: 30px;margin: 30px 0 0;line-height: 36px;font-size: 18px;text-align: justify;}

.in-dz dd .tips {overflow: hidden;margin-top: 50px;}

.in-dz dd .tips span {float: left;width: 50%;text-align: center;color: #fff;font-size: 24px;line-height: 56px;background-color: #5583EE;}

.in-dz dd .tips span:last-child {background-color: #333;}

.in-dz dd .pp {position: absolute;bottom: -50px;left: -220px;}



.bg4 {background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/advbg_1.jpg) no-repeat center / cover;}



.in-adv li {float: left;width: 25%;}

.in-adv li p {text-align: center;color: #fff;margin: 15px 0 0;font-size: 20px;}



.in-about {margin: 0;}

.in-about dt {float: right;width: 680px;}

.in-about dd {margin: 0 720px 0 0;}

.in-about dd h4 {margin: 0;font-size: 36px;border-bottom: 1px solid #CCC;padding-bottom: 15px;}

.in-about dd p {font-size: 16px;line-height: 1.8;text-align: justify;margin: 20px 0 0;}

.in-about dd .more {display: block;border: 2px solid #555;width: 130px;margin: 30px 0 0;padding: 0 10px;transition: all 0.5s;line-height: 40px;text-transform: uppercase;}

.in-about dd .more span {display: block;font-size: 16px;color: #ff0000;background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/jian_more_1.png) no-repeat right center;}

.in-about dd .more:hover {width: 150px;}



.in-fahuo .swiper-slide a {display: block;position: relative;}

.in-fahuo .swiper-slide .img-cover {padding-top: 100%;}

.in-fahuo .swiper-slide p {margin: 0;text-align: center;position: absolute;left: 0;bottom: 0;z-index: 1;width: 100%;color: #fff;line-height: 50px;font-size: 12px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background-color:#f8bd01;}

.in-fahuo .swiper-slide a:hover .img-cover span {transform: scale(1.1);}

.in-fahuo .swiper-pagination {position: static;font-size: 0;margin-top: 30px;}



.bg5 {background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/adv2_1.jpg) no-repeat center;color: #fff;}



.in-adv2 {/*width: 50%;margin: -15px 0; */text-align: center;}

.in-adv2 h4 {display: inline-block;margin: 0;border-bottom: 1px solid #3483c4;font-size: 34px;padding-bottom: 15px;}

.in-adv2 p {margin: 20px 0 0;font-size: 16px;background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/gou_1.png) no-repeat 0 1px;padding-left: 40px;}



.in-news-left {float: left;width: 48%;}

.in-news-left ul {overflow: hidden;margin: -15px 0 0 -15px;}

.in-news-left li {float: left;width: 50%;}

.in-news-left li a {display: block;margin: 15px 0 0 15px;background-color: #f8f8f8;transition: all 0.5s;}

.in-news-left li .img-cover {padding-top: 73%;}

.in-news-left li .text {padding: 27px 15px;}

.in-news-left li .text h4 {margin: 0;font-weight: normal;font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.in-news-left li .text p {margin: 10px 0 0;opacity: 0.6;}

.in-news-left li a:hover {background-color: #5583EE;color: #fff;}

.in-news-left li a:hover .img-cover span {transform: scale(1.1);}

.in-news-right {float: right;width: 48%;}

.in-news-right ul {margin-top: -10px;}

.in-news-right li {margin-top: 10px;}

.in-news-right li a {display: block;background-color: #f8f8f8;transition: all 0.5s;overflow: hidden;}

.in-news-right li .date {float: left;background-color: #5583EE;color: #fff;padding: 25px 15px;text-align: right;font-size: 15px;width: 95px;}

.in-news-right li .date span {display: block;font-size: 18px;text-transform: uppercase;}

.in-news-right li .text {margin-left: 125px;padding: 15px;}

.in-news-right li .text h4 {font-weight: normal;font-size: 16px;margin: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.in-news-right li .text p {margin: 5px 0 0;opacity: 0.6;height: 40px;overflow: hidden;}

.in-news-right li a:hover {color: #fff;background-color: #5583EE;}



.bg6 {background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/renbg_1.jpg) no-repeat center / cover;color: #fff;}



.in-renzheng {}

.in-renzheng li {float: left;width: 16.666666%;}

.in-renzheng li .wrap {text-align: center;border-right: 1px solid #fff;}

.in-renzheng li:last-child .wrap {border-right: 0;}

.in-renzheng li p {margin: 15px 0 0;font-size: 16px;}



.footer {background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/footerbg_1.jpg) repeat center;padding: 50px 0 0;color: #bebebe;}

.footer a {color: #bebebe;}

.footer a:hover {color: #fff;}

.footer-logo {float: left;width: 338px;}

.footer-nav {float: left;padding-left: 30px;width: 350px;padding-right: 30px;border-left: 1px solid #4a4a4a;border-right: 1px solid #4a4a4a;}

.footer-nav .tit {font-size: 18px;margin-bottom: 15px;}

.footer-nav ul {overflow: hidden;}

.footer-nav li {float: left;width: 50%;}

.footer-nav li a {display: block;line-height: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.footer-contact {float: left;margin-left: 30px;}

.footer-contact .tit {font-size: 18px;margin-bottom: 15px;}

.footer-contact p {margin: 0;line-height: 30px;}

.footer-copy {border-top: 1px solid #494949;padding: 20px 0;margin-top: 50px;text-align: center;}

.footer-copy p {margin: 0;}



.yunu-link {padding: 20px 0;}

.yunu-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #5583EE;padding-bottom: 15px;}

.yunu-link h4 small {text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}

.yunu-link ul {margin-left: -20px;}

.yunu-link li {float: left;margin-left: 20px;margin-top: 20px;}



.curmbs {background-color: #f2f2f2;line-height: 34px;padding: 15px 0;}

.curmbs em {font-style: normal;color: #999;}

.curmbs span {background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/nygy2.png) no-repeat 0 center / 14px 13px;padding-left: 20px;}

.curmbs .sc {float: right;position: relative;}

.curmbs .sc input {display: block;padding: 6px 72px 6px 12px;font-size: 14px;border: 1px solid #ddd;width: 200px;}

.curmbs .sc button {position: absolute;right: 0;top: 0;border: 1px solid transparent;background-color: #333;padding: 0;color: #fff;cursor: pointer;height: 34px;width: 60px;font-size: 14px;}



.section-sub {padding: 40px 0;}



.ct2-sd {float: left;width: 240px;}

.ct2-mn {float: right;width: 930px;}



/*.panel-sd {margin-bottom: 20px;background-color: #f6f6f6;}

.panel-sd:last-child {margin-bottom: 0;}

.panel-sd .tit {text-align: center;color: #fff;font-size: 24px;padding: 20px 0;background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/fen_t_1.jpg) no-repeat center / cover #5583EE;}



.lanmu li {margin-top: 2px;}

.lanmu li>a {display: block;line-height: 50px;padding: 0 0 0 25px;background-color: #ececec;color: #666;font-size: 15px;}

.lanmu li .arr {float: right;height: 45px;width: 40px;position: relative;cursor: pointer;}

.lanmu li .arr:after {content: '';border-top: 2px solid #fff;border-left: 2px solid #fff;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;transform: rotate(135deg);right: 15px;}

.lanmu-box {display: none;}

.lanmu-box p {margin: 0;border-top: 1px solid #fff;padding-left: 15px;}

.lanmu-box p a {padding: 0 25px;display: block;line-height: 40px;}

.lanmu li>a:hover,.lanmu li.active>a {color: #fff;background-color: #5583EE;}

.lanmu li.active .arr:after {border-color: #fff;}

.lanmu li.open .lanmu-box {display: block;}

.lanmu li.open .arr:after {transform: rotate(225deg);}



.contact-sd{ background:#1785e2;}

.contact-sd h4{ color:#fff; font-size:18px; background:url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/lianxi_t_1.png) no-repeat left center; height:74px; line-height:68px;margin:0 0 0 15px;padding-left: 50px;}

.contact-sd h4 small{ font-size:12px; font-weight:normal; padding:0 0 0 10px; text-transform:uppercase}

.contact-sd p{ line-height:28px; padding:0 20px 30px 20px; color:#fff; font-size:14px;margin: 0;}

.contact-sd p strong{ font-size:16px; line-height:38px; }*/

.panel-sd {



    margin-bottom: 20px;



}



.panel-sd .tit {

    text-align: center;

    color: #fff;

    font-size: 24px;

    padding: 20px 0;

    /*background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/fen_t_1.jpg) no-repeat center / cover #0e75c8;*/

    background-color: #5583EE;

}



.panel-sd .bd {



    border: 2px solid #5583EE;

background:url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/menu.jpg) #f4f9fd bottom no-repeat;

    padding: 20px;



}



.contact-sd .tel {



    border-bottom: 1px solid #ddd;



    padding-bottom: 10px;



    text-align: center;



}



.contact-sd .tel strong {



    display: block;



   /* font-family: Impact;*/



    margin-top: 15px;

    color: #5583EE;

    font-size: 24px;



}



.contact-sd p {



    margin: 10px 0 0;



    line-height: 1.8;



    color: #666;



}



.lanmu .tit {



    line-height: 60px;



    background-color: #5583EE;



}



.lanmu li {



    margin-bottom: 20px;



}



.lanmu li:last-child {



    margin-bottom: 0;



}



.lanmu li>a {



    display: block;



    line-height: 36px;



    background-color: #5583EE;



    border-radius: 3px;



    text-align: center;



    color: #fff;



}



.lanmu-box {



    margin-top: 10px;



}



.lanmu-box p {



    border-bottom: 1px dashed #e3e3e3;



    line-height: 32px;



    height: 32px;



    overflow: hidden;



    background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/flico.jpg) no-repeat 0 10px;



    padding-left: 20px;



    margin: 0;



}



.c_deve {

    margin-left: 100px;

    margin-bottom: 54px;

    margin-top: 70px;

}



.c_deve ul li {

    padding: 30px 0 20px 26px;

    border-left: 1px solid #86b4f1;

    position: relative;

}

.fadeInUp {

    -webkit-animation: fadeInUp 1.5s;

    -o-animation: fadeInUp 1.5s;

    animation: fadeInUp 1.5s;

}



.c_deve ul li .d_year {

    top: 20px;

    left: -88px;

    font-size: 30px;

color: #4289e9;

}



.d_year{position:absolute;}





.c_deve ul li .i_circle {

    display: block;

    width: 11px;

    height: 11px;

    background: #fff url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/icon_02.png) no-repeat;

    position: absolute;

    left: -6px;

    top: 40px;

}



.c_deve ul li .i_jiantou {

    display: block;

    width: 16px;

    height: 7px;

    background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/icon_04.png) no-repeat;

    position: absolute;

    left: -9px;

    top: -2px;

}



.c_deve ul li .d_detail {

    font-size: 16px;

    color: #000000;

    line-height: 32px;

}







.pages {margin: 30px 0 0;text-align: center;font-size: 0;}

.pages a {display: inline-block;font-size: 14px;line-height: 35px;padding: 0 14px;margin: 5px;background-color: #f5f5f5;border-radius: 3px;transition: all 0.5s;}

.pages a:hover,.pages a.active {background-color: #5583EE;color: #fff;}



.box {border: 1px solid #ddd;padding: 30px; padding-bottom: 123px;}

.whide {display: none;}

.box-title {color: #333;border-bottom: 1px solid #ddd;margin-bottom: 30px;font-size: 30px;padding-bottom: 15px;}



.list-1 {margin: -10px 0 0 -10px;}

.list-1 li {float: left;width: 33.333333%; position: relative;}

.list-1 li a {display: block;border: 0px solid #ddd; border-radius: 0px; padding: 5px;margin: 10px 0 0 10px;}

.list-1 li .img-cover {padding-top: 100%;background-color: #fff;}

.list-1 li .img-cover em {position: absolute;left: 0;top: 50%;width: 100%;text-align: center;color: #fff;font-style: normal;margin-top: -10px;opacity: 0;transition: all 0.5s;}

.list-1 li p {text-align: center;margin: 0;line-height: 44px;background-color: #f0f0f0; height: 44px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.list-1 li a:hover .img-cover span {opacity: 0.6;transform: scale(1.1);}

.list-1 li a:hover .img-cover em {opacity: 1;}

.list-1 li i{background-color: #eb4839; font-style:normal; color: #fff; padding-left: 10px; padding-right: 10px; position: absolute; bottom: 17%; left: 20%; border-radius: 15px;}

.list-1 li o{color: #ff0000; padding-left: 10px; padding-right: 10px; position: absolute; top: 20px; font-style: italic; right: 10px; border-radius: 20px;}



.list-4 li a {display: block;overflow: hidden;padding: 0 0 20px;border-bottom: 1px solid #eee;margin-top: 20px;transition: all 0.5s;}

.list-4 li .img-cover {float: left;width: 180px;height: 135px;}

.list-4 li .text {margin-left: 200px;}

.list-4 li .text h4 {margin: 0;font-size: 16px;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.list-4 li .text p {color: #666;margin: 10px 0 0;line-height: 1.8;text-align: justify;}

.list-4 li .text span {display: block;margin-top: 10px;font-size: 12px;color: #999;}

.list-4 li a:hover {transform: translateY(-5px);}

.list-4 li a:hover .img-cover span {transform: scale(1.1);}



.list-case{width: 90%; padding: 5%;  background-color: #5583EE; float: left; margin-bottom: 10px; line-height: 26px; color: #fff; padding-top: 40px;}

.list-case b{font-size: 32px; border-bottom: 2px solid #fff; line-height: 40px; letter-spacing: 2px;}

.list-7 li {width: 33.33333%; float: left; padding-bottom: 1%;}

.list-7 li a {overflow: hidden;padding: 0 0 20px;border-bottom: 1px solid #eee;margin-top: 20px;transition: all 0.5s;}

.list-7 li .img-cover {float: left;width: 360px; height: 240px; margin-left: 10px;}

.list-7 li .text {text-align: center;}

.list-7 li .text h4 {margin: 0;font-size: 16px;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;clear: both; padding-top: 10px;}

.list-7 li .text p {color: #666;margin: 10px 0 0;line-height: 1.8;text-align: justify; display: none;}

.list-7 li .text span {display: block;font-size: 12px;color: #999;margin-top: 5px;}

.list-7 li a:hover {transform: translateY(-5px);}

.list-7 li a:hover .img-cover span {transform: scale(1.1);}









.content-title {margin-bottom: 20px;text-align: center;border-bottom: 1px dashed #ddd;padding-bottom: 20px;}

.content-title h1 {font-size: 22px;margin: 0;}

.content-title p {margin: 15px 0 0;font-size: 12px;color: #999;}

.content-title p span {padding: 0 10px;display: inline-block;}

.content-body {line-height: 1.8;}

.content-body img {max-width: 100% !important;height: auto !important;width: auto !important;}

.content-exp {padding: 10px 15px;font-size: 12px;margin-top: 20px;border: 1px solid #ddd;overflow: hidden;}

.content-exp li {line-height: 2;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;float: left;width: 50%;}

.content-exp li:last-child {text-align: right;}



.yunu-showcase {margin: 0 0 40px;}

.yunu-showcase-info {margin-left: 430px;}

.yunu-showcase-info h1 {font-size: 24px;margin: 0 0 30px;font-weight: normal;}

.yunu-showcase-info p {margin: 5px 0 0;color: #666;line-height: 1.8;min-height: 250px;}

.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding-top: 15px;background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/pc-xc-icon2.png) no-repeat 0 15px;height: 42px;padding-left: 60px;line-height: 21px;font-size: 18px;}

.yunu-showcase-info .tel a {float: right;line-height: 42px;padding: 0 15px;background-color: #5583EE;color: #fff;}



.pc-slide{float:left;width:400px;}

.view .swiper-slide .img-center {width:100%;height:300px;line-height:300px;}

.view .swiper-container{width:100%;}

.preview{width:100%;margin-top:10px;position:relative;}

.preview .swiper-container{margin:0 30px;}

.preview .swiper-slide .img-center{height:80px;border:1px solid #ddd;cursor:pointer;position:relative;line-height: 80px;}

.preview .arrow-left{background:url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/feel3.png) no-repeat left top;position:absolute;left:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}

.preview .arrow-right{background:url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/feel4.png) no-repeat left bottom;position:absolute;right:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}

.preview .active-nav .img-center{border-color: #5583EE;}

div.zoomDiv {z-index: 999;position: absolute;top: 0;left: 0;background: #ffffff;border: 1px solid #ddd;display: none;text-align: center;overflow: hidden;font-size: 0;}

div.zoomMask {position: absolute;background: url(https://picture-qichen.oss-cn-qingdao.aliyuncs.com/Os20210305/images/mask.png) repeat scroll 0 0 transparent;cursor: move;z-index: 1;}



.title-1 {background-color: #ebebeb;font-size: 0;margin-bottom: 20px;}

.title-1 span {display: inline-block;line-height: 40px;background-color: #5583EE;font-size: 18px;color: #fff;padding: 0 30px;}



@media screen and (max-width: 767px) {

    body {min-width: 320px;padding-top: 50px;padding-bottom: 50px;}

    .container {width: auto;}

.alzs {display: none !important;}

.list-1 li i{display: none;}

.adgg { display:none;};

 #message .m-content .m-message{

    width:93%;

    padding:20px;

  }

  .whide {display:block;}



    .kf {display: none;}

    .footer-fix {display: block;}

    .topbar {display: none;}

.xf  {display: none;}

    .header {padding: 10px 0;position: fixed;z-index: 10;width: 100%;top: 0;left: 0;box-shadow: 0 0 10px rgba(0,0,0,0.2);}

    .header .textimg,.header .text,.header .tel {display: none;}

    .header .logo {height: 40px;line-height: 30px;float: none;padding: 0;}

    .header .nav {margin: 10px 0 -10px;text-align: left;display: none;background-color: transparent;border-bottom: 0; background-image: none;}

    .header .nav ul {margin: 0 -15px;}

    .header .nav li {display: block;margin: 0;border-top: 1px solid #eee;background: none;}

    .header .nav li a {line-height: 40px;padding: 0 15px;color: #333;font-size: 14px; background-image: none;}

    .header .nav li .arr {display: block;}

    .header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {background-color: transparent;color: #5583EE}

    .header .nav li.open .arr:after {border-color: #5583EE;transform: rotate(225deg);}

    .header .nav .dropdown-box {position: static;background-color: #f5f5f5;min-width: auto;text-align: left; display: none;}

    .header .nav .dropdown-box a {color: #333 !important;border-top: 1px dotted #ddd;padding: 0 15px;line-height: 40px;background-color: transparent !important;border-bottom: 0;}

    .header .nav .dropdown-box a:hover {background-color: transparent !important;color: #5583EE !important;}

    .menu-btn {display: block;}

    .pcm{}

    .banner {height: 180px;}



    .in-seach {padding: 0;}

    .in-seach .container {padding: 0;}

    .in-seach .text {display: none;}

    .in-seach .tel {display: none;}

    .in-seach .hform {float: none;width: auto;padding: 0;border-right: 0;}

    .in-seach .hform p {display: none;}

    .in-seach .hform form {position: relative;}

    .in-seach .hform input {box-sizing: border-box;width: 100%;padding-right: 80px;}

    .in-seach .hform button {position: absolute;right: 0;top: 0;}



    .section {padding: 30px 0;}

    .section-title {margin-bottom: 20px;}

    .section-title strong {font-size: 22px;padding: 0 15px;}

    .section-title strong:after, .section-title strong:before {width: 50px;}

    .section-title p {font-size: 12px;margin-top: 5px;}



    .in-prod-menu {padding: 5px 10px 10px 5px;margin-bottom: 15px;}

    .in-prod-menu li {width: 33.333333%;}

    .in-prod-menu li a {margin: 5px 0 0 5px;font-size: 14px;line-height: 34px;}

    .in-prod-con .swiper-slide a {padding: 5px;}

    .in-prod-con .swiper-slide p {font-size: 14px;margin-top: 5px;}

    .in-prod-con .swiper-pagination {margin-top: 15px;}



    .in-ys dt {display: none;}

    .in-ys dd {margin: 0; padding: 20px}

    .in-ys dd p {font-size: 14px;margin-top: 15px;line-height: 1.8;padding: 0;background: none;}

    .in-ys dd h5 {margin-top: 20px;font-size: 24px;}

    .in-ys dd h5 small {    font-size: 10px;

    font-weight: normal;

    border-bottom: 1px solid;

    line-height: 30px;

}



    .in-dz {padding-bottom: 0;}

    .in-dz dt {display: none;}

    .in-dz dd {margin: 0; text-align: center;}

    .in-dz dd h4 {font-size: 22px;}

    .in-dz dd h4 small {font-size: 14px;}

    .in-dz dd p {margin: 15px 0 0;padding: 0;background: none;font-size: 14px;line-height: 1.8;}

    .in-dz dd .tips {display: none;}

    .in-dz dd .pp {display: none;}



    .in-adv li p {font-size: 12px;margin-top: 10px;}

    .in-adv li .img-center {height: 40px;line-height: 40px;}



    .in-about dt {float: none;width: auto;}

    .in-about dd {margin: 15px 0 0;}

    .in-about dd h4 {font-size: 20px;padding-bottom: 10px;}

    .in-about dd p {margin-top: 10px;font-size: 14px;}

    .in-about dd .more {margin-top: 20px;}



    .in-fahuo .swiper-slide p {font-size: 14px;line-height: 34px;}

    .in-fahuo .swiper-pagination {margin-top: 15px;}



    .bg5 {display: none;}



    .in-news-left,.in-news-right {float: none;width: auto;}

    .in-news-left ul {margin: -10px 0 0 -10px;}

    .in-news-left li a {margin: 10px 0 0 10px;}

    .in-news-left li .text {padding: 10px;}

    .in-news-left li .text h4 {font-size: 14px;}

    .in-news-left li .text p {font-size: 12px;margin: 0;}

    .in-news-right ul {margin-top: 0;}

    .in-news-right li .date {font-size: 12px;padding: 21px 10px;width: 80px;}

    .in-news-right li .text {margin-left: 100px;padding: 10px;}

    .in-news-right li .text h4 {font-size: 14px;}

    .in-news-right li .text p {font-size: 12px;line-height: 20px;}



    .in-renzheng {margin-top: -15px;}

    .in-renzheng li {width: 33.333333%;}

    .in-renzheng li .wrap {border-right: 0;margin-top: 15px;}

    .in-renzheng li .img-center {height: 40px;line-height: 40px;}

    .in-renzheng li p {font-size: 14px;margin-top: 5px;}



    .footer {padding-top: 30px;}

    .footer-logo {width: auto;float: none;height: 100px;line-height: 100px;}

    .footer-nav {display: none;}

    .footer-contact {text-align: center;float: none;margin: 20px 0 0;}

    .footer-copy {margin-top: 30px;font-size: 12px;padding: 15px 0;}



    .section-sub {padding: 30px 0;}



    .curmbs {display: none;}



    .ct2-sd {display: none;}

    .ct2-mn {float: none !important;width: auto;}



    .pages {margin-top: 20px;}

    .pages a {font-size: 12px;line-height: 30px;padding: 0 12px;}



    .box {border: 0;padding: 0;}

    .box-title {margin-bottom: 20px;font-size: 20px;padding-bottom: 10px;text-align: center;}



    .list-1 li {width: 50%;}

    .list-1 li p {line-height: 22px;  white-space: unset !important; background-color: unset; }

    .list-1 li p b{font-weight: normal;}

    .list-1 li a {height: 190px;}

    .list-4 li a {padding-bottom: 10px;margin-top: 10px;}

    .list-4 li .img-cover {width: 100px;height: 75px;}

    .list-4 li .text {margin-left: 110px;}

    .list-4 li .text h4 {font-size: 14px;}

    .list-4 li .text span {display: none;}

    .list-4 li .text p {font-size: 12px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}





.list-7 li{width: 50%; float: left; padding-bottom: 0%;}

.list-7 li a {display: block;overflow: hidden;padding: 0 0 0px;border-bottom: 0px solid #eee;padding-bottom: 10px;margin-top: 10px;transition: all 0.5s;}

.list-7 li .img-cover {float: left;width: 100%;height: 120px; }

.list-7 li .text h4 {font-size: 12px; }

.list-7 li a:hover {transform: translateY(-5px);}

.list-7 li a:hover .img-cover span {transform: scale(1.1);}



    

    .content-title {margin-bottom: 15px;padding-bottom: 15px;}

    .content-title h1 {font-size: 18px;}

    .content-title p {margin-top: 10px;}

    .content-title p span {padding: 0 5px;}

    .content-exp {margin-top: 15px;}

    .content-exp li {float: none;width: auto;}

    .content-exp li:last-child {text-align: left;}



    .yunu-showcase {margin-bottom: 30px;}

    .pc-slide {float: none;width: auto;}

    .view .swiper-slide .img-center {height: 260px;line-height: 260px;}

    .yunu-showcase-info {margin: 20px 0 0;}

    .yunu-showcase-info h1 {margin-bottom: 20px;font-size: 18px;}

    .yunu-showcase-info p {margin-top: 10px;min-height: auto;}

    .yunu-showcase-info .tel {font-size: 14px;padding-left: 50px;}



    .title-1 span {font-size: 16px;line-height: 40px;padding: 0 15px;}

}

            .pagination p{

                margin:0;

                cursor:pointer

            }

            .pagination{

                height:40px;

                padding:20px 0px;

				display: inline-block;

            }

            .pagination a{

                display:block;

                float:left;

                margin-right:10px;

                padding:2px 12px;

                height:24px;

                border:1px #cccccc solid;

                background:#fff;

                text-decoration:none;

                color:#808080;

                font-size:12px;

                line-height:24px;

            }
            .page-num-current{background-color: #eb4839 !important; color: #fff !important; border: 1px solid #eb4839 !important;}

            .pagination a:hover{

                color:#5583EE;

                background: white;

                border:1px #5583EE solid;

            }

            .pagination a.cur{

                background:#5583EE;

                color:#fff;

            }

            .pagination p{

                float:left;

                padding:2px 12px;

                font-size:12px;

                height:24px;

                line-height:24px;

                color:#bbb;

                border:1px #ccc solid;

                background:#fcfcfc;

                margin-right:8px;

                    margin-top: 5px;

            }

            .pagination p.pageRemark{

                border-style:none;

                background:none;

                margin-right:0px;

                padding:4px 0px;

                color:#666;

            }

            .pagination p.pageRemark b{

                color:red;

            }

            .pagination p.pageEllipsis{

                border-style:none;

                background:none;

                padding:4px 0px;

                color:#808080;

            }

            .dates li {font-size: 14px;margin:20px 0}

            .dates li span{float:right}





.zz_t

{

  width: 650px; float: left; border: 1px solid #ddd;

}

.zz_l

{

  width: 630px; margin: 10px; height: 195px; float: left; border-bottom: 1px dotted #ddd;

}

.zz_l_al

{

width: 200px; height: 160px; float: left;

}

.zz_l_ar

{

  width: 400px; height: 160px; float: right;

}

.zz_l_art

{

  width: 400px; border-bottom: 1px solid #ddd; line-height: 30px;

}

.zz_l_art h1

{

  font-size: 20px; font-weight: bold;

}

.zz_l_artb

{

  width: 400px; line-height: 22px; padding-top: 10px; color: #666

}

.zz_r

{

  width: 200px; float: right;

}

.sitelxwm_Box{

  padding:10px;

  background-color:#f5f5f6;

}

.sitelxwm_contentBox{

  background-color:#fff;

}

.sitelxwm_contentBox h3{

  height:38px;

  line-height:38px;

  background-color:#005bac;

  font-size:16px;

  color:#fff;

  padding-left:15px;

  /*margin-bottom:10px;*/

  position:relative;

  /**z-index:-1;*/

  z-index:1;

}

.sitelxwm_contentBox h3 .jiantou_icon{

  position: absolute;

  border: 8px solid;

  border-color: #005BAC transparent transparent transparent;

  top: 38px;

  left: 40px;

  width: 0px;

  height: 0px;

}

.sitelxwm_ul li{

  border-top:1px dashed #ccc;

  height:64px;

}

.sitelxwm_ul li:first-child{

  border-top:none;

}

.sitelxwm_dl dt{

  width:64px;

  height:64px;

  float:left;

  background: url(/skin/images/sitelxwm_bg.png) 13px 13px no-repeat;

}

.sitelxwm_dl dd{

  width:130px;

  float:left;

  color:#333;

  padding-top: 7px;

  margin-left: 0;

}

.sitelxwm_dl dd p{

  padding-top: 6px;