html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15;-webkit-tap-highlight-color: rgba(0,0,0,0);}
body{margin:0;font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;line-height: 1.42857143;font-size: 14px;min-width: 1230px;background: #fff;color: #333;}
h1{font-size:2em;margin:.67em 0;}
figure{margin:1em 40px;}
hr{box-sizing:content-box;height:0;overflow:visible;}
a{-webkit-text-decoration-skip:objects;background-color:transparent;}
abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}
b,strong{font-weight:bolder;}
dfn{font-style:italic;}
mark{background-color:#ff0;color:#000;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-.25em;}
sup{top:-.5em;}
audio:not([controls]){display:none;height:0;}
img{border-style:none;}
svg:not(:root){overflow:hidden;}
button,input,optgroup,select,textarea{line-height:1.42857143;margin:0;outline: none;}
body, button, input, select, textarea {text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: "liga","kern";}
button,input{overflow:visible;}
button,select{text-transform:none;}
button,html [type=button],/* 1 */
[type=reset],[type=submit]{-webkit-appearance:button;}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{padding:.35em .75em .625em;}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
progress{display:inline-block;vertical-align:baseline;}
textarea{overflow:auto;}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
summary{display:list-item;}
article,aside,footer,header,nav,section,figcaption,figure,main,details,/* 1 */
menu{display:block;}
pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em;}
audio,video,canvas{display:inline-block;}
template,[hidden]{display:none;}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}
a {color: #333;text-decoration: none;}
a:hover {color: #11489a;}
ul {margin: 0;list-style: none;padding: 0;}

.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: 100%;height: 100%;max-width: 100%;max-height: 100%; object-fit:cover; vertical-align: middle;transition: all 0.5s;}

.m-chengtao_cat .img-center img {object-fit:contain;}

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

.container {padding: 0 15px;width: 1200px;margin: 0 auto;}
.footer3 a {
    color: #a09f9f;
}
.pageRemark{ display:none!important;}

#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(247, 150, 0, .6);

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

}

.m-message label textarea{

    height: 72px;

    line-height: 24px;

    padding:10px 14px;

}

.m-message label.code{

    line-height: 34px;

}

.m-message label.code input{

    width: 30%;

    float: left;

    margin-right: 30px;

}

.m-message label.code .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: #11489a;
    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: #11489a;

    color: #fff;

}

.btn-1 input.focus:hover{

    background: #444;

}

.btn-1 input:hover{

    background: #ccc;

}



