﻿@import url('menu.css');
@font-face {  
    font-family: 'NotoSansHans-light';  
    src: url(NotoSansHans-Light.otf);   
} 
a {
    cursor: pointer;
}
.hidden {
    width: 100%;
    height: 100%;
    overflow:hidden;
    clear: both;
}
body {
    font-family: -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif;
    width:100%;
    letter-spacing: 1px;
    font-weight:300;
    color: #80807e;
    font-size:14px;
    min-width:1280px;
}
.header {
    position: absolute;
    z-index: 1001;
    left:0;
    top: 0;
    width:100%;
}
header .navbar-fixed-top {
    position: absolute;
    width:100%;
    min-width: 1280px;
}
a {
    color:#80807f;
}
a:hover {
    text-decoration: none;
    color:#006fbc;
}
ul, ol, li {
    margin: 0;
    padding:0;
    list-style: none;
}
.layerHover {
    position: absolute;
    text-align: center;
    width:90%;
    z-index: 11;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.icon {
    display: block;
    background: url("../images/icon_menu.png") no-repeat;
    background-size: 640px;
    width:80px;
    height:80px;
    margin:0 auto;
}
.ita1 {
    background-position: 0 0;
}
.ita2 {
    background-position: -80px 0;
}
.ita3 {
    background-position: -160px 0;
}
.ita4 {
    background-position: -240px 0;
}
.ita5 {
    background-position: -320px 0;
}
.ita6 {
    background-position: -400px 0;
}
.ita7 {
    background-position: -480px 0;
}
.ita8 {
    background-position: -560px 0;
}
.container {
    min-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.main-title {
    border-bottom: 1px solid #d3d3d3;
    color: #80807f;
    line-height: 1.2;
    padding-bottom:5px;
    display: block;
    font-size: 16px;
    margin: 30px 0;
}
.main-title .arrow {
    margin:0 20px;
}
.history-main .main-title {
    margin: 30px;
}
.main-title img {
    width:20px;
    margin-right: 5px;
}
.main-title i.fa {
    margin-right: 5px;
}
.row {
    margin: 0;
}
.nav-header {
    float:left;
    padding:20px 0 0 20px;
    position: absolute;
    z-index: 5005;
    left:0;
    top:0;
}
.nav-header .logo {
    background: url("../images/logo.png") no-repeat;
    background-size: 100%;
    width:80px;
    height:80px;
    float:left;
    position: absolute;
    z-index: 5001;
    left:40px;
    top:20px;
}

.navbar-nav {
    position: relative;
    float:right;
}
.navbar, .navbar a {
    color:#fff;
}
.navbar-fixed-top .navbar-collapse {
    padding-right:130px;
    padding-left:156px;
    min-width: 1280px;
    float:right;
}
.nav > li {
    position: initial;
}
.nav > li > a {
    letter-spacing: 3px;
    padding:20px 36px;
}
.nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus {
    background: none;
    color: #006fbc;
    /* color:#fff; */
    /* text-shadow: 1px 0 1px #fff; */
}
/* .nav li a.big {
    font-size:22px;
    color:#fff;
}
.under .nav li a.big {
    color:#80807f;
} */
.navbar-kf {
    position: absolute;
    right:20px;
    top:0;
}
.navbar-kf a {
    padding:20px 0 20px 40px;
    line-height: 20px;
    display: inline-block;
}
.navbar-kf .icon {
    background: url("../images/icon_kf.png") no-repeat;
    height:20px;
    width:20px;
    float:left;
}
.hover .navbar-kf .icon, .under .navbar-kf .icon {
    background-position: 0 -20px;
}
.hover a {
    color: #80807f;
}
.under a {
    color: #80807f;
    border-bottom: 1px solid #d0d0d0;
}
.under .dropdown-menu>li>a {
    border:none;
    padding:18px 30px;
}
.hover .logo, .under  .logo {
    background-image: url("../images/logo-black.png");
    border:0;
}
.dropdown-menu {
    box-shadow: none;
    border:none;
    border-radius:0;
    margin:0;
    width:auto;
    padding:0;
    left:o;
    background: none;
}
.nav li:nth-child(4) .dropdown-menu {
    left:15%;
}
.last .dropdown-menu {
    right:0;
    left:auto;
}
.nav .dropdown:last-child .dropdown-menu {
    margin-right: 80px;
}
.dropdown-menu li {
    float:left;
}
.dropdown-menu li a {
    color: #80807f;
    font-weight: 300;
}
.dropdown-menu li a:hover {
    color: #006fbc;
}
.under .dropdown-menu li a {
    border:0;
    background: none;
    padding:20px 30px;
}
.under .dropdown-menu li a:hover, .under .dropdown-menu li a:focus {
    background: none;
}
.navbar-toggle .icon-bar {
    background: #fff;
    height:1px;
    width:26px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top:5px;
}
.hover .navbar-toggle .icon-bar, .under .navbar-toggle .icon-bar {
    background: #80807f;
}
.subnav-bg {
    position: absolute;
    background: #fff;
    top:0;
    left:0;
    height: 120px;
    width: 100%;
    display: none;
    z-index: 1000;
}
.cont_hr_banner img {
    width:100%;
}

.container-fluid {
    padding:0;
}
.owl-carousel .owl-item img.m-show {
    display: none;
}
.owl-theme .owl-controls {
    position: absolute;
    bottom:0;
    z-index: 1002;
    width:100%;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    border-radius:0;
    width:36px;
    height:4px;
    background: #fff;
    margin-bottom: 20px;
}

.hr-icon-list a {
    float:left;
    width:20%;
    padding:30px 0;
    letter-spacing: 2px;
    text-align: center;
}
.hr-icon-list a:hover .icon {
    background-position-y: -80px;
}


.w100 {
    width:100%;
}
.txt_hr_Float {
    max-width: 100%;
    margin: 0 auto;
    z-index: 1001;
}
.txt_hr_Float img {
    max-width:100%;
}
.mode {
    display: none;
}
.mode img {
    width:120px;
}
.hr-wrap-list a {
    padding: 0 0 30px;
    overflow: hidden;
    display: block;
}
.hr-wrap-list .col-md-6 img.w100 {
    border-radius:4px;
}

.hr-wrap-list .col-md-4 img {
    z-index: 1;
    position: relative
}
.note_hr_Float {
    background: #f5f5f5;
    padding:10px;
    z-index:2;
    position: relative;
}
.hr-wrap-list .m-hide:hover .note_hr_Float {
    cursor: default;
}
.hr-wrap-list h4 {
    color:#3b3939;
    font-weight:300;
}
.hr-wrap-list p {
    color: #abaaaa;
}
.footer_hr {
    background: none;
	overflow: hidden;
	padding-bottom: 20px;
}

.foot-link {
    border: 1px solid #eee;
    border-width: 1px 0;
    overflow: hidden;
    padding: 60px 20px;
    margin-top: 60px;
}
.footer_hr_box_left {
}

.footer_hr_box_left>ul>li {
	float: left;
	margin-left: 6.2%;
}

.footer_hr_box_left>ul>li:first-child {
	margin-left: 0;
}

.footer_hr_box_left>ul>li>a {
	color: #3b3939;
    font-weight: 300;
    font-size: 14px;
    line-height: 32px;
    cursor: default;
	text-decoration: none;
}
.footer_hr_box_left>ul>li ul {
	margin-top: 18px;
}

.footer_hr_box_left>ul>li li {
	margin-bottom: 5px;
}

.footer_hr_box_left>ul>li li>a {
	color: #b8b7b7;
    font-size: 13px;
    line-height: 26px;
	text-decoration: none;
}
.footer_hr_box_left>ul>li li>a:hover {
    color:#0485dd;
}
.footer_hr_box_right {
	float: right;
}

.footer_hr_box_right ul li {
	float: left;
}

.footer_hr_box_right ul li p {
	text-align: center;
	font-size: 12px;
	color: #3b3939;
    font-weight: 300;
    line-height: 32px;
    min-height: 32px;
}

.footer_hr_box_right ul li {
    margin-left: 35px;
    text-align: center;
}
.footer_hr_box_right ul li img {
    display: block;
    margin:0 auto;
}
.footer_hr_box_right ul li .mode img {
    margin-top: 12px;
}
#weixin {
    width:120px;
    display: block;
}
.footer_hr_box_right ul li #weixin img, .footer_hr_box_right ul li #weibo img {
     max-width:45px;
}
.f_copy {
    margin-top: 20px;
    color: #b8b7b7;
}
.f_copy span {
    margin: 0 20px;
}
.m-show {
    display: none;
}
.right-popup {
    position: absolute;
    z-index: 5000;
    right: 0;
    border: 1px solid #e5e5e5;
    background: rgba(255, 255, 255, 0.8);
    width: 80px;
    height:159px;
}
.right-popup li a {
    padding:10px;
    display: block;
    text-align: center;
    font-size:13px;
}
.right-popup li:first-child {
    border-bottom: 1px solid #e5e5e5;
}
.right-popup li a img {
    max-height:36px;
    margin: 0 auto 10px;
}
.right-popup li a p {
    margin: 0;
    color: #006fbc;
    letter-spacing: 1px;
    font-size:12px;
}
.pop-fxd {
    position: fixed;
    top:0;
}
.year-hr-list {
    overflow: hidden;
    margin: 20px auto;
}
.year-hr-list .col-xs-4 {
    padding:0 1px;
}

