@charset "utf-8";




/* CSS Document */
html{ overflow: -moz-scrollbars-vertical; font-family:"Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {padding:0px; margin: 0px;}
DIV,P,I,UL,LI,OL,DL,DT,DD{list-style:none;}
FIELDSET,LABEL,LEGEND,BUTTON,INPUT,FORM {padding:0px; margin: 0px;}
address,caption,cite,dfn,em,th,var {font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
A IMG {BORDER-STYLE:none; border:0px}
table{ }   
body{ font-family: 微软雅黑;}
img{boder:0px;}
.wordwrap{word-break: break-all; word-wrap: break-word; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*display:inline-block;*zoom:100%;}
.clear{clear:both; height:0px;font-size:0px; line-height:0px; overflow:hidden;}
.blank2{ clear: both; display: block; overflow: hidden; height: 2px; line-height: 2px; font-size: 0px;}
.blank5{ clear: both; display: block; overflow: hidden; height: 5px; line-height: 5px; font-size: 0px;}
.blank10{ clear: both; display: block; overflow: hidden; height: 10px; line-height: 10px; font-size: 0px;}
.blank20{ clear: both; display: block; overflow: hidden; height: 20px; line-height: 20px; font-size: 0px;}
.blank40{ clear: both; display: block; overflow: hidden; height: 40px; line-height: 40px; font-size: 0px;}
a{ text-decoration:none}
html,body{ overflow-x: hidden}
@font-face{
 font-family: 'fys';
  src : url('../font/方正风雅宋简体.ttf');
 }
.hand {CURSOR:pointer;}
.left{float:left;}.right{float:right;}


/*.nav{ width: 1200px;}*/


.container{position: relative;margin:0px auto; box-sizing: border-box; max-width: 1200px;padding: 30px 0px;}




.title{text-align:center;margin-bottom:3rem; padding-top:3rem}
.title h2{font-size:42px;color: #343434;font-weight:bold;}
.title .h4{font-size:16px;color: #666;margin:1.25rem 0 1.25rem;}
.title .h6{font-size:12px;color: #b2b2b3;color: #b2b2b3;text-transform:uppercase;transform:scale(0.9);}


.product-content { padding: 15px 0 15px;}
.product-title {margin-bottom: 16px;}
.product-title h3 {text-align: center; font-size: 24px; color: #333; font-weight: 400; line-height: 1.1;}
.product-box { position: relative; max-width: 1200px; margin: 0 auto;}
.product-header ul { position: relative;}
.product-header ul li { display: inline-block; text-align: center; position: relative; width: 25%; border-bottom: 1px solid #fff; float: left}
.product-header { }
.product-header ul li a { display: block; padding: 10px 30px; text-decoration: none;}
.product-head-tag { position: relative; width: 48px; height: 48px; display: block; margin: 0 auto 15px;}
.product-head-tag img { width: 100%;height: 100%; display: block;}
.product-head-tag .active-img { position: absolute; left: 0; top: 0; opacity: 0;}
.product-header ul li a:hover .active-img { position: absolute; left: 0; top: 0; opacity: 1;}
.product-head-tit {display: block; color: #333;font-size: 18px;}
.product-header ul li a:hover .product-head-tit { color: #0054A3;}
/*.product-header ul .on a:after {display: inline-block;content: "";width: 100%; position: absolute; left: 0; right: 0;background: #0054A3; z-index: 1; height: 2px; bottom: -2px;}*/
.product-list-item { width: 24%; display: inline-block; vertical-align: top; padding-left: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; margin-bottom: 30px;}
.product-list-item h3 { font-size: 16px; margin-bottom: 10px; font-weight: 400;}
.product-list-item h3 a {display: block;}
.product-list-item h3 a i { display: inline-block; vertical-align: middle;position: relative; top: -1px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 2px; margin-left: 10px; min-width: 32px; border: 1px solid #f60; font-size: 12px;line-height: 14px; color: #f60; text-align: center; font-style: normal;}
.product-list-text { font-size: 14px;color: #999;line-height: 1.5;}
.product-list-text span { font-size: 14px; color: #999; line-height: 1.5; margin-right: 5px;}
.product-switch {  padding: 20px 0px 0px; overflow: hidden;}
.product-list-item h3 a:hover {color: #0054A3;}
.on .active-img { position: absolute; left: 0; top: 0;opacity: 1;}
.on .product-head-tit { color: #0054A3;}


.Service-box {
/*    background-color: #fff;*/
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.Service-content {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.Service-item {
    display: block;
    width: 200px;
    padding: 30px 16px;
    text-align: center;
    float: left;
    height: 240px;
    margin: 0 0 10px;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;background: #fff
}

.Service-content .Service-item {
    -webkit-transition: all 160ms;
    transition: all 160ms;
}

.item-image {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border: 3px solid transparent;
    margin: 0;
    border-radius: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 160ms;
    transition: all 160ms;
}

.item-image img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.item-title {
    line-height: 25px;
    font-size: 18px;
    color: #3D3D3D;
    padding: 22px 0 7px;
    font-family: 'PingFangSC-Regular', "Microsoft YaHei", Tahoma, sans-serif;
    font-weight: normal;
}

.item-text {
    color: #9A9A9A;
    font-size: 12px;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
    font-family: 'PingFangSC-Regular', "Microsoft YaHei", Tahoma, sans-serif;
}

.item-link {
    font-family: 'PingFangSC-SC', "Microsoft YaHei", Tahoma, sans-serif;
    color: #FFFFFF;
    display: none;
    padding: 6px 20px;
    background-color: #2279e8;
    margin: 17px auto;
    font-size: 14px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-transition: all 160ms;
    transition: all 160ms;
    font-weight: normal;
}

.Service-item:hover {
    border-color: #DEDDDD;
    padding-top: 26px;
    position: relative;
    z-index: 99;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.Service-item:hover .item-image {
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin: 0 auto;
}

.Service-item:hover .item-link {
    display: block;
}

.Service-item:hover .item-title {
    padding: 10px 0 7px;
}

.Service-item + .Service-item {
    margin-left: 50px;
    position: relative;
}

.item-tag {
    width: 67px;
    height: 67px;
    color: #FFFFFF;
    position: absolute;
    transform: rotateZ(-315deg);
    top: 9px;
    right: 9px;
    font-size: 12px;
    line-height: 17px;
}

.item-background {
    width: 67px;
    height: 67px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.item-background img {
    width: 100%;
    height: 100%;
}





.bg1{ background:url('../images/bg1.jpg')}





/*业务领域*/

.row_2{ margin:0 -5px;}
.container001 {
   max-width: 1200px;
}




.container001 * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


#wyly{ width:100%; padding:20px 0 20px 0;}
#wyly dl{ width:100%;}
#wyly ul{ width:66.666%; float:left;}
#wyly dl dt{width:33.33%;padding:0 5px;margin-top:10px;float:left;} 
#wyly dl ul li,#wyly dl dd{ width:50%; float:left; padding:0 5px; margin-top:10px;}
#wyly dl dt .zbox,#wyly dl ul li .zbox,#wyly dl dd .zbox{ width:100%;}
#wyly dl dt .zbox a,#wyly dl ul li .zbox a,#wyly dl dd .zbox a{ display:block; width:100%; position:relative; overflow:hidden;
-moz-border-radius:4px; 
-webkit-border-radius:4px; 
-khtml-border-radius:4px;
border-radius:4px;}
#wyly dl dt .zbox a{ padding-bottom:90.4%;}
#wyly dl ul li a{ padding-bottom:44.13%;}
#wyly dl dd .zbox a{ padding-bottom:54.67%;}
#wyly dl dt .zbox a img,#wyly dl ul li a img,#wyly dl dd a img{ width:100%; position:absolute; left:0; top:0; min-height:100%; z-index:1;}
#wyly dl dt .zbox a .mb,#wyly dl ul li a .mb,#wyly dl dd a .mb{width:100%;height:100%;position:absolute;left:0;top:0;background:url(../images/165_wyly1.png) no-repeat top left;background-size:100% auto;z-index:2;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
#wyly dl dt .zbox a .text,#wyly dl ul li a .text,#wyly dl dd a .text{ width:100%; position:absolute; left:0; z-index:3; bottom:20px; padding:0 30px; background-position: center bottom;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
#wyly dl dt .zbox a .text h4,#wyly dl ul li a .text h4,#wyly dl dd a .text h4{ width:100%; font-size:21px; color:#fff; line-height:33px; font-weight:700; letter-spacing:1px;}
#wyly dl dt .zbox a .text h6,#wyly dl ul li a .text h6,#wyly dl dd a .text h6{ width:100%; font-size:12px; color:#888; line-height:19px; text-transform:uppercase; letter-spacing:1px;font-family: 'OPENSANS-REGULAR';}
#wyly dl dt .zbox a:hover .mb,#wyly dl ul li a:hover .mb,#wyly dl dd a:hover .mb{background:#2279E8;opacity:0.8;}
#wyly dl dt .zbox a:hover .text,#wyly dl ul li a:hover .text,#wyly dl dd a:hover .text{ text-align:center; top:50%; padding-bottom:68px; background:url(../images/165_wyly14.png) no-repeat center 55px; margin-top:-60px;}
#wyly dl dt .zbox a:hover .text h4,#wyly dl ul li a:hover .text h4,#wyly dl dt .zbox a:hover .text h6,#wyly dl ul li a:hover .text h6,#wyly dl dd a:hover .text h4,#wyly dl dd a:hover .text h6{ color:white;}
#wyly dl dt.dt1{ float:right;}







.mr20{margin-right: 20px;}

.new_zx{padding-bottom:30px;    margin-left: -15px; margin-right: -15px;}
.new_zx ul{}
.new_zx ul li{width:calc(25% - 30px); box-shadow: 0px 4px 40px 0px rgba(7, 29, 60, 0.06), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29);border-radius: 4px;/*min-width: 230px;*/ background: #fff; float: left; position: relative; margin: 15px 15px }

.new_zx ul li .pic {overflow: hidden;}
.new_zx ul li:hover .imgScale {transform: scale(1.2);}
.new_zx .imgScale {transition: all 0.6s;display: block;width: 277.5px;height:166.5px}
/*.new_zx ul li:not(:last-child) {margin-right: 2.05%;}*/
.new_zx ul li .text-box {padding: 16px 20px 0;}
.new_zx ul li .text-title {font-size: 18px;font-weight: 500;color: #071D3C;line-height: 24px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;/* font-weight: bold; */}
.new_zx ul li:hover .text-title {color: #2B33AA;}
.new_zx ul li .text-des {font-size: 14px;font-weight: 400;color: #69778a;line-height: 24px;margin-top: 10px;display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;}
.new_zx ul li .text-box-c {margin-top: 13px;display: flex;padding: 11px 0 14px;border-top: 1px solid #F0F0F0;justify-content: space-between;align-items: center;}
.new_zx ul li .date {font-size: 12px;font-weight: 400;color: #69778a;line-height: 1;justify-content: space-between;}
.new_zx ul li .more {position: relative;opacity: 0;transition: all 1s;}
.new_zx ul li:hover .more {opacity: 1;color: #2B33AA;;}
.new_zx ul li .more .btn {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 14px;font-weight: 400;/* color: #071D3C; */line-height: 1;text-transform: uppercase;-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;transition: transform 0.3s, opacity 0.3s;-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}
.new_zx ul li .more .btn .icon-you {margin-left: 8px;font-size: 19px;}
.new_zx ul  li:hover .more .btn {color: #2B33AA;}





.main-l-m .w-1300 {
	max-width: 1200px;
   
	margin: 40px auto  0px ;
	position: relative;
}
.main-l-m li {
	text-align: center;
	width: calc(16.6% - 42px);
	float: left;
	padding: 25px 20px;
	border: 1px solid rgba(218, 218, 218, 0.32);
	border-top: none;
	border-left: none;
	transition:all .7s ease 0s;
}
.main-l-m li:hover{
	background-color: rgba(243,243,250,0.52);
	color: aliceblue;
}
.main-l-m li.li-bor-notbot {
	border-bottom: 0;
}
.main-l-m li.li-bor-notrig {
	border-right: 0;
}
.main-l-m li img {
	transition: transform 1s ease-out;
    width: 100%
}
.main-l-m li img:hover {
/*	transform: rotateZ(360deg);*/
    transform:scale(1.2,1.2);
}
.main-l-m li p {
	font-size: 13px;
	line-height: 22px;
	padding-top: 15px;
}





.btns {margin-top:50px;display: flex;}
.btns a {
	position: relative;
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #2B33AA;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	overflow: hidden;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btns a span {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btns a:hover span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
.btns a::before {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.btns a:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;

}
.btns .btn2 {
	background-color: transparent;
	border: 1px solid rgba(43, 51, 170, 1);
	color: rgba(43, 51, 170, 1);
	margin:auto;
}
.btns .btn2::before {
	color: #2B33AA;
}












.bg4 {
    background: #333333 url(../images/foot1.png) no-repeat;
}

.wrap {max-width:1200px;  margin:0 auto;overflow:hidden;position: relative;}
.l{float:left;}.r{float:right;}
.footer{width: 100%; padding-top: 60px; background-color: #333; overflow: hidden;}
.footer_bottom{ height:50px; line-height:50px; font-size: 14px; color: #999; border-top: 1px solid #494949; }
.footer_bottom a{ padding-left: 10px; font-size: 14px; color: #999; }
.footer_bottom a:hover{ color: #217cee; }
.footer_top{ height: 220px; }
.footer_top ul{ margin-right:20%; }
.footer_top ul h3{ font-size: 16px; color: #fff; line-height: 1; padding-bottom: 15px; }
.footer_top li a{ font-size: 14px; color: #bfbfbf; line-height: 35px; }
.footer_top li a:hover{ color: #217cee; padding-left: 5px; }
.foot_right{width: 100%}
.foot_right p{ font-size: 14px; color: #999; padding-bottom: 5px; }
.foot_right h5{ font-size: 20px; line-height: 30px; color: #fff; font-family: 'arial'; }
.foot_right h4{ font-size: 16px; line-height: 30px; color: #fff; padding-bottom: 25px; font-family: 'arial'; }
.ewm{width: 223px; margin: auto}
.foot_erweima{padding-right: 44px;margin-right: 35px; }
/*.foot_erweima{width: 32%; padding-right: 44px; border-right: 1px solid #484848; margin-right: 35px; }*/
.foot_erweima .f-qrcode {text-align: center;}
/*.foot_erweima .f-qrcode {padding-right: 40px;margin-right: 40px;border-right: 1px solid #484848;text-align: center;}*/
.foot_erweima .f-qrcode h4 { margin-top: 8px; color: #8d8d8d;}
.foot_erweima dl{ width: 35%; margin-top: 10px; }
.foot_erweima dd{ float: left; margin-right: 20px; margin-bottom: 20px; transition: 0.3s;}
.foot_erweima dd a{ display: block; padding-left: 47px; width: 83px; height: 40px; line-height: 40px; border-radius: 25px; border: 1px solid #fff; font-size: 16px; color: #fff; background: url(../images/lianxi_ico1_on.png) no-repeat 16px center; transition: 0.3s;}
.foot_erweima dd:hover a{ color: #fff; border: 1px solid #217cee; background:#217cee url(../images/lianxi_ico1_on.png) no-repeat 11px center; }


.footer_flex{ width:260px;}
.footer_center{flex: 1; text-align: center}





.bg1 {background: #F3F3FA url(../images/lou.png) no-repeat center bottom;}
.bg2 {background: #fff url(../images/bg2.jpg) no-repeat left top;}
.bg3 { background: #fff url(../images/img23.jpg) no-repeat left top;}




/*body{min-width: 1440px;}*/
.bgs{background: #F7FAFC}

.w1200{max-width: 1200px;height: auto;margin: 0 auto;position: relative;}
/*轮播图*/
.slider{width: 100%; height: 450px; overflow: hidden;}
.slider img{vertical-align: middle;max-width: 100%; height: 450px;}
.slider .w1200{position: absolute;top: 0;left: 50%;transform: translateX(-50%);height: 100%;z-index: 3;}
.slider ul li{width: 100%;height: auto;position: relative;}
.slider ul li:after{content: "";display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
.slider ul li .slider-txt{position: absolute;top:35%;left:0px;z-index: 5;color: #FFFFFF;width: 1200px; text-align: center}
.slider ul li .slider-txt .title0{font-size: 52px;letter-spacing: 2px;padding-bottom: 20px; font-weight: 700}
.slider ul li .slider-txt .sub-title{font-size: 25px;color: #FFFFFF;padding-bottom: 70px; font-weight: normal}
.slider ul li .slider-txt a.btn{display: inline-block;padding: 10px 30px;background: #f36c94;font-size: 20px;border-radius: 60px;transition: all .3s;cursor: pointer;}
.slider ul li .slider-txt a.btn:hover{transition: all .3s;padding: 12px 35px;}
.slider .arrow{position: absolute;width: 100%;height: 58px;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 3;}
.slider .swiper-button-next{background-image: url(../images/arrow-right.png);width: 30px;height: 58px;background-size:30px 58px;right: 30px;}
.slider .swiper-button-prev{background-image: url(../images/arrow-left.png);width: 30px;height: 58px;background-size:30px 58px;left: 30px;}





.holer{height:80px; overflow:hidden; background:none;}
#headdiv{height:80px; position: fixed; top: 0px; width: 100%; z-index: 1000; background: none;}
/*顶部bar*/
.top01{width:100%;height:38px;line-height:38px;background:#0889f9;color:#fff;overflow:hidden;font-size:12px}
.top01 .l{font-size:14px}
.top01_center{text-align:left;float:right;font-size:14px}
.top01_center img{vertical-align:sub;display:inline-block;margin-right:8px}
/*logo和导航*/
/*.top02{width:100%;min-width:1200px;background-color: rgb(255, 255, 255); height: 86px;}*/

.top02{ width: 100%;background-color: rgb(255, 255, 255);height: 80px;box-shadow: 0 0 25px rgb(0 0 0 / 10%);}

.top02 .top02_center{width:95%;  margin:0 auto}
.logo{width:300px;float:left;padding-top:10px}
.logo img{float:left; width: 100%}
.logo .logo-year{margin-top:17px;height:20px;line-height:20px;width:38px;text-align:center;font-size:12px;color:#fff;background:#f67524;border-radius:4px;overflow:hidden;font-size:14px;color:#fff}
.logo .logo-text{margin-top:5px;height:18px;color:#656565;line-height:18px;overflow:hidden}
.nav{float:left; margin-left: 30px;}
.nav li{position:relative}
.nav li.m{width:100px;padding-right:12px;margin:0 8px 0 0;float:left;text-align:center;background:url(../images/top_bg1.png) right 46px no-repeat}
.nav .m.on a.mmm{color:#0054A3;transition: all 0.3s ease 0s;}
.nav a.mmm{width:70px;height:70px;padding-top:34px;display:inline-block;font-size:16px;color:#333; position: relative}

.nav a.mmm:after{content:"";position:absolute;width:0%;height: 2px;transition:.6s;bottom:24px;right: 0;}

.nav li:hover > a.mmm:after{width:100%;left: 0;background: #1760d7;}


/*二级导航*/
.nav .sub{display:none;width:100%;padding:0;position:fixed;top:80px;overflow:hidden;text-align:left;z-index:110;left:0;background-color:#fff;box-shadow: 3px 5px 10px 0px rgba(37,45,51,.1); z-index: -1}
.nav .sub .nav_xiao{width:calc(100% - 100px);overflow:auto;margin:20px auto 30px; padding: 0px 50px}
.nav .sub .nav_xiao.max1100{max-width:1100px}
/*二级导航-网站建设*/
.nav .sub .nav_xiao .xiao_one{overflow:hidden;padding-top:10px;padding-bottom:0px}
.nav .sub .nav_xiao .xiao_one ul li{float:left;display:inline;height:184px;width:20%;overflow:hidden;text-align:center}
.nav .sub .nav_xiao .xiao_one ul li a{display:block;height:100%;border-right:1px solid #e6e6e6;line-height:56px;overflow:hidden;color:#000;margin-top:5px;font-size:16px;transition:all .3s}
.nav .sub .nav_xiao .xiao_one ul li:last-child a{border-right:0}
.nav .sub .nav_xiao .xiao_one ul li a:hover{color:#0054A3}
/*.nav .sub .nav_xiao .xiao_one ul li a i{display:block;width:101px;height:84px;margin:0 auto;margin-bottom:23px;overflow:hidden;background-image:url(../images/top_pic1.png);background-repeat:no-repeat;transition:all .3s;margin-top:20px}*/
.nav .sub .nav_xiao .xiao_one ul li a i{display:block;width:62px;height:62px;margin:0 auto;margin-bottom:23px;overflow:hidden;background-image:url(../images/top_pic2.png);background-repeat:no-repeat;transition:all .3s;margin-top:20px;}
.nav .sub .nav_xiao .xiao_one ul li a i.bgs1{background-position:left top}
.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs1{background-position:left bottom}
.nav .sub .nav_xiao .xiao_one ul li a i.bgs2{background-position:-70px top}
.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs2{background-position:-70px bottom}
.nav .sub .nav_xiao .xiao_one ul li a i.bgs3{background-position:-140px top}
.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs3{background-position:-140px bottom}
.nav .sub .nav_xiao .xiao_one ul li a i.bgs4{background-position:-210px top}
.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs4{background-position:-210px bottom}
.nav .sub .nav_xiao .xiao_one ul li a i.bgs5{background-position:-280px top}
.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs5{background-position:-280px bottom}
.nav .sub .nav_xiao .xiao_one ul li a i.bgs6{background-position:-350px top}
.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs6{background-position:-350px bottom}
/*
.nav .sub .nav_xiao .xiao_one ul li a i.bgs1{background-position:-720px top}
.nav .sub .nav_xiao .xiao_one ul li a i.bgs2{background-position:left top}
.nav .sub .nav_xiao .xiao_one ul li a i.bgs3{background-position:-360px top}
.nav .sub .nav_xiao .xiao_one ul li a i.bgs4{background-position:-1088px top}
.nav .sub .nav_xiao .xiao_one ul li a:hover i{background-image:url(../images/top_pic1.png)}
.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs1{background-position:-720px bottom}
.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs2{background-position:left bottom}
.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs3{background-position:-360px bottom}
.nav .sub .nav_xiao .xiao_one ul li a:hover i.bgs4{background-position:-1088px bottom}
*/
/*二级导航-关于我们*/
.nav .sub .nav_xiao .xiao_two{margin-top:40px;margin-bottom:40px;overflow:hidden}
.nav .sub .nav_xiao .xiao_two ul li{float:left;display:inline;height:184px;width:25%;overflow:hidden;text-align:center}
.nav .sub .nav_xiao .xiao_two ul li a{display:block;height:100%;border-right:1px solid #e6e6e6;line-height:56px;overflow:hidden;color:#000;margin-top:13px;font-size:18px;transition:all .3s}
.nav .sub .nav_xiao .xiao_two ul li:last-child a{border-right:0}
.nav .sub .nav_xiao .xiao_two ul li a:hover{color:#f67524}
.nav .sub .nav_xiao .xiao_two img{float:left;margin-right:25px}
.nav .sub .nav_xiao .xiao_two .nav_div{float:left;width:380px;padding-top:30px;font-size:12px;color:#666;line-height:22px}
.nav .sub .nav_xiao .xiao_two .nav_div h2{font-size:16px;color:#f3782a;font-weight:400;letter-spacing:1px;line-height:36px}
.nav .sub .nav_xiao .xiao_two ul li a i{display:block;width:104px;height:104px;margin:0 auto;margin-bottom:13px;overflow:hidden;background-image:url(../images/top_pic2.png);background-repeat:no-repeat;margin-top:10px;background-color:#999;border-radius:50%;position:relative;transition:all .3s}
.nav .sub .nav_xiao .xiao_two ul li a i.bgs1{background-position:30px center}
.nav .sub .nav_xiao .xiao_two ul li a i.bgs2{background-position:-330px center}
.nav .sub .nav_xiao .xiao_two ul li a i.bgs3{background-position:-691px center}
.nav .sub .nav_xiao .xiao_two ul li a i.bgs4{background-position:-1050px center}
.nav .sub .nav_xiao .xiao_two ul li a:hover i{background-color:#f67524;margin-top:5px}
/*二级导航-新闻动态*/
.nav .sub .nav_xiao .xiao_three{overflow:hidden;margin-top:60px;margin-bottom:60px}
.nav .sub .nav_xiao .xiao_three ul li{float:left;display:inline;width:18%;height:218px;overflow:hidden;margin-right:2.5%;text-align:center;position:inherit;line-height:56px;background-color:#fff}
.nav .sub .nav_xiao .xiao_three ul li:last-child{margin-right:0}
.nav .sub .nav_xiao .xiao_three ul li img{width:100%;display:block;transition:all .3s}
.nav .sub .nav_xiao .xiao_three ul li a{color:#000;width:100%;font-size:18px;height:100%;display:block}
.nav .sub .nav_xiao .xiao_three ul li a:hover{color:#f67524}
/*二级导航-解决方案*/
.nav .sub .nav_xiao .xiao_four{width:50%;overflow:hidden;margin-top:40px;margin-bottom:40px}
.nav .sub .nav_xiao .xiao_four.l{border-right:1px solid #e3e3e3}
.nav .sub .nav_xiao .xiao_four.r{width:49%}
.nav .sub .nav_xiao .xiao_four h2{font-size:16px;font-weight:700;color:#000;height:18px;line-height:18px}
/*解决方案左边*/
.nav .sub .nav_xiao .xiao_four .ul{margin-top:23px}
.nav .sub .nav_xiao .xiao_four .ul li{padding-top:11px;padding-bottom:11px;height:44px;line-height:22px;padding-left:15px;margin-right:40px;width:265px;overflow:hidden;float:left;display:inline;margin-bottom:10px;position:inherit}
.nav .sub .nav_xiao .xiao_four .ul li:nth-child(2n+0){margin-right:0}
.nav .sub .nav_xiao .xiao_four .ul li:hover{background-color:#fff}
.nav .sub .nav_xiao .xiao_four .ul li a{display:block;text-align:left;color:#999;font-size:14px}
.nav .sub .nav_xiao .xiao_four .ul li a i{margin-right:10px;margin-top:4px;float:left;width:36px;height:36px;background-repeat:no-repeat;background-position:center center}
.nav .sub .nav_xiao .xiao_four .ul li a i.bgs1{background-image:url(../images/top_pic4.png)}
.nav .sub .nav_xiao .xiao_four .ul li a i.bgs2{background-image:url(../images/top_pic5.png)}
.nav .sub .nav_xiao .xiao_four .ul li a i.bgs3{background-image:url(../images/top_pic6.png)}
.nav .sub .nav_xiao .xiao_four .ul li a i.bgs4{background-image:url(../images/top_pic7.png)}
.nav .sub .nav_xiao .xiao_four .ul li a i.bgs5{background-image:url(../images/top_pic8.png)}
.nav .sub .nav_xiao .xiao_four .ul li a i.bgs6{background-image:url(../images/top_pic9.png)}
.nav .sub .nav_xiao .xiao_four .ul li a i.bgs7{background-image:url(../images/top_pic10.png)}
.nav .sub .nav_xiao .xiao_four .ul li a i.bgs8{background-image:url(../images/top_pic11.png)}
.nav .sub .nav_xiao .xiao_four .ul li a b{font-weight:400;font-size:16px;display:block;color:#000;height:22px;overflow:hidden}
/*解决方案右边*/
.nav .sub .nav_xiao .xiao_four .ul2{width:540px;margin:0 auto;overflow:hidden}
.nav .sub .nav_xiao .xiao_four .ul2 h2{margin-bottom:23px}
.nav .sub .nav_xiao .xiao_four .ul2 li{padding-top:11px;padding-bottom:11px;height:44px;line-height:22px;margin-right:40px;width:250px;overflow:hidden;float:left;display:inline;margin-bottom:10px;position:inherit}
.nav .sub .nav_xiao .xiao_four .ul2 li:nth-child(2n+0){margin-right:0}
.nav .sub .nav_xiao .xiao_four .ul2 li a{display:block;text-align:left;color:#999;font-size:14px}
.nav .sub .nav_xiao .xiao_four .ul2 li a b{font-weight:400;font-size:16px;display:block;color:#000;height:22px;overflow:hidden}
.nav .sub .nav_xiao .xiao_four .ul2 li a b i{display:inline-block;width:35px;height:15px;overflow:hidden;background:url(../images/top_pic12.png) no-repeat;margin-left:3px}
.nav .sub .nav_xiao .xiao_four .ul2 li a:hover b{color:#f67524}
/*二级导航-成功案例左*/
.nav .sub .nav_xiao .xiao_five{width:549px;overflow:hidden;float:left;margin-top:40px;margin-bottom:40px;border-right:1px solid #e6e6e6}
.nav .sub .nav_xiao .xiao_five img{width:391px;height:259px}
.nav .sub .nav_xiao .xiao_five a{width:391px;height:259px;padding:0;margin-right:45px;float:left}
/*二级导航-成功案例右*/
.nav .sub .nav_xiao .xiao_five2{float:right;text-align:left;margin-top:71px}
.nav .sub .nav_xiao .xiao_five2 a{text-align:left;float:left;margin-right:100px;height:38px;line-height:38px;color:#000;font-size:18px;margin-bottom:42px;transition:all .3s}
.nav .sub .nav_xiao .xiao_five2 a:nth-child(2n+0){margin-right:3px}
.nav .sub .nav_xiao .xiao_five2 a i{width:38px;height:38px;border-radius:50%;background-color:#999;background-repeat:no-repeat;background-image:url(../images/top_pic3.png);float:left;margin-right:20px;transition:all .3s;margin-left:0}
.nav .sub .nav_xiao .xiao_five2 a:hover{color:#f67524}
.nav .sub .nav_xiao .xiao_five2 a:hover i{background-color:#f67524}
.nav .sub .nav_xiao .xiao_five2 a i.bgs1{background-position:9px 8px}
.nav .sub .nav_xiao .xiao_five2 a i.bgs2{background-position:-233px 8px}
.nav .sub .nav_xiao .xiao_five2 a i.bgs3{background-position:9px -72px}
.nav .sub .nav_xiao .xiao_five2 a i.bgs4{background-position:-233px -72px}
.nav .sub .nav_xiao .xiao_five2 a i.bgs5{background-position:9px -152px}
.nav .sub .nav_xiao .xiao_five2 a i.bgs6{background-position:-233px -152px}
/*二级导航-产品服务*/
.nav .sub .nav_xiao .xiao_six{overflow:hidden;height:338px;border-left:1px solid #e6e6e6:border-right:1px solid #e6e6e6:}
.nav .sub .nav_xiao .xiao_six ul li{float:left;display:inline;height:338px;width:33.2%;overflow:hidden;border-right:1px solid #e6e6e6;text-align:center}
.nav .sub .nav_xiao .xiao_six ul li.bgs1{background:url(../images/yuming_bg1.png) right 168px no-repeat}
.nav .sub .nav_xiao .xiao_six ul li.bgs2{background:url(../images/yuming_bg2.png) right 168px no-repeat}
.nav .sub .nav_xiao .xiao_six ul li.bgs3{background:url(../images/yuming_bg3.png) right 168px no-repeat}
.nav .sub .nav_xiao .xiao_six ul li .xiao_six_con{margin:0 auto;width:80%;max-width:360px;height:338px;overflow:hidden;text-align:left}
.nav .sub .nav_xiao .xiao_six ul li:last-child{border-right:0}
.nav .sub .nav_xiao .xiao_six ul li .xiao_six_l{font-size:18px;font-weight:700;height:62px;line-height:62px;border-bottom:1px solid #e6e6e6;margin-bottom:23px}
.nav .sub .nav_xiao .xiao_six ul li a{float:left;width:136px;overflow:hidden;height:30px;line-height:30px;font-size:16px;color:#666}
.nav .sub .nav_xiao .xiao_six ul li a:hover{color:#f67524}
.nav .sub .nav_xiao .xiao_six ul li .a{display:block;width:182px;height:42px;line-height:42px;text-align:center;color:#fff;font-size:16px;margin-top:31px;transition:all .3s;clear:both}
.nav .sub .nav_xiao .xiao_six ul li .a.bgs1{background-color:#f67524}
.nav .sub .nav_xiao .xiao_six ul li .a.bgs2{background-color:#248cf6;margin-top:61px}
.nav .sub .nav_xiao .xiao_six ul li .a.bgs3{background-color:#1ecc85;margin-top:91px}
.nav .sub .nav_xiao .xiao_six ul li .a:hover{opacity:.8;filter:Alpha(opacity=80);color:#fff}




.fl{float: left;}
.fr{float: right;}
.guanggao_con{ background: #fff; padding-bottom:10px; border-radius:0px 0px 8px 8px }

.guanggao-dbbox{width: 240px; min-height:320px; padding-bottom: 10px;  position: fixed; z-index:999; bottom:15px;left:5px; border-radius:8px; overflow: hidden; box-shadow: 0 5px 40px 0 rgba(0,0,0,0.2); }
.changedw{left: 50%; bottom:50% !important; z-index: 99999; margin-left:-120px; margin-bottom:-160px;}
#nb-show,#nb-gb{display: none;}
.nb-nodeboard-top{background:#394EAB; height: 46px; line-height: 46px; color: #fff;  font-size: 15px; border-radius:8px 8px 0px 0px; }
.nb-nodeboard-top .fl{margin-left: 8px;}
.nb-nodeboard-top .fr img{vertical-align:middle;}
.nb-nodeboard-text{ zoom: 1; padding: 12px 0 5px; line-height:1.5; font-size:15px;}
.nb-nodeboard-link{color: #999; font-size: 12px;}
.nb-nodeboard-text p{padding-left:10px;}
#nb_nodeboard_form{width: 94%; margin: 0 auto; display:block;}

.nb-nodeboard-send-btn{ height: 35px;width:40%; line-height: 35px;text-align: center;border-radius: 3px;font-size: 14px;color: #fff;cursor: pointer;background-color: #394EAB; margin-top:5px; float:right}
.nb-nodeboard-send-btn:hover{background-color: #485DBF;}

.nb-nodeboard-content{ margin:5px;}
.nb-nodeboard-set-content {
    width: 100%;
    height: 58px;
    margin: auto;
    padding:5px 5px;
    resize: none;
    overflow: hidden;
    border: 1px solid #DCDFE6;
    background-color: #fff;
    text-align: left;
    outline: 0;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px
}
.nb-nodeboard-name {
    
    width: 215px;
    line-height: 32px;
    margin: 10px auto 0;

    border: 1px solid #DCDFE6;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px
}
.nb-nodeboard-icon {
    width: 35px;
    height: 32px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    vertical-align: top;
    border-right: 1px solid #fff;
    border-radius: 4px 0 0 4px
}
.nodeName {
    background: #fff url('../images/user.png') no-repeat 9px center
}
.nodePhone {
    background: #fff url('../images/nodephone.png') no-repeat 9px center
}

.nb-nodeboard-input {
    margin: 0;
    width: 172px;
    height: 32px;
    line-height: 32px;
    _overflow: hidden;
    border: none;
    display: inline-block;
    outline: 0
}

.phone{float: right; display: inline-block;  font-size:23px; line-height: 35px; height: 35px; font-family:arial; font-weight:700; background:url('../images/phone.png') no-repeat left 0px; background-size:32px 32px; padding-left:40px; margin-top:28px; margin-left:20px; color:#0054A3}




.i_bg{overflow:hidden; background: url('../images/bg00.jpg') no-repeat bottom}
.i_one{overflow:hidden;margin:0 auto; padding: 70px 0px 50px; max-width: 1200px;}
.i_service_t{text-align:center;padding-top:15px;color:#666;font-size:18px;line-height:32px;padding-bottom:50px}
.i_service_t h2{height:66px;line-height:66px;font-size:40px;color:#000;font-weight:400;letter-spacing:1px;}
.i_service_t p{font-size:18px}
.advantage{text-align:center;overflow:hidden}
.num_box{width:20%;float:left;height:124px;background:url(../images/i_one_bg1.png) right center no-repeat}
.num_box:last-child{background:0 0}
.num_box .num{font-weight:700;color:#f67524;font-weight:400;font-size:60px;width:100%;height:70px;line-height:70px;text-align:center;position:relative;z-index:2;letter-spacing:1px;margin-top:10px}
.num_box h3{font-size:16px;color:#333;font-weight:400;line-height:30px}





.swiper-container0 {
        width: 100%;
        height: 300px;
        margin: 20px auto;
    }
.swiper-slide {
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.append-buttons {
        text-align: center;
        margin-top: 20px;

    }
.append-buttons a {
        display: inline-block;
        border: 1px solid #007aff;
        color: #007aff;
        text-decoration: none;
        padding: 4px 10px;
        border-radius: 4px;
        margin: 0 10px;
        font-size: 13px;
    }


.swiper-container0 .swiper-button-prev {
    background-image: url(../images/arrow-left0.png);
    width: 30px;
    height: 40px;top:70%!important;
    background-size: 30px 58px;
    left: -30px;}
.swiper-container0 .swiper-button-next {
    background-image: url(../images/arrow-right0.png);
    width: 30px;
    height: 40px;top:70%!important;
    background-size: 30px 58px;
    right: -30px;}

.swiper-pagination{ margin-bottom:30px;}






.banner001{ height:350px;position: relative;}
.banner001 .pic001{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.banner001 img{ width:100%; height: 100%}
.banner001 .banner-box {position: relative;z-index: 2; width:100%; margin:0 auto; padding-top: 120px}
.banner001 .banner-box p{font-size: 19px;font-weight: 400;color: #FFFFFF;line-height: 1;opacity: .9; text-align: center; margin-top: 28px;
}
.banner001 .banner-box h4{font-size: 32px;font-weight: 400;color: #FFFFFF;line-height: 1;opacity: .9; text-align: center;
}






.module-tab-text {
    margin: 20px 0;
  
}



.module-tab-text a {
    text-decoration: none;
    color: #666;
}

.module-tab-text h4 {
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    position: relative;
}

.module-tab-text h4:before {
    content: " ";
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #108cee;
    margin-bottom: -2px;
    margin-right: 8px;
}
.module-tab-text ul { width: 1220px;}
.module-tab-text ul li {
    width:calc(25% - 22px); margin-right:20px;
    float: left;
    font-size: 14px;
    line-height: 45px;
    cursor: pointer;
    margin-bottom: 20px;
    color: #a2a2a2;
    border: 1px solid #E5E5E5;
    border-radius:3px; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.module-tab-text ul li:hover{ background: #108CEE}


.icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
}

.icon-bdm {
    background: url(../images/icon-item008-1.svg) no-repeat center;
    background-size: cover;
}

.module-tab-text ul li:hover a {
    color: #fff;
}

.module-tab-link {
    position: relative;
}

.module-tab-link:after {
    content: '';
    width: 8px;
    height: 8px;
    float: right;
    margin: 18px 20px 0 0;
    transform: rotate(45deg);
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
}

.module-tab-text ul .module-tab-link:hover:after {
    border-color: #fff
}

/*
.module-tab-text .module-tab-link+.module-tab-link {
    width: calc(25% - 20px);
    margin-left: 20px;
}
*/

.icon-bds {
    background: url(../images/icon-item009-1.svg) no-repeat center;
    background-size: cover;
}

.icon-bdx {
    background: url(../images/icon-item010-1.svg) no-repeat center;
    background-size: cover;
}

.module-tab-more a {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    background: #108cee;
    text-align: center;
    width: 160px;
    display: inline-block;
    line-height: 40px;
    margin-top: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.module-tab-more a:hover {
    background: #41a6f7
}

.module-tab-case li {
    float: left;
    margin-right: 20px;
}

.module-tab-case li i {
    width: 60px;
    height: 60px;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    display: inline-block;
}

.icon-case01 {
     background: url(../images/case001.png) no-repeat center;
     background-size: contain;
 }

.icon-case02 {
    background: url(../images/case002.png) no-repeat center;
    background-size: contain;
}

.icon-case03 {
    background: url(../images/case003.png) no-repeat center;
    background-size: contain;
}

.icon-case04 {
    background: url(../images/case004.png) no-repeat center;
    background-size: contain;
}

.icon-case05 {
    background: url(../images/case005.png) no-repeat center;
    background-size: contain;
}

.icon-case06 {
    background: url(../images/case006.png) no-repeat center;
    background-size: contain;
}

.module-tab-case li span {
    color: #666;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 24px;
}

.title00 h2{text-align: center;font-size:28px;font-weight: 400;padding-bottom:1rem;position: relative;margin-bottom:2rem; margin-top: 2rem; color: #181a39}
/*
.title00 h2::after {
	content: '';
	width: 2rem;
	height: 4px;
    border-radius:3px; 
	display: block;
	background-color: #0D7EDB;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
*/



.second-list-title {
    height: 30px;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 20px; margin-bottom: 10px;
    position: relative
}
.second-list-title .second-list-title-left {
    font-size:18px;
    color: #181818;
    letter-spacing: .61px;
    position: absolute;
    left: 0;
    font-weight: 400;
    padding-right: 20px
}
.second-list-title .second-list-title-right {
    display: none
}
.second-list0{}
.second-list0 ul{}
.second-list0 ul li{ width: 31%; float: left; margin: 0px 1%}

.second-list{}
.second-list ul{}
.second-list ul li{ width: 20%; float: left}

.third-list-item-title {
    line-height:20px;
    font-size: 14px;
    color: #181818;
    margin-bottom: 8px;font-weight: 400;
    margin-top: 10px;
}
.third-list-item-title span {
    font-size: 13px;
    color: #f45428;
    font-family: PingFang-SC-Bold;
    margin-left: 5px;
    line-height: 20px
}
/*
.third-list-item-title:hover {
    color: #ff6a00
}
*/
.third-list-item-desc a {
    font-size: 14px;
    color: #84878e;
    line-height:30px
}
.third-list-item-desc a:hover {
  color: #0D7CD3
}

.second{border-left:1px solid #E2E2E2; padding-left:40px;}

.w1100{ width:80%;}
.w200{ width:20%; }

.h650{height: 650px;}
.h350{ height:350px;}  .h250{ height:250px;}      .h200{ height:200px;}

.second-l{ padding:20px 40px 0px 0px; }
.second-l h4{ font-size:18px; color:#181818; margin-bottom: 20px;}
.second-l p{ font-size:14px; color:#6b707a; line-height: 30px;}



.s_navbox{ border-bottom:#E5E5E5 1px solid}
.s_navbox {}
.s_navbox  li{ float:left; margin-right:20px; }
.s_navbox  li a{ padding:0px 10px; bottom:-1px;font-size:16px; line-height:74px; display:block; position:relative}
.s_navbox  li.on a{ border-bottom:#0054A3 3px solid}
.s_navbox  li a:hover{border-bottom:#0054A3 3px solid}
.s_navbox  li a{blr:expression(this.onFocus=this.blur());-webkit-text-size-adjust:none;-webkit-transition: all 0.25s ease;-moz-transition: all 0.25s ease;-ms-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}
.s_navbox  li a:link,.s_navbox  li a:visited { color:#666;text-decoration:none;}
.s_navbox  li a:hover,.s_navbox  li a:active { color:#0054A3;text-decoration:none;}


.container001{margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;max-width: 1200px;}
.container001:before,.container001:after{content: " ";display: table}
.container001:after{clear: both}



.container002{margin-right: auto;margin-left: auto;padding-left: 15px;padding-right: 15px;max-width: 1200px;}
.container002:before,.container002:after{content: " ";display: table}
.container002:after{clear: both}






.bg_white {background-color: #fff;}
.bg_hs{ background-color:#FAFAFA}

.mc{margin-left: auto; margin-right: auto;}
.f14 {font-size: 14px;}


.laypage_main a,.laypage_main input,.laypage_main span {height:38px;line-height:38px}
.laypage_main button,.laypage_main input,.laypageskin_default a {border:1px solid #ccc;background-color:#fff; border-radius: 3px;}
.laypage_main {font-size:0;clear:both;color:#666;position:relative;left:-50%;}
.laypage_main * {display:inline-block;vertical-align:top;font-size:14px}
.laypage_main a {text-decoration:none;color:#000}
.laypage_main a:hover{border:1px #FFB212 solid; background-color:#FFB212;color:#fff;}
.laypage_main a,.laypage_main span {margin:0 3px 6px;padding:0 15px}
.laypage_main input {width:34px;margin:0 5px;padding:0 5px}
.laypage_main button {height:38px;line-height:32px;margin-left:5px;padding:0 10px;color:#666}
.laypageskin_default span {height:38px;line-height:38px;color:#000;  border-radius: 3px;}
.laypageskin_default .laypage_curr {font-weight:700;color:#fff; background: #FFB212;}
.laypageskin_molv a,.laypageskin_molv span {padding:0 12px;border-radius:2px;height: 26px; line-height: 26px;}
.laypageskin_molv a {background-color:#f1eff0}
.laypageskin_molv a:hover{ border:none; }
.laypageskin_molv .laypage_curr {background-color:#FFB212;color:#fff}
.laypageskin_molv input {height:24px;line-height:24px}
.laypageskin_molv button {height:26px;line-height:26px}
.laypageskin_yahei {color:#333}
.laypageskin_yahei a,.laypageskin_yahei span {padding:0 13px;border-radius:2px;color:#333; }
.laypageskin_yahei .laypage_curr {background-color:#333;color:#fff}
.laypageskin_flow {text-align:center}
.laypageskin_flow .page_nomore {color:#999}
/*页码  css*/
.page_box{width:100%; overflow:hidden; margin: 30px 0px 20px; padding-top:30px }
.x_page {width:auto;position:relative;left:50%;float:left;padding-top:10px;padding-bottom:10px;}
.x_page ul{position:relative;left:-50%;}
*html .x_page ul{float:left}
.x_page ul span{border:1px #FF6F02 solid;height:38px;padding:0px 15px; font-size:21px;line-height:38px;float:left;margin-right:5px;font-weight:normal; display:block;background:#FF6F02;color:#fff;font-weight:bolder; border-radius:3px; text-shadow: 0 1px 1px #000;}
.x_page ul a{border:1px #E5E5E5 solid;height:38px;padding:0px 15px;float:left;line-height:38px;background-color:#fff;color:#333;display:block;margin-right:5px; border-radius:3px;  }
.x_page ul a:hover{border:1px #FF6F02 solid; background-color:#FF6F02;color:#fff;}
.x_page a.page_cn{ height:36px;padding:3px 10px 0px; float:left;line-height:36px; display:block;margin-right:5px; text-decoration:none}
.x_page a.page_cn:hover{}



.section-content{  min-height: 200px;  max-width: 1200px; margin: auto; }
.nav-height{ position:relative; height: 80px; z-index: 99999}
.nav-wrap { width: 100%;height: 80px;background: #fff; border-bottom: 1px solid #E5E5E5}
.nav-wrap.navFix{position: fixed;top: 0;left: 0;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);border-bottom:1px solid #e3e3e3\9; z-index: 99999;} 
.nav-wrap ul {padding: 0;margin: 0 auto; width: 1200px; display: block; border-bottom: 2px solid #eee;}
.nav-wrap.navFix ul{ border-bottom: 0;}
.nav-wrap li { display: inline-block; text-align: left;height: 80px; line-height: 80px; float: left;}
.nav-wrap li a {display: block; padding: 0 20px;font-size:16px; color: #333; text-decoration: none;}
.nav-wrap li a:hover{color: #0054A3;}
.nav-wrap li a.active {border-bottom:3px solid #0054A3;color: #0054A3;}
.nav-mobile {display: none;font-weight: bold;width: 100%;}
.click-me {width: 150px;height: 30px; background: #0054A3;color: white; text-align: center;line-height: 30px;}
.click-me a {display: block;color: white;}




.page-title-h2{color: #333;text-align: center;padding-bottom: 0;line-height: 1.45;font-size:35px; padding: 50px 0px;}
.page-con{}
.page-con p{line-height:35px;font-size: 16px; color:#666; text-align: left; text-indent: 2rem}


.case-index-content {
    position: relative;
}

.service-list .service-list-item {
    float: left;
    width: calc(25% - 13px);
    margin-right: 13px;
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.service-title {
    width: 100%;
    height: 160px;
}

.service-bj1 .service-title {
    background: url(../images/service-001.jpg) no-repeat center top;
}

.service-bj2 .service-title {
    background: url(../images/service-002.jpg) no-repeat center top;
}

.service-bj3 .service-title {
    background: url(../images/service-003.jpg) no-repeat center top;
}

.service-bj4 .service-title {
    background: url(../images/service-004.jpg) no-repeat center top;
}

.service-title h3 {
    font-size: 24px;
    text-align: center;
    padding-top: 105px;
    color: #fff;
    font-weight: normal;
}

.service-content {
    height: 360px;
    border: 1px solid #E7E9EC;
    border-top: 0;
}
.service-content-list{ padding: 20px;}
.service-content-list  p {
    font-size: 14px;
    color: #666;
    line-height: 35px;
    
}


.service-list .service-list-item:hover {
    box-shadow: 0 7px 39px rgba(0,0,0,.1)
}

.service-list {
    margin-right: -13px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.case_box {

}

.case_box h3 {
	color: #081232;
	font-weight: normal;
	font-size: 42px;
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
}

.case_box .category ul {
	padding-left: 50px;
	padding-bottom: 40px;
	display: block;
	height: auto;
	overflow: hidden;
}

.case_box .category ul li {
	float: left;
	font-size: 20px;
	text-align: center;
	width: 33%;
	height: 58px;
	line-height: 58px;
	color: #939aac;
	border-radius: 5px;
	cursor: pointer;
}

.case_box .category ul li.active {
	color: #fff;
	background: #0879E0;
}

.case_box .content {

}

.case_box .content .cont {
	
	display: none;
}

.case_box .content .cont.active {
	display: block;
}

.case_box .content .cont img.bg {
	position: absolute;
	right: 0;
	top: 0;
}




.case_box .content .cont .info .title:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
}

.case_box .content .cont .info .title h4 {
	float: left;
	padding-top: 30px;
	font-size: 24px;
	color: #081232;
}

.case_box .content .cont .info p {
	font-size: 16px;
	line-height: 32px;
	padding-top: 30px;
	color: #828b9f;
}



.fangan{background: #F2F6FC;border-radius: 8px;overflow: hidden;}
.fanganl{width: 33%;float: left;}
.fanganl img {width: 100%;  display: block; height: 100%;    transform: scale(1);}
.fanganr{width: calc(66% - 100px);float: right;padding-left: 50px;padding-right: 50px;padding-top: 30px;padding-bottom: 30px;}
.fanganr h2{font-size:24px; color:#666; margin-bottom: 20px;}
.fanganr p{font-size:14px; line-height: 30px; color:#666}

.link{padding-top: 20px;}

.link a {
    color: #0879E0;
    font-size: 14px;
    position: relative;
    
    margin-top: 10px;
    display: inline-block;
}

.DynamicNewsList{padding: 0 0px; padding-bottom: 80px}
.DynamicNewsList ul{margin-top: 50px;}
.DynamicNewsList ul li{margin-bottom: 30px;}
.DynamicNewsList ul li a{padding: 20px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-transition: 0.5s ease all;transition: 0.5s ease all;}
.DynamicNewsList ul li a:hover .img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.DynamicNewsList ul li a .img{width: 47.41%; overflow: hidden;}
.DynamicNewsList ul li a .img img{width: 100%; -webkit-transition: 0.5s ease all;transition: 0.5s ease all;}
.DynamicNewsList ul li a:hover{box-shadow: 0px 0px 10px 6px #efefef;}
.DynamicNewsList ul li a:hover .text .title001{color: #0879E0;}
.DynamicNewsList ul li a .text{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;min-width: 0;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;padding-left: 70px;}
.DynamicNewsList ul li a .text .title001{margin-bottom: 25px;-webkit-transition: 0.5s ease all;transition: 0.5s ease all;font-size: 24px;color: #000000;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.DynamicNewsList ul li a .text .title001 span{width: 46px;height: 27px;background: #db0511;font-size: 14px;color: #ffffff;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;margin-right: 20px;}
.DynamicNewsList ul li a .text .title001 p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;min-width: 0;}
.DynamicNewsList ul li a .text .desc{font-size: 14px;color: #4c4c4c;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden; line-height: 35px;}



.case{}
.case ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.case ul li{width: 31.46%;background: #FFFFFF;
	/* box-shadow: 0px 4px 40px 0px rgba(7, 29, 60, 0.06), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29); */
	border-radius: 4px;
	backdrop-filter: blur(23px);
	margin-bottom: 30px;}
.case ul li:hover{
	box-shadow: 0px 4px 40px 0px rgba(7, 29, 60, 0.06), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29);
}
.case ul li .pic{
	position: relative;
}
.case ul li .pic img{
	display: block;
	width: 100%;
}

.case ul li .pic .pic-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 88, 170, 0.6);
	border-radius: 4px 4px 0px 0px;
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	
	font-weight: 400;
	color: #FFFFFF;
	line-height: 14px;
	opacity: 0;
	transition: all .6s ease;
}
.case ul  li:hover .pic .pic-box{
	opacity: 1;
}
.case ul  li .pic .pic-box .more{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.case ul  li .text-box {
    padding: 20px;
}
.case ul  li .text-des {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: #071D3C;
    line-height: 24px;
    margin-top: 10px;
}
.case ul  li .labels {
    margin-top: 13px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(240, 240, 240, .4);
    padding-top: 13px;
}
.case ul  li .label {
    font-size: 14px;
    font-weight: 400;
    color: #2B33AA;
    line-height: 20px;
    padding: 4px 12px;
    background: #EFF5FE;
    border-radius: 20px;
}

.case ul  li  .label:not(:last-child) {
    margin-right: 8px;
}



.khmc{}
.khmc ul{width: 100%;display: flex;flex-wrap: wrap;}
.khmc ul li{display: block;width: 100%;cursor: pointer;margin-bottom:40px;}
.khmc ul li .case-flex {width:calc(100% - 60px); padding: 40px 30px 40px 30px;position: relative;border-radius: 10px;box-shadow: 8px 13px 40px 0px rgba(188,195,209,.23);background-color: #fff;  margin: auto; text-align: center}
.khmc ul li .case-flex img {margin-bottom: 30px;    width: auto; max-width: 100%; border: none; vertical-align: middle;}
.khmc ul li .case-flex:nth-child(3n) { margin-right: 0}
.khmc ul li .case-flex:hover {-webkit-transition: .2s linear; transition: .2s linear; -webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-box-shadow: 6px 6px 20px 6px rgba(125,125,125,.13); box-shadow: 6px 6px 20px 6px rgba(125,125,125,.13)}


.case-flex-text{}
.case-flex-text dl{}
.case-flex-text dl dd{ text-align: left;  width: 25%; float: left;}
.case-flex-text dl dd span{line-height: 35px; color:#666; font-size:14px;background: url(../images/navbg.png) no-repeat left center;padding-left: 10px;}

.case-flex-tit{ font-size:21px; color:#333; font-weight: 700; padding-left: 180px; height: 60px; line-height: 60px; margin-bottom: 15px}
.logo_bg1{ background: url('../images/logo001.png') no-repeat left ; background-size:160px auto;}
.logo_bg2{ background: url('../images/logo002.png') no-repeat left ; background-size:160px auto;}


#china-map {width: 100%;height:800px; margin-bottom:50px}


.text_con{}
.text_con p{font-size: 16px;color: #666;line-height: 30px;margin: 15px 0; text-indent: 2rem}

.qywh_l{ width:55%; float: left}
.qywh_r{ width:45%; float: right}

.qywh_l img{ width:80%; margin-top: 150px;}


.qywh_con{ margin-bottom:30px;}
.qywh_r_icon{ float: left; width: 40px;}
.qywh_r_text{ margin-left: 50px;}
.qywh_r_text h4{ font-size:16px; font-weight: 700; color:#666}
.qywh_r_text p{ font-size:16px; color:#666; line-height:26px; margin-top: 10px}



.m_jjfa{display: none}



.m_nav{display: none}
.m_footer{ display: none}



.jjbg{background: url('../images/qy.png') bottom center no-repeat; background-size:100% 100%}


.timeline {
  position: relative;
  display: grid;
  gap: 40px;
  padding: 0;
  margin:30px 0px 30px 30px ;
  max-width: 1200px;
  font-size: 16px;
  line-height: 1;
  color: #666666;
  list-style-type: none;
  clip-path: inset(0 0 100% 0);
  animation: expand 5s forwards linear;
}
.timeline .timeline__line {
  position: absolute;
  top: 0;
  left: 7px;
  width: 1px;
  height: 100%;
  background: #CECECE;
}
.timeline .timeline__item .info {
  display: grid;
  grid-template-columns: repeat(3, auto) 1fr;
  align-items: center;
  gap: 0.3rem;
    position: relative;
  
}
.timeline .timeline__item .info::after{
    
  position: absolute;
  content: "";
  top: 30px;
  left: 10px;
  width: 100%;
  height: 1px;
  background: #EAEAEA;
 
    
} 



.timeline .timeline__item .info h4 {
  margin: 0;
}
.timeline .timeline__item .info .time {
  font-size:21px; font-weight: 700; margin-left: 20px;
}
.timeline .timeline__item .info h4.title0 {
  
}
.timeline .timeline__item .info a {
  text-decoration: none;
  color: #3498db;
}
.timeline .timeline__item .info .dot {
  position: relative;
  width: 16px;
  height: 16px;
  background: #126ABC;
  border-radius: 50%;
}
.timeline .timeline__item .info .dot::before {
  position: absolute;
  content: "";
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: #fff;
}
.timeline .timeline__item .info .dot::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border: 4px solid #2783D8;
  border-radius: inherit;
}
.timeline .timeline__item .info .time {
  margin-right: 8px;
}
.timeline .timeline__item .content {
  margin: 1rem 0 0 3.9rem;
  line-height: 1.5;
}
.timeline .timeline__item .content p { line-height: 35px;}

@keyframes expand {
  to {
    clip-path: inset(0 0 0 0);
  }
}


.items{width: 100%;height: auto;overflow:hidden;padding: 20px  0;}
.items ul{display: flex;justify-content: center;}
.items ul li{width: calc(20% - 50px);height: auto;overflow: hidden;margin: 0 25px;text-align: center;transition: all .3s;}
.items ul li:hover{transition: all .3s;transform: translateY(-5px);}
.items ul li p.title{font-size: 20px;color: #333333;padding: 30px 0 15px 0;}
.items ul li p.desc0{font-size: 16px;color: #333333;line-height: 30px; margin-top: 20px}


.banner-wrap{
    width: 100%;
    display: block;
   
}

.banner-wrap li{
    float: left;
    width: calc(33.33333% - 82px);
    border: 1px solid #EDEDED;
    padding: 30px;
    margin:0px 10px;
    text-align: left;
    background-color: #FFF;
    -webkit-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    min-height: 180px;
    border-radius:6px; 
}


.banner-wrap h4{
    font-size: 18px;
    line-height: 36px;
    color: #333;
    margin: 0;
    font-weight:normal;
}

.banner-wrap p{
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 10px;
}








.banner-wrap0{
    width: 100%;
    display: block;
   
}

.banner-wrap0 li{
    float: left;
    width: calc(33.33333% - 82px);
    border: 1px solid #EDEDED;
    padding: 30px;
    margin:0px 10px;
    text-align: left;
    background-color: #FFF;
    -webkit-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    min-height: 180px;
    border-radius:6px;
    margin-bottom: 20px;
    text-align: center
}


.banner-wrap0 h4{
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    color: #333;
    margin: 0;
    margin-top: 10px;
    font-weight:normal;
}

.banner-wrap0 p{
    padding: 0;
     text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 10px;
}





.w-1200{ max-width: 1200px; margin: auto}

.lcbg{ background: url("../images/superiority_bg.png") no-repeat; padding: 40px 0px 70px 0px}
.hzlc { margin-top:20px}
.hzlc ul{}
.hzlc ul li{ width: calc(20% - 20px); margin: 0px 10px; background: #fff; border-radius:5px; height:210px; float: left; text-align: center; position: relative}
.hzlc ul li img{ width:64px; height: 64px; margin-top: 40px }
.hzlc ul li p{ font-size:20px; color:#242937; text-align: center; margin-top: 15px; font-weight: 500}
.hzlc ul li em{ position: absolute; left: 50%;  margin-left: -25px; width: 50px; height: 50px; background: #2279E8; border: 5px solid #fff; border-radius:50%; bottom:-25px; color:#fff; font-family: arial; font-weight: 700; font-size: 23px; line-height: 50px; }





.news_list_page{ padding:30px 0px;}
.news_show_box{ padding: 0px;}
.news_show_hd{padding: 10px 0px 10px 0px; position: relative;}
.news_show_hd h1{  font:lighter 26px/34px "Microsoft YaHei"; color:Black; margin-bottom:15px; text-align:center; font-weight: 700 }
.news_show_hd p{  line-height: 20px;  padding: 4px 0px 10px;  margin-bottom:10px;   border-bottom: #DFE3E4 1px dashed; text-align: center  }
.news_show_hd p span{ padding: 0px 16px 0px 0px; color: #9B9B9B;font: 12px Microsoft YaHei; }
.news_show_bd{padding: 10px 0px 70px 0px; text-align: left;  font: 15px Microsoft YaHei; color: #6D6D6D; min-height:500px}
.news_show_bd P{ text-align: left;   font: 16px/2 Microsoft YaHei; color: #000;  margin-bottom:10px; text-indent: 2rem}


.news_show_fd{margin-top:0px;   border-top: #DFE3E4 1px dashed;   text-align:  left; padding: 16px 0px; position: relative; font-size:14px;}
.news_show_fd p{ color: #222; line-height:30px;}
.news_show_bianji{text-align: right; color: #7D7D7D; margin-top: -50px; padding: 0px 0px 10px 0px; display: block; font-size:12px;}
.news_show_home{ text-align: center; }
.news_show_home A{	 background: #02ADF5; border: #02ADF5 1px solid;  padding: 6px 30px; display: inline-block;  font:lighter 19px/30px Microsoft YaHei; color: White; border-radius: 4px; -webkit-border-radius:4px; -moz-border-radius:4px; -khtml-border-radius:4px;text-shadow:0px 2px 6px rgba(0, 0, 0, 0.6); margin:0px 6px;}
.news_show_home A:hover{background: #F99801; border: #F99801 1px solid;  text-decoration: none;text-shadow:0px 2px 4px rgba(0, 0, 0, 0.6);}
a:link,a:visited { color:#666;text-decoration:none;}
a:hover,a:active { color:#0054A3;text-decoration:none;}



.page-title-h3{color: #fff;text-align: center;padding-bottom: 0;line-height: 1.45;font-size:35px; padding: 50px 0px;}



.zizhi{}
.zizhi ul li{float: left;width:calc(20% - 20px);background: #fff;margin:0px 10px;box-sizing: border-box;margin-bottom: 25px;transition: all .3s linear;}
/*.zizhi ul li:nth-child(5n){margin-right: 0;}*/
.zizhi ul li .img0{width:100%;height:230px;overflow: hidden;}
.zizhi ul li img{width:100%;}
.zizhi ul li p{height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #333333;}
.zizhi.active{display: block;}
.zizhi ul li:hover{box-shadow: 0px 0px 15px #c6c6c6;transition: all .2s linear;}



.map{ max-width: 1200px; height: 500px; background: #DCDCDC}
.lxwm_l{margin-top: 30px; width:50%; float: left; margin-bottom: 100px;}
.lxwm_l h4{ font-size: 27px; font-weight: 700; color:#0054A3; line-height:65px }
.lxwm_l p{border-bottom: 1px #ddd dashed; font-size: 16px; line-height: 45px; color:#666}
.lxwm_r{ width: 50%; float: right; margin-top: 100px;}

.lxwm_r0{ width:200px; float: right; text-align: center;}
.lxwm_r0 p{font-size: 16px; line-height: 45px; color:#666}


.gshj{ text-align: center}
.gshj img{max-width: 100%}



.zxns{ text-align: center}
.zxns img{ margin: 0px 20px; width: 20%}


@media(max-width: 1410px) {
.nav li.m{width:80px;padding-right:8px;margin:0 8px 0 0;float:left;text-align:center;background:url(../images/top_bg1.png) right 46px no-repeat}
.nav a.mmm{width:80px;height:70px;padding-top:35px;display:inline-block;font-size:16px;color:#333; position: relative}
.phone{float: right; display: inline-block;  font-size:19px; line-height: 35px; height: 35px; font-family:arial; font-weight:700; background:url('../images/phone.png') no-repeat left 0px; background-size:32px 32px; padding-left:40px; margin-top:28px; margin-left:10px; color:#0054A3}
.logo{width:250px;float:left;padding-top:15px} 
    
.second-l p{ font-size:12px; color:#6b707a; line-height: 25px;}   
.third-list-item-desc a {font-size: 12px;color: #84878e;line-height:25px}   
.h650{height: 450px}
.hgd{ height:440px; overflow-x: hidden; overflow-y: auto; padding-right: 20px;}  
    
.hgd::-webkit-scrollbar-track { background-color: #fff;}
.hgd::-webkit-scrollbar { width:5px;}
.hgd::-webkit-scrollbar-thumb { background-color: #DFDFDF;border-radius:5px;}    
    
    
    
}





@media (max-width: 1199px){
.nav li.m{width:60px;padding-right:8px;margin:0 8px 0 0;float:left;text-align:center;background:url(../images/top_bg1.png) right 46px no-repeat}
.nav a.mmm{width:60px;height:70px;padding-top:35px;display:inline-block;font-size:14px;color:#333; position: relative}    
    
}




@media (max-width: 768px){
#headdiv{ display: none}
.holer{ height: 60px}
.slider{height: 190px;}
.slider img{height: 190px;} 
    
.title{text-align:center;margin-bottom:1rem; padding-top:1rem}    
.title h2{font-size:22px;color: #343434;font-weight:bold;}  
.title .h4{font-size:14px;color: #666;margin:1.25rem 0 1.25rem;}    
.new_zx{padding-bottom:30px; margin: auto }    
.new_zx ul li{width:calc(100% - 30px); box-shadow: 0px 4px 40px 0px rgba(7, 29, 60, 0.06), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29);border-radius: 4px;/*min-width: 230px;*/ background: #fff; float: left; position: relative; margin: 15px 15px }
.product-content { padding: 15px 15px 15px;} 
.product-header ul li a { display: block; padding: 10px 0px; text-decoration: none;}   
.product-head-tit {display: block; color: #333;font-size: 16px;}  
 
.gshj{ margin: 0px 15px;} 
.zxns img{ margin: 0px 20px; width:35%;}  
    
    
    
.btns {margin-top:20px;display: flex;}   
.guanggao-dbbox{ display: none}  
    
    
.slider ul li .slider-txt{position: absolute;top:35%;left:0px;z-index: 5;color: #FFFFFF;width: 100%; text-align: center}
.slider ul li .slider-txt .title0{font-size:17px;letter-spacing: 2px;padding-bottom: 20px; font-weight: 700}
.slider ul li .slider-txt .sub-title{font-size:12px;color: #FFFFFF;padding-bottom: 70px; font-weight: normal}    
.slider .arrow{ display: none}   
 
    
.i_bg{overflow:hidden; background: url('../images/bg00.jpg') no-repeat bottom; background-size: 100% 100%}
.i_one{overflow:hidden;margin:0 auto; padding: 10px 20px 10px; max-width: 1200px;}
.i_service_t{text-align:center;padding-top:35px;color:#666;font-size:17px;line-height:32px;padding-bottom:30px}
.i_service_t h2{height:26px;line-height:16px;font-size:17px;color:#000;font-weight:400;letter-spacing:1px;}
.i_service_t p{font-size:13px; line-height: 25px}
    
    
.main-l-m li {text-align: center;width: calc(25% - 12px);float: left;padding: 25px 5px;border: 1px solid rgba(218, 218, 218, 0.32);
border-top: none;border-left: none;transition:all .7s ease 0s;}  
.main-l-m li img{width: 100%}    
.main-l-m li.li-bor-notbot {text-align: center;width: calc(25% - 12px);float: left;padding: 25px 5px;border: 1px solid rgba(218, 218, 218, 0.32);
border-top: none;border-left: none;transition:all .7s ease 0s;}
.main-l-m li.li-bor-notrig {text-align: center;width: calc(25% - 12px);float: left;padding: 25px 5px;border: 1px solid rgba(218, 218, 218, 0.32);
border-top: none;border-left: none;transition:all .7s ease 0s;} 
    
    

  
.footer_bottom{ height:25px; line-height:25px; font-size: 14px; color: #999; border-top: 1px solid #494949; text-align: center; padding: 10px 0px; }
.footer_bottom a{ padding-left: 10px; font-size: 14px; color: #999; }
.footer_bottom a:hover{ color: #217cee; }
.footer{ display: none} 
  
    
.container001  { display: none}  
 
    
.m_jjfa{ display: block;width: calc(100% - 20px)!important; margin:auto}
.m_jjfa ul{ width: 100%!important;}    
.m_jjfa ul li{ width:calc(50% - 10px); margin: 0px 5px; float: left; position: relative}    
.m_jjfa ul li img{ width: 100%} 
.m_jjfa ul li p{ position: absolute; bottom: 0px; color: #fff; font-weight: 700; font-size: 13px; padding: 10px 10px; text-align: left;}    
    
    
.m_nav{display: block}   
    
    
.m_footer{ display: inline-block; background:#333333; width: 100%; padding: 20px 0px;}  
.ewm h4{color:#8d8d8d}
.footer_bottom p{font-size:13px}    
    
    
    
.banner001{ height:180px;position: relative;}
.banner001 .pic001{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.banner001 img{ width:100%; height: 100%}
.banner001 .banner-box {position: relative;z-index: 2; width:100%; margin:0 auto; padding-top: 50px}
.banner001 .banner-box p{font-size: 15px;font-weight: 400;color: #FFFFFF;line-height: 1;opacity: .9; text-align: center; margin-top: 28px;
}
.banner001 .banner-box h4{font-size:23px;font-weight: 400;color: #FFFFFF;line-height: 1;opacity: .9; text-align: center;
}    

.s_navbox  li a{ padding:0px 10px; bottom:-1px;font-size:16px; line-height:50px; display:block; position:relative}  
    
    
    
.case{ margin: 0px 15px}
.case ul li{width: 100%;background: #FFFFFF;
	/* box-shadow: 0px 4px 40px 0px rgba(7, 29, 60, 0.06), inset 1px 1px 32px 0px rgba(255, 255, 255, 0.29); */
	border-radius: 4px;
	backdrop-filter: blur(23px);
	margin-bottom: 30px;}    
 
    
.s_navbox.six{width: 100%; overflow-x: auto}
.s_navbox.six .container002{ width: 140%; display: flex;display: -webkit-box;overflow-x: scroll;-webkit-overflow-scrolling:touch;}
.s_navbox.six .container002 li{ -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
     
    
    
.khmc{ margin: 0px 15px}   
    
.case-flex-text{}
.case-flex-text dl{}
.case-flex-text dl dd{ text-align: left;  width: 100%; float: left;}
.case-flex-text dl dd span{line-height: 35px; color:#666; font-size:14px;background: url(../images/navbg.png) no-repeat left center;padding-left: 10px;}    
    
 #china-map {width:calc(100% - 30px); height:300px; margin: 0px 15px; margin-bottom:20px; }   
    
.text_con{ margin: 0px 15px}  
    
.qywh_l{ width:calc(100% - 30px); float: left;margin: 0px 15px}
.qywh_r{ width:calc(100% - 30px); float: right; margin: 30px 15px}   
.qywh_l img{ width:100%; margin-top: 20px; margin-bottom: 20px;}   
    
.page-title-h2{color: #333;text-align: center;padding-bottom: 0;line-height: 1.45;font-size:25px; padding: 20px 0px;}
.page-title-h3{color: #fff;text-align: center;padding-bottom: 0;line-height: 1.45;font-size:25px; padding: 20px 0px;}    
    
.jjbg{background: url('../images/qy.png') bottom center no-repeat; background-size:100% 50%}    
 
.timeline {
  position: relative;
  display: grid;
  gap: 40px;
  padding: 0;
  margin:30px 15px 30px 15px ;
  max-width: 600px;
  font-size: 16px;
  line-height: 1;
  color: #666666;
  list-style-type: none;
  clip-path: inset(0 0 100% 0);
  animation: expand 5s forwards linear;
}    
.timeline .timeline__item .info .time {
  font-size:17px; font-weight: 700; margin-left:10px;
}    
.timeline .timeline__item .content {
  margin: 1rem 0 0 1.9rem;
  line-height: 1.5;
}   
.timeline .timeline__item .content p { line-height: 25px; font-size: 14px;}    
    
    
    
.banner-wrap li{
    float: left;
    width: calc(100% - 62px);
    border: 1px solid #EDEDED;
    padding: 20px;
    margin:0px 10px;
    text-align: left;
    background-color: #FFF;
    -webkit-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    min-height: 100px;
    border-radius:6px;
    margin-bottom: 20px;
}    
 
    
.banner-wrap0 li{
    float: left;
    width: calc(50% - 62px);
    border: 1px solid #EDEDED;
    padding: 20px;
    margin:0px 10px;
    text-align: left;
    background-color: #FFF;
    -webkit-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 7px 21px 0 rgba(0, 0, 0, 0.04);
    min-height: 210px;
    border-radius:6px;
    margin-bottom: 20px;
    text-align: center
} 
.banner-wrap0 li img{ width: 44px;}

.banner-wrap0 h4{
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    color: #333;
    margin: 0;
    margin-top: 5px;
    font-weight:normal;
}

.banner-wrap0 p{
    padding: 0;
     text-align: center;
    font-size: 13px;
    line-height: 25px;
    color: #666;
    margin-top: 5px;
} 

    
    
    
    
.lcbg{ background: url("../images/superiority_bg.png") no-repeat; padding: 20px 0px 20px 0px; background-size: cover}
.hzlc ul li{ width: calc(33% - 20px); margin: 0px 10px; background: #fff; border-radius:5px; height:130px; float: left; text-align: center; position: relative; margin-bottom: 60px}
    
.hzlc ul li img{ width:44px; height: 44px; margin-top: 20px }
.hzlc ul li p{ font-size:16px; color:#242937; text-align: center; margin-top: 10px; font-weight: 500}
.hzlc ul li em{ position: absolute; left: 50%;  margin-left: -15px; width: 30px; height: 30px; background: #2279E8; border: 5px solid #fff; border-radius:50%; bottom:-15px; color:#fff; font-family: arial; font-weight: 700; font-size: 17px; line-height: 30px; }    
    

.items{width: 100%;height: auto;overflow:hidden;padding: 20px  0;}
.items ul{display: flex;   flex-wrap: wrap;}
.items ul li{width: calc(33% - 30px);height: auto;overflow: hidden;margin: 0 15px;text-align: center;transition: all .3s;}
.items ul li img{ width: 50px;}
.items ul li p.title{font-size: 17px;color: #333333;padding: 10px 0 10px 0;}
.items ul li p.desc0{font-size: 14px;color: #333333;line-height: 20px; margin-top: 10px; margin-bottom: 20px;}   
    
    
.swiper-slide img{ width: 100%}    

.news_show_bd  img{ width: 100%!important;}

  
    
    
    
.zizhi{}
.zizhi ul li{float: left;width:calc(50% - 20px);background: #fff;margin:0px 10px;box-sizing: border-box;margin-bottom: 25px;transition: all .3s linear;}
/*.zizhi ul li:nth-child(5n){margin-right: 0;}*/
.zizhi ul li .img0{width:100%;height:200px;overflow: hidden;}
.zizhi ul li img{width:100%;}
.zizhi ul li p{height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #333333;}
.zizhi.active{display: block;}
.zizhi ul li:hover{box-shadow: 0px 0px 15px #c6c6c6;transition: all .2s linear;}    
    
    
 
    
    
.map{ max-width: 1200px; height: 300px; background: #DCDCDC; margin: 0px 15px}
.lxwm_l{margin-top: 30px; width:90%; float: left; margin-bottom: 20px; margin-left: 5%; margin-right: 5%}
.lxwm_l h4{ font-size: 21px; font-weight: 700; color:#0054A3; line-height:65px }
.lxwm_l p{border-bottom: 1px #ddd dashed; font-size: 15px; line-height: 45px; color:#666}
.lxwm_r{ width: 100%; float: right; margin-top: 30px;  margin-bottom: 50px}

.lxwm_r0{ width:50%; float: right; text-align: center;}
.lxwm_r0 p{font-size: 14px; line-height: 45px; color:#666}    
    
    
    
    
}






.flickerplate {
	position:relative;
	width:100%;
	height:450px;
	background-color:#e6e6e6;
	overflow:hidden
}
.flickerplate ul.flicks {
	width:10000%;
	height:100%;
	padding:0px;
	margin:0px;
	list-style:none
}
.flickerplate ul.flicks>li {
	float:left;
	width:1%;
	height:100%;
	background-position:center;
	background-size:cover;
	display:table
}
.flickerplate ul.flicks>li .flick-inner {
	height:100%;
	padding:10px;
	color:#fff;
	display:table-cell;
	vertical-align:middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width:68.75em;
	margin-left:auto;
	margin-right:auto
}
.flickerplate ul.flicks>li .flick-title {
	padding:0px 0px;
	font-size:2.778em;
	line-height:1.995em;
	text-align:center
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding:5px;
	font-weight:300;
    font-size:1.778em;
	line-height:2.5em;
	color:rgba(255, 255, 255, 0.8);
	text-align:center
}
@media only screen and (max-width: 43.813em) {
.flickerplate {
	position:relative;
	width:100%;
	height:230px;
	background-color:#e6e6e6;
	overflow:hidden
}    
.flickerplate ul.flicks>li .flick-title {
font-size:1.2em
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding:5px;
	font-weight:300;
    font-size:.9em;
	line-height:2.5em;
	color:rgba(255, 255, 255, 0.8);
	text-align:center
}  
    
.flickerplate .arrow-navigation{
	display:none;
	
} 
    
   
    
}

.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding:12px 18px;
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate .arrow-navigation {
	position:absolute;
	height:80%;
	width:10%;
	top:10%;
	z-index:100;
	overflow:hidden
}
.flickerplate .arrow-navigation .arrow {
	display:block;
	height:100%;
	width:90%;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor:pointer
}
.flickerplate .arrow-navigation.left {
	left:0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity:0;
	margin:0px 0px 0px 50%;
	background-image:url("../images/flickerplate/arrow-left-light.png");
	background-repeat:no-repeat;
	background-position:left
}
.flickerplate .arrow-navigation.right {
	right:0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity:0;
	margin:0px 0px 0px -50%;
	background-image:url("../images/flickerplate/arrow-right-light.png");
	background-repeat:no-repeat;
	background-position:right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity:1;
	margin:0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity:1;
	margin:0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
	z-index:100
}
.flickerplate .dot-navigation ul {
	text-align:center;
	list-style:none;
	padding:0px 15px
}
.flickerplate .dot-navigation ul li {
	display:inline-block;
	float:none
}
.flickerplate .dot-navigation .dot {
	width:30px;
	height:5px;
	margin:0px 6px;
	background-color:rgba(255, 255, 255, 0.3);

	border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

	-webkit-transition:background-color 0.2s ease-out;
	-moz-transition:background-color 0.2s ease-out;
	-o-transition:background-color 0.2s ease-out;
	-ms-transition:background-color 0.2s ease-out;
	transition:background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor:pointer;
	background-color:rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color:#fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align:left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align:right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image:url("../images/flickerplate/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image:url("../images/flickerplate/arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color:rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color:#000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective:1000;
	-webkit-backface-visibility:hidden;
	transform:translate3d(0%, 0px, 0px);
	-webkit-transform:translate3d(0%, 0px, 0px);
	-webkit-transition:-webkit-transform 0.6s;
	-o-transition:-o-transform 0.6s;
	-moz-transition:-moz-transform 0.6s;
	transition:transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position:relative;
	left:0%;
	-webkit-transition:left 0.4s ease-out;
	-moz-transition:left 0.4s ease-out;
	-o-transition:left 0.4s ease-out;
	-ms-transition:left 0.4s ease-out;
	transition:left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position:relative;
	left:0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom:0px;
	overflow:auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position:auto
}