.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-button-prev,.swiper-button-next {outline: none;}
.swiper-pagination-bullet-active {background-color: #11489a;}


.YUr6z86k{margin:auto;padding:0;background-color:#222; overflow:hidden;}
.YUr6z86k:after{content:" ";display:block;clear:both}
.YUr6z86k em,.YUr6z86ki{font-style:normal}
.YUr6z86k .clear{clear:both}
.YUr6z86k .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.YUr6z86k .clearfix{*zoom:1}
.YUr6z86k .content{position:relative;width:1200px;margin:0 auto;z-index:3}
.YUr6z86k .header2{position:relative;width:100%;height:36px;background-color:#222}
.YUr6z86k .header2:after{display:block;width:50%;height:100%;content:"";position:absolute;top:0;right:-30px;background-color:#f67d14;transform:skew(-45deg)}
.YUr6z86k .header2 em{display:block;width:50%;height:36px;line-height:36px;font-size:14px;color:#fff;float:left;padding-right:50px;box-sizing:border-box}
.YUr6z86k .header2 p{width:50%;padding-left:50px;height:36px;line-height:36px;font-size:14px;color:#fff;text-align:right;float:left;box-sizing:border-box;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; margin:0;}
.YUr6z86k .header2 p a{color:#fff;padding:0 20px;cursor:pointer}
.YUr6z86k .header2 p a:last-child{ padding-right:0;}
.YUr6z86k .header2 p a:hover{font-weight:bold}





.header {background-color: #fff;}
.header .logo {float: left;font-size: 0;height: 80px; width:100px; line-height: 80px;text-align: left;padding: 15px 0;}
.header .logo a{ height:80px;}
.header .logo img{ max-height:80px;}
.header .tel {float: right;background: url(../images/tel1.png) no-repeat 0 center;padding-left: 45px;margin: 29px 0;color: #666;}
.header .tel strong {display: block;font-size: 32px;font-family: Impact;line-height: 1;color: #333;}
.header .text {float: left;font-size: 24px;margin: 35px 0 15px 10px;color: #11489a;line-height: 30px;font-weight: bold;letter-spacing: 2px;}
.header .text span{ font-size:12px;text-transform: uppercase; letter-spacing: -0.5px; font-weight: normal;line-height: 15px;}
.header .text .mobile_title{ display:none;}
.header .text a{ color:#11489a;}

.header .nav {font-size: 0;background-color: #11489a;color: #fff;}
.header .nav li {display: inline-block;vertical-align: middle;}
.header .nav li a {display: block;font-size: 16px;line-height: 54px;padding: 0 50px;color: #fff;}
.header .nav li .arr {float: right;height: 40px;width: 40px;position: relative;display: none;}
.header .nav li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;transform: rotate(135deg);right: 15px;}
.header .nav li.active a,.header .nav li.open a,.header .nav li a:hover {color: #fff;background-color: #f2861a;}
.header .nav li.dropdown {position: relative;}
.header .nav li.dropdown:before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 15px;}
.header .nav .dropdown-box {position: absolute;left: 0;min-width: 100%;top: 100%;display: none;z-index: 10;text-align: center;}
.header .nav .dropdown-box p {margin: 0;}
.header .nav .dropdown-box a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 15px 0 10px;font-size: 14px;background-color: #11489a !important;line-height: 40px;color: #d1deee !important;border-top: 1px dashed #497dba;}
.header .nav .dropdown-box .level1{ position: relative; }
.header .nav .dropdown-box .dropdown-box2{ display: none;position: absolute; left: 100%; top:0;}
.header .nav .dropdown-box .dropdown-box2 a{ background-color: #2a60b1!important;}
.header .nav .dropdown-box .level1:hover .dropdown-box2{ display: block;}

.header .nav li .arr2 {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 5px;transform: rotate(270deg);}
.header .nav .dropdown-box .dropdown-box2 a{ font-size: 13px; padding: 0 10px; line-height: 35px; border-top: 1px solid #497dba;}


.header .nav .dropdown-box a:hover {color: #333; background:#ec831e!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: #076aae;content: '';}
.menu-btn:before {width: 24px;}
.menu-btn:after {width: 18px;margin-left: 6px;}
.menu-btn span {width: 12px;margin: 6px 0 6px 12px;}

.swiper-container{ overflow: hidden;}

.banner {height: auto;position: relative; width: 100%; overflow: hidden;}
.banner .swiper-slide {background: no-repeat center / cover;}
.banner .swiper-slide  img{ width:100%;}
.banner .swiper-pagination-bullet {background-color: #fff;opacity: 1;}
.banner .swiper-pagination-bullet-active {background-color: #065f9c;}

.yunu-sou {padding: 25px 0;background-color: #f7f7f7;}
.yunu-sou .hot {float: left;padding: 7px 0;}
.yunu-sou .hot a {margin-right: 10px;}
.yunu-sou .hform {float: right;}
.yunu-sou .hform input {float: left;border: 1px solid #eee;padding: 6px 12px;width: 210px;font-size: 14px;}
.yunu-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 #11489a;color: #fff;font-size: 0;}

.section {padding: 80px 0;}
.section-title {margin-bottom: 40px;font-size: 30px;text-align: center;}
.section-title p {margin: 0;font-size: 18px;color: #666;}
.section-title span{ font-size:18px;}
.section-title small {display: block;font-size: 12px;margin-top: 10px;text-transform: uppercase;}
.section-title:after {width: 40px;height: 2px;background: #000;content: "";margin: 10px auto;display: block;}

.bg1 {background: url(../images/pro_bg.jpg) repeat center;}

.in-about {background: url(../images/intro1.jpg) no-repeat right center;padding-bottom: 20px;}
.in-about .text { position:relative;line-height: 32px;text-indent: 8em;height: 222px;background: url(../images/we_bg.png) no-repeat 0 0;width: 675px;padding: 43px 22px 0 220px;text-align: justify;}
.in-about .text p{ margin-top:0;}
.in-about .text .more{ display:block; padding:3px 0; width:120px; background:#044599; position:absolute; right:-20px; padding-left:0; bottom:0; color:#fff; text-align:center; text-indent:0;}
.in-about .text .more:hover{ background-color:#f2861a;}


.m-shebei_wrap{padding:40px 0; overflow:hidden; padding-bottom:0; box-sizing:border-box;}
.m-shebei_wrap .m-shebei_item{ width:585px; margin-right:30px; float:left; padding:40px 0; padding-bottom:0; box-sizing:border-box;}
.m-shebei_wrap .m-shebei_item:nth-child(2n){ margin-right:0;}



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

.in-product {margin: -30px 0 0 -30px;}
.in-product li {float: left;width: 25%;}
.in-product li a {display: block;margin: 30px 0 0 30px;}
.in-product li .img-cover {height: 214px;}
.in-product li .text {position: absolute;
    bottom: 0;
    height: 100%;
    text-align: center;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    height: 38px;
    right: 0; border-top-left-radius: 40px;
    width: 80%; transition-duration: 1s;
    line-height: 2em;
    background: rgba(4,69,153,0.8) no-repeat center 60px;
    background-image: none!importantimportant;
}

.in-product li:hover .text{border-top-left-radius:0px; width: 100%;}


.m-shebei_item .cat_wrap { height:244px; width:100%;}
.m-shebei_item .cat_wrap .img-cover {height: 244px;}
.m-shebei_item .cat_wrap .text {position: relative;z-index: 2;height: 100%;text-align: center;overflow: hidden;color: #fff;white-space: nowrap;text-overflow: ellipsis;font-size: 24px;line-height: 2em; padding-top:50px; text-align:center; background:rgba(4,69,153,0.6) no-repeat center 60px;}
.m-shebei_item .cat_wrap .text a{ display:inline-block; position:relative; color:#fff;}
.m-shebei_item .cat_wrap .text li{ display:block; width:100%;}
.m-shebei_item .cat_wrap .text a::before{ content:'';display: none; width:100%;    bottom: 0; left:0; position: absolute; height:2px; background:#fff;}
.m-shebei_item .cat_wrap:hover .text {background:rgba(4,69,153,0.8) no-repeat center 60px; }
.m-shebei_item .cat_wrap .text a:hover::before{ display:block;}

.m-inner_cat{line-height:60px; background:#11489a; color:#fff;text-align:center; display:none;}
.m-inner_cat a{ color:#fff; display:inline-block; font-size:16px; padding:0 10px; }
.m-inner_cat a.current{ position:relative; background:#fff; color:#333;}
.m-inner_cat a.current::before{ content:'▲';position: absolute; left: 50%; bottom: 5px;display: block;margin-left: -10px; width: 20px;height: 5px;line-height: 5px;}

.in-custom {}
.in-custom li {float: left;width: 33.33%;background: no-repeat center;transition: all 0.5s;}
.in-custom li a {display: block;text-align: center;background-color: rgba(13, 120, 165, 0.4);height: 760px;transition: all 0.5s;position: relative;color: #fff;overflow: hidden;}
.in-custom li h4 {line-height: 760px;font-size: 0;margin: 0; padding-top:50px;}
.in-custom li h4 span {display: inline-block;font-size: 24px;line-height: 40px;width: 40px;writing-mode:vertical-rl;letter-spacing: 5px;}
.in-custom li .text {position: absolute;background-color: rgba(4, 69, 153, 0.6);width: 60%;left: 20%;bottom: -170px;opacity: 0;transition: all 0.5s;padding: 40px 20px;}
.in-custom li .text p {margin: 0;font-size: 20px;line-height: 1.8;}
.in-custom li .text p.title { font-weight:bold; font-size:22px; position: relative; margin-bottom:20px;}
.in-custom li .text p.title:before{content: '';
    display: block;
    width: 100%;
    bottom: 0;
    left: 50%; width:100px; margin-left:-50px;
    position: absolute;
    height: 2px;
    background: #fff;}

.in-custom li .text span {display: block;margin: 20px auto 0;height: 40px;width: 145px;background: url(../images/more1.jpg) no-repeat center / cover;}
.in-custom:hover li {width: 22%;}
.in-custom li:hover {width: 56%;}
.in-custom li:hover a {background-color: transparent;}
.in-custom li:hover h4 {display: none;}
.in-custom li:hover .text {bottom: 30px;opacity: 1;}


.m-zoom_up{ display:none;}

.in-case {position: relative;}
.in-case-menu {bottom: 0;right: 0;width: 595px;position: absolute;z-index: 2;}
.in-case-menu p {margin: 0;text-align: right;line-height: 50px;}
.in-case-menu ul {background-color: #f5f5f5;padding: 0 8px 8px 0;}
.in-case-menu li {float: left;width: 33.333333%;}
.in-case-menu li a {display: block;border: 1px solid #dcdcdc;margin: 8px 0 0 8px;}
.in-case-menu li .img-center {height: 128px;line-height: 128px;}
.in-case-menu li.active a {border-color: #11489a;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.in-case-con {width: 660px;margin: 0;}
.in-case-con .swiper-slide a {display: block;}
.in-case-con .swiper-slide .img-cover {height: 430px;}
.in-case-con .swiper-slide .img-cover p {margin: 0;position: absolute;left: 0;bottom: 0;color: #fff;background: url(../images/tm1.png) repeat 0 bottom;font-size: 18px;line-height: 50px;padding-top: 30px;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-indent: 1em;}
.in-case-con .swiper-slide .more {width: 330px;padding-left: 20px;line-height: 54px;font-size: 20px;color: #fff;background: url(../images/more2.jpg) no-repeat center;margin-top: 20px;}

.in-power-menu {text-align: center;border-top: 1px solid #ebebeb;}
.in-power-menu ul {position: relative;font-size: 0;padding: 0 12px;}
.in-power-menu ul:before,.in-power-menu ul:after {content: '';position: absolute;top: 50%;background-color: #7f9fc9;width: 12px;height: 12px;margin-top: -6px;}
.in-power-menu ul:before {left: 0;}
.in-power-menu ul:after {right: 0;}
.in-power-menu li {display: inline-block;width: 16.666666%;}
.in-power-menu li a {display: block;color: #666;font-size: 20px;line-height: 70px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.in-power-menu li.active a {color: #11489a;}
.in-power-con .swiper-slide .img-cover {height: 680px;}

.in-honor {position: relative;padding: 0 50px;}
.in-honor .swiper-slide a {display: block;}
.in-honor .swiper-slide .img-center {height: 242px;line-height: 242px;}
.in-honor .swiper-slide .img-center img {object-fit:contain;}

.in-honor .swiper-button-prev {left: 0;}
.in-honor .swiper-button-next {right: 0;}
.in-honor .swiper-pagination {position: static;margin-top: 15px;font-size: 0;display: none;}
.in-honor .swiper-pagination-bullet {margin: 0 3px;}
.in-honor-more {display: block;width: 270px;line-height: 54px;font-size: 20px;color: #fff !important;text-align: center;background: #11489a;margin: 60px auto 0;}

.bg2 {background: url(../images/new_bg.jpg) no-repeat center / cover;}

.list-1 {margin-top: -20px;}
.list-1 li a {display: block;padding: 20px;overflow: hidden;margin: 20px 0 0;border: 1px solid #cecfd1;}
.list-1 li .date {float: left;font-size: 14px;text-align: center;width: 80px;padding: 8px 0;}
.list-1 li .date strong {display: block;font-size: 50px;line-height: 1;}
.list-1 li .text {margin-left: 100px;border-left: 1px solid #cecfd1;padding-left: 20px;}
.list-1 li .text h4 {margin: 0;font-size: 18px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.list-1 li .text p {margin: 10px 0 0;color: #666;height: 50px;overflow: hidden;line-height: 1.8;}
.list-1 li a:hover {background-color: #11489a;color: #fff;border-color: #11489a;}
.list-1 li a:hover .date {color: #fff;}
.list-1 li a:hover .text p {color: #fff;}


.list-style2 .text{}
.list-style2 .text h4{ margin-bottom:10px; font-size:24px;}

.m-list-peijian li .img-center{ height:263px;}
.m-list-peijian li .img-center img{ object-fit:contain;}
.m-list-peijian li a{ cursor: default;}


.in-news-menu {margin-bottom: 20px;}
.in-news-menu .more {float: right;color: #666;font-size: 16px;text-transform: uppercase;}
.in-news-menu li {float: left;margin-right: 55px;}
.in-news-menu li a {display: block;font-size: 18px;color: #666;border-bottom: 2px solid transparent;padding-bottom: 5px;}
.in-news-menu li.active a {color: #11489a;font-weight: bold;border-color: #11489a;}
.in-news-right {float: right;width: 570px;}
.in-news-left {float: left;width: 570px;display: block;}
.in-news-left .img-cover {height: 315px;margin-bottom: 20px;}
.in-news-left .date {float: left;font-size: 14px;text-align: center;width: 80px;padding: 8px 0;}
.in-news-left .date strong {display: block;font-size: 50px;line-height: 1;}
.in-news-left .text {margin-left: 100px;border-left: 1px solid #cecfd1;padding-left: 20px;}
.in-news-left .text h4 {margin: 0;font-size: 18px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.in-news-left .text p {margin: 10px 0 0;color: #666;height: 50px;overflow: hidden;line-height: 1.8;}

.bg3 {background: url(../images/abt_bg.jpg) no-repeat center 0;}

.in-desc {display: block;position: relative;z-index: 1;width: 1043px;margin: 0 auto;box-shadow: 0 0 10px rgba(0,0,0,0.2);background-color: #fff;padding: 10px;}
.in-desc-pic {margin-top: -195px;background: url(../images/abt2.jpg) no-repeat center / cover;height: 429px;}

.footer {background-color: #f9f9f9;padding: 60px 0 0;}
.footer-nav {text-align: center;font-size: 0;border-bottom: 1px solid #ddd;margin-bottom: 60px;}
.footer-nav a {display: inline-block;line-height: 112px;font-size: 16px;margin: 0 18px;border-bottom: 2px solid transparent;}
.footer-nav img {display: inline-block;vertical-align: middle;}
.footer-nav a:hover {border-color: #11489a;}
.footer-contact li {float: left;width: 22.5%;}
.footer-contact li .wrap {text-align: center;}
.footer-contact li p {margin: 10px 0 0;font-size: 18px;}
.footer-contact li.ewm {width: 10%;}
.footer-contact li.ewm p {font-size: 14px;}
.footer-copy {padding: 20px 0;color: #bbb;margin-top: 60px;background-color: #1a1a1a;}
.footer-copy p {margin: 0;color: #a09f9f;}

.banner-sub {height: 320px;background: no-repeat center / cover;}

.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 #333;}
.yunu-curmbs em {font-style: normal;padding: 0 5px;color: #999;}

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

.panel-sd {margin-bottom: 20px;background-color: #f6f6f6;}
.panel-sd:last-child {margin-bottom: 0;}
.panel-sd .tit {text-align: center;color: #fff;font-size: 24px;padding: 20px 0;background-color: #11489a;}

.lanmu li {margin-top: 2px;}
.lanmu li>a {display: block;line-height: 50px;padding: 0 0 0 25px;background-color: #ececec;color: #666;font-size: 15px;}
.lanmu li .arr {float: right;height: 45px;width: 40px;position: relative;cursor: pointer;}
.lanmu li .arr:after {content: '';border-top: 2px solid #11489a;border-left: 2px solid #11489a;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;transform: rotate(135deg);right: 15px;}
.lanmu-box {display: none;}
.lanmu-box p {margin: 0;border-top: 1px solid #fff;padding-left: 15px;}
.lanmu-box p a {padding: 0 25px;display: block;line-height: 40px;}
.lanmu li>a:hover,.lanmu li.active>a {color: #fff;background-color: #11489a;}
.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: #11489a;color: #fff;}

.yunu-title-1 {border-bottom: 1px solid #ececeb;height: 44px;margin-bottom: 15px;font-size: 20px; font-weight:bold;}
.yunu-title-1 span {display: inline-block;padding-bottom: 10px;border-bottom: 1px solid #333;}
.yunu-title-1 h1{font-size: 20px;font-weight: bold; margin:0; display: inline-block;padding-bottom: 10px;border-bottom: 1px solid #333;}


.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: #11489a;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: #11489a;color: #11489a;}
.list-2 li .img-center {height: 221px;line-height: 221px;}
.list-2 li .img-center img{ object-fit:contain;}
.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: 162px;line-height: 162px;}
.list-2_1 li .text {padding: 0 15px;}
.list-2_1 li h4 {font-size: 16px;line-height: 34px;height: 34px;}

.m-product-list-2 li{ width:25%;}
.m-product-list-2 li .img-center{ height:160px; line-height:160px;}
.m-product-list-2 li h4{ font-size:13px; line-height:35px; height:35px;}

.list-5 li {margin-bottom: 15px;}
.list-5 li a {display: block;border: 1px solid #ddd;padding: 15px;overflow: hidden;}
.list-5 li .img-center {float: left;width: 250px;}
	.list-5 li .img-center img{ width:250px; height:160px; object-fit:cover;}

.list-5 li .text {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: #fff;background-color: #B6B6B6;}
.list-5 li a:hover {border-color: #11489a;}
.list-5 li a:hover .text h4 {color: #11489a;}
.list-5 li a:hover .text .more {background-color: #11489a;}

.yunu-menu-inner {text-align: center;margin-bottom: 30px;}
.yunu-menu-inner a { display:inline-block;}
.yunu-menu-inner span {display: block;margin-left: 1px;background-color: #f4f4f4;color: #333;font-size: 18px;line-height: 55px; padding:0 10px;}
.yunu-menu-inner a:hover span,.yunu-menu-inner a.active span {background: url(../images/p16-icon6.png) no-repeat center bottom #11489a;color: #fff;}


.about-1 {margin: 0;}
.about-1 dt {float: right; margin:0 0 10px 20px; width: 600px;}
.about-1 dd {margin-left: 640px;}

.text-mmmmm {color: #333;line-height: 2; font-size: 16px; text-align: justify; border-bottom:2px solid #eee;}
.text-mmmmm img{ max-width:100%; height:auto!important;}
.text-mmmmm p {margin: 15px 0;}


.text-166{ background:url(../images/hispory_bg.jpg) no-repeat right bottom;}
.text-167{ background:url(../images/culture_bg.jpg) no-repeat right center;}
.text-speech .img-center{ width:420px; float:left; margin-right:20px;}

.list-3 {margin: -20px 0 0 -20px;}
.list-3 li {float: left;width: 25%;}
.list-3 li a {display: block;margin: 20px 0 0 20px;}
.list-3 li .img-center {border: 1px solid #ddd;height: 212px;line-height: 212px;}
.list-3 li p {margin: 0;text-align: center;color: #fff;line-height: 40px;background-color: #666;}
.list-3 li a:hover p {background-color: #11489a;}

.about-2 dl {margin: 0;background-color: #f6f6f6;}
.about-2 dt {float: left;width: 600px;}
.about-2 dd {margin: 0 0 0 600px;padding: 35px 50px 35px 40px;text-align: justify;line-height: 1.8;}
.about-2 dl:nth-child(even) dt {float: right;}
.about-2 dl:nth-child(even) dd {margin: 0 600px 0 0;}

.about-3 { position:relative; background: #004395;background-image: linear-gradient(to right, #004395, #247ae4);padding:30px 100px;color: #fff;line-height: 1.8;}
.about-3:after{    display: block;
    width: 80%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
	 margin-right:-40%;
    background-color: #f67d14;
    transform: skew(
-45deg);}


.about-3 ul{ overflow:hidden; padding-left:60px; position:relative; z-index:999;}
.about-3 li{ width:25%; float:left; box-sizing:border-box; padding-left:64px;background: url(../images/about_culico.png) no-repeat left center; background-size:50px 50px;}
.about-3 li .title{ font-size:20px; font-weight:bold;}



.yunu-message {background: url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;border: 1px solid #ddd;padding: 50px 200px;}
.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: #11489a;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;}

.m-photo_show_mobile{ display:none;}
.m-photo_show_mobile img{ display:block; margin:5px auto;}

.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;color:#999;}
.yunu-infocontent-body {line-height: 2;margin-bottom: 20px; font-size:16px;}
.yunu-infocontent-body img {max-width: 100% !important;height: auto !important;width: auto !important;}
.yunu-infocontent-body video{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-return1 {border-top: 1px solid #ddd;line-height: 32px;}
.yunu-infocontent-return1 a {margin-right: 10px;}
.yunu-infocontent-return1 .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: 250px;}
.yunu-showcase-info p .attr{ display:block;padding: 8px 10px 8px 10px;
    border-bottom: 1px dotted #ddd;}
.yunu-showcase-info p .desc{ display:block;padding: 8px 10px 8px 10px;}
.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: #11489a;color: #fff;}

.pc-slide{float:left;width:400px;}
.view .swiper-slide .img-center {width:100%;height:300px;line-height:300px; object-fit:contain;}
.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: #11489a;}
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;}

.yunu-contact-text {float: left;width: 430px;margin: 0;}
.yunu-contact-text dt {font-size: 22px;}
.yunu-contact-text dd {padding: 0 0 14px 70px;line-height: 45px;border-bottom: 1px solid #ddd;margin: 15px 0 0;background: no-repeat 0 top;}
.yunu-contact-text dd.i1 {background-image: url(../images/x1.png)}
.yunu-contact-text dd.i2 {background-image: url(../images/x2.png)}
.yunu-contact-text dd.i3 {background-image: url(../images/x3.png)}
.yunu-contact-text dd.i4 {background-image: url(../images/x4.png)}
.yunu-contact-text dd.i5 {background-image: url(../images/x5.png)}

.yunu-contact-map {float: right;width: 700px;}

.map{
	height: 350px;margin-top: 20px;
	
}
.list-4 {margin: 0 0 -20px -20px;}
.list-4 li {float: left;width: 25%;}
.list-4 li a {display: block;margin: 0 0 20px 20px;border: 1px solid #ececeb;}
.list-4 li .img-center {padding: 10px;height: 198px;line-height: 198px;}
.list-4 li .text {padding: 5px 20px;background-color: #F0F0F0;}
.list-4 li .text h4 {margin: 0;font-size: 14px;line-height: 45px;height: 45px;overflow: hidden;font-weight: normal;text-align: center;}

.m-list-case .img-center img{width: 100%;height: 100%;object-fit: cover;}


.dz-video iframe {border: 0;width: 100%;height: 400px;}

.dz-desc {background-color: #f6f6f6;border: 2px solid #ddd;padding: 20px 50px;line-height: 1.8;color: #666;}
.dz-desc li {list-style: decimal;border-bottom: 1px dashed #ddd;padding: 15px 0;}
.dz-desc li:last-child {border-bottom: 0;}

@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;
  }
.map {height: 200px;}
    .kf {display: none;}
    .footer-fix {display: block;}

.z_slide_bar{ display:none;}



.m-inner_cat{ display:block; line-height:40px; height:40px;overflow-x: auto; overflow-y: hidden; white-space:nowrap; width:auto;}
.m-inner_cat a{ font-size:14px;display: inline-block; float:none;}
.m-inner_cat a.current::before{ bottom:0;}

    .header {padding: 10px 0;position: fixed;z-index: 10;width: 100%;top: 0;left: 0;box-shadow: 0 0 10px rgba(0,0,0,0.2); border-top:1px solid #11489a;}
    .header .tel {display: none;}
	.header .text{margin: 0;font-size: 14px;letter-spacing: 0;float: left;width: 245px; line-height:17px;}
	.header .text span{ font-size:10px; line-height:12px;letter-spacing: 0; }
	.header .text .pc_title{ display: none; }
	.header .text .mobile_title{ display: inline; }
	
    .header .logo {height: 30px; width:40px; line-height: 30px;float: left;padding: 0;}
    .header .nav {margin: 10px 0 -10px;text-align: left;display: none;background-color: transparent;border-bottom: 0;}
    .header .nav ul {margin: 0 -15px;}
    .header .nav li {display: block;margin: 0;border-top: 1px solid #eee;background: none;}
    .header .nav li a {line-height: 40px;padding: 0 15px;color: #333; font-size:15px;}
    .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: #11489a}
   
    .header .nav li.open .arr:after {border-color: #11489a;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;border-top: 1px dotted #ddd;padding: 0 15px;line-height: 40px;background-color: transparent !important;border-bottom: 0;}
    .header .nav .dropdown-box a:hover {background-color: transparent !important;}
    
     
    .menu-btn {display: block;}
    .banner {height: 200px;}
    .banner img {height: 200px; object-fit:cover;}

    .yunu-sou {padding: 0; display:none;}
    .yunu-sou .container {padding: 0;}
    .yunu-sou .hot {display: none;}
    .yunu-sou .hform {float: none;position: relative;}
    .yunu-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;}
    .yunu-sou .hform button {position: absolute;right: 0;top: 0;width: 50px;height: 40px;}

    .section {padding: 30px 0;}
    .section-title {margin-bottom: 20px;font-size: 18px; line-height:1.2em;}
    .section-title span{font-size: 12px;}
    .section-title p {font-size: 12px;}
    .section-title small {display: none;}

	.yunu-showcase-info h1{ text-align:center;}


    .in-about {padding: 0;background: none;}
	
    .in-about .text { position:relative; width: auto;padding: 0;text-indent: 2em;background: none;height: auto;}
.in-about .text .more{ position: relative; margin:0 auto; right:0;}
    .in-product {margin: -15px 0 0 -15px;}
    .in-product li {width: 50%;}
    .in-product li a {margin: 15px 0 0 15px;}
    .in-product li .img-cover {height: 150px;}
    .in-product li .text {font-size: 15px;line-height: 225px; background-position: center 35px;}
.m-shebei_wrap{ padding:20px 15px;}
.m-shebei_wrap .m-shebei_item{ width:100%;}


.m-section-solution{ background:#eee; padding-bottom:20px!important;}
.m-section-solution .in-custom{ padding:0 15px;}

    .in-custom li {width: 100% !important; margin-bottom:10px;}
    .in-custom li a {height: 300px;background-color: transparent;}
    .in-custom li h4 {line-height: 1.8;text-shadow: 0 1px 1px #000;}
    .in-custom li h4 span {font-size: 18px;width: auto;padding: 30px 0; writing-mode: lr-tb;letter-spacing: 0px;}
    .in-custom li .text {opacity: 1;width: 100%;left: 0;bottom: 0;box-sizing: border-box;padding: 15px;}
    .in-custom li .text p {font-size: 14px;}
	.in-custom li .text p.title{ display:none;}
    .in-custom li .text span {margin-top: 15px;width: 110px;height: 30px;}
	

	.list-style2 .text h4{ font-size:18px;}
		
	.m-zoom_up{position:fixed; display:inline-block; z-index:999999; left:0; padding:0 5px 0 20px; height:30px; line-height:30px; font-size:12px; color:#fff; background:#F60 url(../images/zoom.png) no-repeat 5px center;background-size: 16px 16px; text-align:center; border-radius: 0px 20px 20px 0px; bottom:40%;}
.m-zoom_up.active{ display:none; background:#11489a; color:#fff;}

.text-mmmmm img {
  display: block;
  max-width: 100%;
}

.text-mmmmm .open {
  cursor: zoom-out;
  max-width:550px;
}
	
	

    .in-case-menu {position: static;width: auto;display: none;}
    .in-case-menu p {line-height: 1.4;margin-bottom: 10px;font-size: 12px;text-align: center;color: #999;}
    .in-case-menu li .img-center {height: 70px;line-height: 70px;}
    .in-case-con {width: auto;}
    .in-case-con .swiper-slide .img-cover {height: 200px;}
    .in-case-con .swiper-slide .img-cover p {font-size: 14px;}
    .in-case-con .swiper-slide .more {margin-top: 15px;font-size: 16px;background-size: cover;width: 250px;line-height: 40px;}

    .in-power-menu li {width: 33.333333%;}
    .in-power-menu li a {font-size: 14px;line-height: 40px;}
    .in-power-con .swiper-slide .img-cover {height: 200px;}

    .in-honor {padding: 0;}
    .in-honor .swiper-button-next,.in-honor .swiper-button-prev {display: none;}
    .in-honor .swiper-slide .img-center {height: 147px;line-height: 147px;}
    .in-honor .swiper-pagination {display: block;}
    .in-honor-more {margin-top: 20px;font-size: 14px;line-height: 40px;width: 200px;}

    .list-1 {margin: -10px 0 0;}
    .list-1 li {width: 100%;}
    .list-1 li a {margin: 10px 0 0;padding: 10px;}
    .list-1 li .date {font-size: 12px;width: 60px;padding: 10px 0;}
    .list-1 li .date strong {font-size: 30px;}
    .list-1 li .text {margin-left: 70px;padding-left: 10px;}
    .list-1 li .text h4 {font-size: 14px;}
    .list-1 li .text p {font-size: 12px;margin-top: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: auto;}

    .in-news-menu .more {font-size: 12px;}
    .in-news-menu li {margin-right: 20px;}
    .in-news-menu li a {font-size: 16px;}
    .in-news-left,.in-news-right {width: auto;float: none;}
    .in-news-right {margin-top: 30px;}
    .in-news-left .img-cover {height: 200px;margin-bottom: 10px;}
    .in-news-left .date {font-size: 12px;width: 60px;padding: 10px 0;}
    .in-news-left .date strong {font-size: 20px;}
    .in-news-left .text {margin-left: 70px;padding-left: 10px;}
    .in-news-left .text h4 {font-size: 14px;}
    .in-news-left .text p {font-size: 12px;margin-top: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: auto;}

    .in-desc {width: auto;}

    .in-desc-pic {margin-top: -50px;height: 120px;}

    .footer {padding-top: 30px;}
    .footer-copy {margin-top: 30px;font-size: 12px;padding: 15px 0;}
    .footer-nav {display: none;}
    .footer-contact {margin-top: -15px;}
    .footer-contact li {width: 50%;margin-top: 15px;}
    .footer-contact li img {height: 36px;width: auto;}
    .footer-contact li p {margin-top: 5px;font-size: 14px;}
    .footer-contact li.ewm {display: none;}

    .banner-sub {height: 120px;}

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

    .yunu-curmbs {display: none;}
	
	.m-about_bottom{ display:none;}
	

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

    .yunu-title-1 {font-size: 18px;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: 125px;line-height: 125px;}
    .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 .img-center {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; margin:0;}
    .about-1 dd {margin: 0;}

    .list-3 {margin: -10px 0 0 -10px;}
    .list-3 li {width: 50%;}
    .list-3 li a {margin: 10px 0 0 10px;}
    .list-3 li .img-center {height: 125px;line-height: 125px;}
    .list-3 li p {font-size: 12px;line-height: 34px;}

    .about-2 dt {float: none !important;width: auto !important;}
    .about-2 dd {margin: 0 !important;padding: 15px;font-size: 12px;}

    .about-3 {padding: 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: 260px;line-height: 260px;}
    .yunu-showcase-info {margin: 20px 0 0;}
    .yunu-showcase-info h1 {margin-bottom: 20px;font-size: 18px;}
    .yunu-showcase-info p {margin-top: 10px;min-height: auto;}
    .yunu-showcase-info .tel {font-size: 14px;padding-left: 50px;}

    .yunu-contact-text {float: none;width: auto;}
    .yunu-contact-text dt {font-size: 18px;}
    .yunu-contact-text dd {padding-left: 50px;background-size: 34px 34px;background-position: 0 5px;}

    .yunu-contact-map {width: auto;float: none;margin-top: 30px;}
    .yunu-contact-map img {height: 30px;width: auto;}





    .list-4 {margin: -10px 0 0 -10px;}
    .list-4 li {width: 50%;}
    .list-4 li a {margin: 10px 0 0 10px;}
    .list-4 li .img-center {padding: 5px;height: 116px;line-height: 116px;}
    .list-4 li .text {padding: 5px 10px;}
    .list-4 li .text h4 {line-height: 30px;height: 30px;font-size: 12px;}

    .dz-video iframe {height: 200px;}

    .dz-desc {padding: 5px 15px 5px 30px;}
    .dz-desc li {padding: 10px 0}
	
	.text-speech .img-center{width: 100%;float: none; margin-bottom:5px;}
	.text-167,.text-166{ padding-bottom:400px!important; background-position: center bottom!important;}	
}

/* footer */
.footer{display: flex;padding: 0 8.33333vw;background-color: #12499b;overflow: hidden;height: 25vw; border-top:5px solid #ef8719;}
.footer a{ color:#fff;}
.footer .left_con{padding: 3.125vw 4.16666vw 1.875vw 0;flex: 0.65;border-right: 1px solid #325c9c;position: relative;}
.footer .left_con .logo{width: 145px;display: block;}
.footer .left_con .logo img{width: 100%;}
.footer .left_con .list{margin-top: 2.39583vw;width: 100%;padding-bottom: 1.25vw;border-bottom: 1px solid #325c9c;}
.footer .left_con .list a{display: inline-block;margin-right: 3.125vw;position: relative;color: #FFF;font-size: 16px;}
.footer .left_con .list a:last-child{margin-right: 0;}
.footer .left_con .list a::after{content: "/";color: #5ab1d9;font-size: 16px;z-index: 0;position: absolute;top: 50%;transform: translateY(-50%);right: -1.5625vw;}
.footer .left_con .list a:last-child::after{display: none;}
.footer .left_con .list a::before{content: "";width: 100%;height: 1px;background-color: #FFF;position: absolute;z-index: 0;left: 0;bottom: -10px;opacity: 0;transition: 0.8s;}
.footer .left_con .list a:hover::before{opacity: 1;bottom: -3px;}
.footer .left_con .link{margin-top: 2.1875vw;}
.footer .left_con .link a{display: inline-block;margin-right: 1.5625vw;border-radius: 50%;width: 2.91666vw;height: 2.91666vw;line-height: 2.91666vw;text-align: center;color: #FFF;background-color: #0caedd;transition: 0.8s;border: 1px solid #0caedd;font-size: 1.14583vw;}
.footer .left_con .link a:last-child{margin-right: 0;}
.footer .left_con .link a:hover{color: #0caedd;background-color: #FFF;}
.footer .left_con .bot{position: absolute;bottom: 2.08333vw;color: #FFF;font-size: 13px;}
.footer .right_con{flex: 0.35;padding: 4.16666vw 0 2.08333vw 4.16666vw;position: relative;}
.footer .right_con .text{color: #FFF;font-size: 14px;}
.footer .right_con .text p{margin-bottom: 0.52083vw;}
.footer .right_con .text p:last-child{margin-bottom: 0;}
.footer .right_con .text p .phone{color: #FFF; font-family: "Gilroy";}
/* .footer .right_con .text p .email{font-size: 20px;border-bottom: 2px solid #FFF;line-height: 20px;} */
.footer .right_con .code{margin-top: 1.35416vw;}
.footer .right_con .code .codes{display: inline-block;vertical-align: top;background-color: #FFF;width: 6.25vw;height: 7.8125vw;margin-right: 1.04166vw;}
.footer .right_con .code .codes:last-child{margin-right: 0;}
.footer .right_con .code .codes .img{width: 100%;height: 6.25vw;display: flex;justify-content: center;align-items: center;}
.footer .right_con .code .codes .img img{width: 80%;height: 80%;}
.footer .right_con .code .codes p{text-align: center;color: #222222;font-size: 13px;}
.footer .right_con .bot{position: absolute;bottom: 2.08333vw;}
.footer .right_con .bot a{display: inline-block;vertical-align: middle;color: #FFF;font-size: 13px;}
.footer .right_con .bot span{color: #FFF;margin: 0 8px;vertical-align: middle;display: inline-block;}


.z_slide_bar{ position: fixed; right: 20px; bottom: 25%; transform: translateY(-50%); z-index: 5;}
.z_slide_bar li{ margin-bottom: 10px; position: relative;}
.z_slide_bar li .icon{ width: 40px; height: 40px; border-radius: 50%; background: #939496; line-height: 40px; text-align: center; transition: ease 1s;}
.z_slide_bar li .z_slide_down{ width: 120px; height: 40px; padding: 0 10px; padding-right: 40px; border-radius: 20px; background: #f67d14; line-height: 40px; color: #fff; box-sizing: border-box; text-align: center; position: absolute; top: 0; right: 0; z-index: -1; transform: translateX(120px); transition: ease 1s; opacity: 0; visibility: hidden;}
.z_slide_bar li:hover .z_slide_down{ transform: translateX(0); opacity: 1; visibility: visible;}
.z_slide_bar li:hover .icon{background: #ef8719;}
.z_slide_bar li .z_slide_code{ width: 80px; height: 80px; right: 50px; padding-right: 0;padding: 6px; border-radius: 5px; box-sizing: border-box;}
.z_slide_bar li .z_slide_code img{ display: block; width: 100%; height: 100%;}
.z_slide_bar li .z_slide_down_tel{ width:155px;}

@media screen and (max-width: 980px) {
	.met_editor{ overflow-x:scroll;}

	.z_slide_bar{ }
	.z_slide_bar li .icon{ width:30px; height:30px; line-height:30px;}
	.z_slide_bar li .icon img{ width:32px; height:32px;}
	.z_slide_bar li .z_slide_down{ height:30px; line-height:30px;padding-right: 30px;}
	.z_slide_bar li .z_slide_code{ right:40px;}
	.z_slide_bar li .z_slide_down_tel{ width:144px;}
	.YUr6z86k{ display:none;}
	.footer{display: block;padding: 15px;height: auto;}
	.footer .left_con{width: 100%;padding: 0;border-right: none;}
	.footer .left_con .logo{width: 85px;}
	.footer .left_con .list{display: none;}
	.footer .left_con .bot{margin-top: 10px;position: unset;font-size: 12px;}
	.footer .left_con .link{margin-top: 10px;}
	.footer .left_con .link a{width: 35px;height: 35px;line-height: 35px;font-size: 16px;}
	.footer .right_con{padding: 0;width: 100%;margin-top: 10px;}
	.footer .right_con .text{font-size: 12px;}
	.footer .right_con .text p{margin-bottom: 5px;}
	.footer .right_con .text p .phone{font-size: 14px;}
	.footer .right_con .text p .email{font-size: 14px;line-height: 14px;}
	.footer .right_con .bot{position: unset;margin-top: 10px;}
	.footer .right_con .code{margin-top: 10px;}
	.footer .right_con .code .codes{width: 70px;height: auto;padding: 0 0 5px;}
	.footer .right_con .code .codes .img{height: 70px;}
	.footer .right_con .code .codes p{font-size: 12px;}
	.footer .right_con .bot a{font-size: 12px;}
}




/*job*/

.joinbanner .develope{ padding:0 20px;}
.joinbanner .develope h1,.joinbanner .develope span,.joinbanner .develope p{ color:#333333;}
.joinbanner .develope p{ width:100%;}

.develope{ }
.develope h1{ color:#fff; text-align:center; font-size:40px; font-family:Arial; line-height:1; text-transform:uppercase;}
.develope h2{ display:block; text-align:center; font-size:18px; line-height:1; margin-top:10px; margin-bottom:35px;}
.develope p{ color:#fff; font-size:14px; text-align:center; line-height:2; width:606px; margin:auto;} 




.join-te{ margin-top:20px;}
.join-te strong{ display:block; text-align:center; color:#333333; font-size:18px; margin-bottom:16px;}
.join-te p a{ display:inline-block; color:#1e0aa1;}
.join-clic{ text-align:center; margin-top:68px;}
.join-clic .urban-info{ text-align:center; width:124px; height:124px; display:inline-block; margin-right:34px;}
.join-clic .urban-info:last-child{ margin-right:0;}
.join-clic .urban-info span{ color:#fff;}
.join-clic .urban-info a{ padding-top:30px; height:70px;}
.join-clic .urban-info a b{ display:block; width:35px; height:36px; margin:auto; margin-bottom:8px;}
.join-clic .urban-info:nth-child(1) a b{ background:url(../images/join1.png) center no-repeat;}
.join-clic .urban-info:nth-child(2) a b{ background:url(../images/join2.png) center no-repeat;}

.m-shebei_item .cat_wrap{ height:auto;}
.m-shebei_item .cat_wrap .img-cover{ height:200px;}
.m-shebei_item .cat_wrap .text{ padding-top:22px;}
.m-shebei_item .cat_wrap .text li{ height:40px; line-height:40px;}
.m-shebei_item .cat_wrap .text a{ font-size:16px;}


.urbans{ position:relative;}
.urbans-leval{ position:fixed; left:3.75%; top:50%; margin-top:-175px; z-index:88; transition:520ms; opacity:0; visibility:hidden;}
.urbans-leval1{ margin-top:-112px;}
.urbans-leval.nowflx{ opacity:1; visibility:visible;}
.urbans-leval:before{ content:""; width:4px; height:90%; background:#00afca; position:absolute; left:50%; margin-left:-2px; top:0%;}
.urban-info:after{ content:""; width:100%; height:100%; position:absolute; left:0; top:0; background:url(../images/radius5.png) center no-repeat; background-size:cover !important;  visibility:hidden; transition:330ms; transform:scale(0.6); -webkit-transform:scale(0.6); -moz-transform:scale(0.6); opacity: 0; -moz-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1); -o-transition: all .6s cubic-bezier(0.445, 0.145, 0.355, 1);}
.urban-info:before{ content:""; width:100%; height:100%; position:absolute; left:0; top:0; background:url(../images/radius4.png) center no-repeat; background-size:cover !important; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s;}
.urban-info{ position:relative; width:100px; height:100px; margin-bottom:25px;}
.urban-info:last-child{ margin-bottom:0;:}
.urban-info a{ display:block; position:relative; padding-top:28px; height:72px; text-align:center; color:#fff; font-size:14px; line-height:1.4; z-index:5;}
.urban-info:last-child a{ }
.urban-info:hover:before,.urban-info.current:before{ opacity: 0; transform: scale(1.3); -webkit-transform: scale(1.3);}
.urban-info:hover:after,.urban-info.current:after{ transform: scale(1); -webkit-transform: scale(1); opacity: 1; visibility: visible;}


.met_editor table{width:100%!important;margin-bottom:1.6rem;border-spacing:0!important;border-collapse:collapse!important;padding:0!important;border:0}
.met_editor table td{border:1px solid #ddd!important;font-size:12px;}
.met_editor table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td{padding:.7rem;line-height:1.6;vertical-align:top;border-top:1px solid #ddd}
.met_editor table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd}
.met_editor #organization table td{border:1px solid #fff!important;}
.met_editor #organization table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td{padding:.7rem;line-height:1.6;vertical-align:middle;border-top:1px solid #fff;}



.jobs-box{ padding:90px 0 74px; background:#f3f3f3;}
.jobs{ width:1100px; margin:auto;}
.jobs-t{ margin-bottom:40px;}
.jobs-t h3{ color:#666666; font-size:30px; text-align:center; line-height:1; margin-bottom:12px;}
.jobs-t small{ display:block; color:#666666; text-align:center; font-family:"aaarghnormal"; line-height:1; text-transform:uppercase;}

.recruite-fix{ width:1032px; margin:auto;}
.recuite-title small{ text-align:center; color:#c8c8c8; font-size:20px; font-family:Arial; line-height:normal; display:block;}
.recruite-t{ padding:20px 0 16px; background:#666666;}
.recruite-t span{ color:#fff; display:block; line-height:1; float:left; font-size:14px; line-height:normal;}
.recruite-t span:nth-child(1){ padding-left:34px; width:115px;}
.recruite-t span:nth-child(2){ width:172px; text-align:center;}
.recruite-t span:nth-child(3){ width:172px; text-align:center;}
.recruite-t span:nth-child(4){ width:245px; text-align:center;}
.recruite-t span:nth-child(5){ width:170px; text-align:center;}
.recruite-t span:nth-child(6){ width:66px;}
.recuite-info{ border-bottom:1px solid #d1d1d1; border-top:1px solid #d1d1d1;}
.recuite-top{ cursor:pointer; background:#fff; transition:366ms; position:relative; overflow:inherit;}
.recuite-info:nth-child(1) .recuites{ display:block;}
.recuite-top.on,.recuite-top:hover{ background:#12499b;}
.recuite-top.on span,.recuite-top:hover span{ color:#fff;}
.recuite-top.on span:last-child:after,.recuite-top.on span:last-child:before,.recuite-top:hover span:last-child:after,.recuite-top:hover span:last-child:before{ background:#fff;}
.recuite-top.on span:last-child:after{ transform:translateY(50px); -webkit-transform:translateY(50px); -moz-transform:translateY(50px); opacity:0; visibility:hidden;}
.recuite-top span{ display:block; float:left; position:relative; color:#666666; font-size:14px; line-height:50px; transition:320ms;}
.recuite-top span:nth-child(1){ padding-left:34px; width:115px;}
.recuite-top span:nth-child(2){ width:172px; text-align:center;}
.recuite-top span:nth-child(3){ width:172px; text-align:center;}
.recuite-top span:nth-child(4){ width:245px; text-align:center;}
.recuite-top span:nth-child(5){ width:170px; text-align:center;}
.recuite-top span:nth-child(6){ width:66px;}
.recuite-top span:last-child{ width:15px; height:15px; position:absolute; right:23px; top:14px;}
.recuite-top span:last-child:before{ content:""; width:15px; height:3px; background:#cccccc; position:absolute; left:0; top:6px;}
.recuite-top span:last-child:after{ content:""; width:3px; height:15px; background:#cccccc; position:absolute; left:6px; top:0; transition:320ms;}

.recuites{ padding:34px 34px 6px; background:#fff; position:relative; border:1px solid #12499b; border-top:none; display:none;}
.recuite-list{ margin-bottom:32px;}
.recuite-list strong{ line-height:normal; color:#12499b; font-size:14px; margin-bottom:10px;}
.recuite-list p{ color:#666666; font-size:14px; margin-bottom:4px;}
.recuite-list p a{ display:inline-block; color:#12499b; margin-right:24px;}
@media screen and (max-width:1100px){
		.tn3_wrap{ display:none;}/*  案例详情自适应 */
	.m-photo_show_mobile{ display:block;}/*  案例详情自适应 */
	.two-menus li{ margin-right:35px;}
	.recruite-fix{ width:90%;}
	.jobs{ width:100%;}
	.m-about-3_wrap{ display:none;}
}
@media screen and (max-width:1024px){
	.recuite-top span:last-child{ display:none;}

}

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

	.develope h1{ margin-top:0; font-size:20px; color:#666666;}
	.jobs-box{ padding:30px 0 24px}
	.recruite-t span,.recuite-top span{ width:33.3333% !important; padding-left:0 !important; text-align:center;}
	.recruite-t span:nth-child(3),.recruite-t span:nth-child(4),.recuite-top span:nth-child(4),.recuite-top span:nth-child(3){ display:none;}
	.jobs-t h3{ font-size:20px;}
	.recuites{ padding:26px 26px 10px;}
	.jobs-t{ margin-bottom:26px;}

}

.g-huoban_wrap{background:#f1f1f1; padding:40px 0;}
.ILrd6qv8{margin:auto;padding:0px 0px 40px 0px;}
.ILrd6qv8:after{content:" ";display:block;clear:both}
.ILrd6qv8 em,.ILrd6qv8 i{font-style:normal}
.ILrd6qv8 .clear{clear:both}
.ILrd6qv8 .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.ILrd6qv8 .clearfix{*zoom:1}
.ILrd6qv8 .content{width:1200px;margin:0 auto}
.ILrd6qv8 .coop{width:1200px;margin:0 auto;background:#fff}
.ILrd6qv8 .coop h3{width:200px;height:250px;background:#3173BF;padding:0 30px;font-weight:normal;box-sizing:border-box; margin:0 auto;}
.ILrd6qv8 .coop h3 b{display:block;font-size:24px;color:#fff;line-height:26px;margin:70px 0 15px;height:48px;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.ILrd6qv8 .coop h3 b:after{position:absolute;width:100px;height:1px;background:rgba(255,255,255,0.2);content:"";left:0;bottom:0}
.ILrd6qv8 .coop h3 i{display:block;font-size:18px;color:#fff;font-family:Arial;opacity:0.3;line-height:24px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.ILrd6qv8 .coop_r{overflow:hidden; }
.ILrd6qv8 .coop_r li{float:left;width:200px;position:relative;text-align:center}
.ILrd6qv8 .coop_r li a{display:block;width:100%;height:100px;position:relative;cursor: auto;}
.ILrd6qv8 .coop_r li a:hover{ opacity:0.8;}
.ILrd6qv8 .coop_r li img{max-width:100%;height:100px}
.ILrd6qv8 .coop_r li:after{position:absolute;width:1px;height:250px;background:#dedede;content:"";left:-1px;top:0}
.ILrd6qv8 .coop_r li a:nth-child(1):after{position:absolute;width:100%;height:1px;background:#dedede;content:"";left:0;bottom:0}
.ILrd6qv8 .sys_tit1,.ILrd6qv8wap1 .sys_tit1{position:relative;text-align:center;padding:2rem 1rem 2rem 1rem;margin:0}
.ILrd6qv8 .sys_tit1:after,.ILrd6qv8wap1 .sys_tit1:after{display:block;content:" ";clear:both}
.ILrd6qv8 .sys_tit1 >h2,.ILrd6qv8wap1 .sys_tit1>h2{color:rgba(0,0,0,0.8);font-size:2rem;line-height:180%;font-weight:normal;padding:0;margin:0}
.ILrd6qv8 .sys_tit1 >p,.ILrd6qv8wap1 .sys_tit1>p{color:rgba(0,0,0,0.8);margin:0;font-size:1.2rem;line-height:180%;display:block;opacity:0.8}
@media (min-width:992px){.ILrd6qv8 .sys_tit1,.ILrd6qv8wap1 .sys_tit1{position:relative;text-align:center;padding:40px 0;margin:0}
.ILrd6qv8 .sys_tit1:after,.ILrd6qv8wap1 .sys_tit1:after{display:block;content:" ";clear:both}
.ILrd6qv8 .sys_tit1 >h2,.ILrd6qv8wap1 .sys_tit1>h2{color:rgba(0,0,0,0.8);font-size:32px;line-height:180%;font-weight:normal;padding:0;margin:0}
.ILrd6qv8 .sys_tit1 >p,.ILrd6qv8wap1 .sys_tit1>p{color:rgba(0,0,0,0.8);margin:0;font-size:19.2px;line-height:180%;display:block;opacity:0.8}
}

@media (max-width:768px){
	.ILrd6qv8{ padding-bottom:0;}
	.ILrd6qv8 .coop{ width:94%; margin:0 auto;}
	.ILrd6qv8 .coop_r li{ width:33%;}
	.ILrd6qv8 .coop_r li a{ height:auto;}
	.ILrd6qv8 .coop_r li img{height:auto}
	
	
}


.RBrd1yt6wap1{background-color:#fff !important}
.RBrd1yt6wap1 .sys_tit1 sysWapTitle h2 p
img{max-width:100%}
.RBrd1yt6wap1 .advantage .content .tb{width:100%;padding:0 1.25rem 1.5rem;text-align:center;font-size:0;line-height:0; box-sizing:border-box; display:none;}
.RBrd1yt6wap1 .advantage .content .tb img{max-width:100%}
.RBrd1yt6wap1 .advantage .content .advantagelist ul{width:100%;}
.RBrd1yt6wap1 .advantage .content .advantagelist ul li:nth-child(4n+2){background-color:rgba(220,220,220,.2)}
.RBrd1yt6wap1 .advantage .content .advantagelist ul li:nth-child(4n+3){background-color:rgba(220,220,220,.2)}
.RBrd1yt6wap1 .advantage .content .advantagelist ul li{width:50%;float:left;background-color:rgba(255,255,255,.2);height:14rem;position:relative}
@media screen and (min-width:480px) and (max-width:992px){.RBrd1yt6wap1 .advantage .content .advantagelist ul li{width:50%;float:left;padding:0.4rem;box-sizing:border-box}
}
.RBrd1yt6wap1 .advantage .content .advantagelist ul li .textconent:after{display:block;width:2.4rem;height:0.1rem;background-color:#3173BF;content:"";position:absolute;left:1.25rem;top:4rem}
.RBrd1yt6wap1 .advantage .content .advantagelist ul li .textconent{height:100%;overflow:hidden;padding:1.25rem;box-sizing:border-box;position:relative}
.RBrd1yt6wap1 .advantage .content .advantagelist ul li .textconent .maintitle{width: 100%;
    line-height: 1.5;
    font-size: 15px;
    font-weight: bold;
    color: #222;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
    margin-top: 1.5rem;}
.RBrd1yt6wap1 .advantage .content .advantagelist ul li .textconent .desc{display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 2; */
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    /* height: 4.6rem; */
    line-height: 1.5;
    font-size: 13px;
    color: #666;
    margin-top: 0.7rem;
}
.RBrd1yt6wap1 .advantage .content .advantagelist ul li .textconent>span{display:block;font-size:2rem;line-height:2rem;color:#3173BF;font-style:italic;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; font-weight:bold;}
.RBrd1yt6wap1{color:#3173BF;padding:0;z-index:auto;background:#fff url('../images/sixbig_bg.png') no-repeat center top; background-size:contain;}
.RBrd1yt6{margin:auto;padding:40px 0;background:#fff url('../images/sixbig_bg.png') no-repeat center center;overflow:hidden}
.RBrd1yt6:after{content:" ";display:block;clear:both}
.RBrd1yt6 em,.RBrd1yt6 i{font-style:normal}
.RBrd1yt6 a{color:rgba(0,0,0,0.8)}
.RBrd1yt6 .header,.RBrd1yt6 .content,.RBrd1yt6 .footer{width:1200px;margin:0 auto;color:rgba(0,0,0,0.8)}
.RBrd1yt6 .dhwz{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.RBrd1yt6 .bsc{background-size:cover;background-position:center}
.RBrd1yt6 .fl{float:left}
.RBrd1yt6 .fr{float:right}
.RBrd1yt6 address,.RBrd1yt6 cite,.RBrd1yt6 dfn,.RBrd1yt6 em,.RBrd1yt6 i,.RBrd1yt6 var{font-style:normal}
.RBrd1yt6 .pr{position:relative}
.RBrd1yt6 .pa{position:absolute}
.RBrd1yt6 legend{color:#000}
.RBrd1yt6 fieldset,.RBrd1yt6 img{border:none}
.RBrd1yt6 a{text-decoration:none;color:rgba(0,0,0,0.8);word-wrap:break-word}
.RBrd1yt6 a:hover{text-decoration:none;color:#910800}
.RBrd1yt6 h3.big_title{text-align:center;font-weight:normal;font-size:36px;color:rgba(0,0,0,0.8);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.RBrd1yt6 h3.big_title>i{font-weight:bold}
.RBrd1yt6 h3.big_title>span{display:block;font-size:20px;color:rgba(0,0,0,0.8);opacity:.8;margin-top:18px;font-weight:100;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.RBrd1yt6 .service li{width:311px;clear:both;margin-bottom:78px}
.RBrd1yt6 .service li i{display:block;font-size:61px;font-family:Arial;font-weight:bold;color:rgba(0,0,0,0.8);opacity:.8;font-style:italic;border-bottom:1px solid #3173BF;margin-right:24px;float:left;padding-bottom:11px;line-height:100%;transition:.3s}
.RBrd1yt6 .service li em{font-size:20px;color:rgba(0,0,0,0.8);font-weight:bold;display:block;line-height:100%;margin-bottom:13px}
.RBrd1yt6 .service li span{display:block;font-size:14px;color:rgba(0,0,0,0.8);opacity:.8;line-height:22px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
.RBrd1yt6 .service li:hover i{color:#3173BF;margin-right:35px}
.RBrd1yt6 .service ul{padding-top:90px}
.RBrd1yt6 .service .pic{margin:10px auto 0;width:555px;line-height:0}
.RBrd1yt6 .service .pic img{display:block;width:555px;height:555px;border-radius:50%}
.RBrd1yt6 .sys_tit1,.RBrd1yt6wap1 .sys_tit1{position:relative;text-align:center;padding:2rem 1rem 2rem 1rem;margin:0}
.RBrd1yt6 .sys_tit1:after,.RBrd1yt6wap1 .sys_tit1:after{display:block;content:" ";clear:both}
.RBrd1yt6 .sys_tit1 >h2,.RBrd1yt6wap1 .sys_tit1>h2{color:rgba(0,0,0,0.8);font-size:18px;line-height:180%;font-weight:bold;padding:0;margin:0}
.RBrd1yt6 .sys_tit1 >p,.RBrd1yt6wap1 .sys_tit1>p{color:rgba(0,0,0,0.8);margin:0;font-size:12px;line-height:180%;display:block;opacity:0.8}
@media (min-width:992px){.RBrd1yt6 .sys_tit1,.RBrd1yt6wap1 .sys_tit1{position:relative;text-align:center;padding:40px 0;margin:0}
.RBrd1yt6 .sys_tit1:after,.RBrd1yt6wap1 .sys_tit1:after{display:block;content:" ";clear:both}
.RBrd1yt6 .sys_tit1 >h2,.RBrd1yt6wap1 .sys_tit1>h2{color:rgba(0,0,0,0.8);font-size:30px;line-height:180%;font-weight:bold;padding:0;margin:0}
.RBrd1yt6 .sys_tit1 >p,.RBrd1yt6wap1 .sys_tit1>p{color:rgba(0,0,0,0.8);margin:0;font-size:18px;line-height:180%;display:block;opacity:0.8}
}.RBrd1yt6{color:#3173BF;background-color:#fff;margin:auto;padding:40px 0;position:static;z-index:auto}
@media screen and (max-width:992px){.RBrd1yt6{display:none}
}@media screen and (min-width:992px){.RBrd1yt6wap1{display:none}
}
.m-qy_kefu{ position:fixed;width:100%; height:100%;  z-index:9999999999;}
.m-qy_kefu .button{ cursor:pointer;  position:fixed; width:64px; height:auto; right:20px; bottom:80px;}
.m-qy_kefu .button .ico_large{ width:64px; height:64px; background:url(../images/qykefu_ico.png) no-repeat center center; margin-bottom:6px;   animation-duration:2s; /*动画时间*/
animation-fill-mode: both; /*播放后的状态*/
animation-name: buzz-out;
animation-iteration-count: infinite; /*动作循环的次数：infinite 无限循环*/
transform-origin: center bottom; /*设置动画旋转元素的基点为：居中靠下*/}
.m-qy_kefu .button span{ font-size:12px; display:inline-block; background-color: rgb(255, 154, 3);box-shadow: 0px 0px 4px 0px rgba(126, 126, 126, 0.46);width: 100%;height: 30px; color:#fff; line-height:30px; text-align:center; border-radius:15px;}
.m-qy_kefu .content_w{ display:none; position:fixed; z-index:9999999; top:0; left:0;  width:100%; height:100%; background:rgba(0,0,0,.5);}
.m-qy_kefu .content_w .main{ position:absolute; width:370px; height:548px;border-radius:10px; left:50%; top:50%; margin-left:-185px; margin-top:-274px; background:#fff url(../images/qy_content_bg.jpg) no-repeat center top;}
.m-qy_kefu .content_w .main .title{height:124px; font-size: 20px; color:#fff;text-transform: uppercase; text-align:center; padding-top:40px;
  line-height: 1.5em;text-shadow: 0px 5px 21px rgba(0, 123, 188, 0.75); box-sizing:border-box;
  -moz-transform: matrix( 1.18967864085463,0,0,1.19218322746695,0,0);
  -webkit-transform: matrix( 1.18967864085463,0,0,1.19218322746695,0,0);
  -ms-transform: matrix( 1.18967864085463,0,0,1.19218322746695,0,0);
}
.m-qy_kefu .content_w .main .qy_ercode{ padding:40px 0 30px 0; text-align:center;}
.m-qy_kefu .content_w .main .qy_ercode img{ width:240px; height:240px;}
.m-qy_kefu .content_w .main .qy_weixin_btn{
  background-color: rgb(38, 147, 231);
  width: 270px; margin:0 auto;box-shadow: 0px 5px 7px 0px rgba(23, 114, 207, 0.36);
  height: 60px; border-radius:31px; text-align:center; font-size:22px; color:#fff; line-height:60px;
  animation-duration:3s; /*动画时间*/
animation-fill-mode: both; /*播放后的状态*/
animation-name: buzz-in;
animation-iteration-count: infinite; /*动作循环的次数：infinite 无限循环*/
transform-origin: center bottom; 
  
}

.m-qy_kefu .content_w .main .qy_weixin_alert {
  font-size: 13px; text-align:center; padding-top:10px;
  color:#333;
  line-height: 1.2;
  text-shadow: 0px 5px 7px rgba(23, 114, 207, 0.36);
}
.m-qy_kefu .content_w .main .qy_kefu_close{ width:40px; height:40px; position:absolute; right:10px; top:10px; background:url(../images/qy_close.png) no-repeat center center; cursor:pointer;}


@-webkit-keyframes buzz-in {
0%,
100%,
20%,
50%,
80% {
/*贝塞尔曲线 ： X1 Y1 X2 Y2*/
transform: translate3d(0,0,0); /*设置只在Z轴上移动*/
}
40%,
43%{
transform: translate3d(0,-20px,0);
}
70%{
transform: translate3d(0,-10px,0);
}
90%{
transform: translate3d(0,-2px,0);
}
}
@-webkit-keyframes buzz-out {
0%,
100%,
20%,
50%,
80% {
transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
/*贝塞尔曲线 ： X1 Y1 X2 Y2*/
transform: translate3d(0,0,0); /*设置只在Z轴上移动*/
}
40%,
43%{
transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
transform: translate3d(0,-30px,0);
}
70%{
transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
transform: translate3d(0,-15px,0);
}
90%{
transform: translate3d(0,-4px,0);
}
}

.m-chengtao-cat{ overflow:hidden;}
.m-chengtao-cat .item2{ width: 48%; float:left; margin-right:2%; margin-bottom:30px;}
.m-chengtao-cat ul{ line-height:30px;}
.m-chengtao-cat .yunu-title-1 span{ top:7px; position:relative;}
.m-chengtao-cat .yunu-title-1{ font-size:18px;}

@media screen and (max-width: 768px) {
	.m-qy_kefu .button{transform: scale(0.8, 0.8); right:10px;}
	.m-chengtao-cat .yunu-title-1{ font-size:17px;}
	.m-chengtao-cat .yunu-title-1 span{ top:2px;}
	.m-chengtao-cat .item2{ width: 100%;}

}
.cat_content img { max-width: 100%; height: auto;}