.year-hr-list .col-xs-4 img {
    min-height: 240px;
}
.year-img-txt {
    width: 70%;
    height: 109px;
    line-height: 36px;
    font-size:30px;
    padding:36px 0 0;
    background: rgba(255, 255, 255, 0.9);
    font-weight:300;
    color:#000;
}
.year-img-txt:hover {
    color: #000;
}
.year-img-txt b {
    font-weight:300;
    color:#000;
}
.year-img-txt span {
    font-size:56px;
    font-weight:300;
    color:#a53434;
}
.year-main {
    display: block;
    margin:50px auto;
}
.year-main .layerHover {
    color:#fff;
    font-size:36px;
    line-height: 56px;
    font-weight: 100;
    padding-right:20px;
}
.year-main .layerHover p, .year-main .layerHover span {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.year-main .layerHover p b {
    font-weight:100;
    display: block;
    margin-top: 20px;
}
.year-main .layerHover span {
    font-size: 36px;
    line-height: 20px;
    font-weight:600;
    padding-top:8px;
}
.year-main .row {
    margin-left:-5px;
    margin-right:-5px;
}
.year-main .col-xs-12 {
    padding:0 5px;
}
.year-main .col-xs-12 .col-xs-12 .layerHover {
    font-size: 16px;
    line-height: 36px;
    padding-right:0;
}
.year-main .col-xs-12 span.pc-hao {
    margin-top:76px;
    margin-left: -52px;
}
.year-main .col-xs-12 .col-xs-12:last-child {
    margin-top:10px;
}
.first-title {
    display: table;
    width:100%;
    padding:120px 20px 20px;
}
.first-title h1 {
    font-size: 54px;
    color: #006fbc;
    margin: 60px 0 30px 0;
}
.first-title h1 b {
    font-size: 98px;
    font-family:  'Times New Roman', Times, serif;
}
.first-title h3 {
    margin-bottom: 30px;
    font-weight:700;
    line-height: 1.6;
}
.history-main {
    margin-top: 50px;
}
.tabBox {
    background:#0485dd;
    padding:80px 0 0;
    display: table;
    width:100%;
    margin-bottom: 80px;
}

.tabBox .tabMain {
    display: none;
    font-size: 13px;
    height: 520px;
    line-height: 24px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1170px;
    padding-right: 60px;
    padding-top:30px;
}
.tabBox .txt {
    text-align: center;
}
.tabBox .tabs {
    text-align: center;
    width: 100%;
    background:#fff url(../images/icon.png) repeat-x center 15px;
    padding-top: 65px;
    position: relative;
    float: left;
}
.tabBox .tabs .jt, .tabBox .tabs .jt2 {
    background: url(../images/icon_17_2.png) no-repeat center center;
    background-size: 100%;
    width: 15px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 210px;
    top: 55px;
    margin-left: -11.5px;
}
.tabBox .tabs .jt2 {
    background-image: url(../images/icon_17.png);
    top:90px
}
@keyframes xia{
	0% {transform:translate(0px,0px);}
	50% {transform:translate(0px,3px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes xia{
	0% {-webkit-transform:translate(0px,0px);}
	50% {-webkit-transform:translate(0px,3px);}
	100% {-webkit-transform:translate(0px,0px);}
}
.jt{animation :xia 1s linear infinite;-webkit-animation :xia 1s linear infinite;}

@keyframes shang{
	0% {transform:translate(0px,0px);}
	50% {transform:translate(0px,-3px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes shang{
	0% {-webkit-transform:translate(0px,0px);}
	50% {-webkit-transform:translate(0px,-3px);}
	100% {-webkit-transform:translate(0px,0px);}
}
.jt2{animation :shang 1s linear infinite;-webkit-animation :shang 1s linear infinite;}

.tabBox .tabs ul {
    width:1406px;
    margin:0 auto;
    display: block;
}
.tabBox .tabs li {
    text-align: center;
    float: left;
    width: 65px;
    padding-right:1px;
    font-size: 15px;
    color: #80807f;
    cursor: pointer;
    position: relative;
    border:0;
}
.tabBox .tabs li.on {
    color: #0485dd;
}
.product-main {
    overflow: hidden;
}
.product-main #one {
    background: #EDDFBE;
}
.product-main #two {
    background: #62c0b4;
}
.product-main #three {
    background: #A3C9E0;
}
.product-main #four {
    background: #DFF1FD;
}
.product-main #five {
    background: #CAE0EE;
}
.product-main #six {
    background: #FEF3ED;
}
.product-main #seven {
    background: #E6F9FF;
}
.product-main #eight {
    background: #FFE9DB;
}
.pro-item {
    width:100%;
    max-width: 1590px;
    overflow: hidden;
    display: block;
    margin:130px auto 100px;
}
.pro-item div {
    display: table-cell;
    text-align: center;
}
.product-main .row:nth-child(2n) .pd1 {
    float:left;
    width:45.3%;
}
.pro-item .m-block {
    width:54.7%;
    float:right;
}
.pro-item div img {width:88%;}

.shop-banner {
    padding-top:210px;
    background: #5fb5ee;
    color:#fff;
    font-size: 30px;
}
.shop-banner img {
    width:100%;
    max-width:575px;
}
.shop-banner h1 {
    font-size:60px;
    letter-spacing: 13px;
    
    font-weight: 300;
    margin-bottom: 70px;
}
.shop-b-txt, .shop-b-img {
    padding: 0 80px;
    width: 50%;
    float:left;
}
.shop-b-txt {
    float:right;
    letter-spacing: 3px;
    padding-top:150px;
}
.shop-main {
    padding:0 50px;
}
.shop-main .main-title {
    margin: 55px 0 120px;
}
.shop-main .s-layer {
    display: table;
    width:100%;
    margin-top: -100px;
}
.shop-main .s-layer:nth-child(2) {
    margin-top: 0;
}
.s-layer-img, .s-layer-txt {
    display: table-cell;
    vertical-align: middle;
}
.s-layer-img {
    width:54%;
}
.s-layer-txt {
    padding-left: 80px;
    color:#80807f;
    letter-spacing: 3px;
    font-size:30px;
}
.shop-main .s-layer:nth-child(2n) .s-layer-txt {
    padding-left: 30px;
}
.s-layer-txt h1 {
    color:#006fbc;
    font-size:60px;
    letter-spacing: 13px;
    font-weight:300;
    margin-bottom: 70px;
}
.shop-main .s-layer-img {
    text-align: left;
}
.s-layer-img img {
    max-width: 80%;
}
.shop-main .s-layer:nth-child(2n) .s-layer-img {
    text-align: right;
}
.shop-end {
    background: #d4eeff url("../images/sc/sc_bg.png") no-repeat right top;
    text-align: center;
    margin-top:120px;
    margin-bottom: -60px;
    padding-bottom: 80px;
    line-height: 96px;
}
.shop-end .s-layer-txt {
    text-align: left;
    padding-left:45%;
}
.shop-end img {
    width:80%;
    max-width: 834px;
    margin-top: 50px;
}
.mt50 {
    margin-top: 50px;
}
.mc20 {
    margin:20px;
}
.mt130 {
    margin-top: 130px;
}
.hs-main p {
    margin: 0;
}
.fw-box p {
    text-indent: 32px;
    font-size: 15px;
    line-height: 2.6;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
}
.fw-box .map {
    margin:20px auto 50px;
}

