@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
body#index{}
img { border:0; vertical-align:top;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
html, body {width:100%;height:100%;max-width: 100%;min-width: 320px;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: hsl(228deg 75% 45%/100%);-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover{text-decoration:none;color:#1d2e74;}
a:focus{outline:none;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { 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; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { 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; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.dh300s{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;position:relative;}
.fl {float:left;}
.fr {float:right;}
input {border-radius:0;-webkit-appearance:none;appearance:none;background:none;border:0;box-shadow:0 0 0;font-size:14px;}
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

@media (min-width: 1210px){
	.container{width: 1180px;}
}
@media (min-width: 1310px){
	.container{width: 1280px;}
}
@media (min-width: 1410px){
	.container{width: 1380px;}
}
@media (min-width: 1510px){
	.container{width: 1440px;}
}
@media (max-width:767px) {
	.container{padding-left: 10px;padding-right: 10px;width: 100%;}
	.row{margin-left: -10px;margin-right: -10px;}
}

/* 头部 */
#header{position: fixed;width: 100%;z-index: 1000;/* transition: all .3s; *//* -webkit-transition: all .3s; */}
#header:hover{background: #fff;}
.head-atop{background:#1d2e74;line-height:40px;height:40px;}
.head-search{float:right;}
.head-search>p{font-size:14px;color:#fff;float:left;height:40px;padding-left:20px;background:url(../images/htel.png) no-repeat left;}
.head-search>p>a{font-size:16px;font-weight:bold;color:#fff;}
.head-search>form{float:left;width:190px;margin: 7px 0 7px 20px;line-height:26px;height:26px;background:#fff;border-radius:15px;}
.head-search>form>.s_tt{width:calc(100% - 36px);float:left;padding-left:20px;padding-right:10px;}
.head-search>form>.s_bt{width:36px;float:left;background:url(../images/page/search-btn.png) no-repeat center;}
.head-acon{background: #fff;box-shadow: 0px 0px 10px 4px #999;width: 100%;}
.headcon{position:relative;z-index:999;}
.logo{float: left;margin: 6px 0 0 240px;}

.logo a{display: block;position:relative;}
.logo a img{/* height:64px; */}
.logo a img.logo-def{position: relative;left: 10px;top: 0;z-index: 1;}
.logo a img.logo-fix{position: absolute;left: 10px;top: 0;z-index: 1;opacity: 1;}
#header:hover .logo a img.logo-def, #header.active .logo a img.logo-def{opacity: 1;}
#header:hover .logo a img.logo-fix, #header.active .logo a img.logo-fix{opacity: 1;}
#header:hover .head-acon, #header.active .head-acon{/* background:none; */}
.head-raea{float: right;position: relative;}
.head-htel{text-align:center;color:#fff;padding-left:28px;background:url(../images/htel.png) no-repeat left;float:left;}
.head-htel h4{font-size:18px;font-weight:bold;}
.head-htel h4 a{color:#fff;}
.head-htel p{font-size:14px;}

#search-btn{float:left;display:block;line-height: 36px;margin: 27px 0;color:#fff;background:#34598e;font-size:16px;padding:0 26px;border-radius:18px;cursor:pointer;}
#search-btn i{margin-right:8px;}
#search-close{float:left;display:block;line-height: 34px;margin: 22px 0;color:#fff;font-size:30px;cursor:pointer;display:none;}
.search-con{position:absolute;right:0;top:90px;width:350px;background:#4a4a4a;padding:10px;overflow:hidden;display:none;}
.search-con form{background:#fff;}
#keyword{display: block;height: 40px;width: 100%;background: none;text-indent: 1em;padding-right:50px;}
.search-con .s_bt{position: absolute;right: 10px;top: 10px;cursor: pointer;display: block;width: 40px;height: 40px;background: url(../images/search-btn.png) no-repeat;}
.search-con .s_bt:hover{background-color:#ddd;}

#m-head-nav{height: 16px;position: relative;float: left;display:none;margin-left: 20px;margin-top: 38px;width: 24px;}	
#m-head-nav .line{width: 24px;height: 2px;background-color: #333;position: absolute;left: 0px;top: 7px;}
#m-head-nav .line1{margin-top: -7px;}
#m-head-nav .line3{margin-top: 7px;}
#m-head-nav[data-active="on"] .line1{margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#m-head-nav[data-active="on"] .line2{display: none;}
#m-head-nav[data-active="on"] .line3{margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#header:hover #m-head-nav .line, #header.active #m-head-nav .line{background-color:#34598e;}

.top-yxal{/* position: absolute; *//* right: 0; *//* top: 0; */border-left: 1px solid #ccc;float: right;margin-right: 10px;}
.top-yxal p{float: left;width: 100px;height: 100px;text-align: center;padding-top: 27px;}
.top-yxal .top-p1{padding-top: 34px;}
.top-yxal .top-p2{ background: #34598e;}
.top-yxal p img{}


/* 导航栏 */
.nav{float: right;padding-right: 20px;}
.nav>li{float: left;position:relative;}
.nav>li em{display:none;}
.nav>li.cur em,.nav>li:hover em{display: block;position: absolute;top: 17px;left: 50%;transform: translateX(-50%);font-size: 26px;}
.nav>li:last-child{margin-right: 0;}
.nav>li>a{display: block;font-size: 16px;padding: 0 12px;color: #333;position: relative;line-height: 100px;min-width: 88px;text-align: center;}
.nav>li>a span{position: relative;top: -2px;color: #666;}
.nav>li>a em{color:#fff;letter-spacing: 1px;}
.nav>li.cur>a span,.nav>li:hover>a span{ color:#fff; }
.nav>li>a::after{content: '';position: absolute;left: 50%;right: 50%;bottom: 0;z-index: -1;height: 100px;background-color: #34598e;-webkit-transition-property: left,right;transition-property: left,right;-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.nav-er-box{position: absolute;top: 100%;left: 50%;margin-left: -90px;width: 180px;display: none;padding-top: 0px;}
.nav-er-list{background: #34598e;line-height: 40px;position: relative;border-bottom: 1px solid #fff;text-align: center;}
.nav-er-list:last-child{border-bottom: none;}
.nav-er-list a{display: block;padding: 0 15px;}
.nav-san-box{position: absolute;top:0;left: 100%;width: 218px;background: #fff;display: none;}
.nav>li:last-child>.nav-er-box .nav-san-box{left: auto;right:100%}
.nav-er{color: #f7f7f7;font-size: 15px;transition: 0.3s all ease;}
.nav-er i{float: left;display:block;width:20px;height:20px;margin-right:10px;margin-top:10px;    background-repeat: no-repeat;background-size: 20px;transition: 0.3s all ease;}
.nav-er span{display: block;}
.nav-san-box a{position: relative;display: block;padding-left: 56px;}
.nav-san-box a::before{content: '';position: absolute;top:15px;left: 23px;width: 10px;height: 10px;background: url(../images/nav-rjt.png);}
.nav-yi::after{position: absolute;content: ''; bottom:25px;left: 0;width: 100%;border-bottom: 2px solid #34598e;display: none;}
.nav-er-box::before{position: absolute;content: ''; width: 18px;height: 6px;background: url(../images/nav-up.png) no-repeat center;left: 50%;margin-left: -9px;top:0;}
.nav li.active .nav-yi{color: #34598e;}
.nav-box li.active .nav-yi::after{display: block;}
.nav>li:hover .nav-er-box{display: block;}
.nav>li:hover .nav-yi{color: #34598e;}
.nav>li:hover .nav-yi:after{display: block;}
.nav-er-list:hover .nav-er{color: #34598e;font-weight: bold;}
.nav-er-list:hover .nav-er i{background-position-y: -20px;}
.nav-er-list:hover{background: #fff;}
.nav-er-list:hover .nav-san-box{display: block;}
.nav-san-box a:hover{color: #34598e;}
.nav>li:hover>a::after, .nav>li.cur>a::after{left: 0;right: 0;}
#header:hover .nav>li>a, #header.active .nav>li>a{color:#333;}
#header:hover .nav>li:hover>a, #header:hover .nav>li.cur>a, #header:hover .nav>li>a:focus, #header:hover .nav>li>a:hover,
#header.active .nav>li:hover>a, #header.active .nav>li.cur>a, #header.active .nav>li>a:focus, #header.active .nav>li>a:hover{background:transparent;color:#ffffff;}
#header:hover .nav>li>a::after, #header.active .nav>li>a::after{background-color: #34598e;}

/* 小屏幕导航 */
.mm-nav-box{overflow:hidden;position: fixed;top: 0;right: 0;width: 100%;height: 100%;z-index: -1;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);top: 92px;}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;width: 40%;padding-bottom: 15px;z-index: 100;border-top: 1px solid rgba(0,0,0,.15);box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-nav .li1{margin: 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #e00000;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 60px;line-height: 60px;}
.mm-nav-box .mm-nav .li1 .mm-title .am{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick a{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color:#34598e}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#34598e}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color:  #e00000;}
.header_atop{width:100%;}
.header_space{width: 100%;height: 100px;}

@media (max-width: 1830px){
    .logo { margin-left: 100px;}
}

@media (max-width: 1672px){
    .logo { margin-left: 30px;}
}

@media (max-width: 1600px){
    .logo {margin-left: 10px;}
    .nav{}
    .nav>li>a{ padding: 0 6px; min-width: 60px;}
}


@media (max-width: 1440px){
	.nav{padding-right: 10px;}
    .nav>li>a{padding: 0 10px;min-width: 60px;font-size: 15px;}
}

@media (max-width: 1423px){
	.nav{float: right;padding-right: 10px;}
    .nav>li>a{padding: 0 8px;min-width: 60px;font-size: 15px;}
}

@media (max-width: 1409px){
	.nav>li{margin-right: 0px;}
	.nav{}
}

@media (max-width: 1366px){
    .nav{}
    .nav>li>a{ padding: 0 7px; min-width: 42px; font-size: 15px;}
}

@media (max-width: 1336px){
    .nav>li>a{ padding: 0 4px; min-width: 42px; font-size: 15px;}
}

@media (max-width: 1309px){
	.nav>li{margin-right: 0px;}
	.nav>li>a{ padding: 0 2px; min-width: 42px; font-size: 15px;}
}

@media (max-width: 1261px){
    .top-yxal{ display:none; }
    .nav{float: right; margin-right:20px;}
    .nav>li>a{ padding: 0 8px; min-width: 42px; font-size: 15px;}
}

@media (max-width: 1199px){
	.nav,.top-yxal{display:none;}
	.mm-nav-box {display: block;}
	#m-head-nav{display:block;margin-right: 32px;}
	.header_space{display:block;height: 93px;}
	.head-raea{margin-left:0;}
}
@media (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{height: 45px;line-height: 45px;}
}
@media (max-width: 767px){
	.headcon{padding:0 10px;height: 66px;}
}
@media (max-width: 600px){
	.mm-nav-box .mm-wrap{width: 100%;padding-bottom: 0;}
	.mm-nav-box .mm-nav .li1 .mm-title .a1{font-size: 14px;}
	.mm-nav-box .mm-nav .li1 .mm-innav li a{font-size: 13px;}
	.mm-nav-box .mm-nav .li1{margin: 0 10px;}
	.mm-nav-box .mm-wrap .mmlang{display: block;}
}
@media (max-width: 500px){
	#header{/* height:110px; */}
	.header_space{height: 66px;}
	.logo a img{height: 54px;}
	.mm-nav-box[data-on="active"]{top: 65px;}
	#header:hover .logo, #header.active .logo{}
	#header.active .head-raea{margin-top: 0;}
	#search-btn{font-size:14px;padding:0 15px;margin:15px 0;}
	#m-head-nav{margin-left:15px;margin-top: 25px;}
	.mm-nav-box{top: 66px;}
}
@media (max-width: 450px){
	#header{height: 66px;}
	.head-atop{padding:0 10px;line-height:30px;height:30px;}
	.head-search>p{height:30px;}
	.head-search>p>a{font-size:15px;}
	.head-search>form{display:none;}
	.header_atop{height:30px;display: none;}
	.mm-nav-box[data-on="active"]{top: 66px;}
}

/* 轮播图 */
#banner{position:relative;}
#banner video{width:100%;display:block;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:40px;font-size:0;width: auto;left: 50%;transform: translateX(-50%);padding:14px 18px;background:rgb(0 0 0 / 20%);border-radius:20px;}
#banner .swiper-pagination-bullet{width:12px;height:12px;opacity:1;border-radius: 50%;background:#fff;position:relative;margin:0 8px;}
#banner .swiper-pagination-bullet-active{background:#34598e;}
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/page/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#banner .swiper-button-prev{left:-115px;}
#banner .swiper-button-next{right:-115px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:115px;}
#banner:hover .swiper-button-next{right:115px;}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{background:url(../images/page/ban-jt.png) no-repeat center left -46px #fff;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}
@media (max-width: 1400px){
	#banner .swiper-button-prev{left:60px;}
	#banner .swiper-button-next{right:60px;}
}
@media (max-width: 767px){
	#banner .swiper-pagination{bottom:20px;}
	#banner .swiper-pagination-bullet{border:none;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
}
@media (max-width: 450px){
	#banner .swiper-pagination{bottom: 5px;padding:8px;}
	#banner .swiper-pagination-bullet{width:8px;height:8px;margin:0 5px;}
}

/*
.search{ padding: 10px 0; position: relative; background: url(../images/gjcbj.png) #fafafa right top no-repeat;}
.gjc{float: left;line-height: 70px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.gjc span{font-size: 14px;font-weight: bold;color: #555;}
.gjc a{font-size: 14px; color: #555;}

.sc{float: left;position: relative;padding-top: 14px;}
.sc form{}
.sc input{ border: 1px solid #ccc; padding: 10px 16px;}
.sc .tt{border-right: none;border-radius: 20px;width: 100%;width: calc(100% - 36px);}
.sc .s_bt{border-left: none;position: absolute;right: 14px;font-size: 0;border-radius: 20px;background: url(../images/gjcfdj.png) #333 center no-repeat;height: 42px;width: 42px;}
.taitoudh{padding-left: 50px;background: url(../images/gjcdh.png) left no-repeat;}
.taitoudh h2{ font-size: 14px; padding-bottom: 5px;}
.taitoudh p{ font-size: 22px; line-height: 24px; font-weight: bold; color: #222;}
*/


/* 搜索Search */
#search{border-bottom: 1px solid #ddd;background: url(../images/gjcbj.png) #fafafa right top no-repeat;}
.search-left{line-height: 20px;padding: 37px 0;overflow: hidden;}
.search-left>span{display: block;float: left;color: #222;font-size: 18px;margin-right: 10px;}
.search-left p{color: #666;float: left;}
.search-left p a{color: #666;margin: 0 3px;}
.search-left p a:hover{color: #34598e;}
.search-right{padding: 0;overflow: hidden;}
.search-post{float: left;padding: 28px 0 28px 100px;width: calc(100% - 265px);}
.search-post form{overflow: hidden;border: 1px solid #e5e5e5;border-radius: 18px;border-right: none;}
#input1{float: left;padding-left: 25px;padding-right: 10px;line-height: 36px;width: calc(100% - 36px);}
.search-post .s_bt{float: left;width: 36px;height: 36px;border-radius: 50%;background: url(../images/gjcfdj.png) #333 center no-repeat;text-indent: -9999999999999px;}
.search-tel{color: #222;background: url(../images/gjcdh.png) left no-repeat;padding: 16px 0 16px 57px;float: right;}
.search-tel h2{font-size: 16px;padding-bottom: 4px;}
.search-tel p{font-size: 22px;font-weight: bold;line-height: 22px;}
@media only screen  and (max-width: 1359px){
	.search-post{padding: 38px 0 38px 100px;}
	.search-tel{padding: 33px 0 33px 57px;}
}
@media only screen  and (max-width: 1199px){
	.search-left>span{display: none;}
	.search-left p{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;}
	.search-post{padding: 28px 0 28px 15px;}
	.search-tel{padding: 18px 0 18px 57px;}
}
@media only screen  and (max-width: 991px){
	.search-left{padding: 15px 0;}
	.search-left p{text-align: center;}
	.search-post{padding: 18px 0;}
	.search-tel{padding: 8px 0 8px 55px;}
	#search{ background:none; }
}
@media only screen  and (max-width: 767px){
	.search-left p{text-align: left;}
	.search-tel h2{font-size:14px;padding-bottom: 2px;}
	.search-tel p{font-size:18px;line-height: 20px;}

}
@media only screen  and (max-width: 500px){
	#search{padding: 5px 0;}
	.search-tel{background: none;padding: 5px 0;}
	.search-tel p{font-size: 14px;line-height: 20px;}
	.search-left{padding: 5px 0;}
	.search-post{width: calc(100% - 140px);}
}
@media only screen  and (max-width: 390px){
	.search-post{padding: 7px 0;width: calc(100% - 125px);}
	.search-tel h2{font-size: 14px;}
	.search-tel p{font-size: 14px;}
}




/* 首页标题 */
.title{padding:0 10px;text-align: center;}
.title h2{font-size: 40px;color: #333;font-weight: bold;}
.title p{color: #999;font-size: 18px;margin-top: 8px;text-transform:uppercase;font-family:Arial;}

/*.cxyou{}*/

@media only screen and (max-width:1300px){
   /* .taitoudh p{ font-size:20px; }*/
}

@media only screen and (max-width:1200px){
	/*.taitoudh{padding-right: 0;margin-top: 5px;}
	.taitoudh h2{}
	.taitoudh p{font-size: 18px;line-height: 20px;font-weight: normal;}
    .cxyou{}*/
}

@media only screen and (max-width:991px){
	/*.taitoudh{padding-right: 0;background: url(../images/gjcdh.png) left no-repeat;}
	.taitoudh p{}
	.cxyou{ padding: 0; float: right;}
    .gjc{line-height: 42px;text-align: center;}*/
}

@media only screen and (max-width:767px){
    .taitoudh{padding-right: 0;padding-left: 50px;/* background: none; */}
    .title h2{font-size: 30px;}
	.title p{font-size: 14px;margin-top: 5px;}
	/*.search{ background:#fafafa; }
	.gjc{line-height:24px;padding-bottom: 10px;}*/
}

@media only screen and (max-width:500px){
	.title h2{font-size: 26px;}
	/*.gjc{line-height:24px;padding: 0;}
	.sc{ padding-left:0; }
	.taitoudh{float:left;margin-top:10px;}
	.taitoudh p{ font-size:16px;line-height:16px; }*/
}

@media only screen and (max-width:375px){
   /* .taitoudh{ background:none; padding-left:10px; }*/
}

/*lm1*/
#sy_pro {background-color: #f5f5f5;padding:50px 0;padding-bottom: 100px;}
#sy_pro .sy_pro_nr {/* overflow: hidden; */padding-top: 10px;}
#sy_pro .sy_pro_nr .hd .sy_pro_t {overflow: hidden;margin-bottom: 24px;}
#sy_pro .sy_pro_nr .hd .sy_pro_t h2 {font-size: 36px;font-weight: bold;color: #333;padding-bottom: 6px;}
#sy_pro .sy_pro_nr .hd .sy_pro_t h2.en { font-size: 30px;  }
#sy_pro .sy_pro_nr .hd .sy_pro_t:hover h2 { color: #34598e; } 
#sy_pro .sy_pro_nr .hd .sy_pro_t span {font-size: 16px;color: #666666;line-height: 2;text-transform: uppercase;font-weight: bold;}
#sy_pro .sy_pro_nr .hd .sy_pro_t span.en { font-size: 14px; }
#sy_pro .sy_pro_nr .hd ul {float: left;width: 100%;}
#sy_pro .sy_pro_nr .hd ul>a { width: 170px;display: block;line-height: 48px;text-align: center;background: #393939;float: left;margin-top: 30px;position:relative;z-index: 99;}
#sy_pro .sy_pro_nr .hd ul>a>span { color: #fff;position: relative;z-index: 999; }
#sy_pro .sy_pro_nr .hd ul>a:after { width: 0%;height: 100%;position: absolute;content: '';background-color: #34598e;display: block;transition: all 0.5s;top: 0px;left: 0px;z-index: 9; }
#sy_pro .sy_pro_nr .hd ul>a:hover:after { width: 100%; }
#sy_pro .sy_pro_nr .hd ul li {padding: 20px 0 20px 0;}
#sy_pro .sy_pro_nr .hd ul li a  {font-size: 18px;color: #333333;display: block;}
#sy_pro .sy_pro_nr .hd ul li a img { float: right; max-width: 100%;  display: none;  }
#sy_pro .sy_pro_nr .hd ul li.cur a img { display: block; }
#sy_pro .sy_pro_nr .hd ul li.cur a  {font-weight: bold;color: #fff;padding-left: 20px;}
#sy_pro .sy_pro_nr .hd ul li.cur {background: url(../images/pro-tit-1.png) center no-repeat;background-size: 100%;}

.sss110>a{width: 40% !important;}

.owl-carousel .owl-nav.disabled{ display:block; }
.rynr .owl-carousel .owl-nav.disabled{ display:none; }
.rynr .owl-carousel{ padding:0 }
#milieulist{opacity: 1;padding: 0;}
#milieulist1{opacity: 1;}
.owl-carousel{  padding: 0 70px; overflow: hidden;}
#sy_pro  .sy_pro_nr  .bd ul li{padding: 0 10px;}
#sy_pro  .sy_pro_nr  .bd ul li dt{position: relative; }
#sy_pro  .sy_pro_nr  .bd ul li dd{border: 1px solid #ccc;position: relative;}
#sy_pro  .sy_pro_nr  .bd ul li:hover dd{
    border-bottom: 2px solid #34598e;
}
#sy_pro .sy_pro_nr .bd ul li dt img { max-width: 100%; display: block; }
#sy_pro  .sy_pro_nr  .bd ul li dt::before{ position: absolute; content: ''; width: 4px; height: 80px; top: 50%; background: #34598e; margin-top: -40px; left: 0;display: none;}
#sy_pro  .sy_pro_nr  .bd ul li dt::after{ position: absolute; content: ''; width: 4px; height: 80px; top: 50%; background: #34598e; margin-top: -40px; right: 0;display: none;}
#sy_pro  .sy_pro_nr  .bd ul li:hover dt::before{display: block;}
#sy_pro  .sy_pro_nr  .bd ul li:hover dt::after{display: block;}
#sy_pro  .sy_pro_nr  .bd ul li p{ line-height: 40px; position: relative; font-size: 16px; color: #444; height: 40px; text-overflow:ellipsis; white-space: nowrap; overflow: hidden;}
#sy_pro  .sy_pro_nr  .bd ul li p::before{ position: absolute; content: ''; height: 1px; width: 32px; background: #34598e; left: 0; bottom: 0;}
#sy_pro  .sy_pro_nr  .bd ul li h3{font-size: 16px;color: #444;line-height: 40px;text-overflow:ellipsis;padding: 8px 0;white-space: nowrap;overflow: hidden;padding-left: 20px;}
#sy_pro  .sy_pro_nr  .bd ul li em{font-size: 12px;font-weight: bold;color: #34598e;line-height: 24px;border-bottom: 2px solid #f3f3f3;display: inline-block;float: right;}
#sy_pro  .sy_pro_nr  .bd ul li em img{ position: absolute; right: -1px; bottom: -1px; width: auto;}
.pro-more{display: block !important;}
.pro-more1{display: none !important;}
#sy_pro  .sy_pro_nr  .bd ul li:hover .pro-more{display: none !important;}
#sy_pro  .sy_pro_nr  .bd ul li:hover .pro-more1{display: block !important;}

#sy_pro  .sy_pro_nr  .bd ul li:hover em{border-bottom: 2px solid #34598e; }

.sy_pro_nr_img {overflow: hidden;float: left;margin-left: 120px;padding-left: 0px;padding-right: 0px;}
.sy_pro_nr_js {float: right;display: block;padding-top: 32px;padding-bottom: 20px;}
.sy_pro_nr_jsen { padding-top: 70px; padding-bottom: 70px; }
.sy_pro_nr_js  h3  {font-size: 24px;font-weight: bold;color: #34598e;}
.sy_pro_nr_js .sy_pro_nr_desc {font-size: 14px;margin-top: 20px;color: #333333;line-height: 2;margin-bottom: 15px;}
.sy_pro_nr_js .sy_pro_nr_descen { font-size: 14px; }
.sy_pro_nr_js .sy_pro_nr_desc p {
    padding: 3px 0;
}
.sy_pro_nr_js .sy_pro_nr_desc p em{font-weight: bold;color: #000;}
.sy_pro_nr_js img { max-width: 100%; display: block; }
.sy_pro_nr_js .sy_pro_nr_more  {overflow: hidden;float: left;margin-top: 20px;width: 100%;padding-left: 20px;}
.sy_pro_nr_js .sy_pro_nr_more>div{width: 160px;display: block;line-height: 42px;text-align: center;background: #393939;float: left;margin-right: 20px;position: relative;z-index: 99;-webkit-transform: skew(
-15deg);}
.sy_pro_nr_js .sy_pro_nr_more>div a{-webkit-transform: skew(15deg);}
.sy_pro_nr_js .sy_pro_nr_more a  span {color: #fff;position: relative;z-index: 999;-webkit-transform: skew(
15deg);display: inline-block;font-size: 14px;}
.sy_pro_nr_js .sy_pro_nr_more>div:last-child { margin-right: 0px; }
.sy_pro_nr_js .sy_pro_nr_more a:after {width: 0%;height: 100%;position: absolute;content: '';background-color: #34598e;display: block;transition: all 0.5s;top: 0px;left: 0px;z-index: 9;}
.sy_pro_nr_js .sy_pro_nr_more a:hover:after  { width: 100%; }

@media (max-width: 1629px){
    .sy_pro_nr_js{padding-top: 55px;padding-left: 55px;}
}
@media (max-width: 1529px){
    .sy_pro_nr_js{padding-top: 40px;padding-left: 35px;padding-bottom:55px;}
    .sy_pro_nr_js .sy_pro_nr_more>div{ width:120px; }
}
@media (max-width: 1429px){
    .sy_pro_nr_js{padding-top: 35px;padding-left: 30px;padding-bottom:30px;}
    .sy_pro_nr_js .sy_pro_nr_more a{/* margin-right:30px; */}
}
@media (max-width: 1329px){
    .sy_pro_nr_js .sy_pro_nr_desc{margin-top:20px;}
    .sy_pro_nr_js .sy_pro_nr_more a{width:150px;}
}
@media (max-width: 1199px){
    #sy_pro .sy_pro_nr .hd ul{float:none;text-align:center;margin-bottom:30px;}
    #sy_pro .sy_pro_nr .hd ul li{display:inline-block;/* margin:0 10px; */padding:15px 10px;}
    #sy_pro .sy_pro_nr .hd ul>a{float:none;margin-left:auto;margin-right:auto;}
    #sy_pro .sy_pro_nr .hd ul li.cur a img{display:none;}
    .owl-carousel{padding: 0 54px;}
    .sy_pro_nr_img, .sy_pro_nr_js{margin:0;}
    .sy_pro_nr_img{padding:0 10px;}
    #sy_pro .sy_pro_nr .bd ul li{margin-bottom:30px;padding: 0;}
    #sy_pro{padding-bottom:20px;padding-top: 20px;}
    #sy_pro .sy_pro_nr .hd ul li.cur a{ padding-left:0; }
    #sy_pro .sy_pro_nr .hd ul li.cur{ background:#34598e }
}
@media (max-width: 991px){
    .sy_pro_nr_js{padding:20px;}
    .sy_pro_nr_js .sy_pro_nr_more a{margin-right:20px;}
    .pro-right{margin-top:25px;}
     #sy_pro{ padding-bottom:20px; }
     .owl-carousel{padding: 0px 0;}
     .sc{padding-left:0;padding-top: 10px;}
}
@media (max-width: 767px){
    #sy_pro{padding: 20px 0;}
    #sy_pro .sy_pro_nr .hd{padding:0;}
    #sy_pro .sy_pro_nr .hd .sy_pro_t{margin-bottom:15px;}
    #sy_pro .sy_pro_nr .hd .sy_pro_t h2{font-size: 24px;}
    #sy_pro .sy_pro_nr .hd .sy_pro_t span{font-size:14px;}
    .pro-right{margin:20px auto;}
    #sy_pro .sy_pro_nr .hd ul{margin-bottom:15px;}
    #sy_pro .sy_pro_nr .hd ul li{padding:10px;}
    #sy_pro .sy_pro_nr .hd ul>a{margin-top:15px;line-height:40px;}
    #sy_pro .sy_pro_nr .bd ul li{padding:0 0px;margin-bottom:20px;}
    #sy_pro .sy_pro_nr .bd ul li:nth-child(2n-1) { padding-right: 5px; }
    #sy_pro .sy_pro_nr .bd ul li:nth-child(2n) { padding-left: 5px; }
    .owl-carousel{ padding:initial; }
    #sy_pro .sy_pro_nr .hd ul li.cur a{ padding-left:0; }
    #sy_pro .sy_pro_nr .hd ul li a span{ font-size:16px; font-weight:normal;  }
   

}
@media (max-width: 400px){
    .sy_pro_nr_js{padding:10px;}
    .sy_pro_nr_js h3{font-size:20px;}
    .sy_pro_nr_js .sy_pro_nr_desc{margin:10px 0;font-size:14px;}
    .sy_pro_nr_js .sy_pro_nr_more a{width: 120px;line-height: 36px;margin-right: 0;}
    #sy_pro .sy_pro_nr .hd ul li a{font-size:15px;}
    .sc .tt{}
}

.proimg{position:relative;overflow:hidden;}
.proimg1{position: absolute;top: 0;left: 0;width: 100%;animation: zhuan 10s infinite linear;-webkit-animation: zhuan 10s infinite linear;}
.proimg2{position: absolute;top: 0;left: 0;width: 100%;animation: zhuan2 12s infinite linear;-webkit-animation: zhuan2 12s infinite linear;}
.proimg3{position: absolute;top: 0;left: 0;width: 100%;height:100%;}
.proimg3 img{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);}

@-webkit-keyframes zhuan{0%{ -webkit-transform: rotate(0deg);}100%{ -webkit-transform : rotate(360deg);}}
@keyframes zhuan{0%{-ms-transform: rotate(0deg);}100%{-ms- transform: rotate(360deg);}0%{-moz- transform: rotate(0deg);}100%{-moz-transform: rotate(360deg);}0%{-o- transform: rotate(0deg);}100%{-o-transform: rotate(360deg);}0%{ transform: rotate(0deg);}100%{transform: rotate(360deg);}}
@-webkit-keyframes zhuan2{0%{ -webkit-transform: rotate(0deg);}100%{ -webkit-transform : rotate(-360deg);}}
@keyframes zhuan2{0%{-ms-transform: rotate(0deg);}100%{-ms- transform: rotate(-360deg);}0%{-moz- transform: rotate(0deg);}100%{-moz-transform: rotate(-360deg);}0%{-o- transform: rotate(0deg);}100%{-o-transform: rotate(-360deg);}0%{ transform: rotate(0deg);}100%{transform: rotate(-360deg);}}


/*lm2*/
#sy-gg{background: url(../images/sy-gg.png) center no-repeat;position: relative;padding: 25px 0;}
#sy-gg .pr{ position:relative; }
.gg-left{ padding: 24px 0;}
.gg-left h2{color: #fff;font-weight: bold;font-size: 32px;padding-bottom: 10px;}
.gg-left p{color: #fff;font-size: 20px;}
.gg-left ul{padding-top: 24px;}
.gg-left ul li{ float: left; padding: 0 18px;}
.gg-left ul li img{}
.gg-right{ position: absolute; right: 0; bottom: 0;}
.gg-right img{}

@media (max-width: 1440px){
	
}

@media (max-width: 1366px){
	
}

@media (max-width: 1200px){
	#sy-gg{padding: 6px 0;}
	.gg-left h2{font-size: 24px;}
}

@media (max-width: 1024px){
	
}

@media (max-width: 991px){
	.gg-left p{ font-size:16px; }
	#sy-gg{padding: 10px 0;}
}

@media (max-width: 767px){
	.gg-right{ display:none }
	.gg-left h2{font-size: 26px;}
}

@media (max-width: 500px){
	.gg-left h2{ font-size:24px; }
	.gg-right img{ display:none }
	.gg-left p{font-size: 14px;}
	.gg-left ul li{padding: 0 8px;width: 25%;}
	#sy-gg{padding: 20px 0;}
}

@media (max-width: 400px){
	
}


/*lm3*/
#liucheng{padding: 42px 0;padding-bottom: 80px;}
#liucheng .container{ padding:0; }
.sy-title{ text-align: center;}
.sy-title h2{ font-size: 36px; padding-bottom: 10px; font-weight: bold;}
.sy-title p{ font-size: 16px; text-transform: uppercase; font-weight: bold; color: #666;}
.lc-nr{background: url(../images/lc-bj.png) center no-repeat;display: flow-root;margin-top: 78px;}
.lc-nr .lc-shang{ position: relative; display: flow-root;}
.lc-nr .lc-shang p{font-size: 16px;text-align: center;padding: 54px
 0;}
.lc-nr .lc-shang p em{  position: absolute; top: -30px; left: 50%; transform: translateX(-50%);}

.lc-p1{background:url(../images/lc1.png) center no-repeat;}
.lc-p1:hover{ background:url(../images/lc1-1.png) center no-repeat; }

.lc-p2{background:url(../images/lc2.png) center no-repeat;}
.lc-p2:hover{ background:url(../images/lc2-2.png) center no-repeat; }

.lc-p3{background:url(../images/lc3.png) center no-repeat;}
.lc-p3:hover{ background:url(../images/lc3-3.png) center no-repeat; }

.lc-p4{background:url(../images/lc4.png) center no-repeat;}
.lc-p4:hover{ background:url(../images/lc4-4.png) center no-repeat; }

.lc-p5{background:url(../images/lc5.png) center no-repeat;}
.lc-p5:hover{ background:url(../images/lc5-5.png) center no-repeat; }

.lc-p6{background:url(../images/lc6.png) center no-repeat;}
.lc-p6:hover{ background:url(../images/lc6-6.png) center no-repeat; }

.lc-p7{background:url(../images/lc7.png) center no-repeat;}
.lc-p7:hover{ background:url(../images/lc7-7.png) center no-repeat; }

.lc-p8{background:url(../images/lc8.png) center no-repeat;}
.lc-p8:hover{ background:url(../images/lc8-8.png) center no-repeat; }

.lc-nr .lc-zhong{text-align: center;padding: 10px 0;}
.lc-nr .lc-zhong h2{ padding-bottom: 10px; font-weight: bold; color: #34598e; font-size: 30px;}
.lc-nr .lc-zhong p{ font-size: 16px;}
.lc-nr .lc-xia{}
.lc-nr .lc-xia p{text-align: center;font-size: 16px;padding: 54px
 0;}
.lc-nr .lc-xia p em{position: absolute; bottom: -32px;left: 50%; transform: translateX(-50%);}


#m-liucheng{ display: none;}
#m-liucheng ul{}
#m-liucheng ul li{text-align: center;padding-top: 80px;}
#m-liucheng ul li p{margin-top: 50px;}
#m-liucheng ul li:hover p{}



@media (max-width: 1440px){
	
}

@media (max-width: 1366px){
	
}

@media (max-width: 1200px){
	
}

@media (max-width: 1024px){
	#m-liucheng{display:block;padding-bottom: 20px;}
	.lc-nr{display: none;margin-top: 0;}
	#liucheng{ padding-bottom:0px; }
}

@media (max-width: 991px){
	
}

@media (max-width: 767px){
	.sy-title h2{font-size: 24px;line-height: 32px;}
}

@media (max-width: 500px){
	
}

@media (max-width: 400px){
	#m-liucheng ul li{ background-size:100%; }
}


/*lm4*/
#fannao{ background: url(../images/fannao.png) center no-repeat; padding: 46px 0;}
.fn-nr{ margin-top: 40px; position: relative; height: 320px;}
.fn-nr .sss100{width: 400px;height: 120px;position: absolute;background: #34598e;padding: 20px;border-radius: 20px;}
.fn-nr .sss100 h2{color: #fff;padding-bottom: 10px; font-size: 24px; font-weight: bold;}
.fn-nr .sss100 p{color: #fff; font-size: 16px;}
.fn-nr .fn1{ left: 88px; top: 42px;}
.fn-nr .fn2{ right: 88px; top: 42px;}
.fn-nr .fn3{ left: 0; top: 200px;}
.fn-nr .fn4{ right: 0; top: 200px;}


@media (max-width: 1440px){
	
}

@media (max-width: 1366px){
	
}

@media (max-width: 1200px){
	.fn-nr .fn1{ left:0 }
	.fn-nr .fn2{ right:0 }  
	.fn-nr .sss100{width:48%;float: left;margin: 1%;position: initial;}
	.fn-nr{height: 257px;}
}

@media (max-width: 1024px){
	
}

@media (max-width: 991px){
	
}

@media (max-width: 767px){
	.fn-nr .sss100{position:initial;width: 100%;margin: 10px 0;}
	.fn-nr{height:auto;margin-top: 0;}
	#fannao{padding:32px 0;background: #f5f5f5;}
	.fn-nr .sss100 h2{ font-size:20px; }
	.fn-nr .sss100 p{font-size: 16px;}
}

@media (max-width: 500px){
	
}

@media (max-width: 400px){
	
}


/*lm5*/
#sy-ys{background: url(../images/gg22.png) #f5f5f5 top no-repeat;padding-bottom: 100px;}
#sy-ys .container{ padding:0; }
.ys-tit{text-align: center;padding: 50px 0;}
.ys-tit h2{ color: #fff; font-size: 36px; font-weight: bold; padding: 10px 0;}
.ys-tit p{ color: #fff; font-size: 18px; padding: 10px 0;}
.ys-nr{padding-top: 150px;display: inline-block;}
.ys-nr ul{}
.ys-nr ul li{ padding: 0 24px;}
.ys-nr ul li>div{text-align: center;background: #fff;padding: 20px;position: relative;padding-top: 164px;padding-bottom: 40px;border-radius: 20px;}
.ys-nr ul li img{position: absolute;top: -104px;left: 50%;transform: translateX(-50%);}
.ys-nr .wznr{}
.ys-nr .wznr h2{ font-size: 24px; font-weight: bold; padding-bottom: 10px;}
.ys-nr .wznr i{width: 48px;height: 2px;background: #666;display: inline-block;margin: 6px 0;}
.ys-nr .wznr p{font-size: 16px;/* padding: 0 10px; */line-height: 26px;min-height: 104px;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
.ys-nr .wznr p em{ color: #fb7538;}


@media (max-width: 1440px){
	
}

@media (max-width: 1366px){
	
}

@media (max-width: 1200px){
	.ys-nr{ padding-top:20px; }
	.ys-nr ul li img{position:inherit;top: 0;}
	.ys-nr ul li>div{
    padding-top: 20px;
}
    .ys-nr .wznr{ padding-top:10px; }
}

@media (max-width: 1024px){
	
}

@media (max-width: 991px){
	.ys-nr{padding-top:20px;padding-bottom: 40px;}
	.ys-nr ul li{ padding:0 10px; }
	.ys-nr .wznr h2{ padding-top:10px; }
	#sy-ys{padding-bottom:20px;}
	.ys-nr ul li img{position:initial;left: 0;transform: translateX(0px);display: inline-block;}
	.ys-nr ul li>div{ padding-top:20px; }
	.ys-tit{}
}

@media (max-width: 767px){
	.ys-tit h2{ font-size:26px; }
	.ys-tit p{ font-size:16px; }
	.ys-nr .wznr p{max-height: 240px;}
	.ys-nr ul li>div {padding: 46px 10px;}
	.ys-nr ul li{padding-top: 24px;}  
	.ys-nr .wznr h2{ font-size:24px; }
	.ys-tit{}
}

@media (max-width: 500px){
	#sy-ys{background-size: 260%;}
    .ys-tit{
    padding: 17px 0;
}
	.ys-nr .wznr h2{ font-size:20px; }
	.ys-nr ul li{padding-top: 8px;}
	.ys-nr .wznr p{ font-size:14px; }
	.ys-nr ul li>div{ padding:10px  }
}

@media (max-width: 425px){
	.ys-tit{ padding: 9px 0;}
}
@media (max-width: 375px){
	.ys-tit{}
	.ys-tit h2{ padding-bottom:0; }
}

/*lm6*/
#ryzz{background: url(../images/ryzz.png) bottom no-repeat;padding: 42px 0;padding-top: 0;}
.rynr{padding-top: 40px;}
.rynr .owl-nav{ display:none; }
.rynr ul{}
.rynr ul li{
    padding: 0 18px;
}
.rynr ul li a{}
.rynr ul li a img{}

@media (max-width: 1440px){
	
}

@media (max-width: 1366px){
	
}

@media (max-width: 1200px){
	.rynr{ padding-top:30px; }
}

@media (max-width: 1024px){
	.rynr ul li{}
}

@media (max-width: 991px){
	
}

@media (max-width: 767px){
	.rynr{padding: 10px 0;padding-top: 20px;}
	#ryzz{ padding-bottom:20px; }
	.rynr ul li{
    padding: 0 1px;
}
}

@media (max-width: 500px){
	
}

@media (max-width: 400px){
	
}


/*合作客户*/
.par {overflow: hidden;margin-top: 30px;padding-bottom: 20px;position: relative;top: -40px;display: inline;}
.par .sss20{ box-shadow: 1px 1px 4px 1px #ccc; background: #fff;}
.par .par_l {display: block;background: #34598e;position: relative;padding: 10px 0;}
.par .par_l:before{content: "";background: url(../images/sss1.png) no-repeat center;position: absolute;right: -35px;top: 0px;width: 80px;height: 100%;}
.sy_style_bt{text-align:center;width: 100%;padding: 37px 0;}
.sy_style_bt img{    position: absolute; right: -30px; top: 0px; height: 100%;}
.par .par_l h3 {font-size: 32px;color: #fff;font-weight: bold;display: block;padding-bottom: 10px;}
.par .par_l span {font-size: 14px;color: #ccc;font-weight: bold;display: block;text-transform: uppercase;line-height: 2;}
.sy_honnr_nr  {overflow: hidden;float: right;}
.sy_honnr_nr .bd { display: block; overflow: hidden; }
.sy_honnr_nr .bd li {display: block;padding: 13px 8px;}
.sy_honnr_nr .bd li dt { display: block;position: relative;  }
.sy_honnr_nr .bd li dt::after {width: 100%;height: 100%;display: block;position: absolute;content: '';background: rgb(52 89 142 / 0.6);opacity: 0;transition: all 0.5s;top: 0;left:0;}
.sy_honnr_nr .bd li dt img {max-width: 100%;display: block;border: 1px solid #ddd;width: 100%;}
.sy_honnr_nr .bd li dt em { position: absolute; top: 50%; left:50%; display: block;-webkit-transform: translate(-50%,-50%); z-index: 99; transition: all 0.5s; opacity: 0; }
.sy_honnr_nr .bd li:hover dt::after {opacity: 1;}
.sy_honnr_nr .bd li:hover dt em  { font-size: 16px; color: #fff; opacity: 1; }


@media(max-width: 1199px) {
	.par .par_l {margin-top: 0px;padding: 10px 0;}
	.par .par_l h3 { font-size: 32px; }
	.par .par_l span { font-weight: normal; text-transform: none; }
	.sy_honnr_nr .bd li { padding-left: 5px; padding-right: 5px; }
	.par .par_l:before{
    right: -58px;
}
    .sy_honnr_nr .bd li dt::after{ width:100%; }
}

@media(max-width: 991px) {
	.par .par_l {text-align: center;margin-bottom: 20px;margin-top: 0px;padding-right: 0px;padding-left: 0;}
	.sy_style_bt{padding: 6px 0;}
	.par .par_l:before{right: 0;}
}

@media(max-width: 767px) {
	.par .par_l h3 { font-size: 24px; }
	.par .par_l{margin-bottom: 0;}
	.sy_style_bt{ padding: 16px 0;}
}

@media(max-width: 500px) {
	.sy_style_bt{ padding: 10px 0;}
	.par .par_l h3{ padding-bottom:0 }
}



/*lm7*/
#sy-about{background: url(../images/about-bj.png) center no-repeat;padding: 54px 0;}
.gywm{}
.gywm .ab-left{ padding: 0;}
.gywm .ab-left .shipin img{position: relative;}


#altVideo{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 200000;text-align: center;display: none;background: rgba(255,255,255,.72);}
#altVideo i{position: absolute;top: 1rem;right: 1rem;}
#altVideo i img{cursor: pointer;}
.ivideo{margin:0 auto;position: absolute;top: 50%;left: 50%;width: 65%;max-height:90%;transform: translate(-50%,-50%);}
@media (max-width:767px){
	.ivideo{width: 95%;}
}




.video_hidden{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 200000;text-align: center;display: none;background: rgba(255,255,255,.72);}
.video_hidden i{position: absolute;top: 1rem;right: 1rem;}
.video_hidden i img{cursor: pointer;}
.ivideo{margin:0 auto;position: absolute;top: 50%;left: 50%;width: 65%;max-height:90%;transform: translate(-50%,-50%);}

.gywm .ab-left:before{content: "";background: url(../images/ab-bj-ls.png) no-repeat center;position: absolute;right: 46px;top: 84px;height: 400px;width: 100%;}
.gywm .ab-right{ padding-left: 60px; padding-top: 64px;}
.gywm .ab-right .abtit{ padding-bottom: 20px;}
.gywm .ab-right .abtit h2{ font-size: 42px; font-weight: bold;}
.gywm .ab-right .abtit p{ font-weight: bold; color: #999; padding-top: 10px;}
.gywm .ab-right .abnr{}
.gywm .ab-right .abnr p{ font-size: 16px; line-height: 36px;}
.gywm .ab-right .abnr a{ background: #333; color: #fff; width: 300px; height: 46px; line-height: 46px; display: inline-block; text-align: center; font-size: 16px; margin-top: 20px;}
.gywm .ab-right .abnr a:hover{ background:#34598e; }


@media (max-width: 1440px){
	.gywm .ab-left:before{top: 50px;right: 30px;}
}

@media (max-width: 1366px){
	.gywm .ab-left:before{ top: 100px; height: 320px; right: 8px;}
}

@media (max-width: 1300px){
	.gywm .ab-left:before{top: 86px;height: 320px;right: 18px;}
}

@media (max-width: 1200px){
	#sy-about{ padding:42px 0; }
	.gywm .ab-left:before {top: 42px;height: 268px;right: 0px;}
	.gywm .ab-right{padding-top: 30px;padding-left: 42px;}
	.gywm .ab-right .abnr p{line-height: 28px;}
	.gywm .ab-right .abtit h2{ font-size:32px; }
	.gywm .ab-right .abtit{padding-bottom: 10px;}
}

@media (max-width: 1024px){
	.gywm .ab-left:before {top: 4px;height: 320px;right: 8px;}
}

@media (max-width: 991px){
	.gywm .ab-left:before { top: 100px; height: 320px; right: 8px;}
	.gywm .ab-right{ padding-left:0 }
}

@media (max-width: 767px){
	.gywm .ab-left:before { top: 100px; height: 320px; right: 8px;}
	.gywm .ab-right .abtit h2{ font-size:24px; }
}

@media (max-width: 500px){
	.gywm .ab-right{padding-left:10px;margin-top: 0px;padding-top: 0;}
	.gywm .ab-left:before{ top: 0; height: 222px; right: 0;}
    #sy-about{padding:32px 0;padding-bottom: 42px;}
    .gywm .ab-right .abtit h2{ font-size:24px; }
    .gywm .ab-right .abnr p{line-height: 32px;}
	.gywm .ab-right .abtit{padding-top:20px;padding-bottom: 10px;}
}

@media (max-width: 400px){
	.gywm .ab-left:before{ height:100px; }
	.gywm .ab-right .abnr a{width:240px;height: 42px;margin-top: 10px;line-height: 42px;font-size: 14px;}
}


/*lm8*/


/*数字跳动*/
.number {width: 100%;display: block;overflow: hidden;background: url(../images/sz_up_bg.jpg) center / cover;padding: 60px 0;padding-bottom: 0px;}
.number .main { display: flex; }
.number .main .stat-items { flex: 1; text-align: center;}
.number .main .stat-items .stat-items-t {font-size: 60px;color: #333;font-weight: 700;font-family: 'arial';}
.number .main .stat-items:hover .stat-items-t {color: #34598e;}
.number .main .stat-items .stat-items-unit {font-size: 18px;color: #333;}
.number .main .stat-items p {font-size: 16px;color: #333;}

@media(max-width: 1200px) {
    .number{ padding-top:40px; }
}

@media(max-width: 991px) {
	.number .main .stat-items .stat-items-t { font-size: 52px; }
}



/*新闻中心*/
.home-section7 {padding: 50px 0 50px;border-bottom: 1px solid #ddd;background: url(../images/newsbj.png) center no-repeat;}
@media (max-width: 1440px) {
	.home-section7 {padding: 40px 0 40px;}
}
@media (max-width: 1199px) {
  .home-section7 {padding: 40px 0;}
}
@media (max-width: 991px) {
  .home-section7 {padding: 40px 0 40px;}
}
@media (max-width: 767px) {
  .home-section7 {padding: 30px 0;}
  .home-section7 .tit { margin-bottom: 50px; float: none; text-align: center;}
}
@media (max-width: 767px) {
  .home-section7 .tit {margin-bottom: 25px; }
  .home-section7 .tit .lt {  }
}

@media (max-width: 375px) {
  .home-section7 .tit {margin-bottom: 10px; }
  .home-section7 .tit .lt {  }
}

.home-section7 .tit .lt strong {font-size: 40px;color: #444444;font-weight: bold;display: block;}

@media (max-width: 1199px) {
  .home-section7 .tit .lt strong {font-size: 32px;}
}
.home-section7 .tit .lt span {font-size: 14px; color: #aaaaaa; font-weight: bold; display: block; text-transform: uppercase; line-height: 2;}
@media (max-width: 1199px) {
  .home-section7 .tit .lt span {font-size: 16px;}
}
@media (max-width: 767px) {
  .home-section7 .tit .lt span {font-size: 14px; }
} 
.home-section7 .gt {margin: 0;/* overflow: hidden; */}
.home-section7 .gt dl{float:right;margin-bottom: 0;}
.home-section7 .gt li {float: left;position: relative;top: -40px;background: #ccc;-webkit-transform: skew( 
15deg);padding: 6px 30px;margin: 0 10px;}
.home-section7 .gt li.cur{ background:#34598e; }
@media (max-width: 767px) {
    .home-section7 .gt li{}
	
}
.home-section7 .gt .swiper-slide {display: flex;align-items: center;justify-content: center;width: auto;}
.home-section7 .gt a {color: #262626;position: relative;font-size: 16px;white-space: nowrap;display: inline-block;-webkit-transform: skew( 
-15deg);}
.home-section7 .gt a::after { width: 0px; height: 27px; display: block; position: absolute; content: ''; background: url(../images/nav_pro_l.png)no-repeat center;  top: -1px; left: -35px; }
.home-section7 .gt a::before { width: 0px; height: 27px; display: block; position: absolute; content: ''; background: url(../images/nav_pro_r.png)no-repeat center;  top: -1px; right: -35px;}
.home-section7 .gt li.cur a::after { display: block; width: 31px; }
.home-section7 .gt li.cur a::before { display: block; width: 31px; }
.home-section7 .gt li.cur a {color: #fff;font-weight: bold;}

.home-section7 .gt a{ margin-bottom:0 }

@media (max-width: 767px) {
  .home-section7 .gt a {font-size: 16px;margin-right: 10px;}
  .home-section7 .tit .lt strong {font-size: 24px;color: #444;}
  .home-section7 .gt a {margin-left: 0px;margin-right: 0px;line-height: 24px;width: 100%;margin-bottom: 0;}

}

@media(max-width: 500px) {
	.home-section7 .tit .lt strong { font-size: 24px; }
}
@media (max-width: 767px) {
  .home-section7  .gt a::before {  display: none; }
}
.home-section7  .gt a:hover {color: #fff;}
.home-section7  .gt em {display: block;width: 1px;height: 13px;background-color: #a2a2a2;margin: 0 30px; float: left;margin-top: 6px;}
.home-section7 .gt li:last-child em { display: none;}
@media (max-width: 991px) {
  .home-section7  .gt em { margin: 0 15px;height: 25px; }
}
@media (max-width: 767px) {
  .home-section7 .gt em {margin: 0 10px;background-color: transparent; }
  .home-section7 .gt li {top: 0;float: none;width: 100px;float: left;text-align: center;padding: 6px 10px;}
  .home-section7 .gt dl {width: 100%;margin: 0 auto;/* overflow: hidden; */margin-bottom: 20px;}
}
@media (max-width: 500px) {
  .home-section7 .gt em { margin: 0 2px; }
  .home-section7 .gt li{width: 33.3%;-webkit-transform: skew( 
0deg);margin: 0;}
.home-section7 .gt a{
    -webkit-transform: skew( 
0deg);
}
}
.home-section7 .gt .on {color: #34598e;}
.home-section7 .gt .on::before {opacity: 1;}
.home-section7 .cont {overflow: hidden;}
.home-section7 .cont ul li{ overflow: hidden; padding-left: 50px; padding-right: 0px; margin-top: 35px; }
.home-section7 .cont ul li span{ color:#333 }
.home-section7 .cont ul li:hover strong{ color:#34598e }
.home-section7 .cont ul li:hover span{ color:#34598e }
.home-section7 .cont ul li:nth-child(4) { margin-top: 55px; }
.home-section7 .cont ul li:nth-child(5) { margin-top: 55px; }

.home-section7 .cont dl {padding-left: 0px;padding-right: 0px;display: block;overflow: hidden;}

@media(max-width: 1300px){
	.home-section7 .cont ul li { margin-top: 20px; }
	.home-section7 .cont ul li:nth-child(4) { margin-top: 20px; }
	.home-section7 .cont ul li:nth-child(5) { margin-top: 20px; }
}

@media (max-width: 1199px) {
    .home-section7 .cont ul li{padding-left:10px; padding-right: 10px; }
    .home-section7 .cont ul li:nth-child(3){margin-top:20px;}
}
@media (max-width: 991px) {
  .home-section7 .cont .lt {margin-bottom: 30px;width: 100%;}
}
@media (max-width: 767px) {
  .home-section7 .cont .lt {margin-bottom: 15px; }
}
.home-section7 .cont .lt .img {overflow: hidden;}
@media (max-width: 767px) {
  .home-section7 .cont .lt .img { height: 210px;}
  .home-section7 .cont{ padding:0 10px; }
}
.home-section7 .cont .lt .img img {width: 100%;height: 100%;border: 1px solid #ccc;object-fit: cover;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.home-section7 .cont .lt .font {width: 100%;background-color: #34598e;display: flex;align-items: center;justify-content: space-between;height: 70px;}
@media (max-width: 991px) {
  .home-section7 .cont .lt .font {height: 60px; }
}
@media (max-width: 767px) {
  .home-section7 .cont .lt .font {height: 50px; }
}
.home-section7 .cont .lt .font strong {padding-left: 20px;color: #fff;font-size: 18px;font-weight: bold;line-height: 70px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
@media (max-width: 1199px) {
  .home-section7 .cont .lt .font strong {font-size: 20px;padding: 16px 14px;}
}
@media (max-width: 991px) {
  .home-section7 .cont .lt .font strong {font-size: 18px;}
}
@media (max-width: 767px) {
  .home-section7 .cont .lt .font strong {font-size: 14px;padding: 10px 12px;}
}
.home-section7 .cont .lt .font i {display: flex;justify-content: center;align-items: center;height: 100%;width: 70px;background-color: #262626;position: relative;}
.home-section7 .cont .lt .font i:after { position: absolute; content: ''; display: block; top: 0px; left: 0; transition: all 0.3s;  height: 100%; width: 0%; background-color: #34598e;  z-index: 9;}
.home-section7 .cont dl:hover .font i:after {width: 100%; } 
.home-section7 .cont .lt .font i img {width: 11px;position: relative;z-index: 99;}
.home-section7 .cont .lt:hover img {-webkit-transform: scale(1.01);transform: scale(1.01);}
.home-section7 .cont .gt {width: 60%;display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 20px;overflow: hidden;}
@media (max-width: 991px) {
  .home-section7 .cont .gt {width: 100%;}
}
@media (max-width: 1199px) {
  .home-section7  .item { margin-bottom: 60px;}
}
@media (max-width: 991px) {
  .home-section7  .item {margin-bottom: 0px;}
}
@media (max-width: 767px) {
  .home-section7  .item { width: 100%;margin-bottom: 20px;}
}
.home-section7  .item strong {font-size: 18px;color: #262626;display: block;font-weight: bold;margin-bottom: 13px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
@media (max-width: 991px) {
  .home-section7  .item strong {font-size: 16px;}
}
@media (max-width: 767px) {
  .home-section7  .item strong {margin-bottom: 8px;}
}
.home-section7  .item .news_list {font-size: 15px;color: #999999;margin-bottom: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height:42px;margin-top: 20px;}

@media (max-width: 991px) {
  .home-section7  .item p {margin-bottom: 18px;}
}
@media (max-width: 767px) {
  .home-section7  .item p {margin-bottom: 5px;}
  .home-section7 .item .news_list{ margin:10px 0; }
}
.home-section7  .item span {font-size: 16px;color: #fff;}
@media (max-width: 991px) {
  .home-section7  .item span {font-size: 16px;}
}
@media (max-width: 767px) {
  .home-section7  .item span {font-size: 16px;}
}
@media (max-width: 375px) {
  .home-section7  .item span {font-size: 14px;-webkit-transform: skew( 
0deg);}
}


.home-section7  .item span em {font-style: normal;color: #586271;font-size: 20px;display: block;margin: 0 5px;
}
@media (max-width: 991px) {
  .home-section7  .item span em {font-size: 18px;}
}
@media (max-width: 767px) {
  .home-section7  .item span em { font-size: 16px; }
}
.home-section7  .item:hover strong,.home-section7  .item:hover span {color: #fff;}
.home-section7  .item:hover strong em,.home-section7  .item:hover span em {color: #34598e;}



/*lm8*/
.aboutList{background:#f5f5f5;padding-bottom:45px;}
.aboutList .alisttit{margin-top:-21px;}
.aboutList .alisttit ul {display:flex;justify-content:center;}
.aboutList .alisttit ul li{position:relative;display:inline-block;  background:#353a3f; -webkit-transform: skewX(10deg);text-align:center;width:160px;height:42px;line-height:42px;margin-right:10px;}

.aboutList .imgtags {margin-top:-21px;text-align: center;}

.imgtags a{display:inline-block;position:relative;color:#fff;font-size:16px;width:168px;line-height:42px;background: #252525;margin-right:10px;transform: skewX(10deg);}
.imgtags a:first-child{margin-left:21px;width: 147px;}
.imgtags a:first-child::after{content:'';width:42px;height:42px;position:absolute;left:-21px;top:0;background: #252525;transform: skewX(-10deg);border-radius:21px 0 0 21px;transition: none;}
.imgtags a:last-child{margin-right:21px;width:147px;}
.imgtags a:last-child::after{content:'';width:42px;height:42px;position:absolute;right:-21px;top:0;background: #252525;transform: skewX(-10deg);border-radius:0 21px 21px 0;transition: none;}
.imgtags a span{display:block;transform: skewX(-10deg);position:relative;z-index:1;color:#fff;}
.imgtags a:first-child span{text-indent:-21px;text-align: center;}
.imgtags a:last-child span{text-indent: 21px;text-align: center;}
.imgtags a.on{background: #34598e;color:#333;}
.imgtags a.on::after{background: #34598e;}

@media (max-width:767px){
    .aboutList{ padding-bottom:20px; }
}


@media (max-width:375px){
	.imgtags a{width: 120px !important;}
	.aboutList{ padding-bottom:20px; }
}

.aboutList .alisttit ul li a {color:#ffffff;font-size:16px;text-align:center; display:inline-block; -webkit-transform: skewX(-10deg);}
.aboutList .alisttit ul li:nth-child(2) { margin:0 10px;}
.aboutList .alisttit ul li:first-child::after{content:'';
	position:absolute;left:-21px;top:0; background-color:#353a3f; z-index:-1; width:42px;height:42px;border-radius:21px 0 0 21px;   -webkit-transform: skewX(-10deg);transition:none;}
.aboutList .alisttit ul li:last-child::after{content:'';position:absolute; right:-21px;top:0;background-color:#353a3f; z-index:-1; width:42px;height:42px;   border-radius:0 21px 21px 0 ; -webkit-transform: skewX(-10deg);transition:none; /* 左上、右上、右下、左下 */ }
.adetaillist ul li a .case-txt .dhwz{color:#333333;font-size:16px;text-align:center;margin-top:16px;}
.adetaillist ul li:hover a .case-txt .dhwz{color:#34598e;}
.alist{margin-top:28px;}
.alist .owl-nav {display:none;}


/* 通用配置 */
.owl-rela{position:relative;}
.owl-prev, .owl-next{display:block;width:30px;height:68px;background:url(../images/pro-jtbn.png) no-repeat;position:absolute;top: 42%;margin-top:-34px;text-indent: -99999999px;opacity: 0.2;transition:all .3s;-webkit-transition:all .3s;}
.owl-prev{left: 0;}
.owl-next{right: 0;transform: rotate(180deg);}
.owl-prev:hover, .owl-next:hover{opacity:1;}
@media (max-width:800px){
	.owl-prev, .owl-next{display:none;}
}

/* 图片封面动画 */
.white, .whites{position: relative;overflow: hidden;}
.white::after, .whites::after{content: '';cursor: pointer;position: absolute;left: -120%;top: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
transform: skewx(-25deg);transition: unset;}
.white:hover::after{left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}

/*底部 */
.foot { background: url(../images/footbg.jpg)top center / cover; display: block;  padding-top: 50px; padding-bottom: 30px;}
.foot .foot_l { float: left; padding-left: 0px; }
.foot .foot_l .foot_tel { overflow: hidden; }
.foot .foot_l .foot_tel dt { font-size: 24px; color: #333; font-weight: bold; display: block; padding-left: 25px; background: url(../images/foot_tel.png)no-repeat left top 10px;} 
.foot .foot_l .zxzx { width: 200px; line-height: 48px; border:1px solid #999999;  display: block; margin-top: 20px; color: #333333; font-size: 16px; padding-left: 45px; margin-bottom: 30px;}
.foot .foot_l .zxzx dd { float: left; width: 22px; height: 20px; display: block; overflow: hidden; margin-top: 15px;margin-right:15px;}
.foot .foot_l .zxzx dd img { width: 22px; height: 40px; display: block; transition: all 0.5s; }
.foot .foot_l .zxzx:hover dd img { margin-top: -20px; }
.foot .foot_l .zxzx:hover { background: #34598e; border: 1px solid #34598e; color: #fff; }
.foot .foot_l p { font-size: 16px; color: #666666; line-height: 1.8; display: block; }
.foot .foot_l p a {  font-size: 16px; color: #666666;  }
.foot .foot_l p:hover a { color: #34598e; }
.foot .foot_nr { overflow: hidden; margin-bottom:55px; }


.foot .foot_r { float: right; padding-right: 0px;}
.foot .foot_r .foot_nav {overflow: hidden;float: right;}
.foot .foot_r .foot_nav li {float: left;position: relative;padding: 0 16px;}
.foot .foot_r .foot_nav li::after { position: absolute; content: ''; height: 100%;width: 1px;background: #afafb0; display: block; top: 0; left:0; }
.foot .foot_r .foot_nav li:first-child::after { display: none; }
.foot .foot_r .foot_nav li:last-child { padding-right: 0px; }
.foot .foot_r .ewm { overflow: hidden; float: right; margin-top: 60px;}
.foot .foot_r .ewm div {float: left;width: 110px;text-align: center;margin-left: 25px;margin-right: 25px;}
.foot .foot_r .ewm div dt {display: block;overflow: hidden;text-align: center;}
.foot .foot_r .ewm div dt img {max-width: 100%;display: inline-block;}
.foot .foot_r .ewm div em {font-size: 14px;color: #666666;line-height: 2;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}

.foot .foot_icp { overflow: hidden; }
.foot .foot_icp p { font-size: 14px; color: #666; float: left; }
.foot .foot_icp a { display: inline-block; font-size: 14px; color: #666; }
.foot .foot_icp a:hover { text-decoration: underline; color: #34598e; }

.link {background: #37383c;line-height: 40px;padding:10px 0;}
.link .flink span{color: #fff; font-size: 14px;}
.link .flink a{color: #fff;margin-right: 5px; font-size: 14px;}
.link .flink a:last-child{margin-right: 0;}
.link .flink a:hover{color: #fff; text-decoration: underline; }


.brank_con{font-size: 16px;line-height: 1.8;color: #333;}
.brank_con>.cpcon{padding:50px 0;overflow: hidden;}
.brank_con>.cpcon:last-child{margin-bottom: 0;}
.brank_con>.cpcon:nth-child(odd){background: transparent;}
.brank_con>.cpcon:nth-child(odd) .cpcon_img{float: right;}
.brank_con>.cpcon:nth-child(even){background: #f5f5f5;}
.brank_con>.cpcon>h3{text-align: center;font-size: 36px;margin-bottom: 50px;}
.brank_con>.cpcon .cpcon_img img{max-width: 100%;height:auto!important;display: block;margin:0 auto;}
.brank_con>.cpcon .cpcon_txt{padding-top: 15px;padding-bottom: 15px;}

@media(max-width: 1440px) {
	.foot .foot_r .foot_nav li {float: left;position: relative;padding: 0 10px;margin: 6px 0;}
}

@media(max-width: 1366px) {
	.foot .foot_r .foot_nav li {float: left;position: relative;padding: 0 10px;margin: 6px 0;}
	.sy_pro_nr .imgtags a{width: 40%;}
}

@media(max-width: 1200px) {

}

@media(max-width: 991px) {
	.foot .foot_l p { font-size: 14px; }
	.foot .foot_r .foot_nav li { padding-left: 15px; padding-right: 15px; }
	.sy_pro_nr .imgtags a{ width: 40%;}
}
@media (max-width: 767px){
	.foot .foot_nr { margin-bottom:25px; }
	.brank_con{font-size: 14px;line-height: 1.6;}
	.brank_con>.cpcon{padding:20px 0;}
	.brank_con>.cpcon>h3{font-size: 24px;margin-bottom: 20px;}
	.foot .foot_l { float: none; text-align: center; padding-right: 0px; }
	.foot .foot_r .foot_nav { display: none; }
	.foot .foot_l .foot_tel dt { display: initial; }
	.foot .foot_l .zxzx {margin: 0 auto;margin-bottom: 20px;margin-top: 20px;padding-left: 32px;}
	.foot .foot_r .ewm { float: none; margin: 0 auto; text-align: center; }
	.foot .foot_r {float: none;padding-left: 0px;margin-top: 0;}
	.foot .foot_r .ewm div {display: inline-block;float: left;width: 30%;margin: 0 4px;}
	.foot .foot_icp { text-align: center; }
	.foot .foot_icp p { float: none; }
	.foot .foot_icp a { float: none; display: inline-block; }
	.link { padding-bottom: 48px;  padding-top: 0px; }
	.flink { border-bottom: 1px solid rgba(255,255,255,0.4);padding-left: 15px; }
	.foot{padding-left:10px;padding-right:10px;padding-top: 20px;padding-bottom: 50px;}
}

@media(max-width: 500px) {
	.foot{ padding-bottom:20px; }
}

@media(max-width: 350px) {
	.foot .foot_r .ewm div {width: 90px;}
	.sy_pro_nr .imgtags a{width: 110px !important;font-size: 14px;}
	.foot{ padding-bottom:20px; }
}

.sss4{}
.sss4 ul{overflow:hidden;padding:10px 0;}
.sss4 ul li{margin-bottom: 30px;}
.sss4 ul li>div{text-align: center; background: #f5f5f5; padding: 20px;height: 100%;transition:all .3s;-webkit-transition:all .3s;}
.sss4 ul li>div h2{padding: 20px 0; font-size: 24px; font-weight: bold;}
.sss4 ul li>div h3{padding-bottom: 20px; font-size: 24px; font-weight: bold;}
.sss4 ul li>div p{}
.sss4 ul li>div:hover{box-shadow:0 0 8px 0 rgb(0 125 255 / 30%);}
@media (min-width:768px) {
	.sss4 ul{display:flex;}
	.sss4 ul li{flex:1;}
	.con3 ul{flex-wrap: wrap;align-content: flex-start;}
	.con3 ul li{flex:50%;}
	.con5 ul li:first-child{flex:100%;}
}
@media (min-width:1200px) {
	.con3 ul li{flex:25%;}
}
@media (max-width:767px) {
	.sss4 ul li>div{padding:20px 10px;}
}

@media (max-width:375px) {
    .foot .foot_l .zxzx{
    margin-bottom: 10px;
    margin-top: 10px;
}
}

/* 手机底部按钮 */
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #34598e;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 100;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #34598e;float: left;position: relative;border-top: 1px solid #e6e6e6;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background: #34598e;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 130px;position:absolute; top:0; left:-131px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

@media (max-width:1024px) {
	.diyos{ display:none; }
}

/* 面包屑 */
#location{box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1);overflow:hidden;margin-bottom:50px;background: #fff;font-size: 0;}
.crumbs{padding-left:20px;background:url(../images/page/location.png) no-repeat left center;line-height:25px;padding-top:10px;padding-bottom:10px;float:left;color:#666;}
.crumbs a{color:#666;}
.crumbs a:hover{color:#1d2e74;}

/* 内页导航 */
#sidebar{/* float:right; */text-align: center;}
#sidebar li{display:inline-block;margin: 0px 40px;position: relative;}
#sidebar li a{display:block;/* height:45px; */line-height: 80px;text-align:center;color:#666;font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding: 0 10px;}
#sidebar li a::after{content: "";display: block;width: 0%;height: 2px;background: #34598e;position: absolute;left: 50%;bottom: 0;overflow: hidden;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;}
#sidebar li:hover a, #sidebar li.cur a{color:#34598e;}
#sidebar li:hover a::after, #sidebar li.cur a::after{left: 0;width: 100%;}
@media (max-width:767px) {
	#location{margin-bottom: 20px;background:#f3f3f3;border-bottom: 1px solid #ddd;box-shadow:none;}
	.w100{width:100%;float:left;}
	.w50{width:50%;float:left;}
	.w33{width:33.33%;float:left;}
	.w25{width:25%;float:left;}
	#sidebar{float:none;}
	#sidebar li{padding:0 5px;margin:0;}
	#sidebar li a{line-height:50px;}
}
@media (max-width:500px) {
	#sidebar li a{line-height:40px;font-size: 14px;}
}



/* 内页样式 */
#inside{padding-bottom: 42px;overflow:hidden;}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/page/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;margin-bottom:20px;}
@media (max-width:767px) {
	#inside{padding-bottom:30px;padding-left: 10px;padding-right: 10px;}
}

/* location */
.location{width: 100%;height: 48px;border-bottom: 1px solid #eee;}
.location span{display:block;line-height: 48px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.location span a{color: #666;}
.location span a:hover{color: #043689;}

#proxqy{ padding-top:40px; }

/* 内页产品导航 */
#nyprozs{padding: 42px 0;padding-bottom: 0;}
.nyprotit{ background: #34598e; padding: 18px 0; margin-bottom: 1px;}
.nyprotit h2{ color: #fff; margin-bottom: 10px; font-weight: bold; font-size: 32px;}
.nyprotit p{ color: #fff; line-height: 24px; text-transform: uppercase;}

#pronav{text-align: center;margin-bottom: 20px;}
.pronav-a{ line-height: 42px; position: relative; z-index: 999; background: #eee; border-bottom: 4px solid #34598e;}
.pronav-a dl ul{width: 100%;z-index: 9999;padding: 10px 0;display: flow-root;}
.pronav-a dl ul li{float: left;width: 100%;line-height: 40px;text-align: left;background: url(../images/page/iyuan.png) no-repeat 10px 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pronav-a dl ul li a{color: #333;text-align: left;font-size: 16px;font-weight: normal;padding-left: 28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pronav-a dl ul li:hover{background: url(../images/page/iyuan.png) no-repeat 10px 18px #fff;}
.pronav-a dl ul li:hover a{color: #34598e;}

.pronav-a dl:hover>a{ background:#34598e }
.pronav-a dl dl:hover>a{ color:#ffffff;  }
.pronav-a dl:hover ul{}
.pronav-a dl{font-size: 22px;color: #fff;margin-bottom: 6px;font-weight: bold;text-align: left;}
.pronav-a dl.cur, .pronav-a dl:hover{ }
.pronav-a dl>a, .pronav-a dl>a{ background: #d9d9d9; width: 100%; display: inline-block; line-height: 54px; padding-left: 24px; font-size: 18px;}
.pronav-a dl.cur>a, .pronav-a dl:hover>a{color: #fff;}


.nyhotpro{ width: 100%; overflow: hidden; margin-top: 20px;}
.nyhotpro .nyjc-til{ background: #34598e; padding: 24px 0;}
.nyhotpro .nyjc-til h2{color: #fff;}
.nyhotpro .nyjc-til p{ color: #fff;}
.nyhotpro .bd{ border: 1px solid #ccc;}
.nyhotpro .bd ul{}
.nyhotpro .bd ul li{ padding: 24px;}
.nyhotpro .bd ul li a{}
.nyhotpro .bd ul li a img{ width: 100%;}
.nyhotpro .bd ul li a p{ line-height: 42px; font-size: 16px;}


@media (max-width:1509px) {
	.pronav-a{display:block;}
	.pronav-a dl{/* display:inline-block; */padding:0 14px;}
}
@media (max-width:1409px) {
	.pronav-a dl{padding:0 13px;font-size:15px;}
}
@media (max-width:1309px) {
	.pronav-a{line-height:60px;}
	.pronav-a dl{padding: 0;font-size:14px;}
}

@media (max-width: 991px) {
    #pronav{ display:none }
    #proxqy{ padding-top:24px; }
}

@media (min-width:768px) and (max-width:1199px) {
	.pronav-a dl{display:block;float:left;width: 100%;}
}
@media (max-width:767px) {
	.pronav-a dl{display:block;float:left;width:25%;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}
@media (max-width:500px) {
	.pronav-a{line-height:40px;}
}

/* 内页单页面标题 */
#nytitle{text-align: center;padding:0 10px;margin-bottom:40px;}
#nytitle h1{font-size: 36px;color: #353535;font-weight:bold;}
#nytitle p{color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase;}
@media only screen  and (max-width: 500px){
	#nytitle{margin-bottom:20px;}
	#nytitle h1{font-size: 30px;}
	#nytitle p{font-size: 14px;}
}


/* wap右侧栏目 */
.nymenu{width: 0;height: calc(100% - 50px);position: fixed;z-index: 90;top: 0;/* background: rgba(0,0,0,0.3); */}
.nymenu>a{position: fixed;right: 0;bottom: 100px;width: 30px;text-align: center;padding: 5px;background: #34598e;color: #fff;z-index: 95;}
.nymenu-con{position: fixed;overflow-y: auto;top: 81px;right: -280px;width: 280px;padding: 15px 25px 25px;height: calc(100% - 50px);background-color: #34598e;color:#fff;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;z-index: 100;}
.nymenu-con h3{font-size: 18px;font-weight: bold;line-height: 40px;border-bottom: 1px dashed #fff;margin-bottom: 10px;}
.nymenu-con dl{margin-bottom: 0;}
.nymenu-con dl a{color: #fff;}
.nymenu-con dl dt, .nymenu-con dl dt a{display: block;font-size: 17px;line-height: 40px;font-weight: bold;}
.nymenu-con dl dd{/* padding-left: 10px; */}
.nymenu-con dl dd a{display: block;margin: 6px 10px 6px 0px;padding-left: 16px;background: url(../images/page/iyuan.png) no-repeat left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.nymenu-con>a{float: right;color: #fff;position: relative;top:8px;z-index: 102;font-size: 18px;}
.nymenu-con.on{right: 0;}

@media (max-width:1024px){
	.nymenu { display: block !important;}
}

/* 内页单页面内容 */
.nyshow{width:100%;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin:20px 0;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #34598e solid;color: #34598e;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#34598e;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:40px;min-height:300px;}
.nyshowdesc p{margin:5px 0;}
.nyshowdesc img{max-width:100%;height:auto !important;}
.block-shadow{height: 200px;-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.block-shadow:hover{box-shadow: 0 10px 20px 0 rgba(0,125,255,.5);}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 60px;display: inline-block;text-align: center;}
.icon-sm em{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-weight: bold;font-size: 18px;line-height: 25px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
@media (max-width:767px) {
	.nyshowdesc{font-size:14px;line-height:1.6;margin-bottom:20px;min-height:100px;}
	.nyshowdesc h1{font-size:30px;}
	.nyshowdesc h2{font-size:24px;}
	.nyshowdesc h3{font-size:18px;}
	.nyshowdesc h4{font-size:14px;}
	.block-shadow{height:auto;}
}

.nyshowdesc>.nyject{overflow:hidden;background: #f5f5f5;}
.nyshowdesc>.nyject .nyject_img{overflow:hidden;}
.nyshowdesc>.nyject .nyject_img img{transition: 0.5s;}
.nyshowdesc>.nyject .nyject_txt{padding:20px 50px;}
.nyshowdesc>.nyject .nyject_txt h4{color:#333;font-size:24px;margin-bottom:20px;font-weight:bold;}
.nyshowdesc>.nyject .nyject_txt p{font-size:16px;color:#666;}
.nyshowdesc>.nyject:hover .nyject_img img{transform: scale(1.1);}
@media (min-width:768px) {
	.nyshowdesc>.nyject{display:flex;align-items: center;}
	.nyshowdesc>.nyject:nth-child(even){flex-direction: row-reverse;}
	.nyshowdesc>.nyject .nyject_img,  .nyshowdesc>.nyject .nyject_txt{flex:50%;}
}
@media (max-width:767px) {
	.nyshowdesc>.nyject .nyject_txt{padding:20px;}
}
@media (max-width:500px) {
	.nyshowdesc>.nyject .nyject_txt{padding:15px;}
	.nyshowdesc>.nyject .nyject_txt h4{font-size:20px;margin-bottom:10px;}
	.nyshowdesc>.nyject .nyject_txt p{font-size:14px;}
}

/* 留言模块Message */
#nymessage{padding:50px 0;background:url(../images/nymessagebg.jpg) no-repeat center / cover;}
#nymessage h4{color:#34598e;}
#nymessage form{overflow:hidden;margin-top:50px;}
#nymessage form label{font-weight:normal;text-align:none ! important; white-space: nowrap; }
#nymessage .nymessage-h6{text-align:left;}
@media (max-width:767px) {
	#nymessage{padding:30px 0;}
	#nymessage h4{font-size:16px;line-height:1.4;}
	#nymessage form{margin-top:30px;}
	#nymessage form>div[class^="col-"]{padding:0 5px;}
}


/* 业务领域 */
.nybusiness{line-height: 40px;border-bottom: 1px #ccc solid;overflow:hidden;}
.nybusiness>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #34598e solid;color: #34598e;font-size: 18px;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat left;}
#nybusinesslist{margin-bottom:20px;display: block;padding: 0;}
#nybusinesslist li a{display:block;position:relative;}
.nybusiness-img{overflow:hidden;}
#nybusinesslist li a p{/* position:absolute; *//* left:0; *//* bottom:0; *//* background: rgba(0,0,0,.8); */width:100%;line-height:36px;padding:0 10px;text-align:center;color: #333;font-size:15px;}
#nybusinesslist li a:hover p{background: rgba(3,90,172,.8);color: #fff;}
@media only screen and (max-width:767px) {
#nybusinesslist li a p{line-height:30px;font-size:14px;}
}

/*推荐新闻*/
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #34598e solid;color: #34598e;font-size: 18px;font-weight: bold;background:url(../images/page/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{font-size: 14px;line-height: 30px;background: url(../images/page/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:calc(100% - 90px);color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/page/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#34598e;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#34598e;color:#34598e;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin:20px 0;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{width:800px;max-width:100%;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#34598e;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li {margin-bottom:20px;padding:0 10px;}
.nyimg-ul li .nyimg-div {background:#fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a {display:block;overflow:hidden;}
.nyimg-ul li .nyimg-div img {margin:0 auto;-webkit-transition:1s;-moz-transition:1s;transition:1s;width:100%;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top:9px;line-height:40px;display:block;background:#EFEFEF;font-size:14px;color:#333;text-align:center;}
.nyimg-ul li:hover .nyimg-a {color:#ffffff !important;}
.nyimg-ul li:hover .nyimg-div img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a {background:#34598e;color:#fff;}
@media (max-width:767px){
	.nyimg-ul li .nyimg-a{line-height:32px;}
}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showimg-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img img{width:600px;max-width: 100%;height:auto !important;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url(../images/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-size:16px;font-weight:bold;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
.showimg-right{border-left:1px solid #f0f2f5;}
@media (max-width:767px){
	.showimg-left{padding:0;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{font-size:14px !important;}
	.showimg-page a{padding:8px;}
}

/* 右侧栏目信息 */
.nybusiness{margin-bottom: 20px;}
.nybusiness>p{font-size: 16px;color: #34598e;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness a{margin-bottom:10px;display:block;position:relative;}
.nybusiness a:last-child{margin-bottom:0;}
.nybusiness-img{overflow:hidden;}
.nybusiness a p{position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:30px;padding:0 10px;text-align:center;color:#fff;}
.nybusiness a:hover p{background: rgba(0,153,255,.5);}

.hotnews{}
.hotnews p{font-size: 16px;color: #34598e;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #34598e;}

/*新闻列表*/
.nynews-ul {overflow:hidden;}
.nynews-ul li.nynews-li {padding:0 10px 10px;margin-bottom:20px;cursor:pointer;}
.nynews-img {padding:0;overflow:hidden;border:1px solid #f3f3f3;}
.nynews-img a {display:block;}
.nynews-img img {width:100%;transition:.8s}
.nynews-ul li.nynews-li:hover img {transform:scale(1.02);}
.nynews-date {color:#333;line-height:20px;font-size:12px;}
.nynews-date span {color:#4d4c51;}
.nynews-date img {margin:4px 6px 0 0;float:left;}
.nynews-date p {float:left;margin:0;}
.nynews-date i {margin-right:5px;}
.nynews-con h3 {font-size:18px;font-weight:bold;color:#3b3c3c;text-transform:uppercase;line-height:32px;letter-spacing:1px;margin-top:0px;margin-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nynews-con h3 a {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
.nynews-ul li.nynews-li:hover h3 a {color:#34598e;}
.nynews-con {background-color:#f9f9f9;padding-top:16px;padding-bottom:18px;}
.nynews-con p.nynews-desp {color:#8d8d8d;font-size:14px;line-height:23px;margin:10px 0;height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nynews-con a.nynews-more {position:relative;left:0;color:#ffffff;font-size:15px;padding:7px;background:#34598e;margin-top:10px;width:120px;display:block;border-radius:20px;float:left;text-align:center;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}
.nynews-con a.nynews-more:hover {background:#FF7A0E;left:10px;color:#ffffff !important;}
@media (max-width:991px) {
	#nynewslist>.container {padding-left:5px;padding-right:5px;}
	.nynews-ul li.nynews-li {padding:0 5px 4px;margin-bottom:14px;}
}
@media (max-width:767px) {
	.nynews-con h3 {font-size:16px;font-weight:bold}
	.nynews-con {padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 12px;}
	.nynews-con p.nynews-desp{margin: 2px 0 8px;}
}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}
.shownews-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.shownews-page>div[class^="col-"]{padding: 0 10px;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.shownews-top h1{font-size: 20px;}
	.shownews-con{font-size:14px !important;line-height: 1.6;}
	.shownews-page a{padding:8px;}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul{overflow: hidden;}
.nyjoblist-ul li{margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top>a{float:left;padding:10px 25px;background:#34598e;border-radius:20px;color:#fff;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top>a+a{margin-right:0;}
.nyjoblist-ul li .nyjoblist-top>a:hover{background:#ffc531;color:#333;}
@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}


.showjob-left{padding-bottom:30px;}
.showjob-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.showjob-list{overflow:hidden;margin-bottom:30px;}
.showjob-list li{width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 10px;color: #999;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 0;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.showjob-top h1{ font-size:20px;}
	.showjob-top h2{ font-size:16px;}
	.showjob-con{padding:0;font-size:14px !important}
	.showjob-left{padding: 0;}
	.showjob-page>div[class^="col-"]{padding: 0 10px;}
}

/* 产品列表 */
.nypro-ul{overflow:hidden;}
.nypro-ul li{padding:0 10px;margin-bottom:10px;}
.nypro-ul li a{display:block;position:relative;overflow:hidden;}
.nypro-ul li a .nypro-img{border-radius: 15px;}
.nypro-ul li a p{line-height:40px;color:#333;text-align:center;font-size:16px;padding:0 5px;}
.nypro-ul li a:hover .nypro-img{box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);}
.nypro-ul li a:hover p{color:#34598e;}
@media (max-width:767px){
	.nypro-ul li a p{line-height:30px;font-size:14px;}
}



/*产品详情*/
.showpro-top{padding-bottom: 10px;/* border-bottom: 1px solid #f0f2f5; */margin-bottom:20px;margin-top: 16px;}
.showpro-top h1{line-height: 1.5;color: #333;font-size: 24px;padding-bottom: 20px;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;}
.showpro-imgbox{ padding:0; }
.sp-thumbs a:link, .sp-thumbs a:visited{width:140px;height:93px;}
@media (max-width:767px){
	.showpro-top h1{font-size: 20px;padding-bottom: 10px;}
	.showpro-imgbox{padding:0;}
	.showpro-top{margin-top:20px;padding: 0;}
}


/*产品参数*/
.nyproshow-info{line-height:1.8;color:#333;margin-bottom:20px;}
.nyproshow-info p{ font-size:16px; }
.nyproshow-info p span{ font-size:16px;color:#666 }
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;margin-bottom: 10px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#34598e;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background: #e72529;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #34598e;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:200px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details p{margin: 5px 0;}
.showpro-details img{max-width: 100%;height:auto !important;}
.showpro-details video{max-width: 100%;height:auto !important;}

@media (max-width:1200px){
	.showpro-tel a{ float:left; }
}

@media (max-width:767px){
	.showpro-details{font-size: 14px;line-height: 1.6;}
	.showpro-tel a{ float:left; }
}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #34598e solid;color: #34598e;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#34598e;}
#abprolist li a:hover p{background:#34598e;color:#fff;}

/* 标签 */
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#34598e;}
/* 分享按钮 */
.jiathis{padding-top:10px;height:35px;line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/* 上下页按钮 */
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/* 搜索模块 */
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #1d2e74;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #1d2e74;}
.nysearch-til>a:hover{background:#333;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#333;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #34598e;left:10px;}


/*联系我们*/
.product-inlist{background-color:#f6f6f6;}
.contact_meg {float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 {font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel {padding:18px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img {display:inline-block;}
.meg_con .megs {margin-top:28px;font-size:15px;line-height:36px;}
.meg_con {width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map {margin:0 auto;width:50%;height:510px;float:left;}
.amap-container {height:100%;}
@media only screen and (max-width:1199px) {
.meg_con {width:100%;position:unset;padding-left:5%;box-sizing:border-box;}
.meg_con .title2,
.meg_con .tel{max-width: initial;width: 100%;}
.contact_meg {width:100%;float:none;height:auto;padding-bottom: 24px;}
.my-map {margin:0 auto;width:100%;height:400px;float:none;}
}
@media only screen and (max-width:991px) {
	.product-inlist>div{margin-bottom: 0 !important;}
	.product-inlist{margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
	.meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
	.meg_con .megs {font-size:14px;line-height:30px;}
	.meg_con .tel {padding:10px 0;font-size:20px;}
	.meg_con .tel img {width:26px;}
	.meg_con .megs {margin-top:10px;}
	.meg_con .tel img {width:20px;margin-bottom:0;}
	.meg_con .title2 {font-size:22px;}
	.product-inlist {margin-top:10px;}
}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#34598e; display: inline-block; }
.metpager_5 a:hover { border:1px solid #34598e; color:#fff; background-color:#34598e;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current {padding:2px 8px 2px 8px;margin:2px;color:#fff;background: #34598e;border: 1px solid #34598e;text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}
@media (max-width:767px){
	.digg4>span:nth-child(-n+2){display:none;}
}



/*关于我们*/
.abjianjie{padding: 50px 0;background: #fff;padding-top: 0;}
.jianjiemain{overflow: hidden;background: #f5f5f5;height: auto;}
.jjmain-left{width: 50%;float: left;padding: 2% 3%;}
.jjmain-right{float: left;width: 50%;height: 100%;overflow: hidden;padding:3%;}
.jjmain-right img{width: 100%;height: 100%;}
.jjmain-left .title{padding:0;text-align: left;}
.jjmain-left .title p{font-size: 60px;font-family: leto-bold;color: #333;font-weight: 700;text-transform: uppercase;}
.jjmain-left .title span{line-height:30px;font-size: 18px;}
.jjmain-left .note{font-size: 16px;line-height: 30px;color: #666;margin-top: 20px;}
.jjmain-left .main { display: flex; margin-top: 30px; }
.jjmain-left .main .stat-items { flex: 1; }
.jjmain-left .main .stat-items .stat-items-t-box .stat-items-t {font-size: 42px;font-weight: bold;color: #34598e;font-family: 'arial';}
.jjmain-left .main .stat-items .stat-items-t-box .stat-items-unit { font-size: 18px; color: #333333; }
.jjmain-left .main .stat-items p { font-size: 16px; color: #666666; }

.jjwenhua{padding-bottom: 50px;background: #fff;}
.jjwenhuamain{overflow: hidden;}
.jjwenhuamain li{display: block;width: 33.33%;float: left;}
.jjwenhuamain li .pic{width: 100%;overflow: hidden;height: 260px;}
.jjwenhuamain li .pic img{width: 100%;}
.jjwenhuamain li .wen{width: 100%;background: #f5f5f5;overflow: hidden;height: 260px;padding:10%;}
.jjwenhuamain li .wen p.title{font-size: 30px;color: #333;font-weight: 700;padding-bottom: 0px;}
.jjwenhuamain li .wen i{display: block;width: 20px;height: 2px;background: #333;margin: 16px auto;}
.jjwenhuamain li .wen span{font-size: 14px;color: #666;line-height: 24px;}

.gywm_td {background: #fff;overflow: hidden;padding-bottom: 20px;padding-left: 10px;padding-right: 10px;}
.gywm_td .incont { margin-bottom: 40px; }
.gywm_td .incont .incont-til h4{font-size: 20px;color: #333;text-transform: uppercase;font-weight: normal;}
.gywm_td .incont .incont-til h3 {font-size: 36px;color: #333;font-weight: bold;margin-top: 12px;}


@media(max-width: 1299px) {
	.jjmain-left .title p { font-size: 48px; }
	.jjmain-left .note { font-size: 14px;  margin-top: 30px;}
	.jjmain-left .main .stat-items .stat-items-t-box .stat-items-t { font-size: 34px; }
}

@media(max-width: 1199px) {
	.yunywenti { background: none;background-color: #f5f5f5; }
	.comyangshi { background: url(../images/cha.png) no-repeat left top; padding-right: 0px; text-align: left; padding-left:40px;  }
	.wenti02 { margin: 80px 0px; }
	.wenti03 { margin-right: 0px; }
	.wenti01 { margin-right: 0; }
	.wenti04 { margin-left: 0px; }
	.wenti05 { margin: 80px 0px; }
	.wenti06 { margin-left: 0px; }
	.yunywentimain .wenti_left02 { padding-left: 100px; }

	.inysli .ico img { max-width: 90%; }
	.inysli .wen p { font-size: 19px; }

	.zzseoleft p { font-size: 36px; }

	.seoliucheng { padding:50px 0; }
	.liuchengli p.pic { width: 100px; height: 100px; }
	.liuchengli p.pic img { margin-top: 33px; width: 40px; }
	.jiantou img {margin-top: 40px;}

	.jjmain-left { width: 100%; }
	.jjmain-right { display: none; }
	.jjmain-left .note { margin-top: 30px; }
	.jjwenhuamain li .wen { height: 200px; padding:20px;}
	.jjwenhuamain li .pic { height: 200px; }
	.jjwenhuamain li .wen p.title { font-size: 24px; }
}

@media(max-width: 991px) {
	.abjianjie { padding-top: 10px; }
	.indexyoushi { padding:50px 0; }
	.inysli .wen p { height: 74px; display: block; }
	.xysyoushi li span.icon {  width: 26%; }
	.zzseoli .ico { width: 20%; } 
	.zzseoli .wen { width: 80%; }
	.jjwenhuamain li .pic { height: 155px; }
	.jjwenhuamain li .wen { height: 155px; }
	.jjwenhuamain li .wen span { line-height: 20px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
	.jjwenhuamain li .wen p.title { font-size: 24px; padding-bottom: 0px;  }
	.jjwenhuamain li .wen i { margin:10px auto; }

}
@media(max-width: 767px) {
	.abjianjie { padding-left: 10px; padding-right: 10px; }
	.yunywentimain .wenti_left02 { padding-left: 0px; }
	.index-title p { font-size: 30px; }
	.yunywentimain { margin-top: 40px; }
	.comyangshi p, .comyangshi02 p { font-size: 20px; }
	.inysli { width: 47%; margin-bottom: 20px; height: 445px; display: block; float: left; }
	.webjians-title p { font-size: 30px; }

	.xysyoushi li { width: 48%; }
	.xysyoushi li span.icon { width: 28%; }

	.zhengzhan { padding:50px 0; }
	.zzseoleft p { font-size: 26px; }
	.zzseoli .ico { width: 22%;font-size: 36px; }
	.zzseoli .wen { width: 75%; }

	.liuchengmain {  margin-top: 40px; display: block; }
	.jiantou { display: none; }
	.liuchengli { width: 50%; display: block; float: left; margin: 0 auto; margin-bottom: 30px; }
	.jjmain-left .title p { font-size: 42px; }
	.jjwenhua { padding-bottom: 10px; }
	.jjwenhuamain { padding-left: 10px; padding-right: 10px; }
	.jjwenhuamain li { width: 100%; margin-bottom: 30px; }
	.jjwenhuamain li .pic { height: 210px; }
	.jjwenhuamain li .wen { height: 210px; }
	.jjwenhuamain li .wen i { margin: 20px auto; }
	.jjwenhuamain li .wen span { line-height: 24px; -webkit-line-clamp: 4;}

	.jjmain-left .main .stat-items .stat-items-t-box .stat-items-t { font-size: 22px; }
	.jjmain-left .main .stat-items .stat-items-t-box .stat-items-unit { font-size: 12px; }

	.gywm_td .incont { padding-left: 10px; padding-right: 10px; }


}

@media(max-width: 500px) {
	.index-title p { font-size: 26px; }
	.webjians02 { padding:50px 0; }
	.xysyoushi li { width: 100%;min-height: auto;  }
	.zzseoleft { width: 100%; }
	.zzseoright { width: 100%; }


}

@media(max-width: 350px) {
	.jjmain-left .title p { font-size: 26px; }
	.jjmain-left .title span { font-size: 14px; }
	.jjmain-left .main .stat-items .stat-items-t-box .stat-items-t { font-size: 18px; }
	.jjmain-left .main .stat-items p { font-size: 14px; }
}

.gywm_td .pro-one li .pro-img {border-radius:0px; margin: 0px;}
.gywm_td .pro-one li .pro-img {border-radius:0px; margin: 0px;}

.lianxi_m { overflow: hidden;margin-top: 10px; margin-bottom: 24px; background: #fff;}
.lianxi_m .lianxi_ml {width: 410px;float: left;background: #1267c1;color: #fff;padding: 30px 40px 30px 40px;overflow: hidden;}
.lianxi_m .lianxi_ml .lianxi_ml_m { overflow: hidden;font-size: 36px;font-weight: bold;line-height: 52px;margin-bottom: 18px; color: #fff; }
.lianxi_m .lianxi_ml .lianxi_ml_s { width: 310px;border: solid 2px #fff;font-size: 26px;font-family: Arial, Helvetica, sans-serif;text-align: center;margin-bottom: 18px;line-height: 55px; }
.lianxi_m .lianxi_ml .lianxi_ml_en { font-family:'Arial';font-size: 24px;line-height: 40px; }


.lianxi_mr {float: right;position: relative;width: calc(100% - 470px);}
.lianxi_mr_i {float: left;font-family: Arial, Helvetica, sans-serif;font-size: 100px;font-weight: 89;margin-left: -28px;line-height: normal;color: #999;position: absolute;overflow: hidden;margin-top: 20px;}
.lianxi_m .mr_i {font-size: 100px;line-height: 200px;margin-top: 100px;margin-left: calc(100% - 690px); position: absolute; right:30px;}
.lianxi_mr_m {width: calc(100% - 69px);float: left;overflow: hidden;padding-left: 22px;padding-right: 10px;padding-top: 38px;line-height: 28px;color: #666;font-size: 16px;text-align:left}
.lianxi_mr_m span {font-size: 24px;font-weight: bold;line-height: 60px;color: #1267c1;}
.contact_ny ul  { background: #fff; overflow: hidden; border-right: none;}
.contact_ny ul li {float: left;width:33.3333%;height: 140px;border-width: 1px 0 1px 1px;border: 1px solid #ececec;padding:35px;text-align: left;box-sizing: border-box; }
.contact_ny ul li em {float: left;display: inline-block;width: 51px;height: 51px;margin-right: 9px;margin-top: 6px;}
.contact_ny ul li h5 {color: #1267c1;margin-bottom: 10px;font-size: 18px;font-weight: bold;}

@media(max-width: 1199px) {
	.lianxi_m .lianxi_ml { width: 400px; }
	.lianxi_mr_i { display: none; }
	.lianxi_mr { width: calc(100% - 400px); }
}

@media(max-width: 991px) {
	.contact_ny ul li { width: 50%; }
	.lianxi_mr { width: calc(100% - 360px); }
	.lianxi_m .lianxi_ml { width: 360px;padding: 30px 20px 30px 20px; }
	.lianxi_mr_m{ width: 100%; }
}

@media(max-width: 767px) {
	.lianxi_m .lianxi_ml { width: 100%;float: none; overflow: hidden; padding: 20px 20px 20px 20px;}
	.lianxi_mr {  width: 100%;float: none; overflow: hidden;}
	.contact_ny ul li  { width: 100%;  }
	.lianxi_mr_m { padding-top: 15px; padding-bottom: 20px; }
	.lianxi_m .lianxi_ml .lianxi_ml_m { font-size: 24px; }
	.lianxi_m .lianxi_ml .lianxi_ml_s { width: 290px; line-height: 48px; font-size: 24px; }
	.lianxi_m .lianxi_ml .lianxi_ml_en { font-size: 20px; line-height: auto; }
}
