@charset "utf-8";
/* CSS Document */
body, div, span, ul, li, h1, h2, h3, h4, h5, h6, p, input, dl, dt, dd, p { margin: 0; padding: 0; border: 0; }
body{overflow-x: hidden;}
td, th {padding: 0;margin: 0;}
table {border-spacing: 0;border-collapse: collapse;}
* { padding: 0; margin: 0; /*box-sizing: border-box;*/ } 
body, table, td, tr, th, input, select { font: 14px/25px Arial, Helvetica, sans-serif; color: #333; font-family:"Microsoft YaHei", "微软雅黑";}
li { list-style: none; }
img {padding: 0; margin: 0; border: 0;height: auto!important; max-width: 100%!important;/*image-rendering: -webkit-optimize-contrast;*/}
.clear { clear: both; visibility: hidden; }
a { color: #666; text-decoration: none }
a:hover{color: #169aaf;}
.fl { float: left; }
.fr { float: right; }
i, cite, em { font-style: normal }
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; outline: none }
h1 { font-size: 34px; line-height: 45px; }
h2 { font-size: 24px; line-height: 36px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 20px; }
h6 { font-size: 15px; }


/*********************/
.skinw { width: 100%; max-width: 1200px; margin: 0 auto; }
.wrapper{width: 100%; max-width: 1200px; margin: 0 auto;}
.container { margin: auto; width: 100%; max-width: 1200px; padding: 40px 0; overflow: hidden; }
@media (max-width:1199px) {
.skinw{width: 95%;}
.container{width: 95%; margin: 0 auto;overflow: hidden;}
}

/*Header*/
.header {width: 100%;height:auto;background:#ffffff;box-shadow: 0 0 3px #eee;}

.headtop{height:150px;color:#333;overflow: hidden;}
.headtop .logo {float: left;display: block;margin-top: 20px;}
.headtop .logo img{float: left;display: block}
.headtop .logo div {margin-top:30px;float:left;margin-left:15px;padding-left:15px;border-left:1px solid #cacaca;font-size:13px;line-height:18px;}
.headtop .logo div span {font-weight:bold;font-size:26px;color:#169aaf;}
.headtop .logo div p {margin-top:10px;font-size:15px;font-weight:300;color:#a7a5a5;}
.headtop .right {float:right;padding-top:32px;}
.headtop .tel {float:left;height:80px;padding-right:20px;position:relative;padding-left:65px;background:url(../images/tel.gif) no-repeat left;color:#333;}
.headtop .tel:after {content:"";position:absolute;top:0;right:0;width:1px;height:80px;background:#cacaca;}
.headtop .tel span{display:inline-block;font-size:15px;color:#4c4c4c;line-height:80px;}
.headtop .tel strong {font-weight:bold;display:inline-block;font-size:28px;color:#bc3e49;font-family:Arial;line-height: 80px;vertical-align:top;}
.headtop .erwiema {float: left;margin-left: 20px;position: relative;cursor: pointer;}
.headtop .erwiema img{width:80px;height:80px;display:block;}

.headNav{width: 100%;height:70px;display: block;background: #ebebeb;}
.Navlist {width: 100%; max-width: 1200px; margin: 0 auto;}
.Navlist .navbar-nav > li {float: left;width: 12.5%; font-size:16px;line-height:70px;position: relative;transition:all .4s;}
.Navlist .navbar-nav > li > a {color: #333;text-decoration:none;display: block;text-align: center;}
.Navlist .navbar-nav > li:hover, .Navlist .navbar-nav > li.cur {background: #169aaf;}
.Navlist .navbar-nav > li:hover a, .Navlist .navbar-nav > li.cur>a{color:#FFF;}
.item2 { display: none;}
.Navlist .navbar-nav > li:hover .item2{min-width:100%;display: block;z-index: 999;position: absolute;}
.item2 > li {font-size:14px;line-height:25px;padding: 6px 0;background:rgba(55, 55, 55, 0.76);}
.item2 > li a {display:block;padding: 3px 10px;text-align:center;color:#fff;}
.item2 > li:hover {background: rgb(22, 154, 175, 0.76);}
.item2 > li:hover a {color:#fff; font-weight:normal;}
.m_Nav { display: none }

@media only screen and (max-width:1137px) {
.headtop .logo img{width:220px;padding-top:15px;}
.headtop .logo div span{font-size: 20px;}
.headtop .logo div p{font-size:12px;}
.headtop .tel{padding-left: 55px;}
.headtop .tel strong{font-size:25px;}
}

.swiper-container img{display:block; width:100%!important;image-rendering:pixelated;}



/*------------手机站导航开始----------*/
.hidden-g{display: none;}
.hidden-g { position: relative; }
.hidden-g .h-nav-g { position: fixed; left: 0; top: 0; z-index: 1000; width: 100%; height: 60px; background: #fff; transition: 300ms; -webkit-transition: 300ms; }
.hidden-g .h-nav-g img { max-height: 96%; margin-left: 15px; }
.hidden-g .h-nav-g .btn_i {display: block; position:absolute;right: 15px; top: 50%; -webkit-transform: translateY(-50%); transform:translateY(-50%); }
.hidden-g .h-nav-g .btn_i small, .hidden-g .h-nav-g .btn_i:before, .hidden-g .h-nav-g .btn_i:after {display: block;content: '';width:24px;height:2px;background:#b3212d;border-radius: 4px;margin: 6px 0;}
.hidden-g .h-nav-g .btn_i_click small { opacity: 0; }
.hidden-g .h-nav-g .btn_i_click:before { transform: rotateZ(45deg); transform-origin: 0px 6px; }
.hidden-g .h-nav-g .btn_i_click:after { transform: rotateZ(-45deg); transform-origin: 5px -1px; }
.hidden-g .ul-small {background:#169aaf; width:220px; height:100%; position:fixed; right:0; top:0; z-index:100; -webkit-transition:300ms; -webkit-transform:translateX(220px); transform:translateX(220px); transition:300ms; }
.hidden-g .ul-small input { width: 160px; line-height: 40px; background: #fff; border: 0; border-radius: 20px; margin: 20px 30px 0 30px; text-indent: 10px; }
.hidden-g .ul-small ul { margin-top: 20px; }
.hidden-g .ul-small ul li a { color: #fff; padding-left: 30px; padding-right: 30px; line-height: 50px; display: block; }
.hidden-g .translate {-webkit-transform: translateX(-220px);  transform: translateX(-220px); }
.hidden-g .translate2 {-webkit-transform: translateX(0); transform: translateX(0);  }

@media (max-width: 1024px) {
.header{ display: none; }
.hidden-g{display: block;}
.swiper-button-next, .swiper-button-prev{height:0;}
.swiper-container{padding-top: 60px;}
}



/*NY-BANNEE*/
.nyban{display: block;overflow: hidden;}
.nyban img{width: 100%; display: block;}
@media (max-width: 1024px) {
.nyban{padding-top: 60px;}
}



/*底部*/
.footer{background:#076b7b;overflow: hidden;padding: 60px 0 80px 0;}

.ft-con{width: 50%;float: left;overflow: hidden;}
.ft-con .ftlogo{height:130px; margin-bottom: 11px;}
.ft-con .ftlogo h2{float:left; width:136px; height:124px; margin-right: 31px;}
.ft-con .ftlogo h2 img{width:100%;}
.ft-con .ftlogo h4{float:left; height:124px;padding-top:37px; box-sizing: border-box;}
.ft-con .ftlogo h4 span{display: block; height:53px; line-height: 53px;font-size: 24px; color:#FFF; font-weight: normal;}
.ft-con .ftlogo h4 em{display: block;float:left; height:40px; line-height: 40px;font-size: 13px; color:#FFF; margin-left: 29px; font-weight: normal;opacity: 0.8}
.ft-con .ftlogo h4 em a{font-size: 13px; color:#FFF; font-weight: normal;}
.ft-con .ftlogo h4 em.first{margin-left: 0;}
.ft-con ul{margin-bottom:53px;}
.ft-con ul li{height:28px;}
.ft-con ul li em{display:inline-block;height:32px;line-height:32px;font-size:14px;color:#FFF;opacity:0.8;margin-right:10px;}
.ft-con ul li em.m50{margin-left:50px;}
.ft-con ul li em a{font-size: 14px; color:#FFF;}

.ft-nav {width:35%;float: left;padding-left: 30px;box-sizing: border-box;}
.ft-nav .nav1 {width:49%;float: left;}
.ft-nav .nav1:last-child {float: right;}
.ft-nav .nav1 h4{margin-bottom: 32px;}
.ft-nav .nav1 h4 i{display: block; height:22px; line-height: 22px;font-size: 22px; color:#FFF;opacity:0.3;font-weight: normal;}
.ft-nav .nav1 h4 em{display: block; height:23px;line-height: 23px;font-size: 16px; color:#FFF;opacity:0.7;font-weight: normal;}
.ft-nav .nav1 ul li{height:36px;line-height: 36px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ft-nav .nav1 ul li a{font-size: 14px; color:#FFF;opacity: 0.5; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.ft_ewm {float: right;text-align: center;padding-top: 80px;display: flex;width: 12%;}
.ft_ewm img{width:125px;display: block; }

@media only screen and (max-width:1120px) {
.ft-con ul li em.m50{margin-left: 20px;}
}
@media only screen and (max-width:1156px) {
.ft-con .ftlogo h4 em{margin-left:15px; }
.ft-con ul li em.m50{margin-left: 0;}
}
@media only screen and (max-width:768px) {
.ft-con{width: 100%;}
.ft-nav{width: 100%;padding-left:0;}
.ft-nav .nav1{width: 100%;}
.ft-nav .nav1 h4{margin-bottom:10px;}
.ft-nav .nav1 ul li{display: inline-block;margin-right: 10px;}
.ft_ewm{width: 100%;padding-top: 20px;}
.ft_ewm img{margin: auto;}
}
@media only screen and (max-width:600px) {
.ft-con .ftlogo{height: auto;}
.ft-con .ftlogo h4{height: auto;}
.ft-con .ftlogo h4 span{font-size: 20px;}
.ft-nav{display: none;}
}

/*一键*/
.yijiantel{display: none}
@media only screen and (max-width:768px) {
.yijiantel{display:block;}
.yijiantel{position: fixed;right: 5px;top: 50%;width: 60px;height:auto;overflow: hidden;z-index: 999;}
.yijiantel a{display: block;}
.yijiantel a img{display: block;width: 100%;}
}