.shzr-box {
    background: url("../images/gy/zr/gy_zr_bg.png") no-repeat;
    width:1150px;
    margin: 0 auto;
}
.shzr-box .title {
    background: url("../images/gy/zr/gy_zr_t_01.png") no-repeat;
    background-size: 100%;
    width:240px;
    height:230px;
    position: relative;
    display: block;
    padding: 158px 0 0 145px;
    font-size: 22px;
}
.shzr-box .l_02 .title {
    background-image: url("../images/gy/zr/gy_zr_t_02.png");
    float:right;
    clear: both;
    overflow: hidden;
}
.shzr-box .l_03 .title {
    background-image: url("../images/gy/zr/gy_zr_t_03.png");
}
.sh-layer {
    position: relative;
    display: block;
    width:100%;
}
.l_01 {
    margin-bottom: 50px;
}
.shImg {
    display: inline-block;
}
.sh-l-01 {
    margin-top: 290px;
    display:inline-block;
}
.shImg img {
    vertical-align: bottom;
}
.shImg span {
    width:112px;
    display: inline-block;
    margin-left: 8px;
}
.sh-l-ab {
    position: absolute;
}
.ab01 {
    left:410px;
    top:250px;
}
.ab02 {
    right:0;
    top:0;
}
.ab02 span {
    display: block;
    width:auto;
    margin-left: 0;
    margin-top: 5px;
}
.sh-list {
    display: block;
    margin:30px auto;
    clear: both;
    width:780px;
    overflow: hidden;
}
.sh-list li {
    float:left;
    width:50%;
    padding:20px;
}
.sh-list li img {
    max-width:350px;
}
.sh-list span {
    display: block;
    width:100%;
    margin-top:10px;
    text-align: center;
}
.sh-list.w100 {
    width:100%;
}
.jr-main [class^="col-"] {
    padding-left:0;
    padding-right: 0;
}
.jr-txt-box {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    margin: 270px 10%;
}
.jr-txt-box h1 {
    margin:30px auto;
    font-size: 50px;
    letter-spacing: -5px;
}
.jr-main .jm-txt {
    padding:0 24px;
    line-height: 30px;
}
.jr-main .jm-txt h4 {
    color:#4d4d4d;
    font-size:32px;
    margin:0 0 10px;
}
.jm-info {
    margin:90px auto 100px;
    letter-spacing: 1px;
    line-height: 2;
}
.jm-wall {
    margin: 100px 8% 100px 6%;
}
.jm-lc {
    margin: 70px auto;
}
.jm-lc h1 {
    margin:30px auto 50px;
    font-size:34px;
    color:#4d4d4d;
    font-weight:600;
}
.jm-lc img {
    max-width:96%;
}
.jm-lc img.m-hide {
    max-width: 1170px;
}
.jm-wall .m-hide img {
    padding:30px;
}
.jm-wx {
    border:1px solid #78b3dc;
    border-radius: 5px;
    padding:25px 45px;
    display: inline-block;
    width: auto;
    margin:20px auto 60px;
}
.jm-wx .link, .jm-wx span {
    display: inline-block;
    min-height: 200px;
    vertical-align: top;
    margin:0 30px;
    color: #006fbc;
}
.jm-wx p {
    display: block;
}
.hot-line {
    margin-top: 40px;
}
.jm-txt li p {
    margin-left:30px;
}
.jm-wx p.m-show {
    display: none;
}
.add-more {
    display: inline-block;
        margin: 20px auto ;
        border: 1px solid #3781c2;
        color: #006fbc;
        border-radius: 4px;
        padding:7px 0;
        text-align: center;
        line-height: 1.4;
        width:156px;
        font-size:14px;
}
.add-more:hover {
    background: #006fbc;
    color: #fff;
}
.jm-news .col-md-7 {
    padding-left:0;
}
.jm-news .col-md-5 {
    padding-right:0;
}
.import {
    margin: 20px auto 50px;
}
.jm-news h4 {
    font-size:17px;
    line-height: 33px;
    margin-bottom: 30px;
    margin-top: 40px;
    font-weight:700;
}
.import p {
    border-left:3px solid #006fbc;
    padding-left:5px;
    line-height: 1;
    margin-top: 15px;
}
.new-list li {
    padding:10px 0;
    display: table;
    width:100%;
    border-bottom: 1px dashed #d3d3d3;
}
.new-list li a, .new-list li span {
    display: table-cell;
}
.new-list li span {
    text-align: right;
    width:80px;
}
.new-list ul {
    margin-bottom: 20px;
}
.new-list .more a {
    margin-right: 15px;
}
.zp-box {
    padding:20px;
    background: #f5f5f5;
    margin-top: -20px;
}
.select2-container--default .select2-selection--single {
    background: #d1dfee; 
    line-height: 40px;
    height: 40px;
    border-radius:0;
}
.select2-container {
    min-width:240px;
    display: inline-block;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:38px;
    width:32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #80807e transparent transparent transparent;
    border-style: solid;
    border-width: 8px 6px 0 6px;
}
.select2-search__field {
    display: none;
}
.zp-list {
    float:left;
    line-height: 40px;
    width:100%;
    margin: 30px 0;
    padding:0 10px;
    text-align: center;
}
.zp-list .title {
    background: #d1dfee;
}
.zp-list .txt {
    background: #e6f0fb;
}
.img20 {
    text-align: center;
}
.img20 img {
    padding: 65px 5%;
    margin:0 auto;
    max-width: 1680px;
}
.ps-list {
    display: block;
}
.ps-list .row {
    margin-left: -15px;
    margin-right: -15px;
    padding:20px 0;
}
.ps-list .img, .ps-list .txt {
    display: table-cell;
    float:none;
    vertical-align: top;
}
.ps-list .txt {
    position: relative;
    height:100%;
}
.note  {
    font-size:12px; 
    width:100%;
    display: block;
}
.note a {
    float:right;
}
.ps-list .txt .note {
    position: absolute;
    bottom:5px;
    left:15px; 
}
.ps-list .txt h4 {
    font-size:24px;
    height:80px;
    overflow: hidden;
}
.ps-list .txt .note a {
    margin-right: 45px;
}
.ps-list .txt p {
    height:64px;
    overflow: hidden;
}
.detail-page {
    margin-top: 120px;
}
.detail-box h1 {
    margin:30px auto 15px;
}
.detail-box h6 {
    font-size:12px;
    margin-bottom: 30px;
}
.detail-box p {
    margin: 20px 0;
    text-indent: 24px;
}
.detail-txt {
    margin-bottom: 50px;
}
.page-tool {
    line-height: 30px;
}
.topNews {
    background: #5fb6ec;
    padding:150px 12% 70px;
    color:#fff;
}
.topNews .txt {
    padding-left:4%;
}
.topNews a {
    color:#fff;
    font-size: 12px;
}
.topNews .note {
    font-size: 12px;
    margin-top: 40px;
}
.topNews img {
    border-radius:20px;
    width:100%;
    border:2px solid #fff;
}
.topNews h1 {
    font-size:24px;
    margin-bottom: 20px;
    margin-left: -15px;
}
.vedio-main [class^="col-"] img {
    width:100%;
}
.vedio-main h1 {
    font-size: 24px;
}
.vedio-main .vedio-m-list h1 {
    font-size: 16px;
    margin-bottom: 35px;
    margin-top: 10px;
}
.first-vedio {
    padding:0;
    margin-left:15px;
    margin-right: 15px;
    position: relative;
    margin-bottom: 35px;
}
.first-vedio .txt {
        position: absolute;
        bottom:0;
        left:0;
        background: url("../images/sy/04/sy04_bg.png") repeat-x left bottom;
        background-size: auto 120px;
        height:120px;
        color:#fff;
        padding:30px 15px 5px;
        width:100%;
        margin:0;
}

.first-box .text-center img.w100 {
    max-width: 1064px;
}
.first-box .btn1 {
    display: inline-block;
    padding:10px 30px;
    border:1px solid #80807f;
    border-radius: 0;
    background: #fff;
    color: #80807e;
    margin:-5px 0 0;
    cursor: initial;
}

