@charset "utf-8";
/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */
/* CSS Document */
::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

/*滚动条的滑轨背景颜色*/
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(75, 75, 75, 0.58);
}

/*滑块颜色*/
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(48, 48, 48, 0.92);
}

::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

/* 滑块整体设置*/
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/* 横向滚动条和纵向滚动条相交处尖角的颜色 */

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;}
p{
    margin-top: 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: #69BBBC;}
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 1px 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(105,187,188, .6);

          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(105,187,188, .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 .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: #69BBBC;
    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(../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: #69BBBC;

    color: #fff;

}

.btn-1 input.focus:hover{

    background: #444;

}

.btn-1 input:hover{

    background: #ccc;

}

.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%;
    height: 486px;
    max-height: 100%;
    background: no-repeat center / cover;
    background-size: cover;
    background-position:center center;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}

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

.kf{width:208px;position:fixed;/* right: 20px; */right:-208px;top:50%;transform:translateY(-50%);z-index:10;}
.kt-top{height:40px;line-height:40px;-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("../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("../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-size:18px auto;cursor:pointer;}
.kf-side{padding:18px 10px 10px;background:#69BBBC;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;-ms-background-size:auto 12px;background-size:auto 12px;display:block;margin-top:10px;}
.kf-side span.on{
   /* background:url(../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("../images/f_01.png");}
.footer-fix li i.i2 {background-image: url("../images/f_02.png");}
.footer-fix li i.i3 {background-image: url("../images/f_03.png");}
.footer-fix li i.i4 {background-image: url("../images/f_04.png");}*/

.swiper-pagination-bullet-active {background-color: #69BBBC;}

.topbar {padding: 12px 0;background-color: #333;color: #adadad;}
.topbar em {font-style: normal;color: #666;padding: 0 15px;}
.topbar a {color: #adadad;}
.topbar a:hover {color: #69BBBC;}
.header {background-color: #fff;position: relative;}
/*.header .logo {
    height: 177px;line-height: 177px;position: absolute;left: 50%;top: 0;width: 146px;margin-left: -73px;
}*/
.header .tel {float: right;padding-left: 55px;margin-top: 25px;color: #999;}
.header .tel strong {display: block;font-size: 32px;font-family: Impact;line-height: 1;color: #333;}
.header .text {float: left;font-size: 18px;color: #333;margin: 30px 0 0;}
.header .text strong {display: block;font-size: 25px;margin-bottom: 5px;font-weight: normal;color: #333;}
.header .text span {color: #69BBBC;}
.header .nav {
    font-size: 0;
/*    background: url("../images/hd.png") no-repeat center 0;
    padding-top: 40px;
    margin-top: 20px;*/
}
.header .nav li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 3%;
   /* margin-top: 38px;*/
    margin-right: 6%;
  /*  margin-right: 73px;*/
}
.header .nav li a {
    display: block;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin: 0;
    text-align: center;
    border-bottom: 2px solid transparent;
    padding-bottom: 23px;
}
.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 {border-color: #69BBBC;color: #69BBBC;font-weight: bold;}
.header .nav li.dropdown {
    position: relative;

}
.header .nav .dropdown-box {
    position: absolute;left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
    background: white;
}
.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;background-color: #fff !important;line-height: 40px;border-bottom: 0;color: #333 !important;font-weight: normal !important;}
.header .nav .dropdown-box a:hover {background-color: #69BBBC !important;color: #fff !important;}
.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: #69BBBC;content: '';}
.menu-btn:before {width: 24px;}
.menu-btn:after {width: 18px;margin-left: 6px;}
.menu-btn span {width: 12px;margin: 6px 0 6px 12px;}

.style-sou {padding: 25px 0;border-bottom: 1px solid #eee;}
.style-sou .hot {float: left;padding: 7px 0;}
.style-sou .hot a {margin-right: 10px;}
.style-sou .hform {float: right;}
.style-sou .hform input {float: left;border: 1px solid #eee;padding: 6px 12px;width: 210px;font-size: 14px;}
.style-sou .hform button {border: 0;border-bottom: 1px solid transparent;padding: 0;float: left;cursor: pointer;outline: none;width: 40px;height: 34px;background: url("../images/sear.png") no-repeat center / auto 18px #69BBBC;color: #fff;font-size: 0;}

.banner {

    height: 600px;
    position: relative;
}
.banner .swiper-slide {background: no-repeat center / cover;}
.banner .swiper-pagination-bullet {background-color: #fff;opacity: 1;}
.banner .swiper-pagination-bullet-active {background-color: #69BBBC;}

.section {

   /* padding: 60px 0;*/
    position: relative;

}
.intro-title{

    padding-top:3%;
    padding-bottom:3%;
   /* padding-top: 5.625%;
    padding-bottom: 3.9066%;*/


   /* padding-top:calc(0.5209% * 8);
    padding-bottom:calc(0.5209% * 7.5);*/
}
.section-title {
   /* margin-bottom: 40px;*/
    text-align: center;
    font-size: 48px;
}
.section-title strong {display: block;}
.section-title p {
    margin: 5px 0 0;
   /* color: #69BBBC;*/
    font-size: 20px;
   /* background: url("../images/ystit.png") no-repeat center 0;*/
    padding-top: calc(0.5209% * 3);
}

.in-shili {margin-bottom: -60px;}
.in-shili .item {background: no-repeat center;padding: 60px 0;}
/*.in-shili .item:nth-child(1) {background-image: url("../images/ysbg1.jpg");padding-top: 100px;margin-top: -100px;}
.in-shili .item:nth-child(2) {background-image: url("../images/ysbg2.jpg");}
.in-shili .item:nth-child(3) {background-image: url("../images/ysbg3.jpg");}
.in-shili .item:nth-child(4) {background-image: url("../images/ysbg4.jpg");}*/
.in-shili .item:nth-child(even) .wrap {margin-left: 55%;}
.in-shili .item:nth-child(odd) .wrap {margin-right: 55%;}
.in-shili h4 ,#employsApplets h4{
    margin: 0;
    margin-bottom: 14px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
}
.in-shili h4 small {font-weight: normal;font-size: 30px;padding-left: 30px;}
.in-shili .desc ,#employsApplets .desc{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
   /* height: 56px;*/
    overflow: hidden;
    opacity: 0.8;
    margin-bottom: 55px;
}
.triangle{
    width: 0;
    height:12px;
    border: 12px solid;
    margin-bottom: 44px;
    border-color: #CDCDCD transparent transparent transparent;
}
.in-shili p {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 39px;
    margin-bottom: 0;
    margin-top: 0;
    /*margin: 5px 0 0;
    color: #666;*/

}
.in-shili ul {margin-left: -10px;margin-top: 30px;}
.in-shili li {float: left;width: 50%;}
.in-shili li .img-cover {padding-top: 53%;margin-left: 10px;}
.in-shili li .img-cover:hover span {transform: scale(1.1);}

.in-prod {margin: -28px 0 0 -28px;}
.in-prod li {float: left;width: 25%;}
.in-prod li .wrap {transition: all 0.5s;margin: 28px 0 0 28px;padding: 25px;background-color: #f1f1f1;color: #666;}
.in-prod li a {display: block;color: #666;transition: all 0.5s;}
.in-prod li h4 {margin: 0 0 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 18px;font-weight: normal;padding-right: 25px;}
.in-prod li .img-center {height: 265px;line-height: 265px;}
.in-prod li p {margin: 10px 0 0 -10px;font-size: 0;height: 60px;overflow: hidden;}
.in-prod li p span {display: inline-block;vertical-align: middle;width: 50%;}
.in-prod li p a {margin: 10px 0 0 10px;font-size: 14px;background: url("../images/dian1.png") no-repeat 0 center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-left: 18px;}
.in-prod li .wrap:hover {color: #fff;background-color: #69BBBC;transform: translateY(-10px);}
.in-prod li .wrap:hover a {color: #fff;}
/*.in-prod li .wrap:hover h4 {background-image: url(../images/flico2.png);}
.in-prod li .wrap:hover p a {background-image: url(../images/dian2.png);}*/

.in-line {height: 6px;margin: 60px 0;background-color: #eaeaea;}

.in-custom-right {float: right;width: 454px;}
.in-custom-right h4 {margin: 0 0 40px;text-align: right;color: #69BBBC;font-size: 28px;/*background: url("../images/cptit.jpg") no-repeat right 0;padding-top: 50px;*/}
.in-custom-right .img-center {position: relative;}
.in-custom-right .img-center p {position: absolute;color: #fff;bottom: 40px;left: 50%;width: 204px;margin-left: -102px;text-align: center;line-height: 44px;font-size: 20px;border-top: 2px solid #fff;border-bottom: 2px solid #fff;}
.in-custom-left {float: left;width: 702px;}
.in-custom-left ul {
   /* margin: -22px 0 0 -22px;*/
    margin: 45px 183px 143px 201px;
    overflow: hidden;

}
.in-custom-left li {
    float: left;
   /* width: 50%;*/
    width: 33.073%;
    height: 440px;
    margin-bottom:6px;
}
.in-custom-left li a {
    display: block;
    margin: 22px 0 0 22px;
    position: relative;
   /* border: 7px solid #ebebeb;*/
}
.in-custom-left li .img-cover {
    padding-top: 95%;
}
.in-custom-left li .text {
    position: absolute;
    left: 40px;
    top: 25px;
}
.in-custom-left li .text:after {
    display: block;content: '';
    width: 30px;
    height: 2px;
   /* background-color: #c1c1c1;*/
    margin-top: 15px;
}
.in-custom-left li .text h4 {margin: 0;font-size: 18px;}

.prodTitle{
    font-size: 30px!important;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    margin-bottom: 15px!important;
}
.in-custom-left li .text small {
    display: block;
    /*font-size: 12px;
    color: #e0e0e0;*/
    text-transform: uppercase;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    opacity: 0.8;

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

.bg1 {
    background: url("https://chargeweb.oss-cn-nanjing.aliyuncs.com/cptdbg.png") no-repeat center / cover;
    color: #fff;
    background-position:50%;
    background-position:center center;
}

.in-tedian-img {position: relative;}
.in-tedian-left {float: left;width: 600px;}
.in-tedian-right {float: right;width: 526px;}
.in-tedian-img .img-center {height: 304px;line-height: 304px;}
.in-tedian-img .text {margin-top: 15px;}
.in-tedian-img .text h4 {margin: 0;font-size: 20px;padding-left: 30px; padding-right: 30px;}
.in-tedian-img .text p {margin: 10px 0 0;font-size: 16px;}
/*
.in-tedian-img .vs {width: 149px;height: 219px;background: url("../images/pk.jpg") no-repeat center / cover;position: absolute;left: 50%;top: 42px;margin-left: -75px;}
*/
.in-tedian-menu {text-align: center;font-size: 0;margin-top: 5%;}
.in-tedian-menu li {display: inline-block;vertical-align: middle;/*margin: 0 40px;*/}
.in-tedian-menu li a {
    display: block;
    width: 162px;
    height: 162px;
    line-height: 156px;
   /* width: 120px;*/
    font-size: 20px;
    color: #333;
    background: url("https://chargeweb.oss-cn-nanjing.aliyuncs.com/pktab1.png") no-repeat center / contain;
    padding: 14.5% 0;
}
.in-tedian-menu li strong {display: block;}
.in-tedian-menu li.active a {background-image: url("https://chargeweb.oss-cn-nanjing.aliyuncs.com/pktab2.png");color: #fff;}

.in-case-menu {float: left;width: 280px;}
.in-case-menu a {display: block;background-color: #e6e6e6;position: relative;font-size: 0;padding: 25px 0 25px 45px;}
.in-case-menu a:after {position: absolute;content: '';left: 100%;top: 50%;width: 0;height: 0;border-style: solid;border-width: 10px 0 10px 10px;border-color: transparent transparent transparent #69BBBC;margin-top: -10px;display: none;}
.in-case-menu a i {display: inline-block;width: 50px;height: 50px;background: no-repeat 0 0;vertical-align: middle;margin-right: 10px;}
.in-case-menu a span {display: inline-block;vertical-align: middle;font-size: 20px;}
.in-case-menu a span small {display: block;font-size: 12px;text-transform: uppercase;color: #999;}
.in-case-menu li {margin-bottom: 6px;}
.in-case-menu li.active a,.in-case-menu a.more:hover {background-color: #69BBBC;color: #fff;}
.in-case-menu li.active a span small,.in-case-menu a.more:hover span small {color: #e3d0b6;}
.in-case-menu li.active a i,.in-case-menu a.more:hover i {background-position: -50px 0;}
.in-case-menu li.active a:after {display: block;}
.in-case-con {margin-left: 300px;}
.in-case-con .swiper-slide a {display: block;background-color: #f6f6f6;}
.in-case-con .swiper-slide .img-cover {padding-top: 55%;}
.in-case-con .swiper-slide dl {margin: 0;padding: 25px 50px;}
.in-case-con .swiper-slide dt {float: left;border: 3px solid #69BBBC;width: 174px;height: 174px;line-height: 174px;overflow: hidden;border-radius: 50%;margin-top: -90px;position: relative;z-index: 2;transition: all 0.5s;}
.in-case-con .swiper-slide dd {margin-left: 210px;}
.in-case-con .swiper-slide dd h4 {margin: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 20px;font-weight: normal;}
.in-case-con .swiper-slide dd p {margin: 10px 0 0;text-align: justify;color: #666;line-height: 1.8;height: 50px;overflow: hidden;}
.in-case-con .swiper-slide a:hover .img-cover span {transform: scale(1.1);}
.in-case-con .swiper-slide a:hover dt {transform: rotate(360deg);}

.in-news-menu {
    text-align: center;
    font-size: 0;
   /* margin-bottom: 40px;*/
    margin-bottom: 3%;
  /*  margin-bottom: 56px;*/
}
.in-news-menu li {display: inline-block;vertical-align: middle;margin: 0 10px;}
.in-news-menu li a {
    display: block;
    border: 2px solid #48BEBE;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #48BEBE;
    line-height: 24px;
    padding: 15px 30px;
   /* border: 1px solid #c9c9c9;
    color: #666;
    font-size: 16px;
    line-height: 48px;
    padding: 0 25px;
    */

}
.in-news-menu li.active a {border-color: #69BBBC;color: #fff;background-color: #69BBBC;}
.in-news-left {
    float: left;
   /* width: 578px;*/
    width: 385px;
    height: 100%;
    padding:5% 4% 5% 4%;
   /* padding:91px 70px 93px 70px;*/
}
.news-border-right{
    border-right: 2px solid #F5F5F5FF;
}
.in-news-left .top {display: block;
    /*border-bottom: 1px solid #ddd;*/
 /*   padding-bottom: 15px;*/
}
.in-news-left .top .img-cover {padding-top: 60%;}
.in-news-left .top .text {margin-top: 20px;}
.in-news-left .top .text h4 {margin: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;font-weight: normal;line-height: 24px;}
.in-news-left .top .text h4 i {display: inline-block;vertical-align: top;background-color: #69BBBC;color: #fff;border-radius: 20px;padding: 0 15px;font-size: 14px;font-style: normal;margin-right: 15px;}
.in-news-left .top .text h4 span {float: right;color: #69BBBC;}
.in-news-left .top .text p {margin: 10px 0 0;text-align: justify;/*line-height: 1.8;*/color: #666;}
.in-news-left .top:hover .img-cover span {transform: scale(1.1);}
.in-news-left .bottom {margin-top: 15px;}
.in-news-left .bottom li a {line-height: 30px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: url("../images/dian1.png") no-repeat 0 center;padding-left: 20px;}
.in-news-right {float: right;width: 578px;}
.in-news-right .top li {border-bottom: 1px solid #ddd;padding-bottom: 20px;margin-bottom: 20px;}
.in-news-right .top li:last-child {border-bottom: 0;padding-bottom: 0;}
.in-news-right .top li a {display: block;overflow: hidden;}
.in-news-right .top li .img-cover {float: left;width: 236px;padding-top: 132px;}
.in-news-right .top li .text {margin-left: 256px;}
.in-news-right .top li .text h4 {margin: 0;font-weight: normal;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in-news-right .top li .text p {margin: 15px 0 0;color: #666;line-height: 1.8;text-align: justify;}
.in-news-right .top li a:hover span {transform: scale(1.1);}
.in-news-right .bottom {padding: 15px 20px;background-color: #fff;}
.in-news-right .bottom li a {line-height: 40px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: url("../images/dian1.png") no-repeat 0 center;padding-left: 20px;}
.in-news-right .bottom li span {float: right;color: #999;}

.in-about {margin: 0;}
.in-about dd {margin: 20px 0 0;text-align: center;}
.in-about dd h4 {/*margin: 0;font-weight: normal;font-size: 24px;*/}
.in-about dd p {
    margin: 15px 0 0;
    /*line-height: 1.8;
    color: #666;*/
    
}
.in-about dd .more {
    display: block;
    margin: 20px auto 0;
    width: 144px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    background-color: #69BBBC;
    color: #fff;
    margin-right: 0;
    /*border-radius: 40px;*/
}

.style-link {padding: 20px 0;}
.style-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #69BBBC;padding-bottom: 15px;}
.style-link h4 small {text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}
.style-link ul {margin-left: -20px;}
.style-link li {float: left;margin-left: 20px;margin-top: 20px;}

.in-ftys {background-color: #f4f4f4;padding: 35px 0;}
.in-ftys ul {font-size: 0;text-align: justify;}
.in-ftys ul:after {display: inline-block;vertical-align: middle;width: 100%;content: '';}
.in-ftys li {display: inline-block;vertical-align: middle;font-size: 16px;color: #666;}
.in-ftys li p {margin: 0;background: no-repeat 0 center / 90px auto;padding: 20px 0 20px 100px;}
/*.in-ftys li p.i1 {background-image: url("../images/ftb01.jpg");}
.in-ftys li p.i2 {background-image: url("../images/ftb02.jpg");}
.in-ftys li p.i3 {background-image: url("../images/ftb03.jpg");}
.in-ftys li p.i4 {background-image: url("../images/ftb04.jpg");}*/

.f-nav {background-color: #69BBBC;font-size: 0;text-align: center;}
.f-nav a {color: #fff;line-height: 70px;display: block;font-size: 16px;}
.f-nav li {display: inline-block;vertical-align: middle;margin: 0 30px;}

.footer {/*background: url("../images/fobxg2.png") repeat center bottom #252525;*/color: #fff;padding-top: 50px;}
.footer a {color: #a09f9f;}
.footer-logo {float: left;}
.footer-tit {font-size: 18px;font-weight: bold;margin-bottom: 20px;}
.footer-contact {float: left;margin-left: 160px;}
.footer-contact p {margin: 20px 0 0;font-size: 15px;background: no-repeat 0 center;padding-left: 36px;line-height: 30px;}
/*.footer-contact p.i1 {background-image: url("../images/ftico1.png");}
.footer-contact p.i2 {background-image: url("../images/ftico2.png");}
.footer-contact p.i3 {background-image: url("../images/ftico4.png");}*/
.footer-ewm {float: right;margin-left: 30px;}
.footer-ewm ul {margin-left: -10px;}
.footer-ewm li {float: left;width: 120px;margin-left: 10px;}
.footer-ewm li p {margin: 10px 0 0;text-align: center;font-size: 12px;}
.footer-copy {text-align: center;padding: 18px 0;font-size: 12px;margin-top: 50px;color: #999;border-top: 1px solid #444;}

.banner-sub {
    height: 350px;
    background: no-repeat center / cover;
    background-position: 50%;
}

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

.yunu-curmbs {
    padding: 0 0 15px;
   /* border-bottom: 1px dashed #dcdcdc;*/
    margin-bottom: 30px;
    margin-top: -20px;
}
.yunu-curmbs span {padding-left: 10px;border-left: 10px solid #142038;}
.yunu-curmbs em {font-style: normal;padding: 0 5px;color: #999;}

.ct2-sd {
    float: left;
    width: 202px;
}
.ct2-mn {
    float: right;
    width: 930px;
    margin-left: 24px;
}
.ctMargin{
    background: #fff!important;
    padding:60px 54px 64px 64px ;
}

.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-color: #69BBBC;}

.lanmu li {margin-top: 2px;}
.lanmu li>a {
    display: block;
    line-height: 50px;
    text-align: center;
    padding: 24px 0 19px 0;
    font-size: 18px!important;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    background: #F4F6F8FF;
}
.lanmu li .arr {float: right;height: 45px;width: 40px;position: relative;cursor: pointer;}
.lanmu li .arr:after {content: '';border-top: 2px solid #69BBBC;border-left: 2px solid #69BBBC;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: #46B1B1FF;
}
.lanmu li.active .arr:after {border-color: #fff;}
.lanmu li.open .lanmu-box {display: block;}
.lanmu li.open .arr:after {transform: rotate(225deg);}

.pages {margin: 40px 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: #69BBBC;color: #fff;}

.yunu-title-1 {border-bottom: 1px solid #ececeb;height: 44px;margin-bottom: 15px;font-size: 24px;}
.yunu-title-1 span {display: inline-block;padding-bottom: 10px;border-bottom: 1px solid #142038;}

.yunu-contact-z1 {height: 140px;background: url("../images/contact-z1.jpg") no-repeat;margin-bottom: 20px;}
.yunu-contact-z1 p {margin: 0;font-size: 20px;line-height: 30px;/*background: url(../images/contact-z1_tel.png) no-repeat 74px 44px;*/padding: 37px 0 0 95px;}
.yunu-contact-z1 span {line-height: 30px;font-size: 18px;padding-left: 73px;}
.yunu-contact-z2 {background-color: #69BBBC;text-align: center;color: #fff;padding: 20px;margin-bottom: 20px;}
.yunu-contact-z2 p {margin: 0;}
.yunu-contact-z2 p img {vertical-align: middle;margin-right: 5px;}
.yunu-contact-z2 span {display: block;font-size: 28px;font-weight: bold;margin-top: 10px;line-height: 1;}

.list-2 {
    margin: -20px 0 0 -20px;
}
.list-2 li {float: left;width: 33.333333%;}
.list-2 li a {
    display: block;
    margin: 20px 0 0 20px;
   /* border: 1px solid #ddd;*/
}
.list-2 li a:hover {border-color: #69BBBC;color: #69BBBC;}
.list-2 li .m {height: 390px;line-height: 390px;}
.list-2 li .text {padding: 5px 20px;}
.list-2 li h4 {margin: 0;font-size: 18px;line-height: 45px;height: 45px;overflow: hidden;font-weight: normal;}
.list-2 li p {margin-top: 0;height: 40px;overflow: hidden;color: #666;}

.list-2_1 li {width: 25%;}
.list-2_1 li .m {height: 288px;line-height: 288px;}
.list-2_1 li .text {padding: 0 15px;}
.list-2_1 li h4 {font-size: 16px;line-height: 34px;height: 34px;}

.list-5 li {margin-bottom: 15px;}
.list-5 li a {
    display: block;
   /* border: 1px solid #ddd;
    padding: 15px;*/
    overflow: hidden;
}
.list-5 li .m {float: left;width: 250px;}
.list-5 li .m img {display: block;width: 100%;height: auto;}
.list-5 li .text {
    margin-left: 29px;
   /* margin-left: 270px;*/

}
.list-5 li .text h4 {margin: 0;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 18px;}
.list-5 li .text h4 span {float: right;font-size: 12px;color: #999;font-weight: normal;}
.list-5 li .text p {color: #797979;}
.list-5 li .text .more {
    float: right;
    padding: 6px 12px;
    color: #D96464FF;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
   /* background-color: #B6B6B6;*/
}
.list-5 li a:hover {border-color: #69BBBC;}
.list-5 li a:hover .text h4 {color: #69BBBC;}
.list-5 li a:hover .text .more {
  /*  background-color: #69BBBC;*/
}

.yunu-menu-inner {text-align: center;margin-bottom: 30px;}
.yunu-menu-inner a {float: left;width: 20%;}
.yunu-menu-inner span {display: block;margin-left: 1px;background-color: #f4f4f4;color: #333;font-size: 18px;line-height: 55px;}
.yunu-menu-inner a:hover span,.yunu-menu-inner a.active span {background: url("../images/p16-icon6.png") no-repeat center bottom #69BBBC;color: #fff;}

.about-1 {margin: 0;}
.about-1 dt {float: left;width: 640px;}
.about-1 dd {margin-left: 720px;}
.about-1 dd h4 {margin: 0;font-size: 24px;}
.about-1 dd h4 img {display: block;margin-bottom: 10px;}
.about-1 dd p {margin: 30px 0 0;text-align: justify;line-height: 1.8;}
.about-1 dd .tips {width: 230px;line-height: 50px;color: #69BBBC;margin-top: 30px;font-size: 18px;text-align: center;}

.about-2 p {margin: 0 0 20px;line-height: 1.8;text-align: justify;color: #666;}

.about-3 {margin: -30px 0 0 -30px;}
.about-3 li {float: left;width: 33.333333%;}
.about-3 li .wrap {border: 1px solid #eee;transition: all 0.5s;margin: 30px 0 0 30px;height: 215px;}
.about-3 li .tables {display: table;width: 100%;height: 100%;}
.about-3 li .inner {display: table-cell;vertical-align: middle;padding: 20px 30px;}
.about-3 li .wrap:hover {transform: translateY(-10px);background-color: #69BBBC;border-color: #69BBBC;color: #fff;}

.dzsl {margin: -30px 0 0 -75px;position: relative;}
.dzsl:before {content: '';position: absolute;left: 50%;top: 0;
   /* background: url(../images/acfd48b92e8341edb1a1eca9395ceaa0_42.png) no-repeat center;*/
    width: 17px;height: 100%;margin-left: 28px;}
.dzsl li {float: left;width: 50%;}
.dzsl li .wrap {margin: 30px 0 0 75px;}
.dzsl li .img-cover {padding-top: 61%;}
.dzsl li .text {border: 1px solid #ddd;padding: 20px;}
.dzsl li .text span {background-color: #69BBBC;color: #fff;width: 68px;line-height: 68px;text-align: center;font-size: 38px;display: block;margin-top: -54px;position: relative;z-index: 1;}
.dzsl li .text h4 {font-size: 22px;color: #69BBBC;margin: 20px 0;}
.dzsl li .text h4 small {display: block;color: #333;font-size: 16px;font-weight: normal;}
.dzsl li .text p {margin: 0;line-height: 1.8;color: #666;}

.agent_process {margin-top: -30px;}
.agent_process li {float: left;width: 16.666666%;text-align: center;margin-top: 30px;position: relative;}
.agent_process li img {width: auto;height: 38px;display: block;margin: 0 auto;}
.agent_process li span {margin-top: 15px;padding-top: 15px;font-size: 16px;margin-bottom: 10px;display: block;
   /* background:url(../images/10836d36731140b7a7e5c7b4b77e8328_13.jpg) no-repeat center top;*/
}
.agent_process li em {font-size: 26px;font-style: normal;color: #51473a;display: block;}
.agent_process li:after {position: absolute;width: 20px;height: 20px;content: '';
   /* background: url(../images/af5efe111a284db4bbb5619969016b62_22.png) no-repeat center / contain;*/
    left: 100%;margin-left: -10px;top: 8px;}
.agent_process li:nth-child(6n):after {display: none;}


.contact-1 {height:181px;padding:20px 20px 0 0;border-bottom: 1px solid #ddd;}
.contact-1 h4 {font-size:24px;margin: 10px 0;color: #69BBBC;}
.contact-1 p {line-height: 2;}

.contact-2 {margin: 30px 0 0;}
.contact-2 dt {float: right;width: 600px;}
.contact-2 dd {margin: 0 640px 0 0;}
.contact-2 dd h4 {margin: 0 0 30px;border-left: 3px solid #69BBBC;font-size: 20px;padding-left: 15px;}
.contact-2 dd p {margin: 20px 0 0;font-size: 16px;color: #666;background: no-repeat 0 center / 22px auto;padding-left: 30px;}
.contact-2 dd p.i1 {background-image: url("../images/c1.png");}
.contact-2 dd p.i2 {background-image: url("../images/c2.png");}
.contact-2 dd p.i3 {background-image: url("../images/c3.png");}
.contact-2 dd p.i4 {background-image: url("../images/c4.png");}

.yunu-message {background: url("../images/r1-orderform-1-bg.jpg") no-repeat center bottom #fff;border: 1px solid #ddd;padding: 50px 200px;margin-bottom: 30px;}
.form-group {margin-bottom: 15px;}
.form-label {float: left;line-height: 34px;width: 120px;text-align: right;}
.form-label span {color: #d82634;}
.form-content {margin-left: 130px;}
.form-control {line-height: 20px;font-size: 14px;border: 1px solid #ddd;padding: 6px 12px;width: 600px;display: inline-block;vertical-align: top;font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
select.form-control {height: 34px;}
.form-submit {padding: 6px 22px;color: #fff;background-color: #69BBBC;border: 0;cursor: pointer;font-size: 16px;border-radius: 3px;}
.form-button {padding: 6px 22px;color: #fff;background-color: #767676;border: 0;cursor: pointer;font-size: 16px;border-radius: 3px;}

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

.yunu-infocontent-title {margin-bottom: 20px;text-align: center;}
.yunu-infocontent-title h1 {margin: 0;font-size: 24px;}
.yunu-infocontent-title p {margin: 10px 0 0;font-size: 12px;color: #999;}
.yunu-infocontent-title p span {padding: 0 5px;}
.yunu-infocontent-desc {margin-bottom: 20px;border: 1px solid #ddd;padding: 20px;}
.yunu-infocontent-body {line-height: 2;margin-bottom: 20px;}
.yunu-infocontent-body img {max-width: 100% !important;height: auto !important;width: auto !important;}

.yunu-infocontent-epx {margin-bottom: 20px;}
.yunu-infocontent-epx li {line-height: 32px;margin-bottom: 5px;}
.yunu-infocontent-epx li span {display: inline-block;background-color: #A2A2A2;color: #fff;padding: 0 15px;margin-right: 10px;}
.yunu-infocontent-epx li em {float: right;font-style: normal;}

.yunu-infocontent-return {border-top: 1px solid #000;line-height: 32px;}
.yunu-infocontent-return a {margin-right: 10px;}
.yunu-infocontent-return .more {margin: 0;float: right;background-color: #000;color: #fff;padding: 0 10px;}

.yunu-infocontent-rem {margin-bottom: 20px;}
.yunu-infocontent-rem h4 {margin: 0;font-size: 24px;line-height: 55px;}
.yunu-infocontent-rem li {border-top: 1px dashed #dbdbdb;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 46px;}
.yunu-infocontent-rem li span {float: 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: 480px;}
.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding-top: 15px;background: url("../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: #69BBBC;color: #fff;}

.pc-slide{float:left;width:400px;}
.view .swiper-slide .img-center {width:100%;height:530px;line-height:530px;}
.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(../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(../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: #69BBBC;}
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(../images/mask.png) repeat scroll 0 0 transparent;*/
    cursor: move;z-index: 1;}

.zd-pro1 {

    text-align: center;
    color: #fff;
    align-items: center;
   /* background: url("../images/pbg.jpg") no-repeat center / cover;*/
    background: no-repeat center;
    background-size: 100% 100%;
  /*  padding-top: 168px;
    padding-bottom:174px;*/
}
.zd-pro1 h4 {margin: 0;font-weight: normal;font-size: 26px;}
.zd-pro1 small {display: block;opacity: 0.6;text-transform: uppercase;font-size: 12px;}
.zd-pro1 p {margin: 10px 0 0;}

.zd-pro2 {margin: 0 0 30px;background-color: #f8f8f8;}
.zd-pro2 dt {float: left;width: 300px;}
.zd-pro2 dd {margin-left: 300px;padding: 30px;}
.zd-pro2 dd h4 {margin: 0 0 20px;font-weight: normal;border-left: 2px solid #69BBBC;font-size: 16px;line-height: 1;padding-left: 10px;color: #69BBBC;}
.zd-pro2 dd ul {list-style: circle;color: #666;padding-left: 20px;margin-bottom: 30px;}
.zd-pro2 dd li {margin-bottom: 15px;}
.zd-pro2 dd p {margin: 0;color: #69BBBC;line-height: 1.8;text-align: justify;}

.zd-pro3 {margin-bottom: 30px;}
.zd-pro3 li span {font-size: 14px;}
.zd-pro3 li em {font-size: 20px;}

.zd-pro4 {box-shadow: 0 0 15px #ddd;margin-bottom: 30px;}
.zd-pro4 dt {float: left;width: 465px;}
.zd-pro4 dd {margin: 0 0 0 465px;padding: 30px;}
.zd-pro4 dd i {display: block;margin: 20px 0;height: 1px;background-color: #eee;}

.yunu-title-2 {border-left: 3px solid #69BBBC;font-size: 20px;margin-bottom: 20px;line-height: 1;padding-left: 15px;}

.zd-cs {margin-bottom: 30px;}

.zd-cs table {
width: 100%;
border: 0;
border-collapse: collapse;
}

.zd-cs th {
background: #69BBBC;
font-size: 16px;
color: #fff;
padding: 7px 0;
font-weight: normal;
}

.zd-cs td {
border: 1px solid #eee;
padding: 5px 0;
text-align: center;
}

@media screen and (max-width: 767px) {
body {min-width: 320px;padding-top: 50px;padding-bottom: 50px;}
.container {width: auto;}
#message .m-content .m-message{
width:93%;
padding:20px;
}
.kf {display: none;}
.topbar {display: none;}
.footer-fix {display: block;}

.header {padding: 10px 0;position: fixed;z-index: 100;width: 100%;top: 0;left: 0;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.header .text,.header .tel {display: none;}
.header .logo {height: 70px;line-height: 70px;float: none;padding: 0;width: auto;margin: 0;transform: translateX(-50%);}
.header .nav {margin: 10px 0 -10px;text-align: left;display: none;border-bottom: 0;padding-top: 0;background: none;}
.header .nav ul {margin: 0 -15px;}
.header .nav li {display: block;margin: 0;border-top: 1px solid #eee;background:#fff;}
.header .nav li a {line-height: 40px;padding: 0 15px;color: #333;border: 0;}
.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: #69BBBC}
.header .nav li.open .arr:after {border-color: #076aae;transform: rotate(225deg);}
.header .nav .dropdown-box {position: static;background-color: #f5f5f5;min-width: auto;text-align: left;}
.header .nav .dropdown-box a {color: #333 !important;padding: 0 15px;line-height: 40px;background-color: transparent !important;border-bottom: 0;}
.header .nav .dropdown-box a:hover {background-color: transparent !important;}
.menu-btn {display: block;}

.style-sou {padding: 0;border-bottom: 0;}
.style-sou .container {padding: 0;}
.style-sou .hot {display: none;}
.style-sou .hform {float: none;position: relative;}
.style-sou .hform input {border-color: transparent;width: 100%;box-sizing: border-box;line-height: 20px;padding: 9px 60px 9px 15px;border-radius: 0;border-bottom: 1px solid #eee;}
.style-sou .hform button {position: absolute;right: 0;top: 0;width: 50px;height: 40px;}

.banner {height: 200px;}

.section {padding: 30px 0;}
.section-title {margin-bottom: 20px;font-size: 20px;}
.section-title p {font-size: 14px;background-size: auto 14px;padding-top: 20px;}

.in-shili {margin: -30px 0;}
.in-shili .item {background: none !important;border-bottom: 1px solid #eee;padding: 30px 0 !important;margin: 0 !important;}
.in-shili .item .wrap {margin: 0 !important;}
.in-shili h4 {font-size: 18px;}
.in-shili h4 small {font-size: 12px;background-size: contain;padding-left: 15px;margin-left: 6px;}
.in-shili .desc {height: auto;padding-bottom: 10px;font-size: 14px;margin-top: 5px;margin-bottom: 15px;}
.in-shili ul {margin-top: 20px;}

.in-line {margin: 30px 0;}

.in-prod {margin: -10px 0 0 -10px;}
.in-prod li {width: 50%;}
.in-prod li .wrap {margin: 10px 0 0 10px;padding: 10px;}
.in-prod li h4 {font-size: 14px;}
.in-prod li .img-center {height: 176px;line-height: 176px;}
.in-prod li p {margin: 5px 0 0 -5px;height: 44px;}
.in-prod li p a {font-size: 12px;background: none;padding: 0;margin: 5px 0 0 5px;}

.in-custom-right {float: none;width: auto;}
.in-custom-right h4 {font-size: 20px;background-size: auto 70px;padding-top: 40px;margin-bottom: 20px;}
.in-custom-right .img-center {display: none;}
.in-custom-left {float: none;width: auto;}
.in-custom-left ul {margin: -10px 0 0 -10px;}
.in-custom-left li a {border-width: 3px;margin: 10px 0 0 10px;}
.in-custom-left li .text {left: 20px;top: 20px;}
.in-custom-left li .text h4 {font-size: 16px;white-space: nowrap;}
.in-custom-left li .text:after {display: none;}

.in-tedian-left {width: auto;float: none;}
.in-tedian-img .img-center {height: auto;line-height: normal;}
.in-tedian-img .vs {display: none;}
.in-tedian-right {display: none;}
.in-tedian-img .text h4 {font-size: 16px;padding-left: 25px;background-position: 0 5px;}
.in-tedian-img .text p {font-size: 14px;}
.in-tedian-menu {margin: 20px -5px 0;}
.in-tedian-menu li {margin: 0 5px;}
.in-tedian-menu li a {width: 80px;font-size: 14px;padding: 20px 0;}
.in-case-menu {float: none;width: auto;position: relative;}
.in-case-menu a {padding: 0;text-align: center;line-height: 44px;}
.in-case-menu a:after {display: none !important;}
.in-case-menu a i {display: none;}
.in-case-menu a span {display: block;font-size: 14px;}
.in-case-menu a span small {display: none;}
.in-case-menu ul {overflow: hidden;}
.in-case-menu li {float: left;width: 33.333333%;margin: 0;}
.in-case-menu .more {position: absolute;right: 0;bottom: 0;width: 33.333333%;}
.in-case-con {margin: 20px 0 0;}
.in-case-con .swiper-slide dl {padding: 10px 15px;}
.in-case-con .swiper-slide dt {width: 48px;height: 48px;line-height: 48px;border-width: 1px;margin-top: -35px;}
.in-case-con .swiper-slide dd {margin-left: 60px;}
.in-case-con .swiper-slide dd h4 {font-size: 14px;}
.in-case-con .swiper-slide dd p {font-size: 12px;height: 40px;margin-top: 5px;}

.in-news-menu {margin-bottom: 20px;}
.in-news-menu li {margin: 0 5px;}
.in-news-menu li a {font-size: 14px;line-height: 40px;padding: 0 15px;}
.in-news-left,.in-news-right {float: none;width: auto;}
.in-news-left .top .text h4 span {font-size: 12px;}
.in-news-right {margin-top: 20px;}
.in-news-right .top li {padding-bottom: 10px;margin-bottom: 10px;}
.in-news-right .top li .img-cover {display: none;}
.in-news-right .top li .text {margin: 0;}
.in-news-right .bottom {background-color: transparent;padding: 0;}
.in-news-right .bottom li span {font-size: 12px;}

.in-about dd h4 {font-size: 18px;}
.in-about dd .more {line-height: 40px;}

.in-ftys,.f-nav {display: none;}

.footer {padding-top: 30px;}
.footer-tit {font-size: 16px;margin-bottom: 15px;}
.footer-logo {float: none;margin-bottom: 20px;height: 100px;line-height: 100px;}
.footer-contact {float: none;margin: 0;}
.footer-contact p {font-size: 12px;background-size: 24px auto;padding-left: 30px;margin-top: 5px;}
.footer-ewm {float: none;margin: 20px 0 0;}
.footer-ewm ul {margin-left: -20px;overflow: hidden;}
.footer-ewm li {width: 50%;margin: 0;}
.footer-ewm li .wrap {margin-left: 20px;}
.footer-copy {margin-top: 30px;}

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

.banner-sub {height: 150px;}

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

.yunu-curmbs {display: none;}

.yunu-title-1 {font-size: 20px;height: 38px;}

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

.list-2 {margin: -10px 0 0 -10px;}
.list-2 li {width: 50%;}
.list-2 li a {margin: 10px 0 0 10px;}
.list-2 li .m {height: 221px;line-height: 221px;}
.list-2 li .text {padding: 5px 10px;}
.list-2 li h4 {font-size: 14px;height: 34px;line-height: 34px;}
.list-2 li p {font-size: 12px;line-height: 20px;margin-bottom: 5px;}

.list-5 li {padding-bottom: 15px;border-bottom: 1px solid #eee;}
.list-5 li a {padding: 0;border: 0;}
.list-5 li .m {float: none;width: auto;display: none;}
.list-5 li .text {margin: 0;}
.list-5 li .text .more {display: none;}
.list-5 li .text h4 {line-height: 20px;font-size: 16px;}
.list-5 li .text p {margin: 10px 0 0;}

.yunu-menu-inner {display: none;}

.about-1 dt {float: none;width: auto;}
.about-1 dd {margin: 20px 0 0;}
.about-1 dd h4 {font-size: 20px;}
.about-1 dd p {margin-top: 15px;}

.about-3 li {width: 100%;}

.dzsl {margin: 0;}
.dzsl:before {display: none;}
.dzsl li {float: none;width: auto;}
.dzsl li .wrap {margin: 20px 0 0;}

.agent_process li {width: 25%;}
.agent_process li:after {display: none;}
.agent_process li img {height: 30px;}
.agent_process li span {font-size: 12px;}
.agent_process li em {font-size: 20px;}



.contact-1 {padding: 0;background: none;height: auto;}
.contact-1 h4 {font-size: 18px;}

.contact-2 dt {display: none;}
.contact-2 dd {margin: 0;}
.contact-2 dd h4 {font-size: 18px;}
.contact-2 dd p {font-size: 14px;line-height: 24px;margin-top: 15px;}

.yunu-message {padding: 0;border: 0;background: none;}
.form-label {width: 85px;}
.form-content {margin-left: 85px;}
.form-control {width: 100%;box-sizing: border-box;}

.yunu-infocontent-title h1 {font-size: 18px;}
.yunu-infocontent-desc {padding: 10px;}
.yunu-infocontent-epx li {line-height: 24px;}
.yunu-infocontent-epx li span {font-size: 12px;padding: 0 5px;margin-right: 5px;}
.yunu-infocontent-epx li em {display: none;}
.yunu-infocontent-return .more {display: none;}
.yunu-infocontent-return {font-size: 12px;line-height: 22px;padding-top: 5px;}
.yunu-infocontent-rem h4 {font-size: 18px;line-height: 34px;margin-bottom: 5px;}

.yunu-showcase {margin-bottom: 30px;}
.pc-slide {float: none;width: auto;}
.view .swiper-slide .img-center {height: 400px;line-height: 400px;}
.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;}

.zd-pro1 {padding: 30px 15px;}
.zd-pro1 h4 {font-size: 20px;}

.zd-pro2 dt {display: none;}
.zd-pro2 dd {margin: 0;padding: 20px;}

.zd-pro4 dd {padding: 20px;}

.zd-cs th {font-size: 14px;}
.zd-cs td {font-size: 12px;}
}
.pagination p{
            margin:0;
            cursor:pointer
        }
        .pagination{
            height:40px;text-align:center;
            padding:20px 0px;
        }
        .pagination a{
            display:inline-block;
            margin-right:10px;
            padding:2px 14px;
            height:24px;
           /* border:1px #cccccc solid;*/
            background:#fff;
            text-decoration:none;
            color:#808080;
            font-size:14px;
            line-height:24px;
        }
        .pagination a:hover{
            color:#69BBBC;
            background: white;
            border:1px #69BBBC solid;
        }
        .pagination a.page-num-current{
            border:none;
            background:#69BBBC;
            color:#fff;
        }
        .pagination p{
            display:inline-block;
            padding:2px 12px;
            font-size:12px;
            height:24px;
            line-height:24px;
            color:#bbb;
            border:1px #ccc solid;
            background:#fcfcfc;
            margin-right:8px;
        }
        .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}
        .pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
display: flex;
justify-content: center;
margin-top: 10px;
}
.pagination a {
    background: #fff;
/*border: 1px solid #ccc;*/
    color: #333;
    font-size: 14px;
    font-family: PingFang;
    font-weight: 500;
    padding:9px 14px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination span {
color: #333;
font-size: 12px;
padding: 7px 2px;
margin: 0 2px;
border-radius: 3px;
}
.pagination a:hover {
color: #69BBBC;
border: 1px solid #69BBBC;
}
.pagination a.page-num-current {
color: #fff;
background: #69BBBC;
border: 1px solid #69BBBC;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}
.heard-minTitle{
display: block;
font-size: 16px;
margin-bottom: 5px;
font-weight: bolder;
color: #333;
}
/* foot 底部信息*/

.filingNumber{/* 备案号*/
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #7A7A7A;
    margin-left: 22px;
    cursor: pointer;
}

.ms-footer {
    /*background-color: #F2F2F2;*/
    background:rgba(0,0,0,0.9);
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: center;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    width: 100%;
    height:328px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 0px;
}

.ms-footer .body {
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    padding-right: 0px;
/*    width: 1200px;*/
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-start;
    margin-top: 20px;
    height: 100%;
}

.ms-footer .body .top {
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: space-between;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 51px;
   /* margin-bottom: 40px;*/
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 0px;
    height: 60%;
}

.ms-footer .body .top .top-left {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 60%;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 0px;
    height: 120px;
}

.ms-footer .body .top .top-left .foot-nav {
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    width: 148px;
    box-sizing: border-box;
    padding-top: 0px;
    height: 100%;

}

.ms-footer .body .top .top-left .foot-nav .nav-item {
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 18PX;
    padding-top: 6px;
    height: 32px;
    color:#7B7B7BFF;
}

.ms-footer .body .top .top-left .foot-nav div {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0px;
    height: 30px;
}

.ms-footer .body .top .top-left .foot-nav div .item {
    color: #767676;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 16PX;
    padding-top: 6px;
    height: 32px;
}

.ms-footer .body .top .top-right {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
  /*  width: 40%;*/
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 0px;
    height: 100%;
}

.ms-footer .body .top .top-right .qr {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    height: 100%;
    margin-top: 27px;
}
.margRght31{
    margin-right: 2.528%;
    /*margin-right: 31px;*/
}

.ms-footer .body .top .top-right .qr .pic {
    width: 126px;
    height: 122px;
}

.ms-footer .body .top .top-right .qr .text {
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
   /* font-size: 14px;*/

    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9E9E9E;
    line-height: 20px;
    margin-bottom:27px;

}

.ms-footer .body .copyright {
    text-align: left;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    /*font-size: 14px;*/
    padding-top: 6px;
    height: 32px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #7A7A7A;
    line-height: 30px;
}

.ms-footer .body .power {
    color: #5B5B5B;
    text-align: left;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
.color-green{
    color:#69BBBC;
}

.bg-green{
    background:#69BBBC ;
}
.topRight{
    width: calc(50% - 214px);
  /*  width: 50%;*/
    box-sizing: border-box;
    justify-content: center;
    height: 100%;
}
.product-title{
    text-align: right;
    color: #69BBBC;
    font-size: 28px;
    margin:0;
    padding:0;
}

.margin-bottom{
    margin-bottom: 10px;
}
.margin-bottom50{
      margin-bottom: 13%;
  /*  margin-bottom: 50px;*/
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; /*内容不换行 */
    margin-top: 0;
}
.margin-bottom45{
    margin-bottom: 11.69%;
  /*  margin-bottom: 45px;*/
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    opacity: 0.6;
    margin-top: 0;
}
.margin-bottom54{
    margin-bottom: 14%;
   /* margin-bottom: 54px;*/
}

.foot-lxwmtext{
    padding:10px;
    width: 25%;
    text-align: center;
}
.width100{
    width: 100%;
}
.hidden{
    display: none;
}
.cooperate-img{
    width: 100%;
    height:600px;
    margin-bottom: 20px;
}
 ul li i{
    position: absolute;
     left:0;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background-color: rgb(255,255,255,0.2);
}
 .width25{
     width: 25%!important;
 }
 .padding-bottom20{
     padding-bottom: 20px;
 }
.color-black{
    color: black;
}
.logoImg{
    width: 76px;
    height: 23px;
    float: left;
    margin-top: 3px;
    margin-right: 22px;
}
.top-head{
    position: fixed;
    z-index: 99999;
    width: 100%;
}
.cont{
    width: 100%;
    height: auto;
    margin-top: 5.4%;
   /* margin-top: 96px;*/
    overflow: hidden;
    position: absolute;
}
#employs .contTarget{
    padding-top:0!important;
}
#customerService{
    padding-top:2%!important;
}
/* 服务及关于我们 页面跳转文字内容显示不全*/
/*#employs .contTarget:target{
    padding-top:5.4%!important;
}*/

/*#about .section:target{
    padding-top:5.4%!important;
}*/
.settion2{
    margin-top: -22.5%;
    padding-top: 22.5%!important;
    margin-bottom:22.5%;
}
.header{
    display: flex;
    
   /* height: 96px;*/

}
.head-li{
    width: 30%;
}

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

.header .logo{
    width: 120px;
    height: 44px;
    margin: 6% 0 6% 36%;
   /* margin: 24px 0 28px 36%;*/
}
.language{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-top: 10%;
   /* margin-top: 38px;*/
    margin-right: 30%;
    white-space: nowrap;
}
.YLine{
    margin-left:17px;
    margin-right:14px;
}
.strong-title{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 400;

}
.small-title{
    letter-spacing: 10px;
    font-size: 30px!important;
    font-family: Source Han Sans CN;
    font-weight: 300;
    opacity: 0.8;
}
.flex-drop{
    display: flex;
    justify-content: center;
    align-items: center;
}
.drop{
    width: 60px;
    height:30px;
    background: no-repeat center;
    background-size: 100% 100%;
}
.bg-grey{
    background: #F6F7F8FF;
}
.bg-white{
    background: white;
}

.flex{
    display: flex;
    justify-content: center;
    
}
.flex-left{
    width: 50%;
}
.individuality{
    /*width: 611px;*/
    width: 71.254%;
    height: 650px;
    background: white;
}
.indiv{
  /*  padding:49px 91px 89px 205px;*/
    padding:calc(0.5209% *4.9) 91px 4.6355% 10%;
}
.flex-indiv1{
    margin-top: 17%;
    margin-bottom: 2.916%;/* 25px */
    height: 433px!important;
}
.indiv-cont{
  /*  padding:108px 106px 0 105px;*/
    padding:17.677% 17.35% 0 17.186%;

}
.flex-right{
    width: 50%;

}
.right-img{
    width: 100%;
    height:100%;
    z-index: 99;
    /*margin-left: -16%;*/
    background: no-repeat center;
    background-size: contain;
}

.bg-size{
    background-size: 100%;
}
.easyOpera{
    height:808px;
    z-index: 99;
    background: no-repeat center;
    background-size: cover;
}
/* 首页 操作便捷 */
.wrap-desc{
    width: 500px;
    height: 54px;
    background:rgba(255,255,255,0.8);
    border-radius: 27px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #173B52;
    line-height: 2.5;
    text-align: center;
}
.operateblock{
    position: absolute;
    width: 543px;
    height: 566px;
    margin-top: 7%;
    background: no-repeat center;
    background-size: cover;
}
.wrap-triangle{
    margin-bottom: 22px;
}
.easyMargin{
    margin-top: 13%;
    margin-left: 21%;
  /*  margin-right: 38%;*/
}
.color-white{
    color: white!important;
}
.real-stuff{
    padding:27.084% 24.688% 31.25%  27.188%;
   /* padding:260px 237px 300px  261px;*/
}
.product-line{
    width: 58px;
    height: 8px;
    background: #000000;
}
.padd0{
    padding:0!important;
}
.liOne-padTop{

    padding-top: 4.753%;
   /* padding-top: 73px;*/
    height:100%!important;
}
.font-size24{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}
.font-size18{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #7B7B7B;
    line-height: 20px;
    margin-bottom: 18px;
}
.font-size16{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #7B7B7B;
    line-height: 20px;
}
.icon-phone{
    width: 46px;
    height:46px;
    margin-right:14px;
}
.icon-phone-text{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9E9E9E;
    line-height: 20px;
}
.topCenter{
    width: 214px;
    display: flex;
    align-items: center;
    margin-top: -90px;
    white-space: nowrap;
    margin-right: 10.417%;
   /* margin-right: 200px;*/
}

.margin-bottom60{
    margin-bottom: 3%;
   /* margin-bottom: 60px;*/
}
.foot-line{
    width: 1px;
    margin-left: 38%;
   
}
.companyProfile{
    color:#FFFFFFFF;
    height: 718px;
    background: no-repeat center;
    background-size: 100% 100%;
}
.proTitle{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 59px;
}
.proSmallTitle{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 31px;
    height: 174px;
}
.flex-li{
    width: 25%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.flex-li-title{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
}
.flex-li-line{
    width: 34px;
    height: 3px;
    background: #F5F5F5FF;
    opacity: 0.6;
    margin-left: 45%;
}
.flex-li-text{
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    opacity: 0.6;
}
.time-axis{
    margin-top: 97px;
    margin-bottom: 48px;
}
.text-algin-left{
    text-align: left;
}
.newsDetail li>a{
    background: #fff;
}
.newsAll{
    align-items: center;
    margin:0 154px 0 162px;
}
.new-text{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
    opacity: 0.8;
}
.algin-center{
    text-align: center;
}
.aboutbg{
    width: 100%;
    height: 3701px;
    background: no-repeat center;
    background-size: 100% 100%;
}
.product{
    margin-top: 60px;
}
.padd-bott3{
    padding-bottom: 3%;
}
/* 服务 */
.content{
    width: 100%!important;
}
.yuyue-list{
    align-items: center;
    text-align: center;
    padding:3%  7%  3%  7%;
    /*padding:92px  142px 150px 142px;*/
}
.margin-right43{
    margin-right:43px;
}
.yuyue-item{
    width: 377px;
    height:375px;

    padding:4% 3%  3% 3%;
    /*padding:110px 55px 56px 55px;*/
    background: #fff;
    border-radius: 20px;
}
.icon-img{
    width: 120px;
    height:120px;
    margin-bottom:15%;
}
.item-title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    margin-bottom:15%;
   /* margin-bottom:56px;*/
    margin-top: 0;

}
.item-small{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 40px;
    opacity: 0.8;
    text-align: left;
    margin-top: 0;
}
.advantage-title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 24px;
}
.advantage-small{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 40px;
    opacity: 0.8;
}
.advantage{
    padding-top: 76px;
    padding-bottom:62px;
    background: no-repeat center;
    background-size: 100% 100%;
}
.in-custom-liTitle{
    width: 70%;
    padding-left: 6%;
}
.proList-item{
    display: flex;
    align-items: center;
    padding-top: 6%;
}
.download{
    width: 114px;
    height: 37px;
    color:#000000FF;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    align-items: center;
    text-align: center;
    border: 2px solid rgba(0,0,0,0.3);
    border-radius:19px;

   /* margin-left: 15.293%;*/ /* 43px */
    font-family: Source Han Sans CN;

}

.customer-phone{
    width: 544px;
    height: 69px;
    background: rgba(70,177,177,0.5);
    border-radius: 35px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    line-height: 61px;
}
.margin-bot108{
    margin-bottom:108px;
}
/* 客户服务 */
#customerService p{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-bottom: 28px;
}

.code-img{
    width: 176px;
    height: 178px;
    margin-bottom:26px;
    background: no-repeat center;
    background-size: 100% 100%;
}
.Stuff-small{
    width: 112px;
    height: 38px;
    background: #46B1B1;
    border-radius: 19px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
}
.margin-left8{
    margin-left: 8%;
}
.margin-left13{
    margin-left: 13%;
}
.advmarg{
    margin-bottom: 6.3544%!important;
   /* margin-bottom: 122px;*/
}
.agent-img{
    width:39.528%!important;
    height: 39.528%!important;
    margin-bottom:5%!important;
   /* width: 142px!important;
    height: 142px!important;*/
}

.advantage-marg{
    margin-right: 13%;
    margin-left: 11.25%;

  /*  margin-right: 267px;
    margin-left: 216px;*/
}
.employs-banner{
    height: 100vh;
   /* height:984px;*/
}
/*关于我们模块 */
.about-banner{
    height:806px;
}
.aboutUS{

    margin: 0  12.1355% 0 11.3022%;
    padding:3.073% 13.646% 2.6566% 14.4796% ;
    /*
     margin: 0 233px 0 217px;
    padding: 59px 262px 51px 278px;*/
    background: #F6F7F8;
    margin-top: -40%;

   /* top: -435px;*/
}
#strength{
    margin-top:2%;
}
.aboutUs-cont{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;

}
.swiper-banner{
    height:984px;
}
.qual-marg{
    margin-top: -22.5%;
}
.qual-cont{

    padding-top:4.4275%;
    padding-right:18.75%;
    padding-left:18.75%;
  /*  padding-top:85px;
    padding-right:360px;
    padding-left:360px;*/
}
.qual-img{
    width: 21.25%;
    height:100%;
   /* width: 255px;
    height:400px;*/

}
.marg-right48{
    margin-right:2.5%;
    /* margin-right:48px;*/
}
.qual-board{
    width: 100%;
    height:360px;

   /* margin-top: -6.917%;*/
    margin-top: -83px;
    background: no-repeat center;
    background-size: 100% 100%;
}
.strength-cont{
    margin: 7.24% 15% 9.5313% 10%;
  /*  margin: 139px 300px 183px 211px;*/
}
.strengLine {
    width: 52px;
    height: 313px;
    margin-right:30px;
    background: no-repeat center;
    background-size: 100% 100%;
}
.strength-li{
    display: flex;
    width: 30%;
}
.streng-li{
    width:100%;
    align-items: center;
    text-align: center;
}

.streng-icon{
    width: 94px;
    height:94px;
    margin-bottom:42px;
    background: no-repeat center;
    background-size: 100% 100%;
}
.streng-title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;

}
.streng-small{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color:rgba(0,0,0,0.8);
}
.serbility{
    height:846px;
    align-items: center;
    text-align: center;
    background: no-repeat center;
    background-size: cover;
}
/*.serbility-cont{
    padding-top:273px;
    padding-bottom: 211px;
}*/
.margin-bott73{
    margin-bottom: 73px;
}
.font-size30{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.product-img{
    width: 100%;
    height:984px;
    background: no-repeat center;
    background-size: cover;
    margin-bottom: 36px;
    background-position: center;
}
.product-img img{
    width: 100%;
    height:100%;

}
.prolist-title{
    font-size: 52px;
    font-family: Source Han Sans CN;
    font-weight: 500;

    margin-bottom: 3.8392%;
   /* margin-bottom: 62px;*/
}
.prolist-smallTitle{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-bottom: 47px;
}
.product-deetail{
    width: 114px;
    height: 40px;
    line-height: 40px;
    border: 2px solid rgba(0,0,0,0.3);
    border-radius: 65px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    text-align: center;
    
}
.border-white{
    border: 2px solid rgba(255,255,255,0.3);
}
.product-cont{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 328px;
    margin-bottom: 9.3687%;
   /* margin-bottom: 178px;*/
    margin-left: 15%;
}
.product-cont-li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 22%;
    margin-bottom:15%;
   /* margin-bottom: 189px;*/
    margin-left: 27%;
}
.product-bott-li{
    width: 16%;
}
.margin-left35{
    margin-left: 35%;
}
.ul-marg{
    margin: 0 0 0 -20px;
}

.liOne-marg{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-left: 34%;
}
.round{
    width: 32px;
    height: 32px!important;
    border: 2px solid #333333;
    opacity: 0.8;
    border-radius: 50%;
}
.product-img-li{
    width: 49.06%!important;
    /*width: 48.454%!important;*/
    height:646px;
    background: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 34px;
}
.margin-right36{
    margin-right: 36px;
}
.margin-zero{
    margin: 0!important;
}

.proDetail-swiper{
    width: 100%;
    height:984px;
    background: #C5CCD6;
}
.proDetail-swiperTop{
    padding-top:6%;
    /* margin-bottom: 5%;
     padding-top:120px;
     margin-bottom: 73px;*/
    align-items: center;

}
.proDetail-swiperImg{
    width:14.1%;
   /* width: 400px;*/
    height:520px;
    margin-right:2%;
    background: no-repeat center;
    background-size: contain;
}
.proDetail-swiperBott{
    margin-bottom: 2%;
    margin-top: 3%;
}
.proDetail-money{
    font-size: 40px;
    font-family: DIN Alternate;
    font-weight: bold;


}
.bg-red{
    background:#B23235;
}
.bg-black{
    background: #484848;
}
.bg-gray{
    background: #909090FF;
}
.bg-proList-gray{
    background-color: #ECECEC!important;
}
.bg-silvery{ /* 月光银 */
    background: #E8E8E8FF;
}
.bg-darkBlue{
    background: #3E4D6EFF;
}
.bg-geenBamboo{
    background: #5D7867FF;
}
.bg-spaceBlue{
    background:#639abe;
}
.bg-lightBlue{
    background: #95B5DBFF;
}
/* 冷杉银 */
.bg-firSilver{
    background: #ACACACFF;
}
.bg-frostWhite{
    background: #E4E3E3FF;
}
/* 洗砚黑 */
.bg-washBlack{
    background: #575757FF;
}
/* 雾霭蓝 */
.bg-mistBlue{
    background: #497482FF;
}
/* 原野绿 */
.bg-fieldGreen{
    background: #3F5340FF;
}
/* 暮云灰 */
.bg-cloudGrey{
    background: #A5A5A5FF;
}
.color-gray{
    color:#CDCDCD;
}
.swiperBott-li{
    display: flex;
    align-items: center;
    padding:10px;
    cursor: pointer;
}
.newsBg{
    background: #F4F6F8FF;
}
.swiperBott-ring{
    width: 33.4px;
    height: 33.4px;
    margin-right: 1.042%;
    margin-bottom: 2.969%;
    /*margin-right: 20px;
    margin-bottom: 57px;*/

}
.swiperBott-ring:hover{
    border: 2px solid #484848;
    border-radius: 50%;
}
.swiperBott-ringBorder{
    border: 2px solid #484848;
    border-radius: 50%;
}

.swiperBott-circular{
    width: 22px;
    height: 22px;
    margin:6px;
    border-radius: 50%;
}
.swiperBott-color{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2%;
    /*margin-bottom: 52px;*/

}
.proDetail-introduce{
    width: 100%;
    height:100vh;
    /* padding-top: 6.5108%;
    padding-top:125px;*/
    background: no-repeat center;
    background-size: cover;
    background-position: 50%;
}
.Phoenix{
    width: 100%;
    height:100vh;
    /* padding-top: 6.5108%;
    padding-top:125px;*/
    background: no-repeat center;
    background-size: cover;
    background-position: 50%;
}
.proDetail-introTitle{
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 500;

    padding-top:6.5108%;
    margin-bottom:1%;
    /*margin-bottom:2.396%;
    margin-bottom: 46px;*/
}

.fc-introTitle{
	    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 500;

    padding-top:3%;
    margin-bottom:1%;
}

.fc-protectTitle{
	   font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 500;

    padding-top:3%;
    margin-bottom:1%;
}
.proDetail-intro-smallTitle{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    margin-bottom: 91px;
}
.introCont{
    width: 100%;
    height:100%;

    padding-top:7.6567% ;/* 147px */
    padding-bottom: 7.8126%; /* 150px */
}
.introCont-li{
    margin-right: 5%;
    margin-bottom:3.2296%;
  /*  margin-right: 157px;
  margin-bottom:62px;*/
}
.introCont-liImg{
    width: 160px;
    height: 160px;

    margin-bottom:29px; /* 29px */
    background: no-repeat center;
    background-size: cover;
}
.introCont-liText{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.operate{
    width: 100%;
    height:1080px;
 /*   padding-top:6.719%;*/
    background: no-repeat center;
    background-size: cover;
}
.operatePhone{
    width: 522px;
    height:522px;
    margin-bottom: 9.6%;
    background: no-repeat center;
    background-size: cover;
}
.operatePhone-rabbit-marg{
    margin-top: 5%;
    margin-bottom:4%;
}

.operTitle{
    width: 100%;
    position: absolute;
    z-index: 3;
    text-align: center;
    
}
.operate-li{
    width:100%;
    align-items: center;
    text-align: left;
    margin-bottom: 3.021%; /* 58px */

}
.operate-li-left{
    width: 134px;
    height:134px;
    background: no-repeat center;
    background-size: cover;
}
.operate-li-margRight{
    margin-right:1.771%; /* 34px */
}
.bluetooth-margin-left{
    margin-left: -1%;
}
.ICCard-margin-left{
    margin-left: -2%;
}
.color-turquoise{
    color: #30D0D1;
}
.operate-li-title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    margin-bottom: 13.335%;/* 30px */
}
.operate-li-small{
    font-size: 25px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(255,255,255,0.5);

}
.customizedShell{
    padding-top: 6.042%; /*116px*/
    background: #F1F1F1FF;
    background: no-repeat center / cover;
    background-position: 50%;
}
.custom-title{
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color:rgba(0,0,0,0.7);
}
.whiteBox{
    width: 770px;
    height:527px;
    background: no-repeat center;
    background-size: cover;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    z-index: 1;
    margin-top: 11.5%;

    /*margin-top: 6%;
    margin-right: -3%;*/
}
.whiteBox-rabbit-marg{
    margin-top: 6%;
    margin-right: -2%;
}
.whiteBox-follow-marg{
    margin-top: 6%;
    margin-right: -4.3%;
}
.whiteBox-title{
    font-size: 74px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #46B1B2;
}
.whiteBox-cont{
    padding: 4.416% 20% 0 22%;
    margin-top: -11%;

}
.custom-img{
    width: 430px;
    height:880px;
    margin-left: -32%;
    background: no-repeat center;
    background-size: cover;
}
.rotate{
    transform: rotate(180deg);
}
.marg-bott55{
    margin-bottom: 3.362%; /* 55px */
}

.whiteBox-margLeft{
    margin-top: 13%;
    margin-left: 17%;
}
.whiteBox-margRight{
    margin-top: -4%;
    margin-right: 18%;
    margin-bottom: 13%;
}
.realStuff{
    width: 100%;
    height:1080px;
    margin-top: -1.6%;
    padding-top:7.969%;/* 153px */
    background: no-repeat center;
    background-size: cover;
}

.compatibility{
	 width: 100%;
    height:1080px;
    margin-top: -1.6%;
    padding-top:3%;/* 153px */
    background: no-repeat center;
    background-size: cover;
}
.realStuff-title{
    font-size: 60px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    margin-bottom:2.6566% ;/*51px*/
}
.realStuff-small{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    margin-bottom: 123px;
}
.circular-icon{
    width: 34px;
    height:34px;
    border-radius: 50%;
    margin-right: 56px;
    margin-bottom: 36px;
}
.border-turquoise{
    border: 6px solid #30D0D1;
}
.borderWhite{
    border: 6px solid #F1F1F1;
}
.realStuff-contLi{
    display: flex;
    margin-left: 10.1566%;
  /*  margin-left: 195px;*/
}

.realStuff-cont{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
}
.productIntro{
    padding-top:4.2%;
    /*padding-top:81px;*/
    background: #F1F1F1FF;
}
.productIntro-title{
    width: 460px;
    height: 120px;
    font-size: 40px;
    align-items: center;
    text-align: center;
    color:rgba(0,0,0,0.7);
    font-family:SourceHanSansCN-Medium;
    font-weight: bolder;
    box-shadow: inset 0 0 10px #fff;
    border-radius: 80px;
    margin-bottom: 57px;
}
.innerGlow-title{
    box-shadow: 0px 45px 27px 0px rgba(63,63,63,0.1)!important;

}
.proDetail-title{
    font-size: 52px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    margin-bottom:14.368%;
    letter-spacing: 15px;
}
.proDetail-smallTitle{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-bottom: 18.93%;
}
.productIntro-img{
    width: 1080px;
    height:600px;
    align-items: center;
    text-align: center;
    background: no-repeat center;
    background-size: cover;
    margin-bottom: 63px;
}

.products-cont{
    width: 1066px;
    height: 100%;
    font-size:25px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    border-radius: 50px;
    margin-bottom:131px;
    box-shadow: inset 0 0 10px #fff;
}
.products-contLi{
    display: flex;
    align-items: center;
    padding: 3% 10px 2% 6%;
   /* padding: 33px 10px 21px 69px;*/

}
.products-contTitle{
    white-space: nowrap;
    width: 30%;
}
.productsContli{
text-align: left;
    width:70%;
}

.fc-products-contTitle{
    white-space: nowrap;
    width: 42%;
    text-align:center;
}
.fc-productsContli{
text-align: left;
    width:58%;
}

.products-contLi:nth-child(odd){
    background:#fff;
}
.border-top-radius{
    border-top-left-radius:50px;
    border-top-right-radius:50px;
}
.border-bottom-radius{
    border-bottom-left-radius:50px;
    border-bottom-right-radius:50px;
}
.functionTitle{
    margin-top: 65px;
}
.function-width100{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.function{
    width: 100%;
    height: 1080px;
    background: no-repeat center;
    background-size: cover;
}
.products-contWidth100{
    width: 100%;
    height: 100%;
    margin-bottom: 0!important;
}
/* 合作 */
.partnership-banner{
    height:984px;
    background: no-repeat center;
    background-size: cover;
}
.partnership-cont{
    padding:2.1878% 10.7296% 3.594% 10.7296%;
   /* padding:42px 206px 69px 206px;*/
}
.partnership-left{
    width: 40%;
}
.partnership-right{
    width: 60%;
    margin-left:12%;
}

.partnership-img{
    width: 700px;
    height:480px;
    margin-bottom: 39px;
    background: no-repeat center;
    background-size: cover;
}
.partners-img{
    width: 100%;
    height:600px;
    background: no-repeat center;
    background-size: cover;
    margin-bottom: 20px;
}
.partnership-title{
    font-size: 48px;
    margin-bottom: 46px;
    font-family: Source Han Sans CN;
    font-weight: 500;
}
.partnership-small{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color:rgba(51,51,51,0.8);
    margin-bottom:2%;
}
.serviceability{
    width: 100%;
    height:560px;/* 808px */
    padding:0;
    /*padding-top: 14.219%;*/ /*273px */
    align-items: center;
    background: no-repeat center;
    background-size: cover;
}
.serviceability-title{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-bottom: 73px;
}
.serviceability-small{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-bottom:60px;
}
.triangle-marg{
    margin-bottom: 35px;
}
.fontSize24{
    font-size: 24px;
    background: #46B1B1FF;
}
/* 新闻 */
.newslist-banner{
    height:808px;
    background: no-repeat center;
    background-size: cover;
}
.newsLi-img{
    width: 320px;
    height:210px;
    margin-top:6.5%;
    background: no-repeat center;
    background-size: cover;
}
.newsList-leftMarg{
    margin-top: 20%;
}
.newsList-left{
    ont-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    background: #46B1B1FF;
}
.news-time{
    font-family: DIN Alternate;
    font-weight: bold;
    color:rgba(0,0,0,0.6);
    align-items: center;
    text-align: center;
}
.news-dayTime{
    font-size: 80px;
}
.news-yy-mm{
    font-size: 23px;
}
.border-bott{
    margin-left:29px; /* 56px */
    padding-bottom:5.25%; /* 63px */
    padding-top: 6.5%;
    border-bottom:1px dotted #090103;
}
.more-marg-top{
    margin-top: 0;
}
.newsList-title{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 550;
    margin-bottom: 38px;
}
.newslist-cont{
    width: 1288px;
    background: #fff;
    padding-left: 19px;
    padding-right: 34px;
    margin-top: -10%;

}
.newsList-cont{
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color:rgba(0,0,0,0.6);
}
.news-index-list{
    color: #fff!important;
    background-color: #69BBBC;
}
.newsDetailCont{
    width: 1295px;
}
.newsDetail-title{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-bottom: 38px;
}
.newsDetail-cont{
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
}
.nextNews{
    padding:22px 27px 26px 24px;
    background: #fff;
}
.news-left-text{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color:rgba(51,51,51,0.5);
    margin-bottom: 27px;
}
.splitLine{
    border: 1px dotted  #090103;
    margin-top: 28px;
    margin-bottom:26px;
}
.yunu-infocontent-body p ,
.yunu-infocontent-body p span{
    font-size: 19px!important;
}
.yunu-infocontent-rem li,.yunu-infocontent-epx li,.yunu-infocontent-return .more,.lanmu li>a{
    font-size: 20px;
}

.animated2{
    animation-duration: 2s;
}
.animated3{
    animation-duration: 3s;
}
.animated4{
    animation-duration: 4s;
}
.animated5{
    animation-duration: 5s;
}
.animated6{
    animation-duration: 6s;
}
.animated7{
    animation-duration: 7s;
}
.animated8{
    animation-duration: 8s;
}

.product-deetail:hover{
    color: #fff;
    background: #46B1B1FF;
    border:none;
}
/*产品列表 闪现效果 */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50%{
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.header-nav{
    border-color: #69BBBC!important;
    color: #69BBBC!important;
    font-weight: bold!important;
}

.productFeatures{
    align-items: center;
}
.productFeatures .content{
    height:100%;
}
.blackTransparent{
    color: rgba(0,0,0,0.6);
}
.padding-top0{
    padding-top:0;
}
.padTop-foll{
    padding-top: 3.5%;
}
.profeat-top{
    width: 100%;
    height:75%;
    align-items: center;
}
.profeat-bottom{
    width: 100%;
    height:25%!important;
    margin-top: 0;
    align-items: center;

}
.productFeatures-img{
    height: 100%!important;
    line-height: 0!important;
}
.profeat-text{
    height:20%;
}
.margin-right{
    margin-right: 5%;
}
.whiteBox-traveller{
    width: 847px;
    height: 527px;
    margin-right: -45%;
    margin-top: 7%;
}
.img-product{
    width:23%;
   /* width:28.4%;*/
    height: 364px;
    background: no-repeat center;
    background-size: contain;
}
.proExplorer{
    color: #FFFFFF!important;
    border: 2px solid #FFFFFF;
}
.productImg{
    align-items: center;
}
.productCont{
    padding-left: 5%;
}
.proImg{
    width: 100%;
    height:306px;
    margin-top:3%;
    margin-bottom: 6%;
    background: no-repeat center;
    background-size: contain;
}
.proList{
    width: 100%;
    height:100%;
    align-items: center;
    background: #F5F5F5;;
}
.productList-title{
   padding: 5% 5% 2% 2%;
}
.align-item-center{
    align-items: center;
}
.homeNews-padding{
    padding-bottom: 5%;
}

#v3dTest{
    overflow: hidden;
}

.productIntro-li{
    width: 50%;
    height: 100%;
    background: no-repeat center;
    background-size: contain;
    
}
.proDetail-introTitle-pad{
    padding-top:6.5108%!important;
}

.padding-top{
    padding-top: 3%;
}

.proDetail-swiper-cont{
    width: 100%;
    height:auto;
    align-items: center
}
.padding-top60{
  padding-top: 60px;
}
.margTop{
    margin-top: 30px;
}
.traveller-compact-marg{
margin-left: -1.3%;
}
.traveller-gear-marg{
    margin-left:-0.3%;
}












@media (max-width:  1917px){
     #operate .proDetail-introTitle-black{
        padding-top: 0%;
    }
    #operate .proDetail-introTitle-idealists{
        padding-top: 1.5108%;
    }
}




/* 首页 12重保护轮播 */
@media  screen and (min-width: 901px)  and (max-width:  1630px){
    .productFeatures-img{
        width: 100%;
        height:400px!important;
        line-height: 0;
    }
}
@media (max-width: 900px){
    .productFeatures-img{
        height: 304px!important;
        line-height: 304px;
    }

}

/* 产品列表 */
@media screen and (min-width: 1874px) and (max-width:  1894px){
    /* 产品列表 */
   .product-img-li{
       width: 49.05%!important;
   }
}
@media screen and (min-width: 1854px) and (max-width:  1873px){
    /* 产品列表 */
    .product-img-li{
        width: 49.04%!important;
    }
}
@media screen and (min-width: 1779px) and (max-width:  1853px){
    /* 产品列表 */
    .product-img-li{
        width: 49%!important;
    }
}
@media screen and (min-width: 1762px) and (max-width:  1778px){
    /* 产品列表 */
    .product-img-li{
        width: 48.99%!important;
    }
}
@media screen and (min-width: 1710px) and (max-width:  1761px){
    /* 产品列表 */
    .product-img-li{
        width: 48.96%!important;
    }
}
@media screen and (min-width: 1616px) and (max-width:  1710px){
    /* 产品列表 */
    .product-img{
        height:780px;
    }
   /* .product-cont{
        margin-top: 178px;
    }*/
    .product-img-li{
        width: 48.9%!important;
    }

}



@media screen and (min-width: 1587px) and (max-width:  1616px){
    /* 产品列表 */
    .product-img{
        height:770px;
    }
   /* .product-cont{
        margin-top: 13%;

    }*/
    .product-img-li{
        width: 48.88%!important;
    }
}
@media screen and (min-width: 1479px) and (max-width:  1587px){
    /* 产品列表 */
    .product-img{
        height:700px;
    }
   /* .product-cont{
        margin-top: 13%;
        margin-left: 17%;
        margin-bottom: 15%;
    }*/
    .product-img-li{
        width: 48.8%!important;
        background: no-repeat;
        background-size: cover;
    }
    .product-cont-li{
        margin-top: 24%;
        margin-bottom: 15%;
        margin-left: 45%;
    }
    .prolist-title{
        font-size: 40px;
    }
    .prolist-smallTitle{
        font-size: 26px;
    }
}

@media screen and (min-width: 1265px) and (max-width:  1479px){
    /* 产品列表 */
    .product-img{
        height:650px;
    }
   /* .product-cont{
        margin-top: 13%;
        margin-bottom: 15%;
        margin-left: 23%;
    }*/
    .liOne-marg{
        font-size: 18px;
        margin-left: 36%;
    }
    .round{
        width: 28px;
        height:28px!important;
    }
    .list-2 li .text{
        padding:5px 10px;
    }

    .product-bott-li {
        width:17%;
    }
    .product-img-li{
        width: 48.6%!important;
        background: no-repeat;
        background-size: cover;
    }
    .product-cont-li{
        margin-top: 32%;
        margin-bottom: 15%;
        margin-left: 45%;
    }
    .prolist-title{
        font-size: 30px;
    }
    .prolist-smallTitle{
        font-size: 20px;
    }


}
@media screen and (min-width: 1105px) and (max-width:  1265px){
    /* 产品列表 */
    .product-img{
        height:650px;
    }
   /* .product-cont{
        margin-top: 81px;
        margin-bottom: 19%;
        margin-left: 23%;
    }*/

    .liOne-marg{
        margin-left: 33%;
        font-size: 18px;
    }
    .round{
        width: 28px;
        height:28px!important;
    }
    .product-bott-li {
        width: 20%;
    }

    .product-img-li{
        width: 48.4%!important;
        height:460px;
        background: no-repeat;
        background-size: cover;
    }

    .product-cont-li{
        margin-top: 32%;
        margin-bottom: 15%;
        margin-left: 45%;
    }
    .prolist-title{
        font-size: 30px;
    }
    .prolist-smallTitle{
        font-size: 20px;
    }


}
@media screen and (min-width: 1039px) and (max-width:  1105px){
    /* 产品列表 */
    .product-img{
        height:600px;
    }
  /*  .product-cont{
        margin-top: 81px;
        margin-bottom: 17%;
        margin-left: 23%;
    }*/
    .liOne-marg{
        font-size: 16px;
        margin-left: 37%;
    }
    .round{
        width: 26px;
        height:26px!important;
    }
    .product-bott-li {
        width: 20%;
    }
    .product-img-li{
        width: 48.3%!important;
        height:370px;
        background: no-repeat;
        background-size: cover;
    }

    .product-cont-li{
        margin-top: 23%;
        margin-bottom: 15%;
        margin-left: 30%;
    }
    .prolist-title{
        font-size: 30px;
    }
    .prolist-smallTitle{
        font-size: 20px;
    }



}

@media screen and (min-width:1016px) and (max-width:  1039px){
    /* 产品列表 */
    .product-img{
        height:510px;
    }
   /* .product-cont{
        margin-top: 81px;
        margin-bottom: 11%;
        margin-left: 23%;
    }*/
    .list-2 li .text{
        padding:5px 10px;
    }
    .liOne-marg{
        font-size: 16px;

        margin-left: 21%;
        margin-right: -10%;
    }
    .round{
        width: 26px;
        height:26px!important;
    }
    .product-bott-li {
        width: 15%;
    }


    .product-img-li{
        width: 48%!important;
        height:370px;
        background: no-repeat;
        background-size: cover;
    }

    .product-cont-li{
        margin-top: 23%;
        margin-bottom: 15%;
        margin-left: 40%;
    }
    .prolist-title{
        font-size: 28px;
    }
    .prolist-smallTitle{
        font-size: 18px;
    }
}
@media screen and (min-width: 880px) and (max-width:  1015px){
    /* 产品列表 */
    .product-img{
        height:510px;
    }
   /* .product-cont{
        margin-top: 81px;
        margin-bottom: 17%;
        margin-left: 23%;
    }*/
    .list-2 li .text{
        padding:5px 10px;
    }
    .liOne-marg{
        font-size: 14px;
        margin-left: 35%;
        margin-right: 0;
    }
    .round{
        width: 12px;
        height:12px!important;
    }
    .product-deetail{
        height: 33px!important;;
        line-height: 33px;
        font-size: 16px;
    }
    .product-bott-li {
        width: 25%;
    }


    .product-img-li{
        width: 48%!important;
        height:370px;
        background: no-repeat;
        background-size: cover;
    }

    .product-cont-li{
        margin-top: 23%;
        margin-bottom: 15%;
        margin-left: 40%;
    }
    .prolist-title{
        font-size: 28px;
    }
    .prolist-smallTitle{
        font-size: 18px;
    }


}

@media screen and (min-width: 837px) and (max-width:  880px){
    /* 产品列表 */
    .product-img{
        height:510px;
    }
   /* .product-cont{
        margin-top: 81px;
        margin-bottom: 19%;
        margin-left: 23%;
    }*/
    .list-2 li .text{
        padding:5px 10px;
    }
    .liOne-marg{
        font-size: 14px;
        margin-left: 33%;
        margin-right: 0;
    }
    .round{
        width: 12px;
        height:12px!important;
    }
    .product-deetail{
        height: 30px!important;
        line-height: 30px;
        font-size: 14px;
    }

    .product-bott-li {
        width: 22%;
    }
    .product-img-li{
        width: 47.9%!important;
        height:260px;
        background: no-repeat;
        background-size: cover;
    }
    .product-cont-li{
        margin-top:17%;
        margin-bottom: 15%;
        margin-left: 32%;
    }
    .prolist-title{
        font-size: 28px;
    }
    .prolist-smallTitle{
        font-size: 18px;
        margin-bottom: 30px;
    }

}
@media screen and (min-width: 769px) and (max-width:  836px){
    /* 产品列表 */
    .product-img{
        height:510px;
    }
   /* .product-cont{
        margin-top: 81px;
        margin-bottom: 22.5%;
        margin-left: 23%;
    }*/
    .list-2 li .text{
        padding:5px 10px;
    }
    .liOne-marg{
        font-size: 14px;
        margin-left: 33%;
        margin-right: 0;
    }
    .round{
        width: 12px;
        height:12px!important;
        margin-bottom: -15%!important;
    }
    .product-deetail{
        height: 30px!important;
        line-height: 30px;
        font-size: 14px;
    }
    .margin-right36 {
        margin-right: 33px;
    }
    .product-bott-li {
        width: 22%;
    }
    .product-img-li{
        width: 47.9%!important;
        height:260px;
        background: no-repeat;
        background-size: cover;
    }
    .product-cont-li{
        margin-top:17%;
        margin-bottom: 15%;
        margin-left: 32%;
    }
    .prolist-title{
        font-size: 28px;
    }
    .prolist-smallTitle{
        font-size: 18px;
        margin-bottom: 30px;
    }
}




@media screen and (min-width: 1332px) and (max-width:  1691px){
    /* 关于我们  研发实力 */
    .strength-cont{
        margin:3% 0 3% 0;
    }
}
@media screen and (min-width: 1070px) and (max-width:  1332px){
    /* 研发实力 */
    .strength-cont{
        margin:3% 0;
    }
    .strengLine {
        width: 24px;
        margin-right: 6px;
    }
    /*服务 手册下载*/
    .productList-title {
        padding: 5% 4px 2% 2%;
    }
}
@media screen and (min-width: 768px) and (max-width:  1070px){
    /* 研发实力 */
    .strength-cont{
        margin:0;
    }
    .strength-li{
        width: 50%;
    }
    .strengLine {
        width: 24px;
        margin-right: 6px;
    }
    .streng-icon{
        width: 80px;
        height:80px;
    }
    .streng-title{
        font-size: 20px;
    }
    .streng-small{
        font-size: 14px;
    }
}
@media screen and (min-width: 1599px) and (max-width:  1796px){
    /* 预约安装 4大优势*/
    .advantage-marg{
        margin-right: 10%;
        margin-left: 5%;
    }
}
@media screen and (min-width: 1388px) and (max-width:  1599px){
    /* 预约安装 4大优势*/
    .advantage-marg{
        margin-right: 2%;
        margin-left:0;
    }
    .advantage{
        padding-left: 0;
    }
}
@media screen and (min-width: 1190px) and (max-width:  1388px){
    /* 预约安装 4大优势*/
    .advantage-marg{
        margin-right: 0;
        margin-left:0;
    }
    .advantage{
        padding-left: 0;
    }
    .agent-img {
        width: 30%!important;
        height: 30%!important;
    }
    .advantage-title{
        font-size: 20px;
    }
    .agent_process li span{
        font-size: 14px;
    }
}
@media  (max-width:  1190px){
    /* 预约安装 4大优势*/
    .advantage-marg{
        margin-right: 0;
        margin-left:0;
    }
    .advantage{
        padding-left: 0;
    }
    .agent-img {
        width: 30%!important;
        height: 30%!important;
    }
    .advantage-title{
        font-size: 20px;
    }
    .agent_process li span{
        font-size: 14px;
    }

}
@media  (max-width:  901px){
     .width25 {
        width: 50%!important;
    }
}

@media screen and (min-width: 1200px) and (max-width:  1482px){
    /*预约安装 */
    .yuyue-list{
       padding: 3%  3%  7%  3%;
    }
    .yuyue-item{
        padding:3.5% 3.362%  3.423% 3.362%;
    }
    .margin-right43{
        margin-right: 30px;
    }
    .icon-img{
        margin-bottom: 10%;
    }
    .item-title{
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 786px) and (max-width:  1200px){
    /*预约安装 */
    .yuyue-list{
        padding: 4.792%  1.396%  4.8125%  1.396%;
    }
    .yuyue-item{
        padding:4.724% 2.362%  3.423% 2.362%;
    }
    .margin-right43{
        margin-right: 15px;
    }
    .icon-img{
        margin-bottom: 10.38%;
    }
    .item-title{
        margin-bottom: 30px;
    }
}

/*合作*/
@media screen and (min-width: 1765px) and (max-width: 1917px){

    .partnership-banner{
        height:860px;
    }
    .serviceability{
        height:550px;
    }
    .partnership-img{
        height:400px;
    }
    .partnership-small{
        /* 文字不换行 */
        white-space: nowrap;
    }
    /* 首页 操作便捷*/
    .operateblock{
        width: 445px;
        height: 493px;
        margin-top: 9%;
    }
    .easyMargin {
        margin-top: 15%;
        margin-left: 19%;
        /*margin-right: 36%;*/
    }
}
@media screen and (min-width: 1697px) and (max-width: 1764px){

    .partnership-banner{
        height:860px;
    }
    .serviceability{
        height:550px;
    }
    .partnership-img{
        height:400px;
    }
    .partnership-small{
        /* 文字不换行 */
        white-space: nowrap;
    }
    .partnership-cont{
        padding:2.1878% 6% 3.594% 6%;
    }
    /*新闻*/
    .newslist-cont{
        width: 1165px;

    }
    /* 首页 操作便捷*/
    .operateblock{
        width: 424px;
        height: 440px;
        margin-top: 10%;
    }
    .easyMargin {
        margin-top: 15%;
        margin-left: 19%;
       /* margin-right: 35%;*/
    }
}
@media screen and (min-width: 1556px) and (max-width: 1697px){

    .partnership-banner{
        height:860px;
    }
    .serviceability{
        height:550px;
    }
    .partnership-img{
        height:400px;
    }
    .partnership-small{
        /* 文字不换行 */
        white-space: nowrap;
    }
    .partnership-cont{
        padding:2.1878% 6% 3.594% 6%;
    }
    /* 首页 操作便捷*/
    .easyOpera{
        height: 650px;
    }
    .operateblock{
        width: 438px;
        height: 440px;
        margin-top: 7.5%;
    }
    .easyMargin {
        margin-top: 12%;
        margin-left: 19%;
        /*margin-right: 40%;*/
    }
}
@media screen and (min-width: 1355px) and (max-width: 1556px){

    /* 合作 */
    .partnership-banner{
        height:655px;
    }
    .serviceability{
        height:550px;
    }
    .partnership-img{
        width: 566px;
        height: 320px;
    }
    .partnership-small{
        font-size: 20px;
        /* 文字不换行 */
        white-space: nowrap;
    }
    .partnership-cont{
        padding:3.1878% 7% 3.594% 10%;
    }
    .partners-img{
        height:430px;
    }
}


@media screen and (min-width: 769px) and (max-width:  1050px){
    .head-li{
        width:20%;
    }
    .header .nav li{
        margin-right: 30px;
    }
    .language{
        margin-right:0;
    }


}
@media screen and (min-width: 1050px) and (max-width:  1130px){
.head-li{
        width:20%;
    }
    .language{
        margin-right: 10%;
    }

}
@media screen and (min-width: 1811px) and (max-width: 1917px) {


        .swiper-wrapper{
            height: 100%;
        }
        .in-news-left{
            width: 380px;
        }
        .newsAll {
            margin:0 65px 0 80px;
        }
        /*产品详情*/
        .proDetail-swiper{
            height: 800px;
        }
       /* .swiperBott-color{
            margin-bottom: 45px
        }*/
        .proDetail-swiperImg{
            width: 300px;
            height: 430px;
        }

        .introCont-liImg{
            width: 150px;
            height:150px;
        }
        .productIntro-title{
            width: 422px;
            height: 105px;
            font-size: 34px;
        }
        .operate{
            height: 893px;
        }
        .operatePhone{
            width: 410px;
            height: 380px;
        }


        .custom-img{
            width: 370px;
            height:763px;
            margin-left: -35px;
        }
        .realStuff{
            height:860px;
        }
        .realStuff-title{
            margin-bottom: 20px;
        }
        .realStuff-small{
            margin-bottom: 54px;
        }
        .productIntro-img{
            width: 930px;
            height: 520px;
        }
        .products-cont{
            width: 1000px;
            height: 100%;
        }

        .function{
            height:980px;
        }
        .whiteBox{
            margin-top: 2%;
          /*  margin-right: -8%;*/
        }

        /* 探险家系列*/
        .operatePhone-rabbit-marg {
            margin-top: 3%!important;
            margin-bottom: 5%!important;
        }
        .whiteBox-rabbit-marg{
            margin-top: 2.5%!important;
            margin-right: -7.5%!important;
        }
        /* 指挥家系列*/
        .whiteBox-traveller {
            margin-top: 4%;
            margin-right: -9.5%;
        }
        /* 旅行家系列 */
    .whiteBox-traveller{
        width:740px;
        margin-right: -42%;
    }
        /* 新闻 */
        .newslist-banner{
            height: 700px;
        }
   


}
@media screen and (min-width: 1697px) and (max-width: 1811px) {

    .swiper-wrapper{
        height: 100%;
    }
    .in-news-left{
        width: 380px;
    }
    .newsAll {
        margin:0 65px 0 80px;
    }
    /*产品详情*/
    .proDetail-swiper{
        height: 800px;
    }
  /*  .swiperBott-color{
        margin-bottom: 45px
    }*/
    .proDetail-swiperImg{
        width: 300px;
        height: 430px;
    }

    .proDetail-intro-smallTitle{
        margin-bottom: 36px;
    }
    .introCont-liImg{
        width: 150px;
        height:150px;
    }
    .productIntro-title{
        width: 422px;
        height: 105px;
        font-size: 34px;
    }
    .operate{
        height: 893px;
    }
    .operatePhone{
        width: 410px;
        height: 380px;
    }


    .custom-img{
        width: 370px;
        height:763px;
        margin-left: -35px;
    }
    .realStuff{
        height:860px;
    }
    .realStuff-title{
        margin-bottom: 20px;
    }
    .realStuff-small{
        margin-bottom: 54px;
    }
    .productIntro-img{
        width: 930px;
        height: 520px;
    }
    .products-cont{
        width: 1000px;
        height: 100%;
    }

    .function{
        height:980px;
    }
    .whiteBox{
        margin-top: 2%;
       /* margin-right: -8.5%;*/
    }
    /* 探险家系列*/
    .operatePhone-rabbit-marg {
        margin-top: 3%!important;
        margin-bottom: 5%!important;
    }
    .whiteBox-rabbit-marg{
        margin-top: 2.5%!important;
        margin-right: -7.5%!important;
    }
    /* 指挥家系列*/
    .whiteBox-follow-marg {
        margin-top: 4%;
        margin-right: -10%;
    }
    /* 旅行家系列*/
    .whiteBox-traveller{
        width: 754px;
        height: 527px;
        margin-right: -45%;
    }
    /* 新闻 */
    .newslist-banner{
        height: 700px;
    }
    /* 关于我们*/
    .strength-cont {
        margin: 7.24% 10% 9.5313% 8%;
    }
}

@media (max-width:  1696px){
    .proDetail-title{
        letter-spacing: 5px;
    }
    .proDetail-intro-smallTitle{
        margin-bottom: 36px;
    }

}



@media screen and (min-width: 1355px) and (max-width: 1697px) {
    .swiper-banner{
        height:820px;
    }

    .swiper-wrapper{
        height: 100%;
    }
    .in-news-left{
        width: 296px;
    }
    .newsAll {
        margin:0 65px 0 80px;
    }
    .topCenter{
        margin-right: 1.5%;
    }
    .real-stuff{
        padding:20% 20% 22%  20%;
    }
    .in-custom-left li{
        height:10%;
    }
    .in-custom-left li .img-cover{
        padding-top:85%;
    }
    .flex-indiv1{
        height:330px!important;
    }


    .in-shili .desc, #employsApplets .desc{
        margin-bottom: 25px;
    }
    .triangle{
        height:6px;
        margin-bottom: 0;
    }
    .in-shili p{
        font-size: 16px;
    }
    /*产品详情*/

    .proDetail-swiper{
        height: 820px;
    }
    .proDetail-swiperImg{
        height: 470px;
    }

    .introCont-liImg{
        width: 140px;
        height:140px;
    }
    .introCont-liText{
        font-size: 30px;
    }
    .proDetail-title {
        font-size: 48px;
    }
    .proDetail-smallTitle{
        font-size: 20px;
    }
    .proDetail-money{
        font-size: 30px;
    }
    .swiperBott-color{
        font-size: 23px;
    }
    .proDetail-introTitle{
        font-size: 48px;
        padding-top: 3.3%;
    }
    .fc-introTitle{
    	font-size:48px;
    	padding-top:3.3%;
    }
    .fc-protectTitle{
    	font-size:48px;
    	padding-top:3.3%;
    }
    .swiperBott-circular {
        width: 18px;
        height: 18px;
    }
    .swiperBott-ring {
        width: 30px;
        height: 30px;
    }
    .custom-title{
        font-size:48px;
    }
    #operate .proDetail-introTitle-black {
        padding-top: 4%;
    }
    .operate{
        height: 820px;
    }
    .operatePhone{
        width: 410px;
        height: 380px;
    }


   
    .whiteBox-title{
        font-size: 50px;
    }
    .custom-img{
        width: 330px;
        height:756px;
        margin-left:0;
    }

    .productIntro-img{
        width: 930px;
        height: 520px;
    }

    .realStuff-small {
        margin-bottom: 58px;
    }
    .realStuff-cont {
        font-size: 30px;
    }
    .circular-icon {
        width: 36px;
        height: 36px;
    }
    .realStuff{
        height: 560px;
        margin-top: -1.6%;
        padding-top: 5%;
    }


    .productIntro-title{
        width: 422px;
        height: 105px;
        font-size: 34px;
    }
    .products-cont{
        width: 1000px;
        height: 100%;

    }


    .function{
        height:980px;
    }
    /* 探险家系列*/

    .whiteBox-rabbit-marg {
        margin-top: 8.3%!important;
        margin-right: -9.7%!important;
    }
    .custom-img-rabbit{
        height:700px;
    }
    /*指挥家系列*/

    .whiteBox-follow-marg {
        margin-top: 11%!important;
        margin-right: -12%!important;
    }
    /* 旅行家系列*/
    .whiteBox-traveller{
        margin-top: -14%;
    }
    /* 服务 */
  /*  .employs-banner{
        height: 855px;
    }*/

}

@media screen and (min-width: 1590px) and (max-width: 1697px){
    .indiv-cont {
        padding: 15% 15% 0 15%;
    }
    .individuality{
        height:480px;
    }
    .flex-indiv1{
        margin-top: 15%;
    }
    .operatePhone{
        margin-bottom: 10%;
    }
    /*探险家系列 */
    .operatePhone-rabbit-marg {
        margin-top:3%!important;
        margin-bottom: 6.5%!important;
    }
    /* 指挥家系列*/
    .operatePhone-follow-marg{
        margin-top: 2%!important;
        margin-bottom: 8%!important;
    }
    /* 旅行家系列*/
    .whiteBox-traveller{
        width: 695px;
        height: 410px;
        margin-right: -45%;
        margin-top: 5%;
    }
    /* 服务 */
   /* .employs-banner{
        height:784px;
    }*/
    /* 新闻 */
    .newslist-banner{
        height:600px;
    }
    .newslist-cont{
        width: 1043px;

    }

}
/* 2880~175% 1646.29px*/
@media screen and (min-width: 1646px) and (max-width: 1650px){
    /*首页 真材实料  贴心服务*/
    .real-stuff {
        padding:27% 24% 28% 27%;
    }
    .swiper-banner{
        height:790px;
    }
    .in-news-left{
        width: 290px!important;
        padding: 4% 3% 4% 3%;
    }
    .margin-bottom50{
        margin-bottom: 8%;
    }
    .margin-bottom45{
        margin-bottom: 10%;
    }
    .margin-bottom54{
        margin-bottom: 10%;
    }
    .individuality{
        height:500px;
    }

    .easyOpera{
        height:796px;
        background: no-repeat center;
        background-size: 100% 100%;
    }
    .in-shili .desc, #employsApplets .desc{
        margin-bottom: 38px;
    }
    .operateblock{
        width: 457px;
        height: 437px;
        margin-top: 11%;
    }
    .in-shili h4, #employsApplets h4{
        margin-bottom: 45px;
    }
    .easyMargin {
        margin-top: 13%;
        margin-left: 20%;
       /* margin-right: 40%;*/
    }
    .bg1{
        height: 652px;

    }
    .productFeatures-img{
        height: 400px!important;
        line-height: 400px!important;
    }
    /* 产品列表 */
    .product-img{
        height:785px!important;
    }
    /* 产品详情 */
    #operate .proDetail-introTitle-black {
        padding-top: 3%;
    }
    .proDetail-swiper {
        height: 772px;
    }
    .proDetail-smallTitle{
        font-size: 23px;
    }
    .whiteBox {
        width: 690px;
       /* width: 550px;*/
        height: 393px;
        margin-top: 0!important;
        /* margin-top: 4%!important;
         margin-right: -6.5%;*/

    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-right: -42%;
    }
    .custom-img {
        width: 242px;
        height: 600px;
        margin-left: 0;
    }
    .whiteBox-rabbit-marg{
        margin-right: -7%!important;
    }
    .custom-img-rabbit{
        width: 285px;
        height: 600px;
        margin-left: 0;
    }
    .whiteBox-follow-marg{
        margin-right: -7.5%!important;
    }
    .realStuff{
        height: 707px!important;
        margin-top: -1.3%;
    }
    .products-cont{
        font-size: 20px!important;
    }

    .proDetail-introTitle{
        padding-top: 3.3%;
    }
    .fc-introTitle{
    	paddding-top:3.3%;
    }
    .fc-protectTitle{
    	padding-top:3.3%;
    }
    .productIntro-title{
        width: 350px!important;
        height: 70px!important;
    }
    .customizedShell{
        height: 704px;
    }
    .operate{
        height: 712px;
        padding-top: 6%;
        background: no-repeat center;
        background-size: 100% 100%;
    }
    .proDetail-introTitle{
        margin-bottom: 2%;
    }
    .proDetail-intro-smallTitle{
        margin-bottom:30px ;
    }
    .operate-li{
        margin-bottom:2% ;
    }
    .operate-li-left{
        width: 103px;
        height: 103px;
    }
    .operate-li-title{
        margin-bottom: 8%;
    }
    .function{
        height: 815px!important;
    }

    /* 服务 */
   /* .employs-banner{
        height: 785px!important;
    }*/
    /*.zd-pro1{
        padding-top: 200px!important;;
        padding-bottom: 180px!important;;
    }*/
    .advantage{
        padding-top: 114px;
        padding-bottom: 111px;

    }
    /* 合作 */
    .partnership-banner{
        height: 785px!important;
    }
    .serviceability{
        height:498px!important;
    }
    /* 关于我们 */
    .about-banner {
        height: 785px!important;
    }
    .serbility{
        height: 798px!important;
    }
    #strength .intro-title{
        padding-top: 7%;
    }
    #strength .strength-cont{
        margin: 5% 3% 7% 3%;
    }
}



@media screen and (min-width: 1556px) and (max-width: 1590px){
    .indiv-cont {
        padding: 15% 15% 0 15%;
    }
    .individuality{
        height: 500px;
    }
    .flex-indiv1{
        margin-top: 12%;
    }
    /*产品详情 */
   /* .swiperBott-color{
        margin-bottom: 0;
    }*/
    .operate {
        height: 714px;
    }
    .proDetail-intro-smallTitle{
        margin-bottom: 66px;
    }
    .operate-li-left{
        width: 100px;
        height: 100px;
    }
    .operate-li-title{
        font-size: 26px;
    }
    .operate-li-small{
        font-size: 22px;
    }
    .bluetooth-margin-left {
        margin-left: -1.5%;
    }
    .ICCard-margin-left {
        margin-left: -2.5%;
    }
    .productIntro-title{
        width: 414px;
        height: 108px;
        font-size: 40px;

    }
    .whiteBox{
        width: 623px;
        height: 440px;
        margin-right: 0;
        margin-top: 1%;
       /* width: 590px;
        height: 405px;
        margin-right: -8.5%;*/
    }
    .whiteBox-rabbit-marg{
        margin-top: 6%!important;
        margin-bottom:9%!important;
    }
    .whiteBox-follow-marg {
        margin-top: 9%!important;
        margin-right: -10%!important;
    }
    .operatePhone{
        margin-bottom: 11%;
    }
    /*探险家系列 */
    .operatePhone-rabbit-marg{
        margin-top: 5%!important;
        margin-bottom: 5%!important;
    }
    /* 指挥家系列*/
    .operatePhone-follow-marg{
        margin-top: 2%!important;
        margin-bottom: 8%!important;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-right: -42%;
    }
    /* 新闻 */
    .newslist-banner{
        height: 700px;
    }
    .newslist-cont{
        width: 1064px;
        margin-top: -12%;

    }

    .newsList-title{

        margin-bottom: 26px;
    }

    .list-5 li .text .more{
        font-size: 20px;
    }
    .border-bott{
        padding-bottom: 3%;
        padding-top: 6%;
    }
    .more-marg-top{
        margin-top: -7%;
    }
    /* 新闻详情 */
    .ct2-mn{
        width: 830px;
    }
    .newsDetailCont{
        width: 1100px;
    }
}
@media screen and (min-width: 1510px) and (max-width: 1555px){
    .swiper-banner{
        height: 655px;
    }
    .indiv-cont {
        padding: 12% 12% 0 12%;
    }

    .individuality{
        height:440px;
    }
    .flex-indiv1 {
        margin-top: 15%;
    }
    /* 首页 操作便捷*/
    .easyOpera{
        height: 650px;
    }
    .operateblock{
        width: 28%;
        height: 407px;
        margin-top: 8%;
    }
    .easyMargin {
        margin-top: 12%;
        margin-left: 19%;
        /*margin-right: 38%;*/
    }
    /*产品详情 */
    .swiperBott-color{
        margin-bottom: 0;
    }
    .proDetail-intro-smallTitle{
        margin-bottom: 39px;
    }
    .operate {
        height: 714px!important;
    }
    .operate-li-left{
        width: 100px;
        height: 100px;
    }
    .operate-li-title{
        font-size: 26px;
    }
    .operate-li-small{
        font-size: 22px;
    }
    .bluetooth-margin-left {
        margin-left: -1.5%;
    }
    .ICCard-margin-left {
        margin-left: -2.5%;
    }
    .productIntro-title{
        width: 416px;
        height: 108px;
        font-size: 40px;

    }
  /*  .products-contLi{
        padding:20px 10px 21px 203px;
    }*/
    .products-cont {
        width: 926px;
        height: 100%;
        font-size: 18px;
    }
    .whiteBox {
        width: 530px;
        height: 388px;
        margin-top: 5%!important;
       /* width: 530px;
        height: 343px;
        margin-top: 5%!important;
        margin-right: -9%!important;*/
    }
    .whiteBox-rabbit-marg {
        margin-right: -8.5%!important;
    }
    .whiteBox-follow-marg{
        margin-right: -10%!important;
    }
    .whiteBox-title{
        font-size: 40px;
    }
    .custom-img{
        width: 266px;
        height: 547px;
        margin-left: 0;
    }
    .operatePhone{
        margin-bottom: 12%;
    }
    .operatePhone-rabbit-marg {
        margin-top: 6%!important;
        margin-bottom: 5%!important;
    }
    .operatePhone-follow-marg{
        margin-top: 2%!important;
        margin-bottom: 9%!important;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        width: 631px;
        margin-top: 2.7%!important;
        margin-right: -43%;
    }

    /* 服务 */
    /* .employs-banner{
         height: 655px;
     }*/
    .agent-img{
        width: 34%!important;
        height: 34%!important;
    }
    .advantage-title{
        font-size: 26px;
    }
    /* 新闻 */
    .newslist-banner{
        height:600px;
    }
    .newslist-cont{
        width: 933px;
        margin-left: 15%;
    }
    .news-dayTime{
        font-size: 70px;
    }
    .news-yy-mm{
        font-size: 20px;
    }
    .newsList-title{

        margin-bottom: 26px;
    }

    .list-5 li .text .more{
        font-size: 20px;
    }
    .border-bott{
        padding-bottom: 3%;
        padding-top: 6%;
    }
    .more-marg-top{
        margin-top: 0%;
    }
    /* 新闻详情 */
    .ct2-mn{
        width: 830px;
    }
    .newsDetailCont{
        width: 1100px;
    }
}
@media screen and (min-width: 1460px) and (max-width: 1510px){
    .swiper-banner{
        height: 655px;
    }
    .indiv-cont {
        padding: 12% 12% 0 12%;
    }

    .individuality{
        height:440px;
    }
    .flex-indiv1 {
        margin-top: 15%;
    }
    /* 首页 操作便捷*/
    .easyOpera{
        height: 650px;
    }
    .operateblock{
        width: 27%;
        height: 407px;
        margin-top: 8%;
    }
    .easyMargin {
        margin-top: 12%;
        margin-left: 19%;
       /* margin-right: 38%;*/
    }
    /*产品详情 */
   /* .swiperBott-color{
        margin-bottom: 0;
    }*/
    .proDetail-intro-smallTitle{
        margin-bottom: 39px;
    }
    .operate {
        height: 714px!important;
    }
    .operate-li-left{
        width: 100px;
        height: 100px;
    }
    .operate-li-title{
        font-size: 26px;
    }
    .operate-li-small{
        font-size: 22px;
    }
    .bluetooth-margin-left {
        margin-left: -1.5%;
    }
    .ICCard-margin-left {
        margin-left: -2.5%;
    }
    .productIntro-title{
        width: 416px;
        height: 108px;
        font-size: 40px;

    }
  /*  .products-contLi{
        padding:20px 10px 21px 203px;
    }*/
    .products-cont {
        width: 926px;
        height: 100%;
        font-size: 18px;
    }
    .whiteBox {
        width: 530px;
        height: 382px;
        margin-top: 5%!important;


       /* width: 530px;
        height: 343px;
        margin-top: 5%!important;
        margin-right: -9%!important;*/
    }
    .whiteBox-rabbit-marg {
        margin-right: -8.5%!important;
    }
    .whiteBox-follow-marg{
        margin-right: -10%!important;
    }
    .whiteBox-title{
        font-size: 40px;
    }
    .custom-img{
        width: 266px;
        height: 547px;
        margin-left: 0;
    }
    .operatePhone{
        margin-bottom: 12%;
    }
    .operatePhone-rabbit-marg {
        margin-top: 6%!important;
        margin-bottom: 5%!important;
    }
    .operatePhone-follow-marg{
        margin-top: 2%!important;
        margin-bottom: 9%!important;
    }

    /* 旅行家 */
    .whiteBox-traveller{
        width: 633px;
        height: 379px;
        margin-top: 2.8%!important;
        margin-right: -43%;
    }
    /* 服务 */
    /* .employs-banner{
         height: 655px;
     }*/
    .agent-img{
        width: 34%!important;
        height: 34%!important;
    }
    .advantage-title{
        font-size: 26px;
    }
    /* 新闻 */
    .newslist-banner{
        height:600px;
    }
    .newslist-cont{
        width: 933px;
        margin-left: 15%;
    }
    .news-dayTime{
        font-size: 70px;
    }
    .news-yy-mm{
        font-size: 20px;
    }
    .newsList-title{

        margin-bottom: 26px;
    }

    .list-5 li .text .more{
        font-size: 20px;
    }
    .border-bott{
        padding-bottom: 3%;
        padding-top: 6%;
    }
    .more-marg-top{
        margin-top: 0%;
    }
    /* 新闻详情 */
    .ct2-mn{
        width: 830px;
    }
    .newsDetailCont{
        width: 1100px;
    }
}
/* 2880~200% 1440px*/
@media screen and (device-width: 1440px){
    .indiv-cont {
        padding: 12% 12% 0 12%;
    }

    .individuality{
        height:440px;
    }
    .flex-indiv1 {
        margin-top: 15%;
    }
    .in-news-left{
        width: 258px!important;
        padding: 2.2% 2% 2.2% 2%;
    }

    .margin-bottom50{
        margin-bottom: 6%;
    }
    .margin-bottom45{
        margin-bottom: 6%;
    }
    .margin-bottom54{
        margin-bottom: 6%;
    }

    .in-tedian-menu li a{
        width: 126px;
        height: 126px;
        line-height: 126px;
        font-size: 18px;
    }
    .profeat-bottom{
        margin-top:0;
    }
    .productFeatures-img{
        height: 352px!important;
    }
    .swiper-banner {
        height: 665px;
    }
    /* 首页 操作便捷*/
    .easyOpera{
        height: 650px;
    }
    .operateblock{
        width: 353px;
        height: 407px;
        margin-top: 8%;
    }
    .easyMargin {
        margin-top: 12%;
        margin-left: 19%;
        /* margin-right: 38%;*/
    }
    /* 真材实料  贴心服务*/
    .real-stuff {
        padding:27% 24% 28% 27%;
    }
    /*产品详情 */
    .proDetail-swiper {
        height: 655px;
    }

    .proDetail-swiperTop{
        padding-top: 3%;
    }
    .proDetail-swiperBott{
        margin-top: 2%;
    }
    .proDetail-swiperBott {
        margin-top: 0!important;
    }
    .proDetail-intro-smallTitle{
        margin-bottom: 39px;
    }

    #operate .proDetail-introTitle-black {
        padding-top: 2%;
    }
    .operate {
        height: 714px;
    }

    .operate-li-left{
        width: 100px;
        height: 100px;
    }
    .operate-li-title{
        font-size: 26px;
    }
    .operate-li-small{
        font-size: 22px;
    }
    .bluetooth-margin-left {
        margin-left: -1.5%;
    }
    .ICCard-margin-left {
        margin-left: -2.5%;
    }

    /* 多重防护 安全护航*/
    .multiple-protection{
        height: 656px;
        padding-top: 2%;
    }
    .multiple-protection5{
        height: 660px;
    }
    /* 菲尼克斯枪头 */
    .Phoenix{
        height: 780px;
    }
    .proDetail-introTitle{
        padding-top: 3.3%!important;
    }
    .productIntro-title{
        width: 416px;
        height: 108px;
        font-size: 40px;

    }
    /*.products-contLi{*/
    /*    padding:20px 10px 21px 203px;*/
    /*}*/
    .products-cont {
        width: 926px;
        height: 100%;
        font-size: 18px;
    }
    .whiteBox {
        width: 533px;
        height: 391px;
        margin-top: 4.5%!important;

        /* width: 530px;
         height: 343px;
         margin-top: 5%!important;
         margin-right: -9%!important;*/
    }
    .whiteBox-rabbit-marg {
        margin-right: -8.5%!important;
    }
    .whiteBox-follow-marg{
        margin-right: -10%!important;
    }
    .whiteBox-title{
        font-size: 40px;
    }
    .custom-img{
        width: 266px;
        height: 547px;
        margin-left: 0;
    }
    .operatePhone{
        margin-bottom: 12%;
    }
    .operatePhone-rabbit-marg {
        margin-top: 6%!important;
        margin-bottom: 5%!important;
    }
    .operatePhone-follow-marg{
        margin-top: 2%!important;
        margin-bottom: 9%!important;
    }
    .realStuff{
        height: 587px;
    }

    /* 旅行家 */
    .whiteBox-traveller{
        width: 620px;
        height: 379px;
        margin-top: 3%!important;
        margin-right: -44%;
    }

    /* 服务 */

    /* .employs-banner{
         height: 655px;
     }*/
    .agent-img{
        width: 34%!important;
        height: 34%!important;
    }
    .advantage-title{
        font-size: 26px;
    }
    /* 服务~预约安装 */
    .yuyue-list{
        padding:4%  4%  4%  4%!important;
    }
    .yuyue-item{
       height: 274px;
       padding: 2% 3%  3% 3%!important;
    }
    .icon-img{
        margin-bottom: 4%!important;
    }
    .item-title{
        margin-bottom: 4%!important;
    }
    /* 服务~客户服务 */
    .serbility{
        height: 619px;
    }
    /* 新闻 */
    .newslist-banner{
        height:600px;
    }
    .newslist-cont{
        width: 933px;
        margin-left: 15%;
    }
    .news-dayTime{
        font-size: 70px;
    }
    .news-yy-mm{
        font-size: 20px;
    }
    .newsList-title{

        margin-bottom: 26px;
    }

    .list-5 li .text .more{
        font-size: 20px;
    }
    .border-bott{
        padding-bottom: 3%;
        padding-top: 6%;
    }
    .more-marg-top{
        margin-top: 0%;
    }
    /* 新闻详情 */
    .ct2-mn{
        width: 830px;
    }
    .newsDetailCont{
        width: 1100px;
    }


}
@media screen and (min-width: 1441px) and (max-width: 1460px){


    .swiper-banner{
        height: 655px;
    }
    .indiv-cont {
        padding: 12% 12% 0 12%;
    }

    .individuality{
        height:440px;
    }
    .flex-indiv1 {
        margin-top: 15%;
    }
    .in-news-left{
        width: 258px!important;
        padding: 2.2% 2% 2.2% 2%;
    }

    .margin-bottom50{
        margin-bottom: 6%;
    }
    .margin-bottom45{
        margin-bottom: 6%;
    }
    .margin-bottom54{
        margin-bottom: 6%;
    }

    .in-tedian-menu li a{
        width: 126px;
        height: 126px;
        line-height: 126px;
        font-size: 18px;
    }
    .profeat-bottom{
        margin-top:0;
    }
    .productFeatures-img{
        height: 352px!important;
    }
    /* 首页 操作便捷*/
    .easyOpera{
        height: 650px;
    }
    .operateblock{
        width: 353px;
        height: 407px;
        margin-top: 8%;
    }
    .easyMargin {
        margin-top: 12%;
        margin-left: 19%;
       /* margin-right: 38%;*/
    }
    /*产品详情 */

    .proDetail-swiperTop{
        padding-top: 0;
    }
    .proDetail-swiperBott{
        margin-top: 2%;
    }
   
    .proDetail-intro-smallTitle{
        margin-bottom: 39px;
    }
    .operate {
        height: 714px;
    }
    .operate-li-left{
        width: 100px;
        height: 100px;
    }
    .operate-li-title{
        font-size: 26px;
    }
    .operate-li-small{
        font-size: 22px;
    }
    .bluetooth-margin-left {
        margin-left: -1.5%;
    }
    .ICCard-margin-left {
        margin-left: -2.5%;
    }

    .proDetail-introTitle{
        padding-top: 3.3%;
    }
    .productIntro-title{
        width: 416px;
        height: 108px;
        font-size: 40px;

    }
    /*.products-contLi{*/
    /*    padding:20px 10px 21px 203px;*/
    /*}*/
    .products-cont {
        width: 926px;
        height: 100%;
        font-size: 18px;
    }
    .whiteBox {
        width: 533px;
        height: 391px;
        margin-top: 4.5%!important;

       /* width: 530px;
        height: 343px;
        margin-top: 5%!important;
        margin-right: -9%!important;*/
    }
    .whiteBox-rabbit-marg {
        margin-right: -8.5%!important;
    }
    .whiteBox-follow-marg{
       margin-right: -10%!important;
    }
    .whiteBox-title{
        font-size: 40px;
    }
    .custom-img{
        width: 266px;
        height: 547px;
        margin-left: 0;
    }
    .operatePhone{
        margin-bottom: 12%;
    }
    .operatePhone-rabbit-marg {
        margin-top: 6%!important;
        margin-bottom: 5%!important;
    }
    .operatePhone-follow-marg{
        margin-top: 2%!important;
        margin-bottom: 9%!important;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        width: 620px;
        height: 379px;
        margin-top: 3%!important;
        margin-right: -44%;
    }

    /* 服务 */

   /* .employs-banner{
        height: 655px;
    }*/
    .agent-img{
        width: 34%!important;
        height: 34%!important;
    }
    .advantage-title{
        font-size: 26px;
    }
    /* 新闻 */
    .newslist-banner{
        height:600px;
    }
    .newslist-cont{
        width: 933px;
        margin-left: 15%;
    }
    .news-dayTime{
        font-size: 70px;
    }
    .news-yy-mm{
        font-size: 20px;
    }
    .newsList-title{

        margin-bottom: 26px;
    }

    .list-5 li .text .more{
        font-size: 20px;
    }
    .border-bott{
        padding-bottom: 3%;
        padding-top: 6%;
    }
    .more-marg-top{
        margin-top: 0%;
    }
    /* 新闻详情 */
    .ct2-mn{
        width: 830px;
    }
    .newsDetailCont{
        width: 1100px;
    }
    .proDetail-swiper {
        height: 655px;
    }
}
/* 1920*1080~125%:1536px*/
@media (device-width: 1536px){
    /* 首页*/
    .swiper-banner{
        height: 620px;
    }

    .bg1{
        height:617px!important;
    }
    .in-news-left{
        width: 258px!important;
        padding: 2.2% 2% 2.2% 2%;
    }

    .margin-bottom50{
        margin-bottom: 6%;
    }
    .margin-bottom45{
        margin-bottom: 6%;
    }
    .margin-bottom54{
        margin-bottom: 6%;
    }

    .in-tedian-menu li a{
        width: 126px;
        height: 126px;
        line-height: 126px;
        font-size: 18px;
    }
    .profeat-bottom{
        margin-top:0;
    }
    .productFeatures-img{
        height: 300px!important;
        line-height: 304px!important;
    }
    .margin-bottom60{
        margin-bottom: 2%;
    }
    .in-news-menu{
        margin-bottom: 2%;
    }
    .flex-li-text{
        font-size: 16px;
    }


    /* 首页 操作便捷*/
    .easyOpera{
        height: 632px;
    }
    .operateblock{
        width: 430px;
        height: 437px;
        margin-top: 7%;
    }
    .easyMargin {
        margin-top: 12%;
        margin-left: 19%;
       /* margin-right: 40%;*/
    }
    /* 产品列表 */
    .product-img{
        height: 620px;
    }
    /* 合作 */
    .partnership-banner{
        height: 620px;
    }
    .serviceability{
        height: 380px;
    }
    /* 关于我们*/
    .about-banner{
        height:620px;
    }
    .serbility{
        height: 660px;
    }
    /* 新闻 */
    .newslist-cont{
        width:990px;
    }
    .more-marg-top {
        margin-top: -11.6%;
    }


    /* 菲尼克斯枪头 */
    .Phoenix{
        height: 820px;
    }
    .proDetail-introTitle{
        padding-top: 2.5%!important;
    }
    .fc-introTitle{
        padding-top: 13%!important;
    }
    .fc-protectTitle{
    	padding-top: 3%  !important;
    }
    .proDetail-swiper{
        height: 640px;
    }
    .proDetail-swiperImg{
        height: 415px;
    }
    .proDetail-swiperTop{
        padding-top: 3%;
    }
    .operate {
        height: 644px!important;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-top: 1%!important;
        margin-right: -42%;
    }
    /* 服务~预约安装 */
    .yuyue-list{
        padding:3%  4%  3%  4%!important;
    }
    .yuyue-item{
        height: 255px;
        padding: 2% 3%  3% 3%!important;
    }
    .icon-img{
        margin-bottom: 4%!important;
    }
    .item-title{
        margin-bottom: 4%!important;
    }

    .icon-img{
        width: 80px;
        height: 80px;
        margin-bottom: 0;
    }
    .item-title{
        font-size: 26px;
        margin-bottom: 26px;
    }
    .item-small {
        font-size: 18px;
    }

}

@media screen and (min-width: 1355px) and (max-width: 1439px){

    .flex-indiv1{
        margin-top: 17%;
    }
    .indiv-cont{
        padding: 12% 12% 0 12%;
    }
    .individuality{
        height:500px;
    }
    /* 首页 操作便捷*/
    .easyOpera{
        height: 625px;
    }
    .operateblock{
        width: 338px;
        height: 380px;
        margin-top: 8%;
    }
    .easyMargin {
        margin-top: 12%;
        margin-left: 19%;
       /* margin-right: 35%;*/
    }
    /* 产品详情 */
    .proDetail-intro-smallTitle{
        margin-bottom: 39px;
    }
    .operate {
        height: 670px!important;
    }
    .operate-li{
        margin-bottom: 2%;
    }
    .operate-li-left{
        width: 100px;
        height: 100px;
    }

    .operate-li-title{
        font-size: 26px;
    }
    .operate-li-small{
        font-size: 22px;
    }
    .bluetooth-margin-left {
        margin-left: -1.5%;
    }
    .ICCard-margin-left {
        margin-left: -2.5%;
    }
    .productIntro-title{
        width: 416px;
        height: 108px;
        font-size: 40px;

    }
    .whiteBox {
        width: 590px;
        height: 435px;
        margin-top: -2px;
       /* width: 590px;
        height: 405px;
        margin-right: -9.5%;*/
    }
    .operatePhone{
        margin-bottom: 13%;
    }
    .operatePhone-rabbit-marg {
        margin-top: 7%!important;
        margin-bottom: 5%!important;
    }
    /* 指挥家系列*/
    .operatePhone-follow-marg{
        margin-top: 2%!important;
        margin-bottom: 10%!important;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-top: -1%!important;
    }
    /* 新闻 */
    .newslist-banner{
        height: 500px;
    }
    .newslist-cont{
        width: 1020px;

    }
    .newsLi-img{
        width: 275px;
        height: 144px;
    }
    .news-dayTime{
        font-size: 60px;
    }
    .news-yy-mm{
        font-size: 16px;
    }
    .newsList-title{
        margin-bottom: 30px;
    }

    .list-5 li .text .more{
            font-size: 22px;
    }
    .border-bott{
        padding-bottom: 5%;
        padding-top: 6%;
    }
    .more-marg-top{
        margin-top: -7%;
    }
    /* 新闻详情 */
    .ct2-mn{
        width: 794px;
    }
    .newsDetailCont{
        width: 1100px;
    }
}

    @media (device-width: 1354px){
        /* 首页 操作便捷*/
        .easyOpera{
            height: 625px;
        }
        .operateblock{
            width: 338px;
            height: 380px;
            margin-top: 8%;
        }
        .wrap-desc{
            margin-bottom: 30px;
        }
        .wrap-triangle {
            margin-bottom: -15px;
        }
        .easyMargin {
            margin-top: 12%;
            margin-left: 19%;
           /* margin-right: 35%;*/
        }
    .swiper-banner{
        height:900px;
    }
    .swiper-wrapper{
        height: 100%;
    }
    .in-news-left{
        width: 250px;
    }
    .newsAll {
        margin:0 65px 0 80px;
    }
    .companyProfile .container{/*关于我们*/
        width: 90%;
    }
    .topCenter{
        margin-right: 3%;
        margin-left: -50px;
    }

    .flex-indiv1{
        margin-top: 31%;
        height: 293px!important;
    }
   
    .real-stuff{
        padding:20% 20% 22%  20%;
    }
    .in-custom-left li{
        height:9%;
    }
    .in-custom-left li .img-cover{
        padding-top:90%;
    }
    .strong-title{
        font-size: 44px;
    }
    .small-title{
        font-size: 26px!important;
    }
    .in-tedian-menu li a{
        width: 147px;
        height: 147px;
        line-height: 147px;
    }
    .indiv-cont{
        padding: 12% 12% 0 12%;
    }
    .individuality{
        width: 80%;
        height:600px;
    }
    /*产品详情*/

        .proDetail-swiper{
            height: 700px;
        }
        .proDetail-swiperImg{
            height: 400px;
        }


        .introCont-liImg{
            width: 120px;
            height:120px;
        }
        .introCont-liText{
            font-size: 30px;
        }
        .proDetail-title {
            font-size: 48px;
        }
        .proDetail-smallTitle{
            font-size: 20px;
        }
        .proDetail-money{
            font-size: 30px;
        }
        .swiperBott-color{
            font-size: 23px;
        }
        .swiperBott-circular {
            width: 18px;
            height: 18px;
        }
        .swiperBott-ring {
            width: 30px;
            height: 30px;
        }
        .custom-title{
            font-size:48px;
        }
        .proDetail-introTitle{
            font-size: 48px;
            margin-bottom: 2%;
        }
        .proDetail-intro-smallTitle{
            margin-bottom: 60px;
        }
        .productIntro-title{
            width: 329px;
            height: 83px;
            font-size: 26px;

        }
        .custom-title{
            font-size: 48px;
        }
        #operate .proDetail-introTitle-black {
            padding-top: 2%;
        }
        .operate{
            height: 704px!important;
        }
        .operate-li{
            margin-bottom: 2%;
        }
        .operate-li-left{
            width: 100px;
            height: 100px;
        }

        .operate-li-title{
            font-size: 26px;
        }
        .operate-li-small{
            font-size: 22px;
        }
        .bluetooth-margin-left {
            margin-left: -1.5%;
        }
        .ICCard-margin-left {
            margin-left: -2.5%;
        }
        .productIntro-title{
            width: 416px;
            height: 108px;
            font-size: 40px;

        }
      .operatePhone{
        width: 339px;
        height: 358px;
        margin-bottom: 11%;
    }


    .whiteBox {
        width: 533px;
        height: 430px;
        margin-top: 1%;
       /* width: 533px;
        height: 388px;
        margin-top: 6%;
        margin-right: -9.5%;*/
    }
    .whiteBox-title{
        font-size: 50px;
    }
    .custom-img{
        width: 320px;
        height: 648px;
        margin-left: 0;
    }
    .realStuff{
        height:700px;
    }
    .realStuff-title {
        font-size: 50px;
        margin-bottom: 1%;
    }
    .realStuff-small {
        margin-bottom: 35px;
    }

    .realStuff-cont{
        font-size: 26px;
    }
    .circular-icon{
        width: 26px;
        height:26px;
        margin-bottom: 28px;
    }
    .productIntro-img{
        width: 930px;
        height: 520px;
    }
    .products-cont{
        width:825px;
        height: 100%;
        font-size: 22px;

    }

  /*  .products-contLi{
        padding:16px 10px 16px 203px;
    }
*/
    .function{
        height:770px;
    }
    /* 探险家系列*/
    .operatePhone-rabbit-marg{
        margin-top: 3.5%!important;
        margin-bottom: 5%!important;
    }
    .whiteBox-rabbit-marg {
        margin-top: 6%!important;
        margin-right: -9%!important;
    }
    .whiteBox-follow-marg{
        margin-top: 6%!important;
        margin-right: -11%!important;
    }
    /* 合作 */
    .partnership-banner{
        height:860px;
    }
    .serviceability{
        height:550px;
    }
    .partnership-img{
        width: 566px;
        height: 320px;
    }
    .partnership-small{
        font-size: 20px;
        /* 文字不换行 */
        white-space: nowrap;
    }
    .partnership-cont{
        padding:3.1878% 7% 3.594% 10%;
    }
    .partners-img{
        height:430px;
    }
    .customer-phone{
        width: 400px;
        height:56px;
    }

        /* 服务 */
      /*  .employs-banner{
            height: 650px;
        }*/
        /* 新闻 */
        .newslist-banner{
            height: 650px;
        }
        .newslist-cont{
            width: 940px;
            margin-top:-11%;
        }
        .newsLi-img{
            width: 275px;
            height: 144px;
        }
        .news-dayTime{
            font-size: 60px;
        }
        .news-yy-mm{
            font-size: 16px;
        }
        .newsList-title{
            font-size: 26px;
            margin-bottom: 30px;
        }
        .newsList-cont{
            font-size: 16px;
        }
        .list-5 li .text .more{
            font-size: 16px;
        }
        .border-bott{
            padding-bottom: 5%;
            padding-top: 6%;
        }
        .more-marg-top{
            margin-top: -4.5%;
        }
        /* 新闻详情 */
        .ct2-mn{
            width: 770px;
        }
        .newsDetailCont{
            width: 1020px;
        }
}
@media (min-width: 1267px){
    .in-custom-left ul{
        margin:45px 103px 2% 103px;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-right: -44%;

    }

}

@media screen and (min-width: 1226px) and (max-width: 1354px) {
    /* 首页 操作便捷*/
    .easyOpera{
        height: 625px;
    }
    .operateblock{
        width: 279px;
        height: 287px;
        margin-top: 12%;
    }
    .wrap-desc{
        margin-bottom: 30px!important;
    }
    .wrap-triangle {
        margin-bottom: -15px!important;
    }
    .easyMargin {
        margin-top: 12%;
        margin-left: 19%;
        /*margin-right: 16%;*/
    }
    .swiper-banner{
        height:800px;
    }
    .swiper-wrapper{
        height: 100%;
    }
    .in-news-left{
        width: 250px;
    }
    .newsAll {
        margin:0 65px 0 80px;
    }
    .companyProfile .container{/*关于我们*/
        width: 90%;
    }
    .topCenter{
        margin-right: 3%;
        margin-left: -50px;
    }
    .flex-indiv1{
        margin-top: 28%;
        height: 293px!important;
    }
    
    .real-stuff{
        padding:20% 20% 22%  20%;
    }
    .in-custom-left ul{
        margin: 45px 66px 143px 45px;
    }
    .in-custom-left li{
        height:9%;
    }
    .in-custom-left li .img-cover{
        padding-top:90%;
    }
    .strong-title{
        font-size: 34px;
      /* font-size: 44px;*/
    }
    .small-title{
        font-size: 19px!important;
       /* font-size: 26px!important;*/
    }
    .in-shili p{
        font-size: 15px;
    }
    .in-tedian-menu li a{
        width: 147px;
        height: 147px;
        line-height: 147px;
    }
    .individuality {
        width: 90%;
        height: 500px;
    }
    .indiv-cont {
        padding: 10% 10% 0 10%;
    }
    .triangle{
        margin-bottom: 10px;
    }

    /*产品详情*/


    .swiperBott-color{
        font-size: 20px;
    }

    .proDetail-title{
        font-size: 36px;
    }
    .proDetail-smallTitle{
        font-size:18px;
    }

    .proDetail-money{
        font-size: 26px;
    }
    .swiperBott-circular{
        width: 14px;
        height: 14px;
    }
    .swiperBott-ring{
        width: 26px;
        height: 26px;
    }
    .proDetail-introTitle{
        font-size: 36px;
        margin-bottom: 1%;
    }

    .proDetail-intro-smallTitle{
        font-size: 26px;
        margin-bottom:40px;
    }



    .custom-title{
        font-size:36px;
    }

   .proDetail-swiper{
        height: 700px;
    }
    .proDetail-swiperImg{
        height: 400px;
    }

    .introCont-liImg{
        width: 100px;
        height:100px;
    }
    .introCont-liText{
        font-size: 26px;
    }
    #operate .proDetail-introTitle-black {
        padding-top: 2%;
    }
    .operate{
        height: 620px!important;
    }
    .operate-li{
        margin-bottom: 3%;
    }
    .operatePhone{
        width: 339px;
        height: 358px;
        margin-bottom: 11%;
    }
    .operate-li-left{
        width: 98px;
        height: 98px;
    }
    .operate-li-title{
        font-size: 26px;
        margin-bottom: 7%;
    }
    .operate-li-small{
        font-size: 20px;
    }
    .whiteBox {
        width: 551px;
        height: 365px;
        margin-top: 2.5%;
     /*   width: 551px;
        height: 331px;
        margin-top: 8%;
        margin-right: -11%;*/
    }
    .whiteBox-title{
        font-size: 36px;
    }
    .custom-img{
        width: 320px;
        height: 648px;
        margin-left: 0;
    }
    .realStuff{
        height:700px;
    }
    .realStuff-title {
        font-size: 36px;
        margin-bottom: 2%;
    }
    .realStuff-small {
        margin-bottom: 73px;
    }
    .realStuff-cont{
        font-size: 19px;
    }
    .circular-icon{
        width: 20px;
        height:20px;
        margin-bottom: 28px;
    }
    .productIntro-img{
        width: 930px;
        height: 520px;
    }
    .products-cont{
        width: 820px;
        height: 100%;
        font-size: 19px;
        margin-bottom: 191px;
    }
    .productIntro-title{
        width: 325px;
        height: 86px;
        font-size: 26px;

    }
   /* .products-contLi{
        padding:16px 10px 16px 203px;
    }*/


    .function{
        height:770px;
    }
    /* 探险家系列*/

    .operatePhone-rabbit-marg{
        margin-top: 3.5%!important;
        margin-bottom: 5%!important;
    }
    .whiteBox-rabbit-marg {
        margin-top: 8%!important;
        margin-right: -10%!important;
    }
    .whiteBox-follow-marg{
        margin-top: 10%!important;
        margin-right: -13%!important;
    }
    /* 理想家*/
    #operate .proDetail-introTitle-idealists{
        padding-top: 3.5108%;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-right: -44%;

    }
    /* 合作 */
    .partnership-banner{
        height:860px;
    }
    .serviceability{
        height:550px;
    }
    .partnership-img{
        width: 497px;
        height: 320px;
    }
    .partnership-title{
        font-size: 44px;
    }
    .partnership-small{
        font-size: 18px;
        /* 文字不换行 */
        white-space: nowrap;
    }
    .partnership-cont{
        padding:3.1878% 7% 3.594% 10%;
    }

    .serviceability-title{
        font-size: 44px;
    }
    .serviceability-small{
        font-size: 26px;
    }
    .partners-img{
        height:460px;
    }
    .customer-phone{
        width: 400px;
        height:56px;
    }
    /*  服务 */
  /*  .employs-banner {
        height: 590px;
    }*/
    /* 新闻 */
    .newslist-banner{
        height: 600px;
    }
    .newslist-cont{
        width: 860px;
        margin-top: -11%;

    }
    .newsLi-img{
        width: 275px;
        height: 144px;
    }
    .news-dayTime{
        font-size: 60px;
    }
    .news-yy-mm{
        font-size: 16px;
    }
    .newsList-title{
        margin-bottom: 30px;
    }


    .border-bott{
        padding-bottom:4%;
        padding-top: 6%;
    }
    .more-marg-top{
        margin-top: 0;
    }
    /* 新闻详情 */
    .ct2-mn{
        width: 710px;
    }
    .newsDetailCont{
        width: 1020px;
    }
}
@media screen and (min-width: 1244px) and (max-width: 1250px) {

    .operateblock{
        width: 22%;
        height: 324px;
        margin-top: 11%;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-top: 2%!important;
    }
}
@media screen and (min-width: 1250px) and (max-width: 1290px) {

    .operateblock{
        width: 23%;
        height: 324px;
        margin-top: 11%;
    }
}
@media screen and (min-width: 1290px) and (max-width: 1354px) {

    .operateblock{
        width: 25%;
        height: 324px;
        margin-top: 11%;
    }
    .whiteBox {
        width: 551px;
        height: 365px;
        margin-top: 3%;
        /* margin-right: -11%; */
    }
    .in-custom ul{
     margin-bottom:0!important;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-top: 2.4%!important;
    }
}
/* 1920*1080~150%:1280px*/
@media (device-width: 1280px){

    .in-custom ul{
        margin: 40px 110px 0 90px;
    }


    .employs-banner,.partnership-banner,.about-banner{
        height: 500px!important;
    }

    .margin-bottom50{
        margin-bottom: 6%;
    }
    .margin-bottom45{
        margin-bottom: 6%;
    }
    .margin-bottom54{
        margin-bottom: 6%;
    }

    .in-tedian-menu li a{
        width: 98px;
        height: 98px;
        line-height: 98px;
        font-size: 14px;
    }
    .profeat-bottom{
        margin-top:0;
    }
    .productFeatures-img{
        height: 247px!important;
        line-height: 0!important;
    }
    .margin-bottom60{
        margin-bottom: 2%;
    }
    .in-news-menu{
        margin-bottom: 2%;
    }
    .swiper-banner {
        height:500px;
       /* height: 475px;*/
    }
    .individuality {
        width: 90%;
        height: 436px;
    }
    .in-shili p{
        margin:0;
    }
    .indiv-cont {
        padding: 5% 5% 0 5%;
    }
    .flex-indiv1 {
        margin-top: 14%;
        height: 293px!important;
    }
    .operateblock {
        width: 357px;
        height: 232px;
        margin-top: 11%;
    }
    .real-stuff {
        padding: 18% 10%;
    }
    .realStuff{
        margin-top: -1.2%;
    }
    .easyOpera{
        height:492px;
    }

    .easyMargin{
        margin-top: 8%;
    }
    .wrap-desc{
        height: 47px;
    }
    .in-news-left {
        width: 258px!important;
        padding: 2.2% 2% 2.2% 2%;
    }
    .in-news-left .top .img-cover{
        padding-top: 50%;
    }
    .proImg{
        height: 170px;
    }
    

    /* 产品列表 */
    .product-img{
        height: 500px;
    }
    .product-img-li{
        width: 48.5%;
        height: 500px;
    }
    .product-cont-li {
        margin-top: 26%;
        margin-bottom: 15%;
        margin-left: 40%;
    }
    /* 产品详情 */
    .operate-li {
        margin-bottom: 3%;
    }
    .proDetail-swiper{
        height: 498px;
      /*  height: 475px;*/
    }
    .proDetail-swiperImg{
        width: 15%;
        height:270px;
    }

    /* 菲尼克斯枪头 */
    .Phoenix{
        height: 754px;
    }
    .productIntro-img {
        width: 650px;
        height: 340px;
    }
    .proDetail-introTitle{
        padding-top:3.3%;
    }
    .introCont-liImg{
        width: 90px;
        height: 90px;
    }
    .swiperBott-color{
        margin-bottom: 1%;
    }

    .custom-img{
        width: 154px;
        height: 347px;
    }
    .custom-title{
        margin-top: -4%;
    }
    .whiteBox{
        width: 551px;
        height: 340px;
        font-size: 26px;
        margin-top: 2%;
       /* width: 551px;
        height: 306px;
        font-size: 26px;
        margin-top: 0;
        margin-right: -8.5%;*/
    }
    .whiteBox-rabbit-marg{
        margin-top: 1%!important;
        margin-right: -9.5%!important;
    }
    .operate{
        height: 466px!important;
    }
    .operate-li-left{
        width: 68px;
        height: 68px
    }
    .operate-li{
        margin-bottom: 1%;
    }
    .realStuff{
        height: 416px;
    }
    .realStuff-small{
        margin-bottom: 20px;
    }
    .circular-icon{
        margin-bottom: 15px;
    }
    .productIntro-title{
        width: 240px;
        height: 60px;
    }
    .products-cont{
        width: 760px;
    }
   /* .products-contLi {
        padding: 12px 10px 12px 165px;
    }*/
    .function{
        height: 615px;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-top: 1.5%!important;
    }
    /*新闻列表 */
    .newslist-banner{
        height: 475px;
    }
    .more-marg-top {
         margin-top: 0;
    }
    /* 服务 */
   /* .employs-banner{
        height: 475px;
    }*/
    /* 服务~预约安装 */
    .yuyue-list{
        padding:2%  4%  2%  4%!important;
    }
    .yuyue-item{
        height: 210px;
        padding: 2% 3%  3% 3%!important;
    }
    .icon-img{
        margin-bottom: 4%!important;
    }
    .item-title{
        margin-bottom: 4%!important;
    }
  
    .icon-img{
        width: 80px;
        height: 80px;
        margin-bottom: 0;
    }
    .item-title{
        font-size: 26px;
        margin-bottom: 26px;
    }
    .item-small {
        font-size: 18px;
        line-height: 30px;
    }


    .advantage{
        padding-top: 46px;
        padding-bottom: 20px;
    }
    .advmarg{
        padding-top: 1%;
        margin-bottom: 4%!important;
    }
    .agent-img{
        width: 21%!important;
        height: 21%!important;
    }
    #productManual .intro-title{
        padding-bottom:0;
    }
    #productManual .in-custom-left ul{
        margin: 45px 110px 80px 90px;
    }
    .margin-bot108{
        margin-bottom: 50px;
    }
   /* .zd-pro1{
        padding-top: 98px;
        padding-bottom: 100px;
    }*/
    #employsApplets .real-stuff {
        padding: 10% 10% 12% 10%;
    }
    /* 合作 */
    .partnership-banner {
        height: 475px;
    }
    .partnership-cont {
        padding: 3% 7% 3.594% 19%;
    }
    .partnership-img {
        width: 420px;
        height: 210px;
    }
    .partnership-right{
        margin-left: 15%;
    }

    .partners-img {
        height: 310px;
    }
    .serviceability {
        height: 360px;
        padding-top: 10%;
    }
    .serviceability-title{
        margin-bottom:36px;
    }
    .serviceability-small{
        margin-bottom: 33px;
    }
    /* 关于我们 */
    .about-banner {
        height: 475px;
    }
    .aboutUS{
        padding:3% 10% 2% 10%;
    }
    .qual-marg {
        margin-top: -18%;
    }
    .qual-img {
        width: 11%;
        height: 100%;
    }
    .qual-cont {
        padding-top: 4%;
        padding-right: 10%;
        padding-left: 10%;
    }
    .qual-board{
        height: 260px;
    }

    .streng-icon{
        margin-bottom: 10px;
    }
    .serbility{
        height: 493px;
    }
    .margin-bott73{
        margin-bottom: 30px;
    }
  /*  .serbility-cont {
        padding-top: 160px;
        padding-bottom: 211px;
    }*/

}
@media (device-width: 1225px){
    /* 首页 操作便捷*/
    .easyOpera{
        height: 625px;
    }
    .operateblock{
        width: 340px;
        height: 287px;
        margin-top: 10%;
    }
    .wrap-desc{
        height: 42px;
        line-height: 2;
    }

    .easyMargin {
        margin-top: 9%;
        margin-left: 19%;
      /*  margin-right: 16%;*/
    }
    .swiper-banner{
        height: 590px;
    }
    .swiper-wrapper{
        height: 100%;
    }
    .flex-indiv1{
        margin-top: 27%;
        height: 255px!important;
    }
    .easyOpera{
        height:520px;
    }
    .in-news-left{
        width: 233px;
    }
    .newsAll {
        margin:0 55px 0 60px;
    }
    .ms-footer .body .top{
        padding-left:10px;
    }
    .icon-phone{
        width: 30px;
        height: 30px;
    }
    .topCenter{
        width: 110px;
        margin-right: 1.5%;
        margin-left: -50px;
    }
    .icon-phone-text{
        font-size: 16px;
    }
    .ms-footer .body .copyright{
        margin-left: 10px;
    }
    .ms-footer .body .top .top-right .qr .text{
        font-size: 18px;
        margin-bottom: 37px;
    }
    .ms-footer .body .top .top-right .qr .pic{
        width: 106px;
        height:106px;
    }
    .in-shili .desc, #employsApplets .desc{
        margin-bottom: 25px!important;
    }
    .triangle{
        height:6px;
        margin-bottom: 0!important;
    }
    .wrap-triangle {
        margin-bottom: -31px!important;
    }
    .real-stuff{
        padding:20% 17% 20%  17%;
    }
    .companyProfile .container{/*关于我们*/
        width: 90%;
    }
    .in-custom ul{
        margin-bottom:0!important;
    }
    .in-custom-left li{
        height:5%;
    }
    .in-custom-left li .img-cover{
        padding-top:90%;
    }
    .strong-title{
        font-size: 44px;
    }
    .small-title{
        font-size: 26px!important;
    }
    .in-tedian-menu{
        margin-right: 0;
    }
    .indiv-cont{
        padding:10% 10% 0 10%;
    }
    .individuality {
        width: 90%;
        height: 500px;
    }
    .easyMargin{
        padding-top:14px;
    }
    .in-custom-left ul{
        margin:45px 80px 90px 80px;
    }
    .proImg {
        height: 170px;
    }


    /*产品详情*/

    .swiperBott-color{
        font-size: 20px;
    }

    .proDetail-title{
        font-size: 36px;
    }
    .proDetail-smallTitle{
        font-size:18px;
    }

    .proDetail-money{
        font-size: 26px;
    }
    .swiperBott-circular{
        width: 14px;
        height: 14px;
    }
    .swiperBott-ring{
        width: 26px;
        height: 26px;
    }
    .proDetail-introTitle{
        font-size: 36px;
        margin-bottom: 1%;
    }




    .proDetail-intro-smallTitle{
        font-size: 26px;
        margin-bottom:36px;
    }

    

    .productIntro-title{
        width: 289px;
        height: 80px;
        font-size: 26px;

    }
    .custom-title{
        font-size: 36px;
    }
    .proDetail-swiper{
        height: 700px;
    }
    .proDetail-swiperImg{
        height: 400px;
    }

    .introCont-liImg{
        width: 100px;
        height:100px;
    }
    .introCont-liText{
        font-size: 26px;
    }
    #operate .proDetail-introTitle-black {
        padding-top: 2%;
    }
    .operate{
        height: 610px!important;
    }
    .operatePhone{
        width: 295px;
        height: 320px;
        margin-bottom: 12%;
        margin-top: 2%;
    }
    .operate-li-left{
        width: 98px;
        height: 98px;
    }
    .operate-li-title{
        font-size: 26px;
        margin-bottom: 3%;
    }
    .operate-li-small{
        font-size: 20px;
    }

    .whiteBox {
        width: 551px;
        height: 360px;
        margin-top: 2%;
        /*width: 551px;
        height: 333px;
        margin-top: 8%;
        margin-right: -11%;*/
    }

    .whiteBox-title{
        font-size: 36px;
    }
    .custom-img{
        width: 290px;
        height: 587px;
        margin-left: 0;
    }
    .realStuff{
        height:680px;
    }


    .realStuff-title {
        font-size: 36px;
        margin-bottom: 2%;
    }
    .realStuff-small {
        margin-bottom: 59px;
    }
    .realStuff-cont{
        font-size: 19px;
    }
    .circular-icon{
        width: 20px;
        height:20px;
        margin-bottom: 28px;
    }
    .productIntro-img{
        width: 930px;
        height: 520px;
    }

    .products-cont{
        width: 780px;
        height: 100%;
        font-size: 16px;
        margin-bottom: 191px;
    }
   /* .products-contLi{
        padding:16px 10px 16px 203px;
    }*/
    .border-top-radius{
        border-top-left-radius:40px;
        border-top-right-radius:40px;
    }
    .border-bottom-radius{
        border-bottom-left-radius:40px;
        border-bottom-right-radius:40px;
    }

    .function{
        height:638px;
    }
    /* 探险家系列*/
    .operatePhone-rabbit-marg{
        margin-top: 4.5%!important;
        margin-bottom: 5.5%!important;
    }
    .whiteBox-rabbit-marg {
        margin-top: 8%!important;
        margin-right: -10.5%!important;
    }
    .whiteBox-follow-marg{
        margin-top: 8%!important;
        margin-right: -13%!important;
    }
    /*  服务 */
   /* .employs-banner {
        height: 500px;
    }*/
    /* 合作 */
    .partnership-banner{
        height:570px;
    }
    .serviceability{
        height:435px;
    }
    .partnership-img{
        width: 497px;
        height: 320px;
    }
    .partnership-title{
        font-size: 44px;
    }
    .partnership-small{
        font-size: 18px;
        /* 文字不换行 */
        white-space: nowrap;
    }
    .partnership-cont{
        padding:3.1878% 7% 3.594% 10%;
    }

    .serviceability-title{
        font-size: 44px;
    }
    .serviceability-small{
        font-size: 26px;
    }
    .partners-img{
        height:400px;
    }
    .customer-phone{
        width: 400px;
        height:56px;
    }
    /* 新闻 */
    .newslist-banner{
        height: 600px;
    }
    .newslist-cont{
        width: 873px;
        margin-top: -11%;

    }
    .newsLi-img{
        width: 275px;
        height: 144px;
    }
    .news-dayTime{
        font-size: 60px;
    }
    .news-yy-mm{
        font-size: 16px;
    }
    .newsList-title{

        margin-bottom: 30px;
    }

    .border-bott{
        padding-bottom:4%;
        padding-top: 6%;
    }
    .more-marg-top{
        margin-top:0;
    }
    /* 新闻详情 */
    .ct2-mn{
        width: 728px;
    }
    .newsDetailCont{
        width: 930px;
    }
}
@media screen and (min-width:1069px) and (max-width: 1225px) {
    /* 首页 操作便捷*/
    .easyOpera{
        height: 493px;
    }
    .cont{
        margin-top: 7%;
    }
    .operateblock{
        width: 273px;
        height: 266px;
        margin-top: 10%;
    }
    .wrap-desc{
        height: 42px;
        line-height: 2;
    }
    .in-shili h4{
        font-size: 26px;
    }

    .in-shili p{
        font-size: 18px;
    }
    .easyMargin {
        margin-top: 9%;
        margin-left: 18%;
        /*margin-right: 15%;*/
    }
    .swiper-banner{
        height: 590px;
    }
    .swiper-wrapper{
        height: 100%;
    }
    .flex-indiv1{
        margin-top: 31%;
        height: 255px!important;
    }
    .easyOpera{
        height:520px;
    }
    .in-custom ul{
        margin-bottom:0!important;
    }
    .in-news-left{
        width: 233px;
    }
    .newsAll {
        margin:0 55px 0 60px;
    }
    .ms-footer .body .top{
        padding-left:10px;
    }
    .icon-phone{
        width: 30px;
        height: 30px;
    }
    .topCenter{
        width: 110px;
        margin-right: 1.5%;
        margin-left: -50px;
    }
    .icon-phone-text{
        font-size: 16px;
    }
    .ms-footer .body .copyright{
        margin-left: 10px;
    }
    .ms-footer .body .top .top-right .qr .text{
        font-size: 18px;
        margin-bottom: 37px;
    }
    .ms-footer .body .top .top-right .qr .pic{
        width: 106px;
        height:106px;
    }
    .in-shili .desc, #employsApplets .desc{
        margin-bottom: 25px!important;
    }
    .triangle{
        height:6px;
        margin-bottom: 0!important;
    }
    .wrap-triangle {
        margin-bottom: -31px!important;
    }
    .real-stuff{
        padding:20% 17% 20%  17%;
    }
    .companyProfile .container{/*关于我们*/
        width: 90%;
    }
    .in-custom-left li{
        height:5%;
    }
    .in-custom-left li .img-cover{
        padding-top:90%;
    }
    .strong-title{
        font-size:36px;
    }
    .small-title{
        font-size: 20px!important;
    }
    .in-tedian-menu{
        margin-right: 0;
    }
    .indiv-cont{
        padding:10% 10% 0 10%;
    }
    .individuality{
        width: 90%;
        height: 494px;
    }
    .easyMargin{
        padding-top:14px;
    }
    .in-custom-left ul{
        margin:45px 80px 90px 80px;
    }
    .proImg{
        height:170px;
    }
    /*产品详情*/
    .swiperBott-color{
        font-size: 20px;
    }


    .proDetail-introTitle{
        font-size: 36px;
        margin-bottom: 1%;
    }

    .proDetail-intro-smallTitle{
        font-size: 26px;
        margin-bottom:35px;
    }
    .proDetail-title{
        font-size: 36px;
    }
    .proDetail-smallTitle{
        font-size:18px;
    }

    .proDetail-money{
        font-size: 26px;
    }
    .swiperBott-circular{
        width: 14px;
        height: 14px;
    }
    .swiperBott-ring{
        width: 26px;
        height: 26px;
    }
    .proDetail-introTitle{
        font-size: 36px;
        margin-bottom: 1%;
    }




    .custom-title{
        font-size: 36px;
    }
    .proDetail-swiper{
        height: 700px;
    }
    .proDetail-swiperImg{
        height: 400px;
    }

    .introCont-liImg{
        width: 100px;
        height:100px;
    }
    .introCont-liText{
        font-size: 26px;
    }

    .operate{
        height:550px!important;
    }
    .operate-li{
        margin-bottom: 1%;
    }
    .operatePhone{
        width: 295px;
        height: 320px;
        margin-bottom: 12%;
        margin-top: 2%;
    }
    .operate-li-left{
        width: 98px;
        height: 98px;
    }
    .operate-li-title{
        font-size: 26px;
        margin-bottom: 3%;
    }
    .operate-li-small{
        font-size: 20px;
    }
    .whiteBox-cont{
        margin-bottom: -10%;
    }
    .whiteBox {
        width: 490px;
        height: 283px;
        font-size: 20px;
        margin-top: 4%;
      /*  margin-right: -11%;*/
    }
    .whiteBox-title{
        font-size: 36px;
    }
    .custom-img{
        width: 250px;
        height: 507px;
        margin-left: 0;
    }
    .realStuff{
        height:520px;
    }


    .realStuff-title {
        font-size: 36px;
        margin-bottom: 3%;
    }
    .realStuff-small {
        font-size: 22px;
        margin-bottom: 44px;
    }
    .realStuff-cont{
        font-size: 19px;
    }
    .circular-icon{
        width: 20px;
        height:20px;
        margin-bottom: 28px;
    }
    .productIntro-img{
        width: 850px;
        height: 485px;
    }
    .productIntro-title{
        width: 275px;
        height: 72px;
        font-size: 23px;

    }

    .products-cont{
        width: 700px;
        height: 100%;
        font-size: 16px;
        margin-bottom: 7%;
       /* margin-bottom: 191px;*/
    }
   /* .products-contLi{
        padding:16px 10px 16px 190px;
    }*/
    .border-top-radius{
        border-top-left-radius:40px;
        border-top-right-radius:40px;
    }
    .border-bottom-radius{
        border-bottom-left-radius:40px;
        border-bottom-right-radius:40px;
    }

    .function{
        height:638px;
    }

    .whiteBox-margRight{
        margin-top: 7%;
    }

    /* 探险家系列*/
    .operatePhone-rabbit-marg{
        margin-top: 6.7%!important;
        margin-bottom: 5%!important;
    }
    .whiteBox-rabbit-marg {
        margin-top: 6%!important;
        margin-right: -10%!important;
    }
    /*指挥家系列*/
    .whiteBox-follow-marg {
        margin-top: 7%!important;
        margin-right: -13%!important;
    }
    /*  服务 */
  /*  .employs-banner {
        height: 500px;
    }*/
    /* 合作 */
    .partnership-banner{
        height:570px;
    }
    .serviceability{
        height:435px;
    }
    .partnership-img{
        width: 100%;
        height: 256px;
    }
    .partnership-left{
        width: 50%;
    }
    .partnership-right{
        width: 50%;
        margin-left: 3%;
    }
    .partnership-title{
        font-size: 44px;
    }
    .partnership-small{
        font-size: 18px;


    }
    .partnership-cont{
        padding:3.1878% 6% 3.594% 6%;
    }

    .serviceability-title{
        font-size: 44px;
    }
    .serviceability-small{
        font-size: 26px;
    }
    .partners-img{
        height:330px;
    }
    .customer-phone{
        width: 400px;
        height:56px;
    }

    /* 新闻 */
    .newslist-banner{
        height: 500px;
    }
    .newslist-cont{
        width: 840px;

    }
    .newsLi-img{
        width: 275px;
        height: 144px;
    }
    .news-dayTime{
        font-size: 47px;
    }
    .news-yy-mm{
        font-size: 14px;
    }
    .newsList-title{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .newsList-cont{
        font-size: 14px;
    }
    .list-5 li .text .more{
        font-size: 16px;
    }
    .border-bott{
        padding-bottom:4%;
        padding-top: 6%;
    }
   

    /* 新闻详情 */
    .ct2-mn{
        width: 660px;
    }
    .newsDetailCont{
        width: 950px;
    }
    .newsDetail-title{
        font-size: 24px;
    }
    .newsDetail-cont{
        font-size: 18px;
    }
    .yunu-infocontent-body p ,
    .yunu-infocontent-body p span{
        font-size: 16px!important;
    }
    .yunu-infocontent-rem li, .yunu-infocontent-epx li, .yunu-infocontent-return .more, .lanmu li>a{
        font-size: 16px;
    }

}
@media screen and (min-width:1070px) and (max-width: 1219px) {
    .in-custom ul{
        margin-bottom:0!important;
    }

    .in-tedian-menu li a{
        width: 130px;
        height: 130px;
        line-height: 130px;
    }

    /* 首页-新闻*/
    .companyProfile{
        height: 755px;
    }

}
@media (device-width: 1091px){
    .productList-title {
        padding: 5% 3% 2% 2%;
    }
}
@media screen and (min-width:1051px) and (max-width: 1068px) {

    .swiper-banner{
        height: 590px;
    }
    .swiper-wrapper{
        height: 100%;
    }
    .in-news-left{
        width: 233px;
    }
    .newsAll {
        margin:0 25px 0 30px;
    }
    /* 首页-新闻*/
    .companyProfile{
        height: 755px;
    }
    .companyProfile .container{
        width: 90%;
    }
    .in-custom-left ul{
        margin:0;
        margin-right: 30px;
    }
    .indiv{
        padding:49px 0 66px 45px;
    }
    .flex-indiv1{
        margin-top: 26%;
        height: 260px!important;
    }
    .in-custom-left li .img-cover{
        padding-top:90%;
    }
    .strong-title{
        font-size: 44px;
    }
    .small-title{
        font-size: 26px!important;
    }
    .in-custom-left li{
        height: 6%;
    }
    .in-tedian-menu li a{
        width: 130px;
        height: 130px;
        line-height: 130px;
    }

    .ms-footer .body .top{
        padding-left:10px;
    }
    .icon-phone{
        width: 30px;
        height: 30px;
    }
    .topCenter{
        width: 110px;
        margin-right: 1.5%;
        margin-left: -50px;
    }
    .icon-phone-text{
        font-size: 16px;
    }
    .ms-footer .body .copyright{
        margin-left: 10px;
    }
    .ms-footer .body .top .top-right .qr .text{
        font-size: 18px;
        margin-bottom: 37px;
    }
    .ms-footer .body .top .top-right .qr .pic{
        width: 106px;
        height:106px;
    }
    .in-shili .desc, #employsApplets .desc{
        margin-bottom: 20px!important;
    }
    .triangle{
        height:6px;
        margin-bottom: 0!important;
    }
    .real-stuff{
        padding:20% 17% 20%  17%;
    }

    .in-tedian-menu{
        margin-right: 0;
    }
    .indiv-cont{
        padding:10% 10% 0 10%;
    }
    .individuality{
        width: 80%;
        height: 490px;
    }
    .easyMargin{
        padding-top:14px;
        margin-top: 6%;
        margin-left: 21%;
        /*margin-right: 16%;*/
    }
    .in-custom ul{
        margin-bottom:0!important;
    }
    .in-custom-left ul{
        margin:45px 80px 90px 80px;
    }
    
    .proImg{
        height:170px;
    }
    .easyOpera{
        height:421px;
    }
    .easyOpera-text{
        margin: 0;
        margin-top: -15px;
    }
    .in-shili p{
        font-size: 16px;
    }
    .operateblock{
        width: 296px;
        height: 286px;
        margin-top: 7%;
    }
    /* 产品列表 */
    .product-img{
        background-size: 100% 100%;
    }
    .product-img-li{
        width: 48%!important;
        height:451px;
    }
    /*产品详情*/
    .swiperBott-color{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .proDetail-introTitle{
        font-size: 36px;
        margin-bottom: 1%;
    }
    #operate .proDetail-introTitle-black{
        padding-top: 4%;
    }
    .proDetail-intro-smallTitle{
        font-size: 26px;
        margin-bottom:31px;
    }

    .swiperBott-color{
        font-size: 20px;
    }

    .proDetail-title{
        font-size: 36px;
    }
    .proDetail-smallTitle{
        font-size:18px;
    }

    .proDetail-money{
        font-size: 26px;
    }
    .swiperBott-circular{
        width: 14px;
        height: 14px;
    }
    .swiperBott-ring{
        width: 26px;
        height: 26px;
    }
    .proDetail-introTitle{
        font-size: 36px;
        margin-bottom: 1%;
    }



    .custom-title{
        font-size: 36px;
    }
    .proDetail-swiper{
        height: 700px;
    }
    .proDetail-swiperImg{
        height: 400px;
    }

    .introCont-liImg{
        width: 100px;
        height:100px;
    }
    .introCont-liText{
        font-size: 26px;
    }

    .operate{
        height: 512px!important;
    }
    .operatePhone{
        width: 295px;
        height: 320px;
        margin-bottom: 12%;
        margin-top: 2%;
    }
    .operate-li{
        margin-bottom: 13px;
    }
    .operate-li-left{
        width: 84px;
        height: 84px;
    }
    .operate-li-title{
        font-size: 22px;
        margin-bottom: 3%;
    }
    .operate-li-small{
        font-size: 18px;
    }
    .whiteBox-cont{
        margin-top: -9%;
    }
    .whiteBox {
        width: 538px;
        height: 326px;
        font-size: 24px;
        margin-top: -4%;
        margin-right: 5.5%;
       /* margin-top: 8%;
        margin-right: -13.5%;*/
    }
    .whiteBox-title{
        font-size: 36px;
    }
    .custom-img{
        width: 290px;
        height: 587px;
        margin-left: 0;
    }
    .realStuff{
        height:553px;
    }


    .realStuff-title {
        font-size: 36px;
        margin-bottom: 2%;
    }
    .realStuff-small {
        font-size: 22px;
        margin-bottom: 45px;
    }
    .realStuff-cont{
        font-size: 18px;
    }
    .circular-icon{
        width: 19px;
        height:19px;
        margin-bottom: 15px;
    }
    .productIntro-img{
        width: 790px;
        height: 417px;
    }
    .productIntro-title{
        width: 275px;
        height: 72px;
        font-size: 23px;

    }

    .products-cont{
        width: 651px;
        height: 100%;
        font-size: 15px;
        margin-bottom: 191px;
    }
   /* .products-contLi{
        padding:16px 10px 16px 150px;
    }*/
    .border-top-radius{
        border-top-left-radius:40px;
        border-top-right-radius:40px;
    }
    .border-bottom-radius{
        border-bottom-left-radius:40px;
        border-bottom-right-radius:40px;
    }

    .function{
        height:638px;
    }





    /* 探险家系列*/
    .operatePhone-rabbit-marg{
        margin-top: 8%!important;
        margin-bottom: 5%!important;
    }
    .whiteBox-rabbit-marg {
        margin-top: 8%!important;
        margin-right: -12%!important;
    }
    /* 指挥家系列 */
    .whiteBox-follow-marg{
        margin-top: 10%!important;
        margin-right: -15%!important;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-top: -1%;
        margin-right: -50%;
    }
    /*  服务 */
   /* .employs-banner {
        height: 470px;
    }*/
    /* 合作 */
    .partnership-banner{
        height:570px;
    }
    .serviceability{
        height:435px;
    }
    .partnership-img{
        width: 100%;
        height: 256px;
    }
    .partnership-left{
        width: 50%;
    }
    .partnership-right{
        width: 50%;
        margin-left: 3%;
    }
    .partnership-title{
        font-size: 44px;
    }
    .partnership-small{
        font-size: 18px;
        /* 文字不换行 */
        /*white-space: nowrap;*/
    }
    .partnership-cont{
        padding:3.1878% 6% 3.594% 6%;
    }

    .serviceability-title{
        font-size: 44px;
    }
    .serviceability-small{
        font-size: 26px;
    }
    .partners-img{
        height:330px;
    }
    .customer-phone{
        width: 400px;
        height:56px;
    }
    /* 新闻 */
    .newslist-banner{
        height: 500px;
    }
    .newslist-cont{
        width: 770px;
        margin-top: -11%;

    }
    .newsLi-img{
        width: 275px;
        height: 144px;
    }
    .news-dayTime{
        font-size: 60px;
    }
    .news-yy-mm{
        font-size: 16px;
    }
    .newsList-title{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .newsList-cont{
        font-size: 14px;
    }
    .list-5 li .text .more{
        font-size: 16px;
    }
    .border-bott{
        padding-bottom:4%;
        padding-top: 6%;
    }
    .more-marg-top{
        margin-top: -13%;
    }
    /* 新闻详情 */
    .ct2-mn{
        width: 630px;
    }
    .newsDetailCont{
        width: 900px;
    }
    .newsDetail-title{
        font-size: 24px;
    }
    .newsDetail-cont{
        font-size: 18px;
    }
    .yunu-infocontent-body p ,
    .yunu-infocontent-body p span{
        font-size: 16px!important;
    }
    .yunu-infocontent-rem li, .yunu-infocontent-epx li, .yunu-infocontent-return .more, .lanmu li>a{
        font-size: 16px;
    }
}

@media screen and (min-width:1015px) and (max-width: 1051px) {
    .swiper-banner{
        height: 590px;
    }
    .swiper-wrapper{
        height: 100%;
    }
    .in-custom ul{
        margin-bottom:0!important;
    }
    .in-news-left{
        width: 233px;
    }
    .newsAll {
        margin:0 25px 0 30px;
    }
    /* 首页-新闻*/
    .companyProfile{
        height: 755px;
    }
    .companyProfile .container{
        width: 90%;
    }
    .in-custom-left ul{
        margin:0;
        margin-right: 30px;
    }
    .indiv{
        padding:49px 0 66px 45px;
    }
    .flex-indiv1{
        margin-top: 26%;
        height: 260px!important;
    }
    .in-custom-left li .img-cover{
        padding-top:90%;
    }
    .strong-title{
        font-size: 44px;
    }
    .small-title{
        font-size: 26px!important;
    }
    .in-custom-left li{
        height: 6%;
    }
    .in-tedian-menu li a{
        width: 130px;
        height: 130px;
        line-height: 130px;
    }

    .ms-footer .body .top{
        padding-left:10px;
    }
    .icon-phone{
        width: 30px;
        height: 30px;
    }
    .topCenter{
        width: 110px;
        margin-right: 1.5%;
        margin-left: -50px;
    }
    .icon-phone-text{
        font-size: 16px;
    }
    .ms-footer .body .copyright{
        margin-left: 10px;
    }
    .ms-footer .body .top .top-right .qr .text{
        font-size: 18px;
        margin-bottom: 37px;
    }
    .ms-footer .body .top .top-right .qr .pic{
        width: 106px;
        height:106px;
    }
    .in-shili .desc, #employsApplets .desc{
        margin-bottom: 20px!important;
    }
    .triangle{
        height:6px;
        margin-bottom: 0!important;
    }
    .real-stuff{
        padding:20% 17% 20%  17%;
    }

    .in-tedian-menu{
        margin-right: 0;
    }
    .indiv-cont{
        padding:10% 10% 0 10%;
    }
    .individuality{
        width: 80%;
        height: 490px;
    }
    .easyMargin{
        padding-top:14px;
        margin-top: 6%;
        margin-left: 21%;
        /*margin-right: 16%;*/
    }
    .in-custom-left ul{
        margin:45px 30px 90px 20px;
    }
    .proImg{
        height:170px;
    }
    .easyOpera{
        height:421px;
    }
    .easyOpera-text{
        margin: 0;
        margin-top: -15px;
    }
    .in-shili p{
        font-size: 16px;
    }
    .operateblock{
        width: 266px;
        height: 314px;
        margin-top: 7%;
    }
   /* 产品列表 */
    .product-img{
        background-size: 100% 100%;
    }
    .product-img-li{
        width: 48%!important;
        height:451px;
    }
    /*产品详情*/

    .swiperBott-color{
        font-size: 20px;
    }

    .proDetail-title{
        font-size: 36px;
    }
    .proDetail-smallTitle{
        font-size:18px;
    }
    #operate .proDetail-introTitle-black {
        padding-top: 4%;
    }
    .proDetail-money{
        font-size: 26px;
    }
    .swiperBott-circular{
        width: 14px;
        height: 14px;
    }
    .swiperBott-ring{
        width: 26px;
        height: 26px;
    }
    .proDetail-introTitle{
        font-size: 36px;
        margin-bottom: 1%;
    }



    .proDetail-intro-smallTitle{
        font-size: 26px;
        margin-bottom:31px;
    }





    .custom-title{
        font-size: 36px;
    }
    .proDetail-swiper{
        height: 700px;
    }
    .proDetail-swiperImg{
        height: 400px;
    }

    .introCont-liImg{
        width: 100px;
        height:100px;
    }
    .introCont-liText{
        font-size: 26px;
    }

    .operate{
        height: 512px!important;
    }
    .operatePhone{
        width: 295px;
        height: 320px;
        margin-bottom: 12%;
        margin-top: 2%;
    }
    .operate-li{
        margin-bottom: 13px;
    }
    .operate-li-left{
        width: 84px;
        height: 84px;
    }
    .operate-li-title{
        font-size: 22px;
        margin-bottom: 3%;
    }
    .operate-li-small{
        font-size: 18px;
    }
    .whiteBox-cont{
        margin-top: -9%;
    }
    .whiteBox {
        width: 538px;
        height: 326px;
        font-size: 24px;
        margin-top: -4%;
        margin-right: 9%;

        /* margin-top: 8%;
         margin-right: -13.5%;*/
    }
    .whiteBox-title{
        font-size: 36px;
    }
    .custom-img{
        width: 290px;
        height: 587px;
        margin-left: 0;
    }
    .realStuff{
        height:553px;
    }


    .realStuff-title {
        font-size: 36px;
        margin-bottom: 2%;
    }
    .realStuff-small {
        font-size: 22px;
        margin-bottom: 45px;
    }
    .realStuff-cont{
        font-size: 18px;
    }
    .circular-icon{
        width: 19px;
        height:19px;
        margin-bottom: 15px;
    }
    .productIntro-img{
        width: 790px;
        height: 417px;
    }
    .productIntro-title{
        width: 275px;
        height: 72px;
        font-size: 23px;

    }

    .products-cont{
        width: 651px;
        height: 100%;
        font-size: 15px;
        margin-bottom: 191px;
    }
   /* .products-contLi{
        padding:16px 10px 16px 150px;
    }*/
    .border-top-radius{
        border-top-left-radius:40px;
        border-top-right-radius:40px;
    }
    .border-bottom-radius{
        border-bottom-left-radius:40px;
        border-bottom-right-radius:40px;
    }

    .function{
        height:638px;
    }





    /* 探险家系列*/
    .operatePhone-rabbit-marg{
        margin-top: 8%!important;
        margin-bottom: 5%!important;
    }
    .whiteBox-rabbit-marg {
        margin-top: 8%!important;
        margin-right: -12%!important;
    }
    /* 指挥家系列 */
    .whiteBox-follow-marg{
        margin-top: 10%!important;
        margin-right: -15%!important;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-top: -1%;
        margin-right: -51%;
    }

    /*  服务 */
  /*  .employs-banner {
        height: 470px;
    }*/
    /* 合作 */
    .partnership-banner{
        height:570px;
    }
    .serviceability{
        height:435px;
    }
    .partnership-img{
        width: 100%;
        height: 256px;
    }
    .partnership-left{
        width: 50%;
    }
    .partnership-right{
        width: 50%;
        margin-left: 3%;
    }
    .partnership-title{
        font-size: 44px;
    }
    .partnership-small{
        font-size: 18px;
        /* 文字不换行 */
        /*white-space: nowrap;*/
    }
    .partnership-cont{
        padding:3.1878% 6% 3.594% 6%;
    }

    .serviceability-title{
        font-size: 44px;
    }
    .serviceability-small{
        font-size: 26px;
    }
    .partners-img{
        height:330px;
    }
    .customer-phone{
        width: 400px;
        height:56px;
    }
    /* 新闻 */
    .newslist-banner{
        height: 500px;
    }
    .newslist-cont{
        width: 770px;
        margin-top: -11%;

    }
    .newsLi-img{
        width: 275px;
        height: 144px;
    }
    .news-dayTime{
        font-size: 60px;
    }
    .news-yy-mm{
        font-size: 16px;
    }
    .newsList-title{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .newsList-cont{
        font-size: 14px;
    }
    .list-5 li .text .more{
        font-size: 16px;
    }
    .border-bott{
        padding-bottom:4%;
        padding-top: 6%;
    }

    /* 新闻详情 */
    .ct2-mn{
        width: 630px;
    }
    .newsDetailCont{
        width: 900px;
    }
    .newsDetail-title{
        font-size: 24px;
    }
    .newsDetail-cont{
        font-size: 18px;
    }
    .yunu-infocontent-body p ,
    .yunu-infocontent-body p span{
        font-size: 16px!important;
    }
    .yunu-infocontent-rem li, .yunu-infocontent-epx li, .yunu-infocontent-return .more, .lanmu li>a{
        font-size: 16px;
    }
}

@media screen and (min-width:901px) and (max-width: 1015px) {

    .swiper-banner{
        height: 520px;
    }
    .swiper-wrapper{
        height: 100%;
    }
    .in-custom ul{
        margin-bottom:0!important;
    }
    .in-news-left{
        width: 200px;
    }
    .newsAll {
        margin:0 25px 0 30px;
    }
    /* 首页-新闻*/
    .companyProfile{
        height: 755px;
    }
    .companyProfile .container{
        width: 90%;
    }
    .in-custom-left ul{
        margin:0;
        margin-right: 30px;
    }
    .indiv{
        padding:49px 0 66px 45px;
    }
    .flex-indiv1{
        margin-top:34%;
        height: 233px!important;
    }
    .in-custom-left li .img-cover{
        padding-top:90%;
    }
    .strong-title{
        font-size: 36px;
    }
    .small-title{
        font-size: 26px!important;
    }
    .in-custom-left li{
        height: 6%;
    }
    .in-tedian-menu li a{
        width: 130px;
        height: 130px;
        line-height: 130px;
    }

    .ms-footer .body .top{
        padding-left:4%;
    }

    .icon-phone{
        width: 30px;
        height: 30px;
    }
    .topCenter{
        width: 52px;
        margin-right: 1.5%;
        margin-left: -17%;
        white-space:nowrap;
    }
    .topRight{
        margin-left: -10%;
    }
    .foot-line{
        display: none;
    }
    .margRght31{
        margin-right: -20px;
    }
    .icon-phone-text{
        font-size: 16px;
    }
    .ms-footer .body .copyright{
        margin-left: 4%;
        padding-top: 4%;
    }
    .ms-footer .body .top .top-left .foot-nav div{
       height: 40px;
    }
    .ms-footer .body .top .top-right .qr .text{
        font-size: 18px;
        margin-bottom: 37px;
    }
    .ms-footer .body .top .top-right .qr .pic{
        width: 85px;
        height:85px;
    }
    .in-shili .desc, #employsApplets .desc{
        margin-bottom: 20px!important;
    }
    .triangle{
        height:6px;
        margin-bottom: 0!important;
    }
    .real-stuff{
        padding:20% 17% 20%  17%;
    }

    .in-tedian-menu{
        margin-right: 0;
    }
    .easyOpera{
        height:393px;
    }
    .operateblock{
        width: 245px;
        height: 257px;
        margin-top: 8%;
    }
    .indiv-cont{
        padding:10% 10% 0 10%;
    }
    .individuality{
        width: 90%;
        height: 490px;
    }
    .easyMargin{
        padding-top:14px;
        margin-top: 5%;
        margin-left: 20%;
      /*  margin-right: 10%;*/
    }
    .easyOpera-text{
        margin: 0;
        margin-top: -20px;
    }
    .in-custom-left ul{
        margin:45px 30px 90px 20px;
    }
    .proImg{
        height:170px;
    }
    .in-shili p{
        font-size: 16px;
    }
    .productList-title {
        padding: 5% 4% 2% 2%;
    }
    .prodTitle{
        font-size: 25px!important;
    }
    /*产品详情*/
    .swiperBott-color{
        font-size: 20px;
    }

    .proDetail-title{
        font-size: 36px;
    }
    .proDetail-smallTitle{
        font-size:18px;
    }
    #operate .proDetail-introTitle-black {
        padding-top: 4%;
    }
    .proDetail-money{
        font-size: 26px;
    }
    .swiperBott-circular{
        width: 14px;
        height: 14px;
    }
    .swiperBott-ring{
        width: 26px;
        height: 26px;
    }
    .proDetail-introTitle{
        font-size: 36px;
        margin-bottom: 1%;
    }




    .proDetail-intro-smallTitle{
        font-size: 26px;
        margin-bottom:31px;
    }


    .custom-title{
        font-size: 36px;
    }
    .proDetail-swiper{
        height: 700px;
    }
    .proDetail-swiperImg{
        height: 400px;
    }

    .introCont-liImg{
        width: 100px;
        height:100px;
    }
    .introCont-liText{
        font-size: 26px;
    }

    .operate{
        height: 443px!important;
    }
    .operatePhone{
        width: 216px;
        height: 177px;
        margin-bottom: 12%;
        margin-top: 3.5%;
    }
    .operate-li{
        margin-bottom: 13px;
    }
    .operate-li-left{
        width: 67px;
        height: 67px;
    }
    .operate-li-title{
        font-size: 20px;
        margin-bottom: 3%;
    }
    .bluetooth-margin-left{
        margin-left: -2%;
    }
    .ICCard-margin-left {
        margin-left: -3%;
    }
    .operate-li-small{
        font-size: 18px;
    }
    .whiteBox-cont{
        margin-top: -10%;
    }
    .whiteBox {
        width: 430px;
        height: 286px;
        font-size: 18px;
        margin-top: -3%;
        margin-right: 2%;
        /*margin-top: 6%;
        margin-right: -12%;*/
    }
    .whiteBox-title{
        font-size: 36px;
    }
    .custom-img{
        width: 230px;
        height: 465px;
        margin-left: 0;
    }
    .realStuff{
        height:450px;
    }


    .realStuff-title {
        font-size: 36px;
        margin-bottom: 2%;
    }
    .realStuff-small {
        font-size: 22px;
        margin-bottom: 45px;
    }
    .realStuff-cont{
        font-size: 18px;
    }
    .circular-icon{
        width: 19px;
        height:19px;
        margin-bottom: 15px;
    }
    .productIntro-img{
        width: 790px;
        height: 417px;
    }
    .productIntro-title{
        width: 275px;
        height: 72px;
        font-size: 23px;

    }

    .products-cont{
        width: 651px;
        height: 100%;
        font-size: 15px;
        margin-bottom: 191px;
    }
   /* .products-contLi{
        padding:16px 10px 16px 150px;
    }*/
    .border-top-radius{
        border-top-left-radius:40px;
        border-top-right-radius:40px;
    }
    .border-bottom-radius{
        border-bottom-left-radius:40px;
        border-bottom-right-radius:40px;
    }

    .function{
        height:638px;
    }

   
    /* 探险家系列*/
    .operatePhone-rabbit-marg{
        margin-top: 8%!important;
        margin-bottom: 5%!important;
    }
    .whiteBox-rabbit-marg {
        margin-top: 6%!important;
        margin-right: -11%!important;
    }
    /* 指挥家系列 */
    .whiteBox-follow-marg {
        margin-top: 7%!important;
         margin-right: -13.5%!important;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-top: -1%;
        margin-right: -46%;
    }
    /*  服务 */
   /* .employs-banner {
        height: 430px;
    }*/
    /* 合作 */
    .partnership-banner{
        height:400px;
    }
    .serviceability{
        height:400px;
    }
    .partnership-img{
        width: 100%;
        height: 256px;
    }
    .partnership-left{
        width: 50%;
    }
    .partnership-right{
        width: 50%;
        margin-left: 3%;
    }
    .partnership-title{
        font-size: 36px;
    }
    .partnership-small{
        font-size: 18px;
    }
    .partnership-cont{
        padding:3.1878% 6% 3.594% 6%;
    }

    .serviceability-title{
        font-size: 36px;
    }
    .serviceability-small{
        font-size: 20px;
    }
    .partners-img{
        height:290px;
    }
    .customer-phone{
        width: 400px;
        height:56px;
    }
    /* 新闻 */

    .newslist-banner{
        height: 450px;
    }
    .newslist-cont{
        width: 700px;
        margin-top: -11%;

    }
    .newsLi-img {
        width: 170px;
        height: 135px;
    }
    .news-dayTime{
        font-size: 44px;
    }
    .news-yy-mm{
        font-size: 13px;
    }
    .newsList-title{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .newsList-cont{
        font-size: 14px;
    }
    .list-5 li .text .more{
        font-size: 16px;
    }
    .border-bott{
        padding-bottom:6%;
        padding-top: 6%;
    }
    .more-marg-top{
        margin-top: 0;
    }

    /* 新闻详情 */
    .ct2-mn{
        width: 530px;
    }
    .newsDetailCont{
        width: 780px;
    }
    .newsDetail-title{
        font-size: 18px;
    }
    .newsDetail-cont{
        font-size: 16px;
    }
    .yunu-infocontent-body p ,
    .yunu-infocontent-body p span{
        font-size: 14px!important;
    }
    .yunu-infocontent-rem li, .yunu-infocontent-epx li, .yunu-infocontent-return .more, .lanmu li>a{
        font-size: 14px;
    }



}


@media screen and (min-width:880px) and (max-width:900px) {
    .operateblock {
        width: 183px!important;
        height: 204px!important;
        margin-top: 16%!important;
        margin-left: -25px!important;
    }
    .wrap-desc{
        height:40px;
    }
    .easyMargin{
        margin-top: 14%;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-top: -1%;
        margin-right: -46%;
    }
}
@media screen and (min-width:769px) and (max-width:900px) {

    .wrap-desc{
        height:40px;
    }

    .swiper-banner{
        height: 520px;
    }
    .swiper-wrapper{
        height: 100%;
    }
    .indiv{
        padding:49px 0 66px 45px;
    }
    .prodTitle{
        font-size: 18px!important;
        margin-bottom: 0!important;
    }

    .in-custom ul{
        margin-bottom:0!important;
    }
    .in-custom-left li .text small{
        font-size: 16px;
    }
    .in-custom-left li .text{
        left: 15px;
        top: 10px;
    }
    .in-shili h4, #employsApplets h4{
        font-size: 26px;
    }
    .flex-indiv1{
        margin-top: 39%;
        height: 190px!important;
    }
    .in-custom-left li .img-cover{
        padding-top:100%;
    }
    .strong-title{
        font-size: 30px;
    }
    .small-title{
        font-size: 18px!important;
    }
    .in-custom-left li{
        height: 6%;
    }
    .easyOpera{
        height:320px;
    }
    .operateblock {
        width: 150px;
        height: 179px;
        margin-top: 20%;
        margin-left: -51px;
    }
    .in-news-left{
        width: 180px;
        height: 100%;
    }
    .download {
        width: 100px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        margin-top: 4%;
    }
    .newsAll {
        margin:0 10px 0 10px;
    }
    /* 首页-新闻*/
    .companyProfile{
        height: 755px;
    }
    .companyProfile .container{
        width: 90%;
    }
    .in-custom-left ul{
        margin:0;
        margin-right: 30px;
    }

    .individuality{
        width: 90%;
        height:535px;
    }


    .in-tedian-menu li a{
        width: 100px;
        height: 162px;
        line-height: 162px;
        font-size: 16px;
    }
    /* footer */
    .margRght31{
        margin-right: 20%;
    }

    .ms-footer {
        background:rgba(0,0,0,0.9) ;
        /* background-color: #F2F2F2;*/
        align-items: center;
        flex-direction: row;
        display: flex;
        padding-right: 0px;
        box-sizing: border-box;
        justify-content: center;
        padding-bottom: 0px;
        flex-wrap: nowrap;
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
        margin-top: 0px;
        height: unset;
    }

    .ms-footer .body {
        padding-bottom: 10px;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 10px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 10px;
        padding-left: 10px;
        margin-top: 0px;
    }

    .ms-footer .body .top {
        padding-bottom: 0px;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 0px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
        justify-content: space-between;
        margin-top: 0px;
    }

    .ms-footer .body .top .top-left {
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
        padding-top: 0px;
        padding-left: 0px;
        justify-content: flex-start;
        height: unset;

    }

    .ms-footer .body .top .top-left .foot-nav {
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .ms-footer .body .top .top-left .foot-nav .nav-item {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 18PX;
        padding-top: 6px;
        height: 32px;
    }

    .ms-footer .body .top .top-left .foot-nav div .item {
        color: #767676;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 16PX;
        padding-top: 6px;
        height: 32px;
    }

    .ms-footer .body .top .top-right {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
        margin-left: -57%;
    }

    .ms-footer .body .top .top-right .qr {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 70%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
    }

    .ms-footer .body .top .top-right .qr .pic {
        width: 120px;
        height: 120px;
    }

    .ms-footer .body .top .top-right .qr .text {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;

    }

    .ms-footer .body .copyright {
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 6px;
        height: unset;
        color:#7A7A7AFF;
    }

    .ms-footer .body .power {
        color: #5B5B5B;
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 0px;
    }
    .in-shili .desc, #employsApplets .desc{
        margin-bottom: 15px!important;
        font-size: 16px;
    }
    .triangle{
        height:6px;
        margin-bottom: 0!important;
    }
    .real-stuff{
        padding:16px;
    }
    .in-tedian-menu{
        margin-right: 0;
    }
    .indiv-cont{
        padding:10% 10% 0 10%;
    }
    .individuality{
        height: 445px;
    }
    .easyMargin{
        padding-top:0;
        margin-top: 17%;
        margin-left:17px;
    }
    .easyOpera-text{
        margin: 0;
        margin-top: -20px;
        line-height: 1.7;
    }
    .in-custom-left ul{
        margin:45px 30px 90px 20px;
    }
    .proImg{
        height:170px;
    }
    .easyOpera{
        height:520px;
    }
    .in-shili p{
        font-size: 16px;
    }

    /*产品详情*/

    .swiperBott-color{
        font-size: 20px;
    }

    .proDetail-title{
        font-size: 26px;
    }
    .proDetail-smallTitle {
        font-size: 14px;
    }


    .proDetail-money{
        font-size: 20px;
    }
    .swiperBott-circular{
        width: 14px;
        height: 14px;
    }
    .swiperBott-ring{
        width: 26px;
        height: 26px;
    }
    .proDetail-introTitle{
        font-size: 36px;
        margin-bottom: 1%;
    }


    .proDetail-intro-smallTitle{
        font-size: 26px;
        margin-bottom:31px;
    }





    .custom-title{
        font-size: 36px;
    }
    .proDetail-swiper{
        height: 700px;
    }
    .proDetail-swiperImg{
        height: 400px;
    }

    .introCont-liImg{
        width: 90px;
        height:90px;
    }
    .introCont-liText{
        font-size: 22px;
    }

    .operate{
        height: 443px!important;
    }

    .operatePhone{
        width: 153px;
        height: 147px;
        margin-bottom: 14%;
        margin-top: 1%;
    }
    .operate-li{
        margin-bottom: 13px;
    }
    .operate-li-left{
        width: 67px;
        height: 67px;
    }
    .operate-li-title{
        font-size: 20px;
        margin-bottom: 3%;
    }
    .bluetooth-margin-left{
        margin-left: -2%;
    }
    .ICCard-margin-left {
        margin-left: -3%;
    }
    .operate-li-small{
        font-size: 18px;
    }
    .whiteBox-cont{
        margin-top: -10%;
    }
    .whiteBox {
        width: 430px;
        height: 286px;
        font-size: 18px;
        margin-top: -3%;
        margin-right: 7%;
      /*  margin-top: 6%;
        margin-right: -14%;*/

    }
    .whiteBox-title{
        font-size: 36px;
    }
    .custom-img{
        width: 230px;
        height: 465px;
        margin-left: 0;
    }
    .realStuff{
        height:365px;
    }


    .realStuff-title {
        font-size: 36px;
        margin-bottom: 2%;
    }
    .realStuff-small {
        font-size: 22px;
        margin-bottom: 45px;
    }
    .realStuff-cont{
        font-size: 18px;
    }
    .circular-icon{
        width: 19px;
        height:19px;
        margin-bottom: 15px;
    }
    .productIntro-img{
        width: 640px;
        height: 330px;
    }
    .productIntro-title{
        width: 272px;
        height: 70px;
        font-size: 23px;

    }

    .products-cont{
        width: 605px;
        height: 100%;
        font-size: 15px;
        margin-bottom: 191px;
    }
   /* .products-contLi{
        padding:16px 10px 16px 125px;
    }*/
    .border-top-radius{
        border-top-left-radius:40px;
        border-top-right-radius:40px;
    }
    .border-bottom-radius{
        border-bottom-left-radius:40px;
        border-bottom-right-radius:40px;
    }

    .function{
        height:638px;
    }

    /* 探险家系列*/
    .operatePhone-rabbit-marg{
        margin-top: 8%!important;
        margin-bottom: 5%!important;
    }
    .whiteBox-rabbit-marg {
        margin-top: 7%!important;
        margin-right: -13%!important;
    }
    /* 指挥家系列 */
    .whiteBox-follow-marg {
        margin-top: 8%;
        margin-right: -16%;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-top: -1%;
        margin-right: -54%;
    }
    /*  服务 */
   /* .employs-banner {
        height: 360px;
    }*/
    /* 合作 */
    .partnership-banner{
        height:400px;
    }
    .serviceability{
        height:360px;
    }
    .partnership-img{
        width: 100%;
        height: 256px;
    }
    .partnership-left{
        width: 50%;
    }
    .partnership-right{
        width: 50%;
        margin-left: 3%;
    }
    .partnership-title{
        font-size: 30px;
    }
    .partnership-small{
        font-size: 16px;
    }
    .partnership-cont{
        padding:3.1878% 6% 3.594% 6%;
    }

    .serviceability-title{
        font-size: 30px;
    }
    .serviceability-small{
        font-size: 18px;
    }
    .partners-img{
        height:260px;
    }
    .customer-phone{
        width: 350px;
        height:56px;
    }
    .fontSize24{
        font-size: 20px;
    }
    /* 新闻 */

    .newslist-banner{
        height: 400px;
    }
    .ct2-sd{
        width: 120px;
    }
    .newslist-cont{
        width: 600px;
        margin-top: -12%;

    }
    .newsLi-img {
        width: 170px;
        height: 135px;
    }
    .news-dayTime{
        font-size: 42px;
    }
    .news-yy-mm{
        font-size: 12px;
    }
    .newsList-title{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .newsList-cont{
        font-size: 14px;
    }
    .list-5 li .text .more{
        font-size: 14px;
    }
    .border-bott{
        padding-bottom:6%;
        padding-top: 6%;
    }
    .more-marg-top{
        padding:0;
        margin-top: -4%;
    }
    
    /* 新闻详情 */
    .ct2-mn{
        width: 480px;
    }
    .newsDetailCont{
        width: 730px;
    }
    .newsDetail-title{
        font-size: 18px;
    }
    .newsDetail-cont{
        font-size: 16px;
    }
    .yunu-infocontent-body p ,
    .yunu-infocontent-body p span{
        font-size: 14px!important;
    }
    .yunu-infocontent-rem li, .yunu-infocontent-epx li, .yunu-infocontent-return .more, .lanmu li>a{
        font-size: 14px;
    }

}


@media (max-width: 760px) {
    .cont{
        margin-top: 0.5%;
    }

    .logo{
        height: 50px;
    }
    .header{
        height:33px;
    }
    .head-li {
        width: 63%;
    }
    .margTop img{
        margin-top: 0!important;
    }
    .img-center img{
        margin-top: -82px;
    }
    .head-li .language{
        width: 45%;
        position: absolute;
        right:0;
    }
    .language{
        margin-top:5px;
        margin-right:0;
    }
    .individuality{
        width: 90%;
    }
    .in-custom-left li{
        float: none;
        width: 93%;
    }
    .operateblock {
        width: 213px;
        height: 179px;
        margin-top: 10%;
        margin-left: -4%;
    }

    .newsAll {
        margin: 0 107px 0 49px;
    }
    .in-news-left{
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
    .easyMargin{
        padding-top:0;
        margin-top:6%;
        margin-left:27%;
       /* margin-right: 10px;*/
    }
    .easyOpera{
        height:360px;
        background-size: cover;
    }
    .proImg{
        height:296px;
    }
    .in-shili .desc{
        font-size: 14px;
    }
    .in-shili h4{
        font-size: 18px;
    }

    .triangle{
        margin-bottom: 0;
    }
    .real-stuff{
        padding:16px;
    }
    /* 预约安装 */
    .yuyue-list{
        display: block;
    }
    .yuyue-item{
        width: 94%;
        margin-bottom: 10px;
    }
    /* app和小程序 */
    #employsApplets h4{
        font-size: 20px;
    }
    #employsApplets .desc{
        font-size: 14px;
        margin-bottom: 18px;
    }
    .right-img{
        background-size: 100%;
    }
    .applet-marg{
        margin-left:20%;
    }
    /* 企业资质 */
    .qual-cont {
        padding-top: 11%;
        padding-right: 10%;
        padding-left: 10%;
    }
    /* 研发实力 */
    .strength-cont{
        display: block;
        margin: 5% 20%;
    }
    .strength-li{
        width: 100%;
    }
    /*服务能力 */
   /* .serbility-cont{
        padding-left: 17%;
        padding-right: 17%;
    }*/
    /* 产品列表 */
    .product-img{
        height: 706px;
    }
   /* .product-cont{
        margin-left: 39%;
        margin-top: 10%;
    }*/
    .product-img-li{
        width: 100%!important;

    }
    .product-deetail{
        line-height: 40px!important;
    }
    .in-tedian-menu li a{
        width: 100px;
        height: 162px;
        line-height: 162px;
        font-size: 16px;
    }
    .code-img {
        width: 154px;
        height: 160px;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-top: 3%;
        margin-right: -52%;
    }
}
@media (max-width: 767px) {
    .head-li {
        width: 63%!important;
    }
    .header .nav .dropdown-box a:hover {
        color:  #69BBBC !important;
    }
    .in-shili .desc{
        padding-bottom: 0;
    }
    .download{
        margin-right: 15px;
    }
    .proImg{
        height:296px;
    }
}
@media screen and (min-width:767px) and (max-width:768px){
    .head-li {
        width: 10%;
    }
    .header .nav li{
        margin-right: 20px;
    }
    .header .nav {
         position: relative!important;
         margin: 0!important;
    }
    .individuality{
        width: 95%;
        height: 380px;
    }
    .flex-indiv1 {
        margin-top: 12%;
        height: 270px!important;
    }
    .in-custom ul{
        margin-bottom:0!important;
    }
    .language{
        margin-top: 23%;
    }
    .proImg{
        height:296px;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-top: -1%;
        margin-right: -46%;
    }
}

@media (max-width: 768px) {

    .cont{
        padding-top: 0.5%;
    }

    .topRight{
        width: 100%;
    }
    .swiper-banner{
        height:475px;
    }

    .proImg{
        height:296px;
    }

    .margRght31{
        margin-right: -10%;
    }
    .ms-footer {
        background:rgba(0,0,0,0.9) ;
       /* background-color: #F2F2F2;*/
        align-items: center;
        flex-direction: row;
        display: flex;
        padding-right: 0px;
        box-sizing: border-box;
        justify-content: center;
        padding-bottom: 0px;
        flex-wrap: nowrap;
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
        margin-top: 0px;
        height: unset;
    }

    .ms-footer .body {
        padding-bottom: 10px;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 10px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 10px;
        padding-left: 10px;
        margin-top: 0px;
    }

    .ms-footer .body .top {
        padding-bottom: 0px;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 0px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
        justify-content: space-between;
        margin-top: 0px;
    }

    .ms-footer .body .top .top-left {
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
        padding-top: 0px;
        padding-left: 0px;
        justify-content: flex-start;
        height: unset;

    }

    .ms-footer .body .top .top-left .foot-nav {
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .ms-footer .body .top .top-left .foot-nav .nav-item {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 18PX;
        padding-top: 6px;
        height: 32px;
    }

    .ms-footer .body .top .top-left .foot-nav div .item {
        color: #767676;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 16PX;
        padding-top: 6px;
        height: 32px;
    }

    .ms-footer .body .top .top-right {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-footer .body .top .top-right .qr {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 50%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
    }

    .ms-footer .body .top .top-right .qr .pic {
        width: 120px;
        height: 120px;
    }

    .ms-footer .body .top .top-right .qr .text {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;

    }

    .ms-footer .body .copyright {
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 6px;
        height: unset;
        color:#7A7A7AFF;
    }

    .ms-footer .body .power {
        color: #5B5B5B;
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 0px;
    }

    .header .nav {
        position: absolute;
        margin: 42px 0 -10px;
    }
    .margin-bottom50{
        margin-bottom: 35px;
    }
    .margin-bottom45{
        margin-bottom: 20px;
    }

    .indiv{
        padding:4% 0 4.6355% 4%;
    }
    .drop{
        width: 46px;
        height:20px;
    }
    .indiv-cont{
        padding:10%;
    }

    .in-shili .desc, #employsApplets .desc{
        margin-bottom: 10px!important;
    }
    .triangle{
        height:1px;
        margin-bottom: 0!important;
    }
    .real-stuff{
        padding:16px;
    }
    .in-tedian-menu{
        margin-right: 0;
    }
    .in-tedian-menu li a{
        width: 90px;
        height: 135px;
        line-height: 135px;
        font-size: 13px;
    }
    .strong-title{
        font-size: 36px;
    }
    .small-title{
       font-size:  28px;
    }
    .prodTitle{
        font-size: 28px!important;
    }
    .indiv-cont{
        padding:10% 10% 0 10%;
    }
    .flex-indiv1 {
        margin-top: 33%;
        height: 300px!important;
    }
    .individuality{
        width: 100%;
        height: 470px;
    }
    .easyOpera{
        height: 300px;
        background-size: cover;
    }
    .operateblock{
        width: 213px;
        height: 179px;
        margin-top: 9%;
    }
    .easyOpera-text{
        margin:0;
        margin-top:-10px;
        line-height: 1.5!important;
    }
    .operateText{
        margin-bottom: 0!important;
    }
    .wrap-desc{
        width: 345px;
        height:28px!important;
        line-height: 1.8;
    }
    .easyMargin{
        padding-top:0;
        margin-top:7%;
        margin-left:20%;
        /*margin-right: 10px;*/
    }

    .in-custom-left ul{
        margin:45px 80px 90px 123px;
    }


    .in-shili .desc{
        font-size: 14px;
    }
    .in-shili h4{
        font-size: 18px;
    }
    .in-shili p{
        font-size: 16px;
    }
    .img-center img{
        width: 495px;
    }
    .swiper-bg1{
        height:290px;
    }

    .companyProfile{
        height:880px;
    }
    .companyProfile .container{
        width: 90%;
    }
    .proSmallTitle{
        height:auto;
    }
    .newsAll {
        flex-direction: column;
        margin: 0 80px 0 77px;
    }
    .flex-li-title{
        font-size: 26px;
    }
    .flex-li-text{
        font-size: 14px;
    }
    .in-news-left{
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }

    .in-custom ul{
        margin-bottom:0!important;
    }
    .in-custom-left li{
        float: none;
        width: 93%;
        height:440px;
    }
    .in-custom-left li .img-cover{
        width: 90%;
        padding-top: 75%;
    }
    .icon-img{
        margin-bottom: 6%;
    }
    .item-title{
        margin-bottom: 6%;
    }
    .item-small{
        text-align: center;
    }
    /* 预约安装 */
    .yuyue-list{
        display: block;
    }
    .yuyue-item{
        width: 94%;
        margin-bottom: 10px;
    }
    /* app和小程序 */
    #employsApplets h4{
        font-size: 20px;
    }
    #employsApplets .desc{
        font-size: 14px;
        margin-bottom: 18px;
    }
    .right-img{
        background-size: 100%;
    }
    .applet-marg{
        margin-left:20%;
    }
    /* 企业资质 */
    .qual-cont {
        padding-top: 11%;
        padding-right: 10%;
        padding-left: 10%;
    }



    /* 研发实力 */
    .strength-cont{
        display: block;
        margin: 5% 20%;
    }
    .strength-li{
        width: 100%;
    }
    /*服务能力 */
  /*  .serbility-cont{
        padding-left: 17%;
        padding-right: 17%;
    }*/



    /* 产品列表 */
    .product-img{
        height:350px;
    }

    .proListOne{
        background-size: 100% 100%!important;
    }
   /* .product-cont{
        margin-top: 81px;
        margin-bottom: 17%;
        margin-left: 23%;
    }*/
    .list-2 li .text{
        padding:5px 10px;
    }
    .liOne-marg{
        font-size: 16px;
        margin-left: 0;
        margin-right: 0;
    }
    .round{
        width: 12px;
        height:12px!important;
        margin-bottom: -15%!important;
    }
    .product-bott-li {
        width:17%;
    }
    .product-img-li{
        width: 100%!important;
        height:530px;
        background: no-repeat;
        background-size: cover;
    }
    .product-cont-li{
        margin-top: 23%;
        margin-bottom: 15%;
        margin-left: 32%;
    }
    .prolist-title{
        font-size: 40px;
    }
    .prolist-smallTitle{
        font-size: 30px;
        margin-bottom: 30px;
    }


    /*产品详情*/
    .swiperBott-color{
        font-size: 20px;
    }

    .proDetail-title{
        font-size: 26px;
    }
    .proDetail-smallTitle {
        font-size: 14px;
    }


    .proDetail-money{
        font-size: 20px;
    }
    .swiperBott-circular{
        width: 14px;
        height: 14px;
    }
    .swiperBott-ring{
        width: 26px;
        height: 26px;
    }
    .proDetail-introTitle{
        font-size: 36px;
        margin-bottom: 1%;
    }





    .proDetail-intro-smallTitle{
        font-size: 26px;
        margin-bottom:31px;
    }




    .custom-title{
        font-size: 36px;
    }
    .proDetail-swiper{
        height: 490px;
    }
    .proDetail-swiperImg{
        width: 15%;
        height: 290px;
    }

    .introCont-liImg{
        width: 70px;
        height:70px;
    }
    .introCont-liText{
        font-size: 19px;
    }

    .operate{
        height: 443px!important;
    }

    .operatePhone{
        width: 153px;
        height: 147px;
        margin-bottom: 13%;
        margin-top: 1%;
    }
    .operate-li{
        margin-bottom: 13px;
    }
    .operate-li-left{
        width: 67px;
        height: 67px;
    }
    .operate-li-title{
        font-size: 20px;
        margin-bottom: 3%;
    }
    .bluetooth-margin-left{
        margin-left: -2%;
    }
    .ICCard-margin-left {
        margin-left: -3%;
    }
    .operate-li-small{
        font-size: 18px;
    }
    .whiteBox-cont{
        margin-top: -10%;
    }
    .whiteBox {
        width: 400px;
        height: 240px;
        font-size: 16px;
        margin-top: 2%;
        margin-right: 6%;
       /* margin-top: 7%;
        margin-right: -11%;*/
    }
    .whiteBox-title{
        font-size: 26px;
    }
    .custom-img{
        width: 195px;
        height: 391px;
        margin-left: -16px;
    }
    .realStuff{
        height:365px;
    }


    .realStuff-title {
        font-size: 36px;
        margin-bottom: 2%;
    }
    .realStuff-small {
        font-size: 22px;
        margin-bottom: 45px;
    }
    .realStuff-cont{
        font-size: 18px;
    }
    .circular-icon{
        width: 19px;
        height:19px;
        margin-bottom: 15px;
    }
    .productIntro-img{
        width: 580px;
        height: 308px;
    }
    .productIntro-title{
        width: 210px;
        height: 52px;
        font-size: 18px;

    }

    .products-cont{
        width: 410px;
        height: 100%;
        font-size: 15px;
        margin-bottom: 191px;
    }
   /* .products-contLi{
        padding:16px 10px 16px 44px;
    }*/
    .border-top-radius{
        border-top-left-radius:40px;
        border-top-right-radius:40px;
    }
    .border-bottom-radius{
        border-bottom-left-radius:40px;
        border-bottom-right-radius:40px;
    }

    .function{
        height:410px;
    }

    /* 探险家系列*/
    .operatePhone-rabbit-marg{
        margin-top: 8%!important;
        margin-bottom: 5%!important;
    }
    .whiteBox-rabbit-marg {
        margin-top: 7%!important;
        margin-right: -10%!important;
    }
    .whiteBox-follow-marg{
        margin-top: 7%!important;
        margin-right: -12%!important;
    }
    /* 旅行家 */
    .whiteBox-traveller{
        margin-top: 3%;
        margin-right: -52%;
    }
    /*  服务 */
   /* .employs-banner {
        height: 260px;
    }*/
    /* 合作 */
    .partnership-banner{
        height:400px;
    }
    .serviceability{
        height:337px;
    }
    .partnership-img{
        width: 100%;
        height: 420px;
    }
    .partnership-left{
        width: 100%;
        margin-bottom: 10%;
    }
    .partnership-right{
        width: 100%;
        margin-left: 0!important;
        margin-bottom: 10%;
    }
    .partnership-title{
        font-size: 30px;
    }
    .partnership-small{
        font-size: 16px;
    }
    .partnership-cont{
        padding:3.1878% 6% 3.594% 6%;
        display: block;
    }

    .serviceability-title{
        font-size: 30px;
    }
    .serviceability-small{
        font-size: 16px;
    }
    .partners-img{
        height:200px;
    }
    .customer-phone{
        width: 350px;
        height:56px;
    }
    .fontSize24{
        font-size: 20px;
    }
    /* 新闻 */
    .ct2-sd{
        width: 130px;
        display: block;
    }
    .newslist-banner{
        height: 235px;
    }
    .newslist-cont{
        width: 650px;
        margin-top: -4%;

    }
    .newsLi-img {
        width: 150px;
        height: 100px;
    }
    .news-dayTime{
        font-size: 42px;
    }
    .news-yy-mm{
        font-size: 12px;
    }

    .newsList-title{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .newsList-cont{
        font-size: 13px;
    }
    .list-5 li .text .more{
        font-size: 16px;
        display: block!important;
    }
    .border-bott{
        padding-bottom:1%;
        padding-top: 6%;
        margin-left: 20px;
    }
    .list-5 li .text {
        margin-left: 20px;

    }
    .more-marg-top{
        margin-top: -8.5%;
    }
    /* 新闻详情 */
    .ct2-mn{
        width: 556px;
    }
    .newsDetailCont{
        width: 420px;
    }
    .newsDetail-title{
        font-size: 18px;
    }
    .newsDetail-cont{
        font-size: 16px;
    }
    .yunu-infocontent-body p ,
    .yunu-infocontent-body p span{
        font-size: 14px!important;
    }
    .yunu-infocontent-rem li, .yunu-infocontent-epx li, .yunu-infocontent-return .more, .lanmu li>a{
        font-size: 14px;
    }

    .yunu-infocontent-return .more{
        display: block!important;
    }
}





