@font-face {
     font-family: 'iconfont';
     src: url('../fonts/iconfont.eot');
     src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
 }
 /* css初始化 */
 
 * {
     padding: 0px;
     margin: 0px;
 }
 
 body {
     font-size: 14px;
     font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", Arial, Tahoma, sans-serif;
     padding: 0!important;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 body,
 ul,
 ol,
 dl,
 dd,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 i,
 b,
 em,
 span,
 form,
 fieldset,
 legend,
 input,
 textarea,
 select,
 button,
 th,
 td {
     margin: 0;
     padding: 0;
     font-style: normal;
 }
 
 .h1,
 .h2,
 .h3,
 h1,
 h2,
 h3,
 p {
     margin: 0;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     list-style: none;
 }
 
 input,
 select,
 button,
 textarea {
     font-size: 14px;
     border: 0;
     background: none;
     outline: none;
     vertical-align: middle;
     font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", Arial, Tahoma, sans-serif;
 }
 
 button {
     overflow: visible
 }
 
 ul {
     list-style: none;
     margin: 0;
     padding: 0;
 }
 
 img {
     border: none;
 }
 
 li {
     list-style: none;
 }
 
 a {
     color: #000;
     text-decoration: none;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 
  .l_more a {
    
     color: #6ba6c7;
     
     width: 100%;
     display: inline-block;
     background-color: #fff;
     border-radius: 40px;
 }
 
 .l_more a:hover {
     background-color: #eda83d;
     color: #fff!important;
 }
 
 
 .iconfont {
     font-family: "iconfont" !important;
     font-size: 16px;
     font-style: normal;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
 }
 
 .btn.active.focus,
 .btn.active:focus,
 .btn.focus,
 .btn:active.focus,
 .btn:active:focus,
 .btn:focus {
     outline: none;
 }
 
 button:focus {
     outline: none;
 }
 
 a:hover {
     color: #7bbfe5!important;
     text-decoration: none !important;
 }
 /* 整体 */
 
.lcbg{
	background-image: url(../images/lc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:425px;
} 
.lcbg1{
	background-image: url(../images/lc.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:425px;
} 
 
/* 必要布局样式css */

.link_box{background-color: #55b8e2; padding: 10px 0px; text-align: center;color: #FFF;font-size: 13px; }
.link_box a{color: #FFF !important; border-right: 1px solid #FFF; padding:0px 10px 0px 10px; font-size: 13px;}
.link_box a:hover{text-decoration: none; color: #d8c18f;}
.link_box a:last-child{border-right:0px;}
.link_box button{display: none;}
.link_title{font-size: 13px; margin-right: -6px;}
.link_title:after{content:"：";}
.yl{
background-color:#FFFFFF;border: 1px solid #D0D0D0; width:280px; height:40px; font-size:16px; color:#666666; padding:0 5px;
}

/*内页左导航*/
.list_dt{
	width: 100%;
	padding: 0 40px 0 20px;
	height:55;
	line-height: 55px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	border: 1px solid #f5f5f5;
	font-weight: normal;
}
.list_dt:hover{
	background: #f5f5f5;
	font-weight: bold;
	color:#0054a7;
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0054a7;
	  color:#0054a7;
}
#open{
    background: #f8f8f8;
		font-weight: bold;
			color:#0054a7;
}
#open ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0054a7;
	
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 21px;
    display: block;
    width: 12px;
    height: 12px;

    background-size: cover;
}
#open .list_dt_icon{

    background-size: cover;
}
.list_dd{
    display: none;

}
.list_li{
	list-style-type: none;
	color: #919191;
	width: 100%;
	height: 55px;
	line-height: 55px;
	cursor: pointer;
	border: 1px solid #f5f5f5;
	text-align: center;
}
.list_li:hover{
  color:#0054a7;
} 



 
 
 
 
 
 
 
 
 
 @media only screen and (max-width:992px) {
     html.on {
         width: 100%;
         height: 100%;
         position: fixed;
         top: 0;
         left: 0;
         overflow: hidden;
     }
 }
 
 @media only screen and (max-width:992px) {
     body.on {
         transform: translateX(-60%);
         -webkit-transform: translateX(-60%);
         -moz-transform: translateX(-60%);
         -ms-transform: translateX(-60%);
         -o-transform: translateX(-60%);
     }
 }
 
 @media only screen and (max-width:992px) {
     .sj_bj {
         width: 100%;
         height: 100%;
         background-color: rgba(0, 0, 0, .5);
         position: absolute;
         top: 0;
         left: 0;
         content: "";
         z-index: 999999999999999999999;
         display: none;
     }
 }
 
 .header {
     background: #fafdfe;
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 9999999999999;
 }
 
 .header .logo {
     float: left;
     margin: 12.5px 0;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .header .logo img {
 }
 /* header nav */
 
 .header .nav {
     float: right;
 }
 
 .header .nav ul {
     float: left;
 }
 
 .header .nav ul li:nth-child(2) {
     margin-left: 45px;
 }
 
 .header .nav ul li:last-child {
     margin-right: 20px;
 }
 
 .header .nav ul li {
     margin-left: 16px;
     float: left;
     position: relative;
 }
 
 .header .nav .y_j {
     position: relative;
 }
 
 .header .nav .y_j i {
     display: none;
     padding-left: 10px;
     font-size: 12px;
     font-weight: bold;
     color: #000;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .header.on .nav .y_j i {
     color: #000;
 }
 
 .header.on {
     background-color: rgba(255, 255, 255, .9);
 }
 
 .header .nav ul li:hover .y_j i {
     color: #7bbfe5;
     transform: rotateX(180deg);
     -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
     -ms-transform: rotateX(180deg);
     -o-transform: rotateX(180deg);
 }
 
 .header .nav ul li.on .y_j i {
     color: #7bbfe5;
 }
 
 .header .nav .y_j a {
     display: inline-block;
     font-size: 16px;
     color: #000;
     text-transform: uppercase;
     line-height: 50px;
     margin-top: 10px;
 }
 
 .header.on .logo {
     margin: 25px 0;
     width: 154px;
 }
 
 .header.on .nav .y_j a {
     color: #000;
	 }
 
 .header .nav ul li:hover .y_j a {
     color: #7bbfe5;
     /* border-bottom: 3px solid #124375; */
 }
 
 .header .nav ul li.on .y_j a {
     color: #7bbfe5;
     /* border-bottom: 3px solid #124375; */
 }
 
 .header .nav ul li:after {
     width: 0;
     height: 3px;
     background-color: #7bbfe5;
     position: absolute;
     left: 50%;
     bottom: 0;
     content: "";
     transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transition: all .3s;
     -o-transition: all .3s;
     -ms-transition: all .3s;
     -moz-transition: all .3s;
     -webkit-transition: all .3s;
 }
 
 .header .nav ul li:hover:after {
     width: 100%;
 }
 
 .header .nav ul li.on:after {
     width: 100%;
 }
 
 .icon-xiasanjiao1:before {
     content: "\e613";
 }
 
 .header .nav .e_j {
     width: 200px;
     padding: 10px 0;
     background-color: #fff;
     box-shadow: 0 0 5px #aaa;
     position: absolute;
     top: 73px;
     left: 50%;
     margin-left: -100px;
     opacity: 0;
     visibility: hidden;
     transform: translateY(10px);
     -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
     -ms-transform: translateY(10px);
     -o-transform: translateY(10px);
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .header .nav .e_j.on {
     top: 102px;
 }
 
 .header .nav ul li:hover .e_j {
     opacity: 1;
     visibility: inherit;
     z-index: 999;
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
 }
 
 .header .nav .e_j a {
     font-size: 14px;
     line-height: 36px;
     text-align: center;
     display: block;
 }
 /* header  an */
 
 .header .an {
     position: absolute;
     top: 50%;
     margin-top: -13px;
     right: 30px;
     height: 27px;
     width: 40px;
     display: none;
 }
 
 .header .an span {
     width: 40px;
     height: 3px;
     background-color: #7bbfe5;
     display: block;
     position: absolute;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .header .an span.a1 {
     top: 0;
     left: 0;
 }
 
 .header .an span.a2 {
     top: 12px;
     left: 0;
 }
 
 .header .an span.a3 {
     top: 24px;
     left: 0;
 }
 
 .header .an.n span.a2 {
     display: none;
 }
 
 .header .an.n span.a1 {
     top: 10px;
     transform: rotate(45deg);
     -o-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
 }
 
 .header .an.n span.a3 {
     top: 10px;
     transform: rotate(135deg);
     -o-transform: rotate(135deg);
     -ms-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
     -webkit-transform: rotate(135deg);
 }
 
 .header .search,
 .header .contact,
 .header a.icon-diqiu {
     float: right;
     line-height: 109px;
 }
 
 .header .search {
     position: relative;
     line-height: 73px;
 }
 
 .header .search a {
     font-size: 17px;
     color: #7bbfe5;
     padding: 0 29px 0 46px;
 }
 
 .header .search button {
     color: #7bbfe5;
     font-size: 19px;
     position: absolute;
 }
 
 .icon-search:before {
     content: "\e605";
 }
 
 .icon-diqiu:before {
     content: "\e608";
     position: absolute;
     right: 67px;
     font-size: 21px;
 }
 
 .header a.icon-diqiu {
     position: relative;
     width: 40px;
     height: 20px;
     border: 1px solid #7bbfe5;
     display: inline-block;
     font-size: 14px;
     margin-left: 81px;
     line-height: 18px;
     text-align: center;
     color: #7bbfe5;
     margin-top: 40px;
 }
 /* 
.header .contact a {
    display: block;
    font-size: 16px;
    padding: 0 25px 0 23px;
    background-color: #7bbfe5;
    color: #fff;
    line-height: 110px;
} */
 /* .header .contact a:hover {
    color: #fff!important;
} */
 /* 模态框 */
 
 .search_none {
     width: 100%;
     background-color: #7bbfe5;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 9999;
     height: 350px;
     display: none;
 }
 
 .search_none .container {
     position: relative;
 }
 
 .search_none .sc_gb {
     transform-origin: center;
     position: absolute;
     top: 50%;
     margin-top: -129px;
     right: 0;
     cursor: pointer;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .search_none .nr_a {
     width: 500px;
     border-bottom: 1px solid #ccc;
     margin: 120px 0;
 }
 
 .search_none .sc_gb:hover {
     transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -ms-transform: rotate(360deg);
     -o-transform: rotate(360deg);
 }
 
 .search_none .sc_gb i {
     font-size: 30px;
     line-height: 50px;
     color: #000;
 }
 
 .search_none .sc_nr {
     width: 700px;
     margin: 41px auto;
 }
 
 .search_none input {
     width: 430px;
     height: 53px;
     font-size: 16px;
     line-height: 60px;
     color: #000;
     float: left;
 }
 
 .search_none input::placeholder {
     color: #ddd;
 }
 
 .search_none button {
     width: 70px;
     height: 60px;
     line-height: 60px;
     text-align: center;
     color: #000;
     float: right;
 }
 
 .search_none button i {
     font-size: 30px;
     color: #ddd;
 }
 
 .icon-chenghao2:before {
     content: "\e694";
 }
 
 @media only screen and (max-width:992px) {
     .search_none .sc_gb i {
         font-size: 22px;
         margin-right: 10px;
     }
     .search_none .sc_nr {
         width: 90%;
     }
     .search_none input {
         width: 85%;
         font-size: 15px;
     }
     .search_none button {
         width: 15%;
     }
     .search_none button i {
         font-size: 26px;
     }
 }
 
 .banquan {
     line-height: 80px;
     color: #fff;
     background-color: #000;
     text-align: center;
     font-size: 14px;
 }
 
 @media only screen and (max-width:1290px) {
     .header .nav .y_j a {
         font-size: 16px;
     }
     .header .nav ul li {
         margin-left: 30px;
     }
 }
 
 @media only screen and (max-width:992px) {
     .header {
         position: relative;
     }
     .header .logo {
         width: 50%;
         margin: 30px 0;
     }
	 .header .logo img {max-width: 100%
}
     .header .contact {
         display: none;
     }
     .header .search {
         line-height: 85px;
         margin-right: 100px;
     }
     .header .nav {
         width: 60%;
         height: 100%;
         padding: 10px 5% 0;
         margin: 0;
         background-color: #141414;
         height: 100%;
         position: fixed;
         top: 0;
         right: -60%;
         z-index: 9999;
         overflow: auto;
         transition: all .5s;
         -o-transition: all .5s;
         -ms-transition: all .5s;
         -moz-transition: all .5s;
         -webkit-transition: all .5s;
     }
     .header .nav ul {
         width: 100%;
         float: none;
     }
     .header .nav ul li:nth-child(2) {
         margin-left: 0;
     }
     .header .nav ul li {
         width: 100%;
         height: auto;
         text-align: left;
         border-bottom: 1px solid rgba(255, 255, 255, .1);
         float: none;
         margin: 0;
         /* padding: 10px 0; */
         padding-bottom: 0px;
     }
     .header .nav ul li:after {
         display: none;
     }
     .header .nav .y_j i {
         display: block;
         width: 100%;
         padding-right: 10px;
         position: absolute;
         top: 0;
         right: 0;
         font-size: 18px;
         text-align: right;
         color: #ddd;
         line-height: 46px;
         z-index: 99;
     }
     .header.on .nav .y_j i {
         color: #ddd;
     }
     .header .nav ul li:hover .y_j i {
         color: #ddd;
         transform: none;
         -webkit-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         -o-transform: none;
     }
     .header .nav ul li.on .y_j i {
         color: #ddd;
     }
     .header .nav .y_j a {
         font-size: 20px;
         line-height: 46px;
         color: #fff;
         display: block;
     }
	 .jumbotron{margin-top: 0!important;min-height:160px!important }
     .header.on .nav .y_j a {
         color: #fff;
         line-height: 66px;
     }
     .header .nav ul li:hover .y_j a {
         color: #fff;
         border-bottom: 3px solid transparent;
     }
     .header .nav ul li.on .y_j a {
         color: #fff;
         border-bottom: 3px solid transparent;
     }
     .header .nav .e_j {
         width: 100%;
         background: none;
         box-shadow: none;
         position: relative;
         left: auto;
         top: auto;
         padding: 0px 0;
         margin-left: 0;
         opacity: 1;
         visibility: inherit;
         display: none;
         transform: none;
         -webkit-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         -o-transform: none;
         transition: none;
         -o-transition: none;
         -ms-transition: none;
         -moz-transition: none;
         -webkit-transition: none;
     }
     .header .nav ul li:hover .e_j {
         transform: none;
         -webkit-transform: none;
         -moz-transform: none;
         -ms-transform: none;
         -o-transform: none;
     }
     .header .nav .e_j a {
         font-size: 20px;
         line-height: 50px;
         text-align: left;
         color: #fff;
     }
     .header .an {
         display: block;
     }
 }
 

 /* banner */
 
 .pc_ban {
     width: 100%;
     /* height高度随时修改 */
     height: 960px;
     position: relative;
     overflow: hidden;
 }
 
 .pc_ban .swiper-button-prev::after,
 .pc_ban .swiper-button-next::after {
     content: "";
 }
 
 .pc_ban .swiper-button-prev,
 .pc_ban .swiper-button-next {
     width: 63px;
     height: 63px;
     opacity: 0;
     margin-top: -25px;
     background-size: 63px 63px;
     -webkit-background-size: 63px 63px;
     -moz-background-size: 63px 63px;
     -ms-background-size: 63px 63px;
     -o-background-size: 63px 63px;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .pc_ban .swiper-button-prev {
     background: url(../images/b_l.png) no-repeat center;
     left: 0%;
     margin-left: 156px;
 }
 
 .pc_ban .swiper-button-next {
     background: url(../images/b_r.png) no-repeat center;
     right: 0%;
     margin-right: 156px;
 }
 
 .pc_ban:hover .swiper-button-prev {
     left: 2%;
     opacity: .5;
 }
 
 .pc_ban:hover .swiper-button-next {
     right: 2%;
     opacity: .5;
 }
 /* 小圆圈样式 */
 
 .swiper-pagination-bullet-active {
     background-color: #7bbfe5;
 }
 
 .swiper-container-horizontal>.swiper-pagination-bullets,
 .swiper-pagination-custom,
 .swiper-pagination-fraction {
     bottom: 46px;
 }
 
 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
     margin: 0 7px;
     width: 30px;
     height: 5px;
     border-radius: 10px;
 }
 /* banner w_z */
 
 .banner .w_z {
     text-align: left;
     margin-top: 300px;
     margin-left: 50px;
     color: #fff;
     overflow: hidden;
 }
 
 .banner .w_z h1 {
     text-align: right;
     font-size: 120px;
     line-height: 212px;
     margin-bottom: 10px;
     text-shadow: 2px 2px 7px #aaa;
 }
 
 @media only screen and (max-width:992px) {
     .pc_ban {
         height: 320px;
     }
     .banner .w_z {
         margin-top: 44px;
         width: 360px;
     }
     .banner .w_z h1 {
         font-size: 32px;
         line-height: 50px;
         margin-bottom: 0;
     }
     .swiper-button-next,
     .swiper-button-prev {
         display: none;
     }
     .swiper-container-horizontal>.swiper-pagination-bullets,
     .swiper-pagination-custom,
     .swiper-pagination-fraction {
         bottom: 20px;
     }
 }
 
 @media only screen and (max-width:450px) {
     .banner .w_z {
         width: 300px;
         margin-left: 0;
     }
     .banner .ban_link {
         display: none;
     }
     .banner .w_z h1 {
         font-size: 30px;
     }
 }
 
 @media only screen and (max-width:350px) {
     .banner .w_z {
         width: 260px;
         margin-left: 0;
     }
     .banner .w_z h2 {
         font-size: 16px;
         line-height: 26px;
     }
 }
 /* sy_jj */
 
 .sy_jj {

     padding: 50px 0;
     background: url(../images/sy_b3_02.png) no-repeat center / cover;
 }

 .sy_jj .jj_bt {
     color: #000;
     text-align: center;
     overflow: hidden;
     margin-top: 90px;
     margin-bottom: 40px;
 }
 
 .sy_jj .jj_bt h3 {
     font-size: 36px;
     line-height: 46px;
     margin-bottom: 20px;
 }
 
 .sy_jj .jj_bt h5 {
     font-size: 24px;
     line-height: 32px;
     text-transform: uppercase;
 }
 
 .sy_jj .jj_nr {
     position: relative;
 }
 
 .sy_jj .nr_l {
     float: left;
     width: 49%;
     overflow: hidden;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .sy_jj .nr_l img {
     width: 100%;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .sy_jj .nr_l:hover {
     box-shadow: 0 0 10px #aaa;
 }
 
 .sy_jj .nr_l:hover img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
 }
 
 .sy_jj .jj_nr .nr_r {
     width: 710px;
     text-align: center;
	 
     float: left;
     padding-top: 10px;
 }
 
 .sy_jj .jj_nr .nr_r .r_t {
     color: #c8c8c8;
 }
 
 .sy_jj .nr_r .r_b .b_lb ul li {
     padding: 0;
 }
 
 .sy_jj .jj_nr .nr_r .r_t h2 {
     font-size: 80px;
     font-weight: bold;
     line-height: 115px;
 }
 
 .sy_jj .nr_r .r_b {
     background: rgba(249, 249, 249, .9);
     padding: 21px 88px 30px 85px;
     overflow: hidden;
     position: absolute;
	 z-index: 2; 
     left: 50%;
     
     top: 47%;
     margin-top: -150px;
 }
 
 .sy_jj .nr_r .r_b .b_wz {
     width: 530px;
     padding-bottom: 33px;
     text-align: left;
 }
 
 .sy_jj .nr_r .r_b .b_wz h5 {
     font-size: 24px;
     color: #000;
     margin-bottom: 20px;
 }
 
 .sy_jj .nr_r .r_b .b_wz p {
     line-height: 30px;
     color: #646464;
 }
 /* .sy_jj .nr_r .r_b .b_lb {
    margin-bottom: 26px;
} */
 /* 图标 */
 
 .icon-37:before {
     content: "\e508";
 }
 
 .icon-shangsheng:before {
     content: "\e50b";
 }
 
 .icon-qiyewenhua:before {
     content: "\e671";
 }
 
 .icon-woshou:before {
     content: "\e50c";
 }
 
 .sy_jj a.b_xq {
     color: #6ba6c7;
     width: 89px;
     height: 21px;
     line-height: 19px;
     display: block;
     border-radius: 10px;
     border: 1px solid #6ba6c7;
     margin-bottom: 44px;
 }
 
 .sy_jj .b_lb .l_b .iconfont {
     font-size: 30px;
     color: #6ba6c7;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 /* .sy_jj .nr_r .r_b .b_lb li:first-child {
    padding-left: 0;
}

.sy_jj .nr_r .r_b .b_lb li:last-child {
    padding-right: 0;
} */
 
 .sy_jj .r_b .b_lb li .l_b {
     background-color: #fff;
     overflow: hidden;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .sy_jj .b_lb li .l_b .iconfont_ab {
     color: #bfa061;
     font-size: 40px;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .sy_jj .r_b .b_lb li a {
     display: block;
     font-size: 16px;
     color: #6ba6c7;
     margin-bottom: 10px;
 }
 
 .sy_jj .r_b .b_lb li a:hover {
     color: #fff!important;
 }
 
 .sy_jj .r_b .b_lb li:hover .l_b {
     background-color: #6ba6c7;
 }
 
 .sy_jj .b_lb li:hover .l_b .iconfont {
     color: #fff;
 }
 
 .sy_jj .r_b .b_lb li:hover .l_b .iconfont_ab {
     color: #fff;
 }
 
 .sy_jj .r_b .b_lb li:hover a {
     color: #fff;
 }
 
 .sy_jj .r_b .b_lb li.on .l_b {
     background-color: #bfa061;
 }
 
 .sy_jj .r_b .b_lb li.on .l_b .iconfont_ab {
     color: #fff;
 }
 
 .sy_jj .r_b .b_lb li.on a {
     color: #fff;
 }
 
 @media only screen and (max-width:992px) {
     .sy_jj .jj_bt {
         margin-top: 50px;
     }
     .sy_jj .jj_bt h3 {
         font-size: 30px;
         margin-bottom: 0;
     }
     .sy_jj .jj_bt h5 {
         font-size: 20px;
     }
     .sy_jj .jj_nr .nr_r .r_t h2 {
         font-size: 36px;
         line-height: 80px;
     }
     .sy_jj .nr_l {
         width: 100%;
     }
     .sy_jj .jj_nr .nr_r {
         width: 100%;
     }
     .sy_jj .nr_r .r_b {
         padding: 0 45px 0;
     }
     .sy_jj .nr_r .r_b .b_wz {
         padding-bottom: 40px;
         width: 100%;
     }
     .sy_jj .nr_r .r_b .b_wz h5 {
         font-size: 18px;
     }
     .sy_jj .r_b .b_lb li a {
         font-size: 16px;
     }
     .sy_jj .nr_r .r_b .b_wz p {
         font-size: 12px;
     }
 }
 
 @media only screen and (max-width:470px) {
     .sy_jj .jj_nr .nr_r {
         position: static;
     }
     .sy_jj .nr_l {

     }
     .sy_jj .jj_nr .nr_r .r_t h2 {
/*         display: none;*/
     }
     .sy_jj .jj_bt {
         margin-bottom: 0;
     }
 }
 /* sy_sl */
 
 .sy_sl {
     padding-top: 78px;
     background: url(../images/sy_b2.png) no-repeat center / cover;
 }
 
 .sy_sl .sl_bt {
     text-align: center;
 }
 
 .sy_sl .sl_bt h4 {
     font-size: 36px;
     color: #000;
 }
 
 .sy_sl .sl_bt h2 {
     font-size: 80px;
     color: #fff;
     font-weight: bold;
     line-height: 116px;
     text-transform: uppercase;
 }
 
 .sy_sl .sl_xx {
     margin-top: 26px;
     padding-bottom: 29px;
 }
 
 .sy_sl .sl_xx .xx_tp {
     width: 100%;
 }
 
 .sy_sl .sl_xx .xx_tp img {
     width: 100%;
     height: auto;
     display: block;
 }
 
 .sy_sl .sl_xx .xx_tw {
     position: relative;
     overflow: hidden;
     margin-bottom: 48px;

 }
 
 .sy_sl .sl_xx .xx_tw:hover .xx_wz {
     top: 0;
     background-color: rgba(107, 166, 193, .9);
     box-shadow: 0 0 10px #aaa;
 }
 
 .sy_sl .sl_xx .xx_tw:hover .xx_wz h5 {
     color: #fff;
     margin-top: 60px;
 }
 
 .sy_sl .sl_xx .xx_tw:hover .xx_wz span {
     background-color: #fff;
     margin: 16px 0;
 }
 
 .sy_sl .sl_xx .xx_tw .xx_wz {
     position: absolute;
     top: 78.57%;
     padding-right: 20px;
     padding-left: 20px;
     height: 100%;
     width: 92.4%;
     text-align: center;
     background-color: #fff;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .sy_sl .sl_xx .xx_tw .xx_wz h5 {
     margin-top: 21px;
     font-size: 16px;
     color: #000;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .sy_sl .sl_xx .xx_tw .xx_wz span {
     width: 60px;
     height: 2px;
     background-color: #6ba6c7;
     display: inline-block;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .sy_sl .sl_xx .xx_tw .xx_wz p {
     color: #fff;
     line-height: 24px;
     overflow: hidden;
     display: -webkit-box;
     -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
     text-overflow: ellipsis;
     text-align: left;
 }
 /* sy_cp */
 
 .sy_cp {

     
 }
 
 .sy_cp .cp_bt {
     text-align: center;
 }
 
 .sy_cp .cp_bt h4 {
     font-size: 36px;
     color: #000;
 }
 
 .sy_cp .cp_bt h2 {
     font-size: 80px;
     color: #646464;
     font-weight: bold;
     line-height: 116px;
     text-transform: uppercase;
 }
 
 .sy_cp .cp_lb {
     position: relative;
 
 }
 
 .sy_cp .cp_lb .cp_tp {
     box-shadow: 2px 2px 10px #aaa;
     position: relative;
     overflow: hidden;
 }
 
 .sy_cp .cp_lb .cp_tp img {
     width: 100%;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .sy_cp .cp_lb .cp_tp:hover img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
 }
 
 .sy_cp .cp_lb .cp_tp .t_w {
     width: 100%;
     line-height: 59px;
     color: #000;
     text-align: center;
     position: absolute;
     font-size: 18px;
     background-color: #f7f7f7;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
     bottom: 0;
 }
 
 .sy_cp .cp_lb .cp_tp:hover .t_w {
     background-color: #6ba6c7;
     color: #fff;
 }
 
 .sy_cp .cp_lb .icon-right:before,
 .sy_cp .cp_lb .icon-zuo:before {
     font-size: 50px;
 }
 
 .swiper-button-prev:after,
 .swiper-button-next:after {
     content: "";
 }
 
 .swiper-button-prev,
 .swiper-button-next {
     font-size: 56px;
     color: #646464;
 }
 
 .swiper-button-prev {
     left: -138px;
 }
 
 .swiper-container {
padding-top: 75px;
 }
 
 :focus {
     outline: none;
 }
 
 .swiper-button-next {
     right: -138px;
 }
 
 .icon-right:before {
     content: "\e506";
 }
 
 .icon-zuo:before {
     content: "\e52f";
 }
 /* sy_new */
 
 .sy_new {
     padding: 45px 0;
     background: url(../images/sy_b4.png) no-repeat center / cover;
 }
 
 
  .sy_new .container1 {
    max-width: 1200px;margin:0 auto
 }
 
 
 .sy_new .new_bt {
     text-align: center;    margin-bottom: 100px;
 }
 
 .sy_new .new_bt h4 {
     font-size: 36px;
     color: #333;
 }
 
 .sy_new .new_bt h2 {
     font-size: 80px;
     color: #333;
     font-weight: bold;
     line-height: 116px;
     text-transform: uppercase;
 }
 
 .sy_new .new_wz ul li {
     margin-top: 23px;
     margin-bottom: 50px;
 }
 
 .sy_new .new_wz ul li a {
     padding: 5px 32px 5px 23px;
     display: block;
	 
     background-color: #fff;
 }
 
 .sy_new .new_wz li h5 {
     color: #000;
     font-size: 16px;
     margin: 10px 0;
	 padding-bottom:10px; 
	 font-weight: bold;
     overflow: hidden;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 1;
     text-overflow: ellipsis;
	 border-bottom: 1px #eeeeee solid;
 }
 
 .sy_new .new_wz li p {
     color: #646464;
     line-height: 26px;
     overflow: hidden;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     text-overflow: ellipsis;
 }
 
 .sy_new .new_wz li span {
     color: #646464;
     margin-top: 30px;
     display: block;
     position: relative;
	 float:right;
 }
 
 .icon-shuangyoujiantou::after {
     content: ">>";
     position: absolute;
     right: 20px;
	 top:0;
 }
 
 .sy_new .new_more {
     text-align: center;
 }
 
 .sy_new .new_more a {
     font-size: 18px;
     color: #6ba6c7;
     line-height: 43px;
     width: 166px;
     display: inline-block;
     background-color: #fff;
     border-radius: 20px;
 }
 
 .sy_new .new_more a:hover {
     background-color: #6ba6c7;
     color: #fff!important;
 }
 /* footer */
 
 .footer {
     padding: 50px 0;
     background: #323232;
 }
 
 .footer .ft_tj .t_j input {
     width: 92%;
     height: 26px;
     border: 1px solid #848484;
     margin-bottom: 10px;
     padding-left: 15px;
     line-height: 26px;
     background-color: #fff;
 }
 
 .footer .ft_tj .t_j input::placeholder {
     color: #5a5a5a;
 }
 
 .footer .ft_tj .t_j textarea {
     width: 92%;
     height: 70px;
     padding: 13px 0 0 14px;
     border: 1px solid #848484;
     background-color: #fff;
     margin-bottom: 16px;
 }
 
 .footer .ft_tj .t_j textarea::placeholder {
     color: #5a5a5a;
 }
 
 .footer .ft_tj .t_j button {
     width: 110px;
     height: 25px;
     color: #000;
     background-color: #fff;
     border-radius: 15px;
 }
 
 .footer .ft_dh h4 {
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     margin-bottom: 15px;
 }
 
 .footer .ft_dh li {
     line-height: 24px;
 }
 
 .footer .ft_dh li a {
     color: #ffffff;
 }
 
 .footer .col-lg-2 {
     text-align: center;
 }
 
 .footer .col-lg-2 p {
     color: #fff;
     line-height: 54px;
 }
 
 .footer .col-lg-2 .ft_db .iconfont {
     color: #fff;
     font-size: 32px;
     margin: 0 9.5px;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .footer .col-lg-2 .ft_db .iconfont:hover {
     color: #6ba6c7;
 }
 
 .icon-weixin2:before {
     content: "\e6ba";
 }
 
 .icon-weibo:before {
     content: "\e621";
 }
 
 .icon-QQ:before {
     content: "\e659";
 }
 /* a_b */
 
 .header_h {
     height: 100px;
     width: 100%;
 }
 
 .ab_ban {
     padding: 149px 0 167px 0;
     color: #fff;
     text-align: center;
     position: relative;
 }
 
 .ab_ban h2 {
     font-size: 36px;
     margin-bottom: 30px;
 }
 
 .ab_ban h3 {
     font-size: 24px;
     text-transform: uppercase;
 }
 
 .ny_nav {
     position: absolute;
     bottom: -40px;
     width: 100%;
 }
 .ny_nav.n2{
    bottom: -70px;
}.ny_nav.n2 ul li{
margin:-1px
}
 .ny_nav ul li {
     background-color: #fafafa;
     height: 80px;
     padding-top: 25px;
     padding-bottom: 25px;
     text-align: center;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .ny_nav ul li.on {
     padding-top: 10px;
     padding-bottom: 9px;
 }
 
 .ny_nav ul li.n {
     background-color: #6ba6c7;
 }
 
 .ny_nav ul li.n a {
     color: #fff;
 }
 
 .ny_nav ul li:hover {
     background-color: #6ba6c7;
 }
 
 .ny_nav ul li:hover a {
     color: #fff;
 }
 
 .ny_nav ul a:hover {
     color: #fff!important;
 }
 
 .ny_nav ul li a {
     font-size: 18px;
     color: #000;
 }
 
 .ny_dh {
     margin-top: 50px;
 }
 
 .ny_dh ul li {
     float: left;
 }
 
 .ny_dh ul li.on {
     padding-left: 52px;
     position: relative;
 }
 
 .ny_dh ul li.on::before {
     content: "";
     background: url(../images/f_z.png) no-repeat center / cover;
     width: 36px;
     height: 36px;
     position: absolute;
     top: -10px;
     left: 0;
 }
 
 .ny_dh ul li.n {
     /* padding-left: 19px; */
     position: relative;
 }
 /* .ny_dh ul li.n::before {
     content: ">";
     position: absolute;
     left: 5%;
 } */
 
 .ny_dh ul li a {
     font-size: 13px;
     color: #464646;
 }
 
 .ab_jj {
     padding-bottom: 157px;
 }
 
 .ab_jj .jj_bt {
     padding-top: 67px;
 }
 
 .ab_jj .jj_bt .bt_s {
     position: relative;
 }
 
 .ab_jj .jj_bt h2 {
     font-size: 36px;
     color: #6ba6c7;
 }
 
 .ab_jj .jj_bt h3 {
     font-size: 20px;
     color: #505050;
     text-transform: uppercase;
     line-height: 36px;
     position: absolute;
     top: 0;
     right: 28.97%;
     z-index: 1;
 }
 
 .ab_jj .jj_bt h3::before {
     content: "";
     width: 80px;
     height: 1px;
     position: absolute;
     left: -90px;
     top: 50%;
     background-color: #000;
 }
 
 .ab_jj .jj_bt span {
     width: 18px;
     height: 14px;
     background-color: #6ba6c7;
     display: block;
     margin: 29px 0 45px 0;
 }
 
 .ab_jj .jj_js .js_l {
     color: #000;
     line-height: 24px;
 }
 
 .ab_jj .jj_js .js_r .r_t {
     text-align: right;
     position: absolute;
         top: -2%;
     right: 0;
     overflow: hidden;
 }
 
 .ab_jj .jj_js .js_r .r_t:hover img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
 }
 
 .ab_jj .jj_js .js_r .r_b {
     position: absolute;
     width: 89.17%;
     height: 68%;

     z-index: -1;
     right: 0;
     bottom: 9px;
 }
 
 .ab_jj .jj_js .js_r .r_t img {
     width: 100%;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 /* s_l */
 
 .ab_jj.s_l .jj_bt {
     padding-top: 125px;
 }
 
 .ab_jj.s_l .jj_bt .bt_s h2 {
 
     margin-bottom: 31px;
 }
 
 .ab_jj.s_l .jj_bt .bt_s h4 {
     font-size: 20px;
     color: #646464;
     text-transform: uppercase;
 }
 
 .ab_jj.s_l .jj_bt span {
     width: 60.8333%;
     background-color: #6ba6c7;
     height: 1px;
 }
 
 .ab_jj.s_l .sl_nr .nr_wz {
     color: #000;
     line-height: 30px;
     padding-bottom: 125px;
 }
 
 .ab_jj.s_l {
     padding-bottom: 100px;
 }
 
 .ab_jj.s_l .sl_nr .nr_tp .img {
     box-shadow: 2px 2px 5px #ddd;
     overflow: hidden;
 }
 
 .ab_jj.s_l .sl_nr .nr_tp .img:hover img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
 }
 
 .ab_jj.s_l .sl_nr .nr_tp .img img {
     width: 100%;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 /* c_p */
 
 .c_p {
     padding-top: 125px;
 }
 
 .c_p .cp_xq {
     border-bottom: 3px solid #c8c8c8;
     margin-top: 50px;
 }
 
 .c_p .cp_xq:first-child {
     margin-top: 0;
 }
 
 .c_p .cp_xq:last-child {
     border-bottom: none;
 }
 
 .c_p .cp_xq .xq_tp {
     position: relative;
     padding-left: 30px;
     padding-bottom: 50px;
 }
 
 .c_p .cp_xq .xq_tp img {
     max-width: 100%;
 }
 
 .c_p .cp_xq .xq_tp .tp_z {
     position: absolute;
     width: 50%;
     background-color: #6ba6c7;
     height: 153px;
     left: 0;
     top: 25px;
     z-index: -1;
 }
 
 .c_p .cp_xq .xq_wz {
     text-align: right;
     position: relative;
     height: 100%;
 }
 
 .c_p .cp_xq .xq_wz h5 {
     font-size: 18px;
     color: #000;
     padding-right: 34px;
     position: relative;
 }
 
 .c_p .cp_xq .xq_wz h5::after {
     content: "";
     width: 3px;
     height: 20px;
     background-color: #000;
     position: absolute;
     right: 0;
 }
 
 .c_p .cp_xq .xq_wz h3 {
     font-size: 36px;
     color: #969696;
     text-transform: uppercase;
     line-height: 44px;
     margin-top: 20px;
     margin-bottom: 35px;
 }
 
 .c_p .cp_xq .xq_wz .wz_z::before {
     content: "[产品介绍]";
     font-size: 16px;
     color: #000000;
     position: absolute;
     left: -25.66%;
 }
 
 .c_p .cp_xq .xq_wz .wz_z {
     position: relative;
     text-align: left;
     margin-left: 93px;
     font-size: 16px;
     color: #000;
     line-height: 39px;
     margin-bottom: 60px;
 }
 
 .c_p .cp_xq .xq_wz a {
     position: absolute;
     right: 0;
     bottom: 77px;
     display: inline-block;
     width: 110px;
     line-height: 35px;
     color: #fff;
     background-color: #6ba6c7;
     font-size: 16px;
     text-align: center;
     /* margin-bottom: 77px; */
     border: 1px solid #6ba6c7;
 }
 
 .c_p .cp_xq .xq_wz a:hover {
     background-color: transparent;
 }
 
 .page {
     text-align: center;
     padding-bottom: 100px;
     padding-top: 50px;
 }
 
 .page ul {
     display: inline-block;
 }
 
 .page ul li {
     float: left;
     width: 32px;
     background-color: #fafafa;
     margin-left: 10px;
 }
 
 .page ul li:hover {
     background-color: #6ba6c7;
 }
 
 .page ul li:hover a {
     color: #fff;
 }
 
 .page ul li.n {
     background-color: #6ba6c7;
 }
 
 .page ul li.n a {
     color: #fff;
 }
 
 .page ul li.on {
     width: 63px;
 }
 
 .page ul li a {
     line-height: 32px;
     color: #000;
 }
 
 .page ul li a:hover {
     color: #fff!important;
 }
 /* new */
 
 .n_ew .ew_bt {
     padding-top: 130px;
     padding-bottom: 20px;
 }
 
 .n_ew .ew_bt h2,
 .n_ew .ew_bt h4 {
     display: inline-block;
 }
 
 .n_ew .ew_bt h2 {
     font-size: 36px;
     color: #464646;
     vertical-align: bottom;
 }
 
 .n_ew .ew_bt h4 {
     font-size: 18px;
     color: #7bbfe5;
     line-height: 36px;
     text-transform: uppercase;
     margin-left: 25px;
 }
 
 .n_ew .ew_nr .row {
     border-bottom: 3px dashed #e6e6e6;
 }
 
 .n_ew .ew_nr .row:last-child {
     border-bottom: none;
 }
 
 .n_ew .ew_nr .n_l {
     padding-top: 25px;
     padding-bottom: 30px;
 }
 
 .n_ew .ew_nr .n_l .img {
     box-shadow: 2px 2px 5px #ddd;
 }
 
 .n_ew .ew_nr .n_l img {
     width: 100%;
 }
 
 .n_ew .ew_nr .n_r {
     color: #161616;
     padding-top: 25px;
     padding-bottom: 36px;
 }
 
 .n_ew .ew_nr .n_r h5 {
     font-size: 16px;
     line-height: 22px;
     margin-bottom: 10px;
 }
 
 .n_ew .ew_nr .n_r p {
     line-height: 24px;
 }
 
 .n_ew .ew_nr .nr_sj {
     padding-top: 25px;
     position: relative;
 }
 
 .n_ew .ew_nr .nr_sj p {
     color: #0a0a0a;
     display: inline-block;
     margin-right: 31px;
 }
 
 .n_ew .ew_nr .nr_sj span::before {
     content: "";
     background: url(../images/l_j.png) no-repeat center / cover;
     width: 22px;
     height: 17px;
     display: inline-block;
     margin-right: 10px;
 }
 
 .icon-shijianlishijilujishizhongbiaoxianxing:before {
     content: "\e604";
     font-size: 18px;
     margin-right: 10px;
 }
 
 .n_ew .ew_nr .nr_sj a.icon-shuangyoujiantou-::after {
     content: "";
 }
 
 .n_ew .ew_nr .nr_sj a.icon-shuangyoujiantou- {
     position: absolute;
     right: 0;
 }
 
 .icon-shuangyoujiantou-:before {
     content: "\e648";
 }
 
 .footer.new {
     margin-top: 70px;
 }
 /* r_l */
 
 .r_l>.container {
     padding: 0;
 }
 
 .r_l .rl_bt {
     text-align: center;
     padding-top: 120px;
 }
 
 .r_l .rl_bt h2 {
     font-size: 36px;
     color: #6ba6c7;
 }
 
 .r_l .rl_bt h4 {
     font-size: 20px;
     text-transform: uppercase;
     color: #000000;
     padding-top: 25px;
     padding-bottom: 40px;
 }
 
 .r_l .rl_bt .bt_z {
     display: inline-block;
 }
 
 .r_l .rl_bt .bt_z p {
     text-align: left;
     line-height: 36px;
     font-size: 18px;
     color: #646464;
 }
 
 .r_l .rl_bt .bt_tp img {
     width: 100%;
     margin-top: 28px;
 }
 
 .r_l .rl_nr .nr_zp {
     /* padding-top: 30px;
    padding-bottom: 75px; */
     border: 1px solid #a0a0a0;
     position: relative;
     padding-right: 11px;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
     margin-bottom: 20px;
 }
 
 .r_l .rl_nr .nr_zp .zp_rz {
     padding: 20px 0;
     display: none;
 }
 
 .r_l .rl_nr .nr_zp .zp_rz.on {
     display: block;
 }
 
 .r_l .rl_nr .nr_zp:hover {
     background-color: #f7f7f7;
 }
 
 .r_l .rl_nr .zp_l h5 {
     padding-top: 30px;
     font-size: 16px;
     color: #000;
     margin-bottom: 15px;
 }
 
 .r_l .rl_nr .zp_l p {
     color: #969696;
 }
 
 .r_l .rl_nr .zp_r {
     height: 100%;
     padding-top: 32px;
     padding-bottom: 110px;
 }
 
 .r_l .rl_nr .zp_r p {
     color: #646464;
     text-align: right;
 }
 
 .r_l .rl_nr .zp_r a {
     position: absolute;
     width: 87px;
     line-height: 29px;
     border: 1px solid #6ba6c7;
     background-color: #6ba6c7;
     color: #fff;
     text-align: center;
     top: 80px;
     right: 10px;
 }
 
 .r_l .rl_nr .zp_r a:hover {
     background-color: transparent;
 }
 
 .r_l .rl_nr .nr_page {
     text-align: right;
     margin-top: 30px;
 }
 
 .r_l .rl_nr .nr_page ul {
     display: inline-block;
 }
 
 .r_l .rl_nr .nr_page ul li {
     float: left;
     width: 30px;
     background-color: #f2f2f2;
     text-align: center;
     margin-left: 7px;
 }
 
 .r_l .rl_nr .nr_page ul li.on {
     width: 80px;
 }
 
 .r_l .rl_nr .nr_page ul li:hover {
     background-color: #6ba6c7;
     color: #fff;
 }
 
 .r_l .rl_nr .nr_page li a:hover {
     color: #fff!important;
 }
 
 .r_l .rl_nr .nr_page li a {
     line-height: 30px;
     font-size: 16px;
     color: #000;
 }
 /* 3d */
 /* .rl_d .cp_tp {
    padding: 0 29px;
} */
 
 .rl_d .cp_tp img {
     max-width: 100%;
     display: inline-block;
     margin: 0 auto 26px;
 }
 
 .icon-right:before {
     content: "\e506";
     font-size: 10px;
     color: #b7b7b7;
     font-weight: bold;
 }
 
 .icon-zuo:before {
     content: "\e52f";
     font-size: 10px;
     font-weight: bold;
     color: #b7b7b7;
 }
 /* 3d效果 */
 
 .zy-Slide {
     position: relative;
     /* margin: -63px auto 0; */
 }
 
 .zy-Slide ul {
     position: relative;
     margin: 0;
     height: 580px;
     padding: 0;
 }
 
 .zy-Slide li {
     background-color: #fff;
     position: absolute;
     list-style: none;
     padding: 0 7px 7px;
     top: 146px;
     left: 377px;
     z-index: 0;
     cursor: pointer;
     border-radius: 3px;
     box-shadow: 2px 2px 5px #aaa;
 }
 
 .zy-Slide section {
     border: 2px solid #b2b1b1;
     border-radius: 50%;
 }
 
 .zy-Slide section:nth-child(1),
 .zy-Slide section:nth-child(2) {
     position: absolute;
     top: 50%;
     width: 36px;
     height: 36px;
     margin-top: -20px;
     cursor: pointer;
     line-height: 34px;
 }
 
 .zy-Slide section:nth-child(1) {
     left: -84px;
 }
 
 .zy-Slide section:nth-child(2) {
     right: -84px;
 }
 /* lx */
 
 .ny_dh.lx {
     margin-top: 26px;
 }
 
 .lx_dz {
     padding: 130px 0 310px 0;
     position: relative;
 }
 

 
 .lx_dz .dz_nr .nr_ssj {
     width: 0;
     height: 0;
     border-width: 0 28px 47px;
     border-style: solid;
     border-color: transparent transparent #83c3e6;
     /*透明 透明  灰*/
     margin: 40px auto;
     position: absolute;
     left: 50%;
     margin-left: -28px;
     top: -87px;
 }
 
 .lx_dz .dz_nr {
     position: absolute;
     left: 29.14%;
     width: 41.72%;
     top: 419px;
 }
 
 .lx_dz .dz_nr .nr_ssj span {
     display: block;
     width: 0;
     height: 0;
     border-width: 0 25px 44px;
     border-style: solid;
     border-color: transparent transparent #f7f7f7;
     /*透明 透明  黄*/
     position: absolute;
     top: 2px;
     left: -25px;
 }
 
 .icon-dizhi1:before {
     content: "\e612";
     color: #6ba6c7;
     position: absolute;
     top: -73px;
     left: -29px;
     font-size: 59px;
 }
 
 .lx_dz .dz_nr .nr_xx {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     border: 2px solid #7bbfe5;
     padding: 30px 0;
     background-color: #f7f7f7;
 }
 
 .lx_dz .dz_nr .nr_xx p {
     text-transform: uppercase;
     font-size: 16px;
     color: #000;
     line-height: 36px;
     position: relative;
 }
 
 .lx_dz .dz_nr .nr_xx p.icon::before {
     content: "";
     background: url(../images/ai_t.png) no-repeat center / cover;
     width: 25px;
     height: 25px;
     position: absolute;
     top: 4px;
     left: -35px;
 }
 
 .icon-jurassic_home:before,
 .icon-dianhua2:before,
 .icon-zuoji:before,
 .icon-xinfeng2:before,
 .icon-rentou4:before {
     font-size: 15px;
     color: #6ba6c7;
     width: 25px;
     height: 25px;
     line-height: 25px;
     border-radius: 50%;
     border: 1px solid #6ba6c7;
     position: absolute;
     text-align: center;
     top: 4px;
     left: -35px;
 }
 
 .icon-jurassic_home:before {
     content: "\e69b";
 }
 
 .icon-dianhua2:before {
     content: "\e50d";
 }
 
 .icon-zuoji:before {
     content: "\e689";
 }
 
 .icon-xinfeng2:before {
     content: "\e61b";
 }
 
 .icon-rentou4:before {
     content: "\e601";
 }
 /* wh */
 
 .wh_tw {
     background-color: #fafafa;
     margin-top: 80px;
 }
 
 .wh_tw .row:first-child .img {
     padding-top: 50px;
 }
 
 .wh_tw .img {
     padding-bottom: 30px;
 }
 
 .wh_tw .row:last-child .img {
     padding-bottom: 100px;
 }
 
 .wh_tw .img img {
     width: 100%;
 }
  .wh_tw .row:first-child .tw_r .b_t{padding-top:46px}
 .wh_tw .tw_r .b_t {
     padding-left: 120px;
 }
 
 .wh_tw .tw_l {
     text-align: right;
 }
 
 .wh_tw .tw_l .b_t {
     text-align: right;
     padding-right: 120px;
 }
 
 .wh_tw h2 {
     font-size: 26px;
     color: #6ba6c7;
 }
 
 .wh_tw h3 {
     font-size: 20px;
     color: #646464;
     text-transform: uppercase;
     margin: 30px 0;
 }
 
 .wh_tw h4 {
     font-size: 16px;
     color: #505050;
 }
 
 .l_c {
     padding-top: 120px;
     background: url(../images/lc_bei.png) no-repeat center;
 }
 
 .l_c .c_r {
     text-align: right;
 }
 
 .l_c .img {
     display: inline-block;
     width: 497px;
     overflow: hidden;
 }
 
 .l_c .img:hover img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
 }
 
 .l_c .img img {
     padding-bottom: 100px;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
 }
 
 .l_c .row:first-child .c_l {
     padding-top: 120px;
 }
 
 .l_c .row:first-child .img img {
     padding-top: 120px;
 }
 
 .l_c .c_l {
     text-align: left;
 }
 
 .l_c .c_l .w_z {
     position: relative;
     display: inline-block;
     width: 315px;
     text-align: left;
     margin-left: 40px;
 }
 
 .l_c .c_l .w_z::before {
     content: "";
     width: 15px;
     height: 15px;
     background-color: #6ba6c7;
     position: absolute;
     left: -43px;
     top: 73px;
 }
 
 .l_c .c_l .w_z p {
     color: #505050;
     line-height: 24px;
 }
 
 .l_c .c_l h3 {
     text-align: right;
     font-size: 24px;
     color: #6ba6c7;
     margin-bottom: 40px;
 }
 
 .l_c .c_r .w_z {
     position: relative;
     display: inline-block;
     width: 315px;
     text-align: left;
     margin-right: 40px;
 }
 
 .l_c .c_r .w_z::after {
     content: "";
     width: 15px;
     height: 15px;
     background-color: #6ba6c7;
     position: absolute;
     right: -43px;
     top: 73px;
 }
 
 .l_c .c_r .w_z p {
     color: #505050;
     line-height: 24px;
 }
 
 .l_c .c_r h3 {
     text-align: left;
     font-size: 24px;
     color: #6ba6c7;
     margin-bottom: 40px;
 }
 
 .footer.new {
     margin-top: 70px;
 }
 /* .pc_xs {
     display: block;
 } */
 
 .sj_xs {
     display: none;
 }
 
 .e_m {
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     background-color: rgba(0, 0, 0, .9);
     z-index: 99999;
     display: none;
 }
 
 .e_m .n_r {
     width: 200px;
     padding: 10px;
     background-color: #fff;
     position: absolute;
     top: 50%;
     left: 50%;
     text-align: center;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
 }
 
 .e_m .n_r img {
     width: 100%;
     height: auto;
     display: block;
 }
 
 .e_m .n_r p {
     font-size: 15px;
     color: #888;
     margin-top: 10px;
 }
 
 @media only screen and (max-width:640px) {
     .e_m .n_r {
         width: 230px;
         padding: 15px;
     }
     .e_m .n_r p {
         font-size: 15px;
     }

	 
	 
 }
 
 @media only screen and (max-width:992px) {
	 .sy_jj {
     padding: 10px 0; 
    background: url(../images/sy_b3_02.png) no-repeat center / cover;
}
     .header a.icon-diqiu {
         margin-top: 45px;
         margin-right: 50px;
         margin-left: 48px;
     }
     .header .search button {
         margin-top: 9px;
font-size:25px;
     }
     .sy_jj .jj_nr .nr_r .r_t h2 {
         font-size: 36px;
         line-height: 80px;
         position: absolute;
         width: 93%;
     }
     .sy_jj .nr_r .r_b {
         position: static;
         margin-top: 50px;
         width: 100%;
         left: 0;
         margin-left: 0;
         padding: 20px 40px;
     }
     .sy_jj .jj_nr {
         padding: 0 20px;
     }
     .sy_jj a.b_xq {
         margin-bottom: 25px;
     }
     .sy_jj .nr_r .r_b .b_wz {
         padding-bottom: 20px;
         width: 100%;
     }
     .sy_jj .nr_r .r_b .b_wz p {
         line-height: 24px;
     }
     .sy_jj .nr_r .r_b .b_wz h5 {
         margin-bottom: 15px;
     }
     .banner .w_z {
         margin-top: 90px;
         width: 360px;
     }
     .sy_sl .sl_bt h4 {
         font-size: 30px;
     }
     .sy_sl {
         padding-top: 50px;
     }
     .sy_sl .sl_bt h2 {
         font-size: 32px;
         line-height: 56px;
     }
     .sy_sl .sl_xx .xx_tw .xx_wz {
         width: 96.4%;
     }
     .sy_sl .sl_xx .xx_tw .xx_wz h5 {
         font-size: 12px;
         margin-top: 14px;
     }
     .sy_sl .sl_xx .xx_tw:hover .xx_wz h5 {
         margin-top: 10px;
     }
     .sy_sl .sl_xx .xx_tw .xx_wz p {
         font-size: 12px;
     }
     .sy_sl .sl_xx .xx_tw:hover .xx_wz span {
         margin: 4px 0;
     }
     .sy_cp .cp_bt h4 {
         font-size: 30px;
     }
     .sy_cp .cp_bt h2 {
         font-size: 32px;
         line-height: 56px;
     }
     .sy_cp {
 
     }
     .sy_cp .cp_lb .cp_tp .t_w {
         font-size: 16px;
         line-height:150%!important;
     }
     .sy_cp .cp_lb {
         position: relative;
         margin: 22px 10px 10px 30px;
     }
     .sy_new .new_bt h4 {
         font-size: 30px;
     }
     .sy_new .new_bt h2 {
         font-size: 32px;
         line-height: 56px;
     }
     .sy_new {
         padding: 40px 0;
     }
     .sy_new .new_wz li h5 {
         font-size: 16px;
         margin-bottom: 0px;
     }
     .sy_new .new_wz ul li a {
         padding: 10px 15px;
     }
     .sy_new .new_wz li p {
         font-size: 12px;
     }
     .sy_new .new_wz li span {
         font-size: 12px;
         margin-top: 20px;
     }
     .sy_new .new_wz ul li {
         margin-bottom: 30px;
     }
     .sy_new .new_more a {
         font-size: 16px;
         width: 146px;
     }
     .footer .ft_tj .t_j input {
         width: 100%;
         font-size: 12px;
     }
     .footer .ft_tj .t_j textarea {
         width: 100%;
         font-size: 12px;
     }
     .footer .ft_tj .t_j button {
         font-size: 12px;
     }
     .footer .ft_tj {
         margin-bottom: 30px;
     }
     .footer .ft_dh {
         margin-bottom: 30px;
     }
     .footer .ft_dh h4 {
         font-size: 14px;
         margin-bottom: 12px;
     }
     .footer .ft_dh li a {
         font-size: 12px;
     }
     .footer .ft_dh li {
         line-height: 20px;
     }
     .footer .col-lg-2 p {
         font-size: 12px;
         line-height: 49px;
     }
     .banquan {
         line-height: 60px;
         font-size: 12px;
     }
     .header_h {
         display: none;
     }
     .ab_ban h2 {
         font-size: 32px;
         margin-bottom: 12px;
     }
     .ab_ban h3 {
         font-size: 22px;
     }
     .ny_nav ul li a {
         font-size: 14px;
     }
     .ab_jj .jj_bt h3 {
         right: 0;
         font-size: 18px;
     }
     .ab_jj .jj_bt {
         padding-top: 50px;
     }
     .ab_jj .jj_bt h2 {
         font-size: 32px;
     }
     .ab_jj .jj_bt span {
         margin: 28px 0 30px 0;
     }
     .ab_jj .jj_js .js_l {
         font-size: 12px;
         line-height: 20px;
     }
     .ab_jj .jj_js .js_r .r_t {
         position: static;
         margin-top: 30px;
     }
     .ab_jj {
         padding-bottom: 98px;
     }
     .ab_jj.s_l .jj_bt {
         padding-top: 60px;
     }
     .ab_jj.s_l .jj_bt .bt_s h2 {
         margin-bottom: 20px;
     }
     .ab_jj.s_l .sl_nr .nr_wz {
         font-size: 12px;
         line-height: 24px;
         padding-bottom: 60px;
     }
     .ab_jj.s_l .sl_nr .nr_tp .img {
         margin-bottom: 20px;
     }
     .ab_jj.s_l {
         padding-bottom: 60px;
     }
     .c_p {
         padding-top: 80px;
     }
     .c_p .cp_xq .xq_wz h5 {
         font-size: 16px;
     }
     .c_p .cp_xq .xq_wz h3 {
         font-size: 28px;
         margin-bottom: 30px;
     }
     .c_p .cp_xq .xq_wz .wz_z {
         margin-left: 93px;
         font-size: 14px;
         line-height: 24px;    
     }
     .c_p .cp_xq .xq_wz .wz_z::before {
         font-size: 14px;
     }
     .c_p .cp_xq .xq_wz a {
         bottom: 20px;
         width: 90px;
         font-size: 14px;
    margin-bottom: 20px;
position: static;
     }
     .n_ew .ew_bt {
         padding-top: 50px;
     }
     .n_ew .ew_bt h2 {
         font-size: 30px;
     }
     .n_ew .ew_bt h4 {
         font-size: 16px;
         line-height: 30px;
         margin-left: 12px;
     }
     .n_ew .ew_nr .n_r h5 {
         font-size: 14px;
         margin-bottom: 5px;
     }
     .n_ew .ew_nr .n_r p {
         line-height: 20px;
         font-size: 12px;
         margin-right: 10px;
     }
     .n_ew .ew_nr .nr_sj {
         padding-top: 15px;
     }
     .icon-shijianlishijilujishizhongbiaoxianxing:before {
         font-size: 14px;
         margin-right: 5px;
     }
     .n_ew .ew_nr .nr_sj span {
         font-size: 12px;
     }
     .n_ew .ew_nr .nr_sj span::before {
         content: "";
         background: url(../images/l_j.png) no-repeat top 8px center;
         background-size: 50%;
         display: inline-block;
     }
     .icon-shuangyoujiantou-:before {
         font-size: 12px;
     }
     .r_l .rl_bt {
         padding-top: 80px;
     }
     .r_l .rl_bt h2 {
         font-size: 30px;
     }
     .r_l .rl_bt h4 {
         font-size: 18px;
         padding-top: 10px;
         padding-bottom: 30px;
     }
     .r_l .rl_bt .bt_z p {
         line-height: 30px;
         font-size: 16px;
         width: 363px;
     }
 .sy_sl .sl_xx .xx_tw {
height:280px;
}
     .r_l .rl_nr .zp_l h5 {
         padding-top: 25px;
         font-size: 14px;
     }
     .r_l .rl_nr .zp_l p {
         font-size: 12px;
     }
     .r_l .rl_nr .zp_r p {
         font-size: 12px;
     }
     .zy-Slide li:first-child {
         margin-right: 2%;
     }
     .zy-Slide li {
         position: static;
         width: 48%!important;
         display: inline-block;
         padding: 0;
         height: 156px!important;
         margin-bottom: 30px;
     }
     .zy-Slide ul {
         height: 430px;
     }
     .ab_ban {
         padding: 75px 0 100px 0;
     }
     .lx_dz {
         padding: 80px 0 250px 0;
     }
     .lx_dz .dz_nr {
             left: 10.14%;
    width: 78.72%;
    top: 342px;
     }
     .icon-dizhi1:before {
         top: -37px;
         left: -14px;
         font-size: 29px;
     }
     .lx_dz .dz_nr .nr_ssj span {
         border-width: 0 12px 32px;
         top: 2px;
         left: -12px;
     }
     .lx_dz .dz_nr .nr_ssj {
         width: 0;
         height: 0;
         border-width: 0px 15px 36px;
         margin-left: -16px;
         top: -74px;
     }
     .lx_dz .dz_nr .nr_xx {
         padding: 10px 0;
     }
     .lx_dz .dz_nr .nr_xx p {
         font-size: 14px;
         line-height: 24px;
     }
     .icon-jurassic_home:before,
     .icon-dianhua2:before,
     .icon-zuoji:before,
     .icon-xinfeng2:before,
     .icon-rentou4:before {
         font-size: 12px;
         width: 20px;
         height: 20px;
         line-height: 20px;
     }
     .lx_dz .dz_nr .nr_xx p.icon::before {
         background-size: 73%;
     }
     .wh_tw h2 {
         font-size: 24px;
     }
     .wh_tw h3 {
         font-size: 18px;
         margin: 11px 0;
     }
     .wh_tw .row:first-child .tw_r .b_t {
         padding-top: 50px;
     }
     .wh_tw .tw_r .b_t {
         padding-left: 20px;
         padding-top: 5px;
     }
     .wh_tw h4 {
         font-size: 14px;
    text-align: justify;
     }
     .wh_tw .tw_l .b_t {
         padding-right: 20px;
     }
     .l_c {
 position: relative;
         background: none;
         padding-top: 30px;
     }
 .l_c::before {
    content: "";
    position: absolute;
  width: 9px;
    height: 1530px;
    background-color: #6ba6c7;
    left: 85px;
 }
     .pc_xs {
         display: none;
     }
     .sj_xs {
         display: block;
     }
     .l_c .c_l {
         text-align: center;
     }
     .l_c .c_l .w_z {
         width: 80%;
     }
     .l_c .row .img img {
         padding-top: 30px!important;
         padding-bottom: 30px;
 width: 89%;
     }
     .l_c .row:first-child .c_l {
         padding-top: 20px;
     }
     .l_c .c_l h3 {
         font-size: 22px;
         margin-bottom: 19px;
    text-align: left;
     }
     .l_c .c_l .w_z p {
         font-size: 12px;
         line-height: 22px;
     }
     .l_c .c_l .w_z::before {
         top: 3px;
     }
 }
 
 

 
 
.ab_jj img{
max-width:100%;
}
p img{
max-width:100%;}
 .swiper-ry {
     display: none;
 }
 
 @media only screen and (max-width:992px) {
     #Slide1 {
         display: none;
     }
     .swiper-ry {
         display: block;
     }
     .swiper-ry .fc_tp img {
         display: inline-block;
         max-width: 100%;
     }
     .swiper-ry {
         padding-bottom: 80px;
     }
     .swiper-ry .fc_tp {
         text-align: center;
     }
     .swiper-ry .swiper-pagination-bullet {
         background-color: #ccc;
     }
     .swiper-ry .swiper-pagination-bullet-active {
         background-color: #124375;
     }
 .sl_xx img{height: -webkit-fill-available;    width: 106.3%;
}
 .ab_jj .jj_js .js_r .r_b{display:none}
.tit.ab_jj{ padding-top: 52px!important;
}.ny_nav ul li{height:auto;margin: 0 -1px;}
 }

.new_bt{
    height: 80px;
}
section img{width:100%!important;}
.new_bt  h2{
    line-height: 80px;color: #7bbfe5;
}

.tit.ab_jj{
padding-bottom: 16px;
    text-align: left;
    padding-top: 122px;
}
.ab_jj .jj_js .js_r.jg .r_t{    top: -69%;
}