.first-box .m-show {
    display:none;
}
.first-box .hover, .first-box a.btn:hover {
    background: #006fbc;
    border-color: #006fbc;
    color:#fff;
}
.first-box .hover {
    margin-top: 50px;
}
.first-box .time-line .w100 {
    max-width:1032px;
}
.first-box p {
    margin: 0;
    font-size:16px;
    line-height: 33px;
}
.swh {
    text-align: center;
}
.swh .w100 {
    max-width: 1592px;
    margin-left: auto;
    margin-right: auto;
    padding:65px 0;
}
.swh .tel {
    max-width: 100%;
}
.icon-box {
    padding-top:10px;
    padding-bottom:10px;
    margin: 20px auto 40px;
}
.icon-box [class^="col"] {
    padding:10px 15px;
}
.icon-box [class^="col"] img {
    margin-right:15px;
}
.icon-box img, .icon-box .txt {
    display: inline-block;
    vertical-align: middle;
}
.icon-box img.m-show {
    display:none;
}
.time-line {
    padding:0 15px;
}
.m-title {
    margin:10px 15px 25px;
}
.m-title .pull-right {
    font-size:13px;
}
.frist-main #two, .frist-main #three {
    margin-top:50px;
}
.three-layer {
    position: relative;
    display: block;
    margin-top: 15px;
}

.three-layer .txt {
    color:#fff;
    font-size:18px;
    padding-bottom:120px;
    
}
.three-layer.l02 .txt {
    color: #24666c;
}
.three-layer .txt h1 {
    font-size: 35px;
    line-height: 1.2;
    font-weight:600;
    margin-top: 0;
    margin-bottom: -5px;
}
.three-layer .txt h2 {
    letter-spacing: -6px;
    margin:20px auto 35px;
    line-height: 18px;
}
.rig-pop {
    position: fixed;
    top:50%;
    right:5%;
    width:64px;
    height:210px;
    margin: -140px auto 0;
    z-index: 5005;
    text-align: center;
}
.rig-pop a, .rig-pop p {
    display: block;
}
.rig-pop a {
    width:36px;
    height:36px;
    border-radius:100%;
    border:1px solid #ccc;
    font-size:12px;
    line-height: 1;
    margin: 9px auto;
}
.rig-pop a span {
    background: url("../images/20years/icon-three-bg.png") no-repeat;
    height:18px;
    width:18px;
    margin: 0 auto;
    display: block;
    background-size:auto 48px;
}
.rig-pop a .i1 {
    background-position: -7px -2px;
}
.rig-pop a .i2 {
    background-position: -44px -2px;
}
.rig-pop a .i3 {
    background-position: -81px -2px;
}
.rig-pop p {
    width:8px;
    height:20px;
    background: url("../images/20years/icon-three-arrow.png") no-repeat;
    background-size: 8px auto;
    background-position:0 -15%;
    margin: 5px auto;
}
.rig-pop p img {
    width:100%;
}
.rig-pop a:hover, .rig-pop a.hover {
    background: #006fbc;
    border-color: #006fbc;
    color:#fff;
    width:48px;
    height:48px;
    padding-top:3px;
    margin: 0 auto;
}
.rig-pop a:hover span, .rig-pop a.hover span {
    width:24px;
    height:24px;
    background-size:auto 50px;
}
.rig-pop a:hover .i1, .rig-pop a.hover .i1 {
    background-position:-7px -26px;
}
.rig-pop a:hover .i2, .rig-pop a.hover .i2 {
    background-position:-44px -26px;
}
.rig-pop a:hover .i3, .rig-pop a.hover .i3 {
    background-position:-81px -26px;
}
.product-col-3 {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.product-col-3 .owl-controls{
    bottom: 400px;
}

.product-col-3 .owl-nav{
    position: relative;
}
.owl-theme .owl-controls .owl-nav div {
    margin-top: 140px;
}
.product-col-3 .owl-nav .owl-prev{
    position: absolute;
    left: -50px;
    background: url(../images/productzh/arrow_l_g.png) no-repeat center center!important;
    width: 20px;
    height: 111px;
    background-size: 10px;
    vertical-align: top;
    text-indent: -99999px;
}

.product-col-3 .owl-nav .owl-next{
    position: absolute;
    right: -50px;
    background: url(../images/productzh/arrow_r_g.png) no-repeat center center!important;
    width: 20px;
    height: 111px;
    background-size: 10px;
    vertical-align: top;
    text-indent: -99999px;
}

.product-col-3-cell {
    width: 100%;
    height: 500px;
    margin: 0;
    display: table;
    vertical-align: bottom;
    position: relative;
}
.product-col-3-cell img {
    width:80%;
}
.m-hide .product-col-3-cell {
    width:400px;
    float:left;
}
.product-col-3-cell h1 {
    font-size: 14px;
    color: #454443;
    text-align: center;
    padding-top:20px;
}

.product-header-bg {
    position: absolute;
    top: 0;
    z-index: 1;
}

.product-main-wrap {
    position: relative;
    z-index: 9;
    padding-top:220px;
    padding-bottom: 60px;
    margin-bottom: 50px;
    background: url("../images/productzh/header_bg_1.jpg") no-repeat center bottom;
    background-size:100% 100%;
}
.bg-pro1 {
    background-image: url("../images/productzh/header_bg_1.jpg");
}
.bg-pro2 {
    background-image: url("../images/productzh/xl_1.jpg");
}
.bg-pro3 {
    background-image: url("../images/productzh/xl_4.jpg");
}
.bg-pro4 {
    background-image: url("../images/productzh/xl_2.jpg");
}
.arrow_d_sm {
    background: url("../images/productzh/arrow_d_g.png") no-repeat;
    width: 19px;
    height: 10px;
    display: block;
    margin: 10px auto;
}

.product-col-3-cell img {
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    margin: 85px auto 20px;
}

.limit-width-1 img{
    max-width: 175px;
}

.product-col-3-cell:hover h1 {
    color: #006fbc;
}

.product-col-3-cell:hover .arrow_d_sm {
    background: url("../images/productzh/arrow_d_b.png") no-repeat;
}
.product-col-3.owl-carousel .owl-item img {
    width:80%;
}
.product-col-3-cell:hover img {
  
    max-width: auto;
}
.clicked img {

    max-width: auto;
}

.product-col-3-cell-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    letter-spacing: 2px;
    background: rgba(255,255,255,0.9);
    text-align: center;
}



.product-col-3-cell-hover .p-title {
    font-size: 24px;
    font-weight:400;
    color: #616261;
    display: block;
    letter-spacing: 5px;
    margin: 90px auto 30px;
}

.product-col-3-cell-hover label {
    font-size: 14px;
    color: #616261;
    font-weight:300;
    display: inline-block;
    border: 1px solid #bbb;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 6px 15px 6px 17px;
    
}

.product-col-3-cell-hover p {
    font-size: 15px;
    color: #616261;
    text-align: left;
    margin-left: 60px;
    line-height: 50px;
}

.quick-icon {
    position: fixed;
    right: -1px;
    top: 30%;
    border: 1px solid #e3e3e3;
    background: rgba(255,255,255,0.7);
}

.quick-icon > div {
    padding: 10px;
    text-align: center;
    height: 80px;
    line-height: 63px;
}

.quick-icon > div:first-child {
    border-bottom: 1px solid #e3e3e3;
}

.quick-icon > div img {
}

.barrelled-nav-m,.a-l,.a-r {
    display: none;
}
.dzs-title {
    margin:50px auto;
    font-size:18px;
}
.dzs-title span {
    margin: 0 10px;
    display: inline-block;
}
.dzs-title img, .dzs03 img {
    max-width: 100%;
}
.dzs01 {
    padding:0 4% 60px;
    text-align: center;
}
.dzs01 li img {
    width:76%;
    margin:0 auto;
}
.dzs01 li:nth-child(2) img {
    padding-top: 20%;
}
.dzs01 li:nth-child(3) img {
    padding-top: 40%;
}
.dzs01 li:nth-child(4) img {
    padding-top: 40%;
}
.dzs01 li:nth-child(5) img {
    padding-top: 20%;
}
.dzs01 li:hover img {
    transform: scale(1.3);
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
}
.dzs02 .m-hide {
    width:80%;
    margin: 0 auto;
}
.hr-wrap-list a.m-show {
    display: none;
}
.more.pull-right {
    display: block;
    width:100%;
    margin-top: 50px;
    text-align: center;
}
.more.pull-right a input {
    border:0;
    width:30px;
    padding-left:5px;
}
.more.pull-right a input.w90 {
    width:70px;
    border: 1px solid #ccc;
    padding: 5px  0 5px 5px;
}
.more.pull-right a, .more.pull-right span {
    margin: 0 8px;
    font-size:18px;
    line-height: 24px;
    display: inline-block;
}
.more.pull-right a i {
    border-radius: 100%;
    font-size:22px;
    background: #c2c2c2;
    color: #fff;
    width:24px;
    height:24px;
    text-align: center;
    display: inline-block;
}
.more.pull-right a:hover {
    color: #80807f;
}
.more.pull-right .fa-angle-right:before {
    margin-left: 5px;
}
.flexslider .slides img {
    width:88%;
    position: relative;
    z-index: 5;
}
.flex-direction-nav {
    position: absolute;
    z-index: 9999;
    float:left;
    width:100%;
    height:48px;
    top:61%;
}
.flex-direction-nav li {
    display: inline-block;
}
.flex-direction-nav .flex-prev {
    background:url(../images/productZH/arrow_l_g.png) no-repeat center center;

}
.flex-direction-nav .flex-next {
    background:url(../images/productZH/arrow_r_g.png) no-repeat center center;

}
.flex-direction-nav a {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important
}
#carousel .flex-viewport {
    position: relative;
    z-index: 100001;
}
#carousel .flex-direction-nav {
    top:24px;
    width:calc(100% - 120px);
}
#carousel .flex-direction-nav .flex-disabled {
    opacity: 0.8!important
}
#carousel .flex-direction-nav a {
     background-size: 9px;
}
#carousel .flex-direction-nav .flex-prev {
    left:-30px;
}
#carousel .flex-direction-nav .flex-next {
    right:-30px;
}
.m1620 {
    max-width: 1620px;
    text-align: left;
}
.m1750 {
    max-width: 1750px;
}
.more-up {
    display: none;
}
@media (max-width: 768px) {
    .more.pull-right {
        display: none;
    }
    .subnav-bg {
        visibility: hidden;
    }
    .swh .w100 {
        padding:5px 0;
    }
    .dzs-title {
        margin:50px auto;
        font-size:12px;
    }
    .dzs-title span {
        margin: 0 4px;
    }
    .dzs01 {
        padding:0 0 30px;
    }
    .dzs01 li:nth-child(n) img {
        padding-top:0;
    }
    .dzs01 li:hover img {
        transform: scale(1);
        transition: none;
    }
    .year-hr-list .col-xs-4 img {
        min-height: 120px;
    }
    .product-col-3-cell-hover .p-title {
        font-size:20px;
        margin-top: 5px;
        margin-bottom:7px;
        line-height: 1.1;
        color: #006fbc;
        font-weight:300;
    }
    .first-box .m-show {
        display:inline-block;
    }
    .three-layer {
        width:100%;
        max-height:300px;
        overflow: hidden;
    }
    .three-layer img {
        min-height:275px;
        width:190%;
        margin-left: -45%;
    }
    .three-layer .txt h2 {
        margin:0 auto 5px;
    }
    .three-layer .txt h1 {
        font-size: 22px;
    }
    .three-layer .txt {
        padding-bottom: 0;
        font-size:13px;
        margin-top: -50px;
    }
    .product-main-wrap {
        margin-top: 150px;
        padding:0 0 50px;
        background-image: url("../images/productzh/xznb_m_1.jpg");
    }
    .bg-pro1 {
        background-image: url("../images/productzh/xznb_m_2.jpg");
        background-position: right bottom;
        background-size: auto 100%;
    }
    .bg-pro2 {
        background-image: url("../images/productzh/xznb_m_1.jpg");
    }
    .bg-pro3 {
        background-image: url("../images/productzh/xznb_xt_m_1.jpg");
        background-size: 100%;
        background-position: left top;
    }
    .bg-pro4 {
        background-image: url("../images/productzh/header_bg_1_mob.jpg");
    }
    .a-l,.a-r {
        width: 30px;
        height: 110px;
        position: absolute;
        z-index: 5000;
        float:left;
        top:0;
        display: block;
    }
    .a-l {
        background: #f7f7f7 url("../images/productzh/arrow_l_g.png") no-repeat 5px center;
        left:80px;
        background-size: 8px;
    }

    .a-r {
        background: #f7f7f7 url(../images/productzh/arrow_r_g.png) no-repeat 15px center;
        background-size: 8px;
        right:0;
    }

    .barrelled-ul {
        width:100%;
        padding:0 0 0 80px;
        overflow: hidden;
        position: relative;
        z-index: 1;
        height: 110px;
    }
    .barrelled-ul ul {
        /*position: absolute;
        margin-left: 108px;
        min-width: 280px;*/
    }
    .extra1{
       padding-left: 80px;
    }
    .width-auto{
        width: 100%!important;
    }
    .width-auto ul {
        margin-left:0;
    }

    .product-col-3-cell-hover p {
        font-size: 12px;
        color: #616261;
        text-align: left;
        margin-left: 24px;
        line-height: 1.8;
    }

    .product-col-3-cell-hover {
        display: block;
        bottom: auto;
        position: relative;
        padding: 10px 5px 5px;
        background: rgba(255,255,255,0.7);
        width:80%;
        margin: 60px auto 20px;
    }
    .limit-width-1 img{
        max-width: 160px;
    }

    .flexslider .slides img, .product-col-3-cell img {
        width:64%;
        margin-top: 20px;
    }
    .bg-pro1 .product-col-3-cell img {
        margin-top: 30px;
    }
    .quick-icon,.product-col-3-cell,.arrow_d_sm,.product-col-3-cell h1 {
        display: none;
    }

    .product-col-3-cell-hover span {
        color: #006fbc;
        margin: 15px auto 10px;
        font-size: 18px;
    }

    .product-col-3-cell-hover label {
        margin-bottom: 10px;
        font-size:12px;
        padding-top:2px;
        padding-bottom: 2px;
        border-radius: 4px;
    }

    .product-col-3-cell:hover img, .clicked img {
        transform: scale(1,1);
        -ms-transform: scale(1,1);
        /* IE 9 */
        -moz-transform: scale(1,1);
        /* Firefox */
        -webkit-transform: scale(1,1);
        /* Safari 和 Chrome */
        -o-transform: scale(1,1);
    }

    
    .selected span {
        color: #006fbc;
    }

    .size-xl {
        transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        /* IE 9 */
        -moz-transform: scale(1.1,1.1);
        /* Firefox */
        -webkit-transform: scale(1.1,1.1);
        /* Safari 和 Chrome */
        -o-transform: scale(1.1,1.1);
    }

    .barrelled-nav-m {
        display: block;
        background: #f7f7f7;
        position: absolute;
        top: 80px;
        z-index: 99;
        height: 115px;
        left: 0;
        right: 0;
    }

    .barrelled-tag {
        position: absolute;
        z-index: 3;
        top: 0;
        width: 80px;
        text-align: center;
        bottom: 0;
        height: 115px;
        background: #e4e3e3;
    }

    .barrelled-line {
        background: url("../images/productzh/barrelled_line.png") no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 60px;
        background-size: 34px;
    }
    .size-s {
        height:48px;
        background-size: auto 48px;
        margin-top: 22px;
    }
    .size-m {
        height:52px;
        background-size:auto 52px;
        margin-top: 18px;
    }
    .flex-active-slide .barrelled-line {
        background-image: url("../images/productzh/barrelled_line_blue.png")
    }
    .catalog-1 {
         background: url(../images/productzh/xznb_m_1.png) no-repeat center center; 
    }

    .hover .catalog-1 {
        background-image:  url(../images/productzh/xznb_m_1_hover.png);
    }

    .catalog-2 {
         background: url(../images/productzh/xznb_m_2.png) no-repeat center center;
    }

    .hover .catalog-2 {
        background-image: url(../images/productzh/xznb_m_2_hover.png);
    }

    .catalog-3 {
         background: url(../images/productzh/xznb_m_3.png) no-repeat center center;
    }

    .hover .catalog-3 {
        background-image: url(../images/productzh/xznb_m_3_hover.png);
    }

    .catalog-4 {
         background: url(../images/productzh/xznb_m_4.png) no-repeat center center;
    }

    .hover .catalog-4 {
        background-image: url(../images/productzh/xznb_m_4_hover.png);
    }
    [class^="catalog-"] {
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 75px;
        background-repeat: no-repeat;
        background-size: 70px;
    }
    .selected .barrelled-line {
        background: url("../images/productzh/barrelled_line_blue.png") no-repeat center center;
        background-size: 34px;
    }

    .bottle-line {
        background: url(../images/productzh/xznb_xp_m_1.png) no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 65px;
        background-size: 60px;
    }

    .bigIcon {
        background-image: url(../images/productzh/xznb_m_2.png);
    }

    .flex-active-slide .bottle-line {
        background-image: url(../images/productzh/xznb_xp_m_1_hover.png);
    }

    .bottle-line-2 {
        background: url(../images/productzh/xznb_xp_m_2.png) no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 65px;
        background-size: 60px;
    }

    .flex-active-slide .bottle-line-2 {
        background-image: url(../images/productzh/xznb_xp_m_2_hover.png);
    }

    .bottle-line-3 {
        background: url(../images/productzh/xznb_xp_m_3.png) no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 65px;
        background-size: 60px;
    }

    .flex-active-slide .bottle-line-3 {
        background-image: url(../images/productzh/xznb_xp_m_3_hover.png);
    }

    .machine-line {
        background: url(../images/productzh/xznb_m_4.png) no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 75px;
        background-size: 60px;
    }

    .machine-line-1 {
        background: url(../images/productzh/xznb_sb_m_1.png) no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 75px;
        background-size: 60px;
    }

    .flex-active-slide .machine-line-1 {
        background-image: url(../images/productzh/xznb_sb_m_1_hover.png);
    }

    .machine-line-2 {
        background: url(../images/productzh/xznb_sb_m_2.png) no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 75px;
        background-size: 60px;
    }

    .flex-active-slide .machine-line-2 {
        background-image: url(../images/productzh/xznb_sb_m_2_hover.png);
    }

    .machine-line-3 {
        background: url(../images/productzh/xznb_sb_m_3.png) no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 75px;
        background-size: 60px;
    }

    .flex-active-slide .machine-line-3 {
        background-image: url(../images/productzh/xznb_sb_m_3_hover.png);
    }

    .machine-line-4 {
        background: url(../images/productzh/xznb_sb_m_4.png) no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 75px;
        background-size: 60px;
    }

    .flex-active-slide .machine-line-4 {
        background-image: url(../images/productzh/xznb_sb_m_4_hover.png);
    }

    .keg {
        background: url(../images/productzh/xznb_m_1.png) no-repeat center center;
        display: block;
        width: 70px;
        margin: 10px auto 5px;
        height: 75px;
        background-size: 70px;
    }

    .keg-1 {
        background: url(../images/productzh/xznb_xt_m_1.png) no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 75px;
        background-size: 60px;
    }

    .flex-active-slide .keg-1 {
        background-image: url(../images/productzh/xznb_xt_m_1_hover.png);
    }

    .keg-2 {
        background: url(../images/productzh/xznb_xt_m_2.png) no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 75px;
        background-size: 60px;
    }

    .flex-active-slide .keg-2 {
        background-image: url(../images/productzh/xznb_xt_m_2_hover.png);
    }

    .keg-3 {
        background: url(../images/productzh/xznb_xt_m_3.png) no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 75px;
        background-size: 60px;
    }

    .flex-active-slide .keg-3 {
        background-image: url(../images/productzh/xznb_xt_m_3_hover.png);
    }

    .keg-4 {
        background: url(../images/productzh/xznb_xt_m_4.png) no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 75px;
        background-size: 60px;
    }

    .flex-active-slide .keg-4 {
        background-image: url(../images/productzh/xznb_xt_m_4_hover.png);
    }

    .keg-5 {
        background: url(../images/productzh/xznb_xt_m_5.png) no-repeat center center;
        display: block;
        width: 60px;
        margin: 10px auto 5px;
        height: 75px;
        background-size: 60px;
    }

    .flex-active-slide .keg-5 {
        background-image: url(../images/productzh/xznb_xt_m_5_hover.png);
    }

    .product-col-3-cell {
        display: none;
        margin: 0 auto ;
        height: auto;
        width: 78%;
    }

    .product-col-3-cell:first-child {
        display: block;
    }

    .barrelled-nav-m span {
        font-size: 12px;
        line-height: 1.1;
        display: table;
        width: 100%;
    }
    .barrelled-nav-m .hover span, .barrelled-nav-m .flex-active-slide span {
        color: #006fbc;
    }
    .barrelled-ul {
        display: inline-block;
    }

    .barrelled-ul .p-nav {
        left: 0;
        min-width: 100%;
    }

    .barrelled-ul ul li {
        display: inline-block;
        width: 82px;
        height: 110px;
        text-align: center;
        vertical-align: top;
    }

    .barrelled-ul .p-nav li {
        width: 25%;
        float: left;
    }

    .extra1 ul li {
        width: auto;
        padding: 0 5px;
        vertical-align: top;
    }


    .barrelled-ul ul li i {
    }

    .product-header-bg {
        top: 190px;
    }
    .w100 img {
		width:100%;
	}
    body, header .navbar-fixed-top, .container {
        min-width:100%;
    }
    .tru .nav-header {
        position: fixed;
    }
    .nav-header .logo {
        height:42px;
        width:47px;
        left:20px;
        top: 10px;
    }
    .m-hide, .nav > li.m-hide {
        display: none;
    }
    .m-show {
        display: block;
    }
    .owl-carousel .owl-item img.m-hide {
        display: none;
    }
    .owl-carousel .owl-item img.m-show {
        display: block;
    }
    .owl-theme .owl-dots .owl-dot span {
        border-radius:100%;
        width:8px;
        height:8px;
    }
    .hover .logo, .mobTop .logo {
        background-image: url("../images/logo-black.png");
    }
    .under .logo, .tru .logo {
        background-image: url("../images/logo.png");
    }
    .mobTop .navbar-toggle .icon-bar {
        background: #80807f;
    }
    .tru .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-nav {
        float:none;
        padding:80px 20px 0;
        
    }
    .navbar-nav li a {
        padding:20px 0;
    }
    .navbar-nav li a,  .navbar.hover a {
        border-bottom: 1px solid #717171;
        font-size: 16px;
        color: #bbb;
    }
   .navbar-nav li a::before, .f-title2::before {
        font-family:'FontAwesome';
        content:"\f105"; 
        float:right;
        font-size:13px;
        font-weight: 100;
        padding-right:5px;
        color:#999;
    }
    .navbar-nav li a.dropdown-toggle::before {
        background: url("../images/icon_add.png") no-repeat;
        background-size: 10px auto;
        float:right;
        width:10px;
        height: 10px;
        margin-top: 5px;
        margin-right: 4px;
        content:"";
    }
 
    .navbar-nav li ul a::before {
        content: none;
    }
    .navbar-nav li.open a.dropdown-toggle::before {
        margin-top: 9px;
        background-image: url("../images/icon_mius.png");
    }
    .nav .open > a {
        color: #bbb;
    }
    .nav .open > a:hover, .nav .open > a:focus {
        color: #006fbc;
    }
    .nav > li > a:hover, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus {
        color:#006fbc;

    }
    .nav > li > a:hover .dropdown-menu {
        display: none;
    }
    .nav .open > a {
        border:0;
    }
    .dropdown-menu li {
        width:100%;
    }
    .navbar-kf {
        display: none;
    }
    .nav-header {
        width:100%;
        display: block;
    }
    .navbar-toggle {
        float:right;
        text-align: right;
        margin-top: 0;
        padding-top: 0;
        padding-right: 0;
    }
    .open .dropdown-menu {
        display: table;
        min-height:90px;
        margin-bottom: 0;
    }
    .open .dropdown-menu li {
        width:100%;
        padding:5px 17px;
        float:left;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding-left:0;
        font-size:15px;
        font-weight:100;
        border:0;
    }
    
    .hr-icon-list  a {
        width:33.334%;
        border-right: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
    }
    .second-line a {
        width:50%;
    }
    .hr-icon-list .m-block a:last-child {
        border-right:none;
    }
    .navbar-fixed-top .navbar-collapse {
        position: fixed;
        top:0;
        background: #333;
        width:100%;
        max-width: 100%;
        min-width:100%;
        left:0;
        padding:0;
        margin:0;
        height: calc(100vh);
        min-height: calc(100vh);
    }
    .hr-wrap-list .col-md-4 img {
        min-width: 100%;
        transform:none;
        width:auto;
        height:150px;
    }
    .navbar-nav {
        margin:0;
    }
    
    .hr-icon-list.container {
        padding:0;
    }
    .hr-wrap-list .col-xs-12 {
        padding:0;
    }
    .hr-wrap-list a {
        padding:0;
    }
    .hr-wrap-list .col-md-6 img.w100 {
        border-radius:0;
    }
    .hr-wrap-list .fours {
        padding:1px 1px 0 0;
    }
    .hr-wrap-list .col-xs-6 {
        padding:0 0 1px 1px;
        margin: 0;
        
    }
    .hr-wrap-list .col-xs-6 a {
        display: block;
        position: relative;
        height:150px;
        overflow: hidden;
        width:100%;
    }
    .note_hr_Float {
        text-align: center;
        width: 100%;
        height:150px;
        margin: 0 auto;
        position: absolute;
        z-index: 1001;
        left: 0;
        top: 0;
        padding:25px 0;
        background: rgba(0, 0, 0, 0.24);
    }
    .note_hr_Float h4 {
        color:#fff;
        font-size:16px;
        line-height: 80px;
        font-weight: 400;
    }
    .note_hr_Float p {
        display: none;
    }
    .icon {
        background-size: 320px;
        width: 40px;
        height: 40px;
    }
    .ita2 {
        background-position: -40px 0;
    }
    .ita3 {
        background-position: -80px 0;
    }
    .ita4 {
        background-position: -120px 0;
    }
    .ita5 {
        background-position: -160px 0;
    }
    .ita6 {
        background-position: -200px 0;
    }
    .ita7 {
        background-position: -240px 0;
    }
    .ita8 {
        background-position: -280px 0;
    }
    .hr-icon-list a:hover .icon {
        background-position-y: -40px;
    }
    .footer_hr {
        background: #f4f4f4;
        margin-top: 50px;
        padding-top:20px;
        padding-bottom:10px;
    }
    .foot-link {
        border:0;
        padding:0 15px;
        margin-top:0;
    }
    .footer_hr_box_left>ul>li, .f-title {
        display: block;
        width:100%;
    }
    .footer_hr_box_left>ul>li.m-hide {
        display: none;
    }
    .f_nav {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 15px 0;
    }
    .footer_hr_box_right, .footer_hr_box_left {
        width: 100%;
        display: block;
    }
    .footer_hr_box_left > ul > li {
        margin: 0;
    }
    .footer_hr_box_left>ul>li li>a:hover {
        color: #006fbc;
        text-decoration: none;
    }
    .f-title::before {
        background: url("../images/icon_add.png") no-repeat;
        background-size: 10px auto;
        float:right;
        width:10px;
        height: 10px;
        margin-top: 12px;
        margin-right: 2px;
        content:"";
    }
    .f-title.active::before {
        margin-top: 16px;
        background-image: url("../images/icon_mius.png");
    }

    .cf {
        display: none;
    }
    
    .footer_hr_box_right {
        text-align: center;
        margin: 20px auto;
    }
    .footer_hr_box_right ul li {
        margin:20px auto;
        width:25%;
        text-align: center;
    }
    .footer_hr_box_right .img {
        background: #fff;
        margin:0 auto;
        width:42px;
        height:42px;
        padding:10px;
        display:table;
        border-radius: 100%;
        vertical-align: middle;
    }
    .footer_hr_box_right .m-30 {
        padding:4px;
        padding-top: 14px;
    }
    .footer_hr_box_right .img img {
        width:100%;
        vertical-align: middle;
    }
    .f_copy {
        margin: 0 20px;
        text-align: center;
        font-size:12px;
    }
    .f_copy span {
        margin:0 5px;
    }
    .year-hr-list {
        margin-top:25px;
    }
    .year-img-txt {
        width:84%;
        line-height: 22px;
        font-size:14px;
        height: 64px;
        padding-top:8px;
    }
    .year-img-txt span {
        font-size: 22px;
        font-weight:300;
    }
    .year-img-txt b {
        display: block;
        font-weight:300;
    }
    .year-main {
        margin: 25px auto;
        padding:0;
    }
    .year-main .layerHover {
        width:98%;
    }
    .year-main .layerHover, .year-main .col-xs-12 .col-xs-12 .layerHover {
        font-size:14px;
        text-align: left;
        margin-left:10px;
        line-height: 36px;
    }
    .year-main .layerHover span {
        font-size:24px;
    }
    .year-main .layerHover p b {
        margin: 0;
        display: inline-block;
    }
    .year-main .col-xs-12 span.pc-hao {
        margin: 0;
    }
    .year-main .col-xs-12 {
        padding:0;
    }
    .year-main .col-xs-12 .row {
        margin:10px 0 0;
    }
    .first-title {
        padding:0;
    }
    
    .mob-history {
        margin-top:95px;
    }
    .slide .img img {
        box-shadow: 2px 3px 5px #ccc;
    }
    .slide .txt {
        position: relative;
        z-index: 99999;
        margin-top: 10px;
        background: #3781c2;
        color: #fff;
        padding:10px;
        float:left;
        margin-left:4%;
        margin-top: -30px;
        width:92%;
        display: none;
    }
    .slide .img3 .txt {
       display: block;
    }
    .slide .txt b {
        margin-right: 5px;
        color: #fff;
        font-size:36px;
        line-height: 1;
        font-weight:700;
        position: absolute;
        z-index: 22;
        left:10px;
        top:10px;
        font-family: SoulPapa Regular, Arial, Helvetica, sans-serif;
    }
    .slide .txt b i {
        background: url("../images/arrow.png") no-repeat;
        background-size: 18px;
        position: absolute;
        z-index: 1001;
        bottom:5px;
        right:0;
        width:18px;
        height:18px;
    }
    .slide .txt span {
        position: absolute;
        right:10px;
        top:10px;
    }
    .slide .txt p {
        font-size: 12px;
        padding-left:0;
        padding-top:40px;
        text-align: left;
    }
    .product-main .row:nth-child(2n+1) .pd3, .product-main .row:nth-child(2n) .pd1 {
        width:100%;
        float:left;
        margin-top: -28%;
    }
    .pro-item .m-block {
        width:100%;
        padding:0 10px;
    }
    .pro-item .m-block .pd2 {
        width:50%;
    }
    #three .pd1 {padding-left:10px;}
    #three .pd2 {
        width: 40%;
    }
    .hs-main.mt130 {
        margin-top: 60px;
    }
    .shop-banner {
        font-size: 18px;
        padding-top:0;
        margin-bottom: 50px;
    }
    .shop-b-txt, .shop-b-img {
        width:100%;
        padding:0 60px;
    }
    .shop-b-txt {
        padding-bottom: 20px;
        text-align: center;
        padding-top:100px;
    }
    .shop-banner h1 {
        font-size: 32px;
        padding-left: 13px;
        margin-bottom: 20px;
    }
    .shop-main {
        padding:0 20px;
    }
    .shop-main .s-layer {
        margin-top: 10px;
    }
    .s-layer-img {
        width:46%;
    }
    .s-layer-img img {
        max-width: 89%;
    }
    .s-layer-txt {
        font-size:14px;
    }
    .s-layer-txt, .shop-main .s-layer:nth-child(2n) .s-layer-txt {
        padding-left: 20px;
    }
    .s-layer-txt h1 {
        font-size: 20px;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }
    .shop-end {
        background-size: 140%;
        margin-top: 80px;
    }
    .shop-end .s-layer-txt {
        padding-left: 25%;
        line-height: 48px;
    }
    .shop-end .s-layer-txt h1 {
        margin-top: -20px;
    }
    .shop-end img {
        width: 90%;
        margin-top: 0;
    }
    .shzr-box .title {
        margin: 30px auto 0;
        width:130px;
        height:122px; 
        padding: 70px 0 0 58px;
        background-size: 80%;
        background-position: -10% top;
    }
    .shzr-box {
        width:100%;
        background: none;
    }
    .sh-l-01 {
        margin-top: 0;
        width:100%;
        position: relative
    }
    .sh-l-01 img {
        width:100%;
    }
    .shImg span {
        width:auto;
        position: absolute;
        top:10px;
        left:10px;
        background: rgba(4, 96, 211, 0.8);
        color:#fff;
        padding:5px;
    }
    .shzr-box .l_02 .title {
        float:none;
    }
    .shImg .owl-dots .owl-dot span {
        position: relative;
        left:auto;
        top:auto;
        width:8px;
        height: 8px;
        padding: 0;
    }
    .ab01, .ab02 {
        position: relative;
        left:auto;
        top:auto;
    }
    .sh-list {
        width:100%;
    }
    .sh-list li {
        width:100%;
        padding:0;
    }
    .sh-list li img {
        max-width: 100%;
    }
    .sh-list.w100 .owl-item {
        max-height:350px;
        overflow:hidden;
    }
    .sh-list.w100 .owl-item img {
        min-height: 350px;
    }
    .jr-txt-box {
        font-size: 14px;
        margin: 150px 10%;
    }
    .jr-txt-box img {
        width:88%;
        margin: 0 6%;
    }
    .jm-info, .jr-main {
        padding:0 20px;
    }
    .pd0 {
        padding: 0;
    }

    .jm-info, .jm-wall {
        margin: 40px 0;
    }
    .jm-lc {
        margin: 50px auto 30px;
    }
    .jr-main .jm-txt h4 {
        text-align: center;
        margin: 30px auto;
    }
    .jm-wx {
        border:0;
        padding:0;
        margin: 0 10px;
    }
    .jm-wx span {
        display: none;
    }
    .jm-wx a {
        border:1px solid #78b3dc;
        border-radius: 5px;
        padding:20px 0 0;
        float:left;
        text-align: center;
        width: 44%;
        margin:20px 3% 60px;
        min-height: 140px;
        height: 150px;
    }
    .jm-wx a img {
        width:80%;
        margin-top:10px;
    }
    .jm-wx a .m-show {
        font-size:13px;
    }
    .jm-wx a .m-show b {
        font-size:16px;
        font-weight:400;
        display: block;
        margin:5px 0;
    }
    .jr-main .jm-txt {
        font-size:12px;
        padding:0;
    }
    .jm-txt b {
        display: block;
        font-size:16px;
    }
    .jm-txt li p {
        margin:0;
    }
    .jm-wx p.m-show {
        display: block;
    }
    .jm-wall .mt30 {
        margin-top: 30px;
    }
    .min-h {
        display: none;
    }
    .new-list {
        padding:0 12px;
    }
    .sy-head {
        margin-top:60px;
    }
    .img20 img {
        padding: 35px 0;
    }
    .ps-list {
        overflow: hidden;
    }
    .ps-list .txt p {
        display: none;
    }
    .ps-list .row {
        position: relative;
        margin:0;
        padding:0;
    }
    .ps-list .img {
        padding:0;
        display: table;
    }
    .ps-list .txt, .vedio-main h1 {
        position: absolute;
        bottom:0;
        left:0;
        background: url("../images/sy/04/sy04_bg.png") repeat-x left bottom;
        background-size: auto 100px;
        height:100px;
        color:#fff;
        padding:30px 15px 5px;
        width:100%;
        margin:0;
    }

    .ps-list .txt h4 {
        height:auto;
        font-size:18px;
        line-height: 26px;
        height: 26px;
        margin-bottom: 6px;
    }
    .ps-list .txt h4 a {
        color:#fff;
    }
    .ps-list .txt .note {
        padding-left:15px;
        padding-right: 15px;
        left:0;
        bottom:13px;
    }
    .ps-list .txt .note a {
        float:right;
        color:#fff;
        margin-right: 0;
    }
    .more-up {
        margin:0 auto;
        display:block;
        width:100%;
        clear: both;
        overflow: hidden;
        padding-top:30px;
    }
    .more-up a {
        display: inline-block;
        margin: 0 auto ;
        border: 1px solid #3781c2;
        color: #006fbc;
        border-radius: 4px;
        padding:7px 45px;
    }
    .more-up .fa {
        font-size: 18px;
        display: none;
        margin-right: 5px;
    }
    .detail-page {
        margin-top: 80px;
    }
    .detail-box {
        padding: 0 15px;
    }
    .page-tool * {
        text-align: right;
    }
    .topNews {
        padding:0;
        margin-bottom: 3px;
    }
    .topNews img {
        border-radius: 0;
        border:0;
    }
    .topNews .col-xs-12 {
        padding:0;
    }
    .topNews .txt {
        padding:0 20px 20px;
        font-size:14px;
    }
    .topNews .txt h1 {
        margin: 15px 0 20px;
        font-size:17px;
    }
    .vedio-main [class^="col-"] {
        padding-left:0;
        padding-right:0;
        margin-top: 1px;
    }
    .vedio-main p {
        display: none;
    }
    .vedio-main h1 {
        height:60px;
        font-size:16px;
        background-size: auto 60px;
    }
    .vedio-m-list .list {
        margin-bottom: 30px;
        display: table;
        width:100%;
    }
    
    .vedio-main h1, .vedio-main .vedio-m-list h1 {
        margin-bottom: 0;
    }
    .first-vedio {
        margin: 0;
    }
    .first-box p {
        font-size:14px;
        line-height: 1.5;
    }
    .first-box .m-hide {
        display: none;
    }
    .time-line {
        max-height:600px;
        overflow: hidden;
    }
    .maxheight {
        max-height: 4000px;
    }
    #weixin {
        width: auto;
    }
    
    .footer_hr_box_left>ul>li ul {
        margin-top: 5px;
        margin-left: 19px;
    }
    .year-main .row {
        margin:0;
    }
    .year-main .layerHover {
        transform:none;
        top:auto;
        bottom: 5px;
        left:0;
    }
    .hr-wrap-list a.m-hide {
        display: none;
    }
    .hr-wrap-list a.m-show {
        display: block;
    }
    .product-main .animated, .shzr-main  .animated {
        animation: none;
    }
    .jm-wx {
        margin: 0 ;
    }
    .jm-wx .link {
        float:left;
        margin:20px 0;
        width:46%;
        padding:20px 5px 0;
        border: 1px solid #78b3dc;
        border-radius:5px;
        text-align: center;
        min-height: 140px;
    }
    .jm-wx .link:first-child {
        margin-right: 8%;
    }
    .jm-wx .link img {
        max-width: 90%;
        clear: both;
        margin-top:10px;
    }
    .jm-wx .link p.m-show {
        margin-bottom: 0;
    }
    .jm-wx .link .m-show b {
        display: block;
    }
    .icon-box [class^="col"] {
        padding:10px;
    }
    .icon-box img.m-show {
        display: block;
        margin: 0 auto 15px;
    }
    .icon-box img.m-hide {
        display: none;
    }
    .icon-box .txt {
        color:#006fbc;
        font-size:12px;
    }
    .icon-box .col-xs-4:nth-child(2) {
        padding-left:7;
        padding-right:7;
        border: 1px solid #91c1e2;
        border-width:0 1px;
    }
}

.wx-pop {
    background: rgba(49, 49, 49, 0.85);
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 5550;
    color:#fff;
    
    text-align: center;
    display: none;
}
.wx-pop img {
    width:60%;
    margin: 0 auto 2px;
}
.wx-pop h2 {
    line-height: 32px;
    font-weight: 300;
    font-size:20px;
}
.wx-pop h4 {
    border-top:1px solid #fff;
    padding-top:12px;
    font-size:16px;
    line-height: 26px;
    font-weight: 300;
    display: inline-block;
}
@media (max-width: 380px) {
    .year-main .layerHover span {
        font-size:20px;
    }
    .year-main .layerHover p {
        font-size:12px;
    }
}
