/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Medium.eot');
    src: local('AvantGardeITCbyBT-Medium'), url('../fonts/AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Medium.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Medium.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Medium.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Medium.svg#AvantGardeITCbyBT-Medium') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Book.eot');
    src: local('AvantGardeITCbyBT-Book'), url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/BarlowSemiCondensed-Bold.eot');
    src: local('Barlow Semi Condensed Bold'), local('BarlowSemiCondensed-Bold'), url('../fonts/BarlowSemiCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowSemiCondensed-Bold.woff2') format('woff2'), url('../fonts/BarlowSemiCondensed-Bold.woff') format('woff'), url('../fonts/BarlowSemiCondensed-Bold.ttf') format('truetype'), url('../fonts/BarlowSemiCondensed-Bold.svg#BarlowSemiCondensed-Bold') format('svg');
    font-display: swap;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
ul
{
    margin: 0;
    padding: 0;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
a:active,
a:link,
a:visited
{
    text-decoration: none;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
.header
{
    position:fixed;
    z-index: 110;
    top: 0;
    width: 100%;
    height: 86px;
    padding: 0 4%;

    -webkit-transition: all .6s;
            transition: all .6s; 
			background:rgba(0,0,0,.42);
}
@media (max-width: 1650px)
{
    .header
    {
       
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 66px;
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 50px;
    margin-top:12px;

    -webkit-transition: all .6s;
            transition: all .6s;
}

.header .logo .logotwo{ display:none;}

@media (max-width: 1350px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 12px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 5px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 30px;
        margin-top: 15px;
    }
}
.header .logo a
{


    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .tel
{
    font-size: 30px;

    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .header .open-search
    {
        display: none;
    }
}
.header .tel p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 26px;
    line-height: 86px;
    margin: 0;
    -webkit-transition: all .6s;
            transition: all .6s;

    color: #fff; background:url(../images/telb.png) 0 center no-repeat; background-size:28px; padding-left:34px;
}

.fixed-inner-nav{ position: fixed !important;
    top:0;
    background: #fff;
    z-index: 88;  -webkit-transition: all .6s;
            transition: all .6s;}

.showinner-nav{
    top:86px;
    background: #fff;
    z-index: 88;  -webkit-transition: all .6s;
            transition: all .6s;}




.header.fixed-header .tel p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 26px;
    line-height: 86px;
    margin: 0;
    -webkit-transition: all .6s;
            transition: all .6s;

    color: #bf1d27; background:url(../images/tel.png) 0 center no-repeat; background-size:28px; padding-left:34px;
}

@media (max-width: 1400px)
{
    .header .tel p
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .header .tel p
    {
        line-height: 60px;
    }
}

@media (max-width: 767px)
{   .header .tel{ margin-right:26px;}
   
   .fixed-inner-nav{
    top:0px;
    }

    .header .tel p{font-size: 17px; padding-left:28px;  background-size:20px;}
    .header.fixed-header .tel p{ font-size: 17px;  padding-left:28px; background-size:20px;}
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 8px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #fff;
}


.fixed-header .nav-collapse .btn-line:nth-child(3),
.fixed-header .nav-collapse .btn-line:nth-child(2),
.fixed-header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #666;
}

.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;

        margin-left: 5%;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav a:hover
    {
        color: #133077;
    }
}
@media (min-width: 1200px) and (max-width: 1650px)
{
    .header .nav
    {
        margin-left: 30px;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        font-size: 0;
    }
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 17px;
        line-height: 86px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        color: #fff;
        padding: 0 28px;

       /*** -webkit-transition: all .4s;
                transition: all .4s;
				***/
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #005aab; 
		font-weight:bold; 
		border-bottom:3px solid; z-index:88;
		border-image:linear-gradient(to right, #37bdfc, #005bac) 1;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;
        display: none;
        overflow: hidden;
        padding: 20px 0;
        text-align: center;
        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        list-style: none;
		float:left;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 24px; 
		color:#1d1d1d;
        padding: 4px 20px;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        text-decoration:none;
        color: #005aab;
		font-weight:bold;
    }
}
@media (max-width: 1840px){
	.header .nav .nav-list1 > li > a{
		padding: 0 28px;
	}
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav .nav-list1 > li > a
    {
   
        padding: 0 12px; font-size:15px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 9px;
		font-size: 14px;
    }
}
@media (max-width: 1199px)
{
 .header .nav .nav-list1 > li > a
    {
        padding: 0 6px;
		font-size: 14px;
    }
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2
    {
        display: none;
    }
    .header .nav .nav-list2 a
    {
        font-size: 15px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a
    {
        margin-top: 0;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 14px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);

        color: #fff;
    }
}

.header .navbg
{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    height: 72px; 
	border-top:1px solid #698dcc;
    background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 4px 10px rgba(42, 94, 186, .2);
}

.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 20px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .find
{
    line-height: 100px;

    display: inline-block;
    float: right;

    height: 100px;
    margin-right: 20px;
    padding: 0; background:url(../images/search.png) 0 40px no-repeat; background-size:18px; padding-left:10px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;

    color: #939393;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px; width:20px;        background-position: center;
        height: 60px;
        margin: 0;
        margin-right: 5px;
    }
}
/***sjdh**/
.fixed-header .sp_header .sp_nav span{ background:#ccc;}
  
.sp_header{height:50px; overflow:hidden; position:fixed;z-index:10; right:5px;}
.sp_logo{padding:10px; float:left; height:50px}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer; height:30px;margin-top:18px; display:none;}
.sp_nav span{display:block;background:#fff;width:21px;height:2px;position:absolute;left:22px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:4px}
.sp_nav span:nth-of-type(2){top:12px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#fff;width:100%;height:100%;font-size:14px;line-height:50px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:66px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left; text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:7px;right:0px; height:50px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{ margin-left:20px; position:relative;line-height:50px; font-size:16px}
.sjj_nav>ul >li:last-child{ }
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:100%;}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left; font-size:15px; line-height:40px; margin-left:-20px;  background:url(../images/menul.png) left center no-repeat; background-size:15px; padding-left:22px;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#ccc;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#053cc7}
.sjj_nav ul li ul li>ul{margin-left:10px}

@media (max-width: 1199px){
.sp_nav {
    display: block;
}
}

.header .find:after
{
    float: right;

    margin-left: 20px;

    content: '';
}
@media (max-width: 1199px)
{
    .header .find:after
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .header .find:after
    {
        display: none;
    }
}
.header .find:hover
{
    color: #133077;
}
.header .open-search
{
    font-size: 14px; 
	float:right; margin-right:20px;
	margin-top:26px;
    background: none; 
 
}
@media (max-width: 1199px)
{
    .header .open-search
    {
       margin-top:15px;
    }
}
.header .open-search form
{
    position: relative;

    display: inline-block;

}
.header .open-search form input
{
    line-height: 22px;
    color:#ccc;
    width: 100%;
    padding: 4px 35px 4px 8px; background:none;
	border: 1px solid;
    border-color: rgba(255,255,255,.5);
    outline: none;
}

.header.fixed-header .open-search form input
{
    line-height: 22px;

    width: 100%;
    padding: 4px 35px 4px 8px; background:none;
	border: 1px solid #c0c0c0;

    outline: none;
}

.header .open-search form input::-webkit-input-placeholder,
.header .open-search form textarea::-webkit-input-placeholder
{
    color: #c3c3c3;
}
.header .open-search form input:-o-placeholder,
.header .open-search form textarea:-o-placeholder
{
    color: #c3c3c3;
}
.header .open-search form input::-moz-placeholder,
.header .open-search form textarea::-moz-placeholder
{
    color: #c3c3c3;
}
.header .open-search form input:-ms-input-placeholder,
.header .open-search form textarea:-ms-input-placeholder
{
    color: #c3c3c3;
}
.header .open-search form input:focus::-webkit-input-placeholder,
.header .open-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-o-placeholder,
.header .open-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-moz-placeholder,
.header .open-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-ms-input-placeholder,
.header .open-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form .submit
{
    line-height: 32px;

    position: absolute;
    top: 0;
    right: 0;

    width: 40px;
    padding: 0;

    text-align: center;

    background: none;
}
.header .open-search form .submit:before
{
    font-family: 'iconfont';
    font-size: 20px;
	color:#fff;
    content: '\e660';
}

.header.fixed-header .open-search form .submit:before
{
    font-family: 'iconfont';
    font-size: 20px;
	color:#c8c8c8;
    content: '\e660';
}


.header .open-search form .submit:hover
{
    color: #133077;
}
.header .open-search .search-close
{
    line-height: 30px;

    float: right;

    width: 60px;

    text-align: right;
}
.header .open-search .search-close:hover
{
    color: #133077;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}

.header.fixed-header
{
    height: 86px; background:#fff;  position:fixed;
    box-shadow: 0 4px 10px rgba(42, 94, 186, .2); transition: .8s all;
}

.header.hideNav-header{ top:-86px; transition: .8s all;}

.header.showNav-header{ top:0; transition: .8s all;}


@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 66px;
    }
}
.header.fixed-header .logo
{
    margin-top: 12px;
}

.header.fixed-header .logo .logoone{ display:none;}
.header.fixed-header .logo .logotwo{ display:block;}

@media (max-width: 1350px)
{
    .header.fixed-header .logo
    {
        margin-top: 10px;
    }
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        margin-top:5px;
    }
}
@media (max-width: 767px)
{
    .header.fixed-header .logo
    {
        margin-top: 15px;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 84px; 
	color:#898989;
}

.header.fixed-header .nav .nav-list1 > li:hover > a, .header.fixed-header .nav .nav-list1 > li.active > a{
    color: #005aab;}

@media (max-width: 1199px)
{
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 60px;
    }
}
.header.fixed-header .find
{
    line-height: 86px;

background-position: 0 33px;
    height: 86px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .find
    {
        line-height: 60px;

        height: 60px;
    }
}
.header.fixed-header .open-search
{
    top: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .open-search
    {
        top: 60px;
    }
}
.header.fixed-header .tel p
{
    line-height: 86px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .tel p
    {
        line-height: 60px;
    }
}


/****/
.header .navigation {
  line-height: 48px;
  position:fixed;
  z-index: 99;
  top: 68px;
  width: 100%;
  height:100%;
  left: 0;
  display: none;
  overflow: visible;
  border-top: solid 2px #005aab;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.23);
}
.header .navigation .level-1 > li.more::after,
.header .navigation .level-2 > li::before,
.header .navigation .level-2 > li.more::after,
.header .navigation .level-3 > li::before {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 12px;
  height: 12px;
  content: '';
  background: url(../images/menu.png) no-repeat;
  background-size: cover;
}
.header .navigation .level-1 {
  padding: 0;
  color: #666;
  font-family: 'HankenBook';
}
.header .navigation .level-1 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: inherit;
}
.header .navigation .level-1 li {
  position: relative;
}
.header .navigation .level-1 > li > a { font-size:16px;
  padding: 0.2em 2em 0.2em 1em;
}
.header .navigation .level-1 > li::after {
  background-position: -36px 0;
}
.header .navigation .level-1 > li.active::after,
.header .navigation .level-1 > li:hover::after {
  background-position: -96px 0;
}
.header .navigation .level-1 > li.more::after {
  background-position: -12px 0;
}
.header .navigation .level-1 > li.more:hover::after {
  background-position: -72px 0;
}
.header .navigation .level-1 > li.more.active::after {
  background-position: -84px 0;
}
.header .navigation .level-1 > li.active > a,
.header .navigation .level-1 > li:hover > a {
  background-color: rgba(0, 0, 0, 0.05);
}



.header .navigation .level-1 li span{ position:absolute; z-index:55; right:12px; height:54px; top:0; width:50%; text-align:right;}


.header .navigation .level-1 li span::after,
.header .navigation .level-1 .active span::after {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 12px;
  height: 12px;
  content: '';
  background: url(../images/menu.png) no-repeat;
  background-size: cover;
}
.header .navigation .level-1 li span::after {
  background-position: -13px 0;
}
.header .navigation .level-1 .active span::after {
  background-position: -84px 0;
}


.header .navigation .level-2 {
  display: none;
  padding: 0;
  font-family: 'HankenLight';
}
.header .navigation .level-2 a {
  padding: 0 2em 0 3em;
}
.header .navigation .level-2 li:last-child {
  border-bottom: none;
}
.header .navigation .level-2 > li::before {
  right: auto;
  left: 1.5em;
  background-position: 0 0;
}
.header .navigation .level-2 > li::after {
  background-position: -48px 0;
}
.header .navigation .level-2 > li.more.active::after {
  background-position: -84px 0;
}
.header .navigation .level-2 > li.more::after {
  background-position: -12px 0;
}
.header .navigation .level-3 {
  line-height: 40px;
  display: none;
  padding: 0;
}
.header .navigation .level-3 a {
  font-size: .8em;
  padding-left: 4em;
}
.header .navigation .level-3 > li::before {
  right: auto;
  left: 2em;
  background-position: 0 0;
}
.header .navigation .level-3 > li::after {
  background-position: -48px 0;
}
.header .navigation .level-3 > li.more.active::after {
  background-position: -84px 0;
}
.header .navigation .level-3 > li.more::after {
  background-position: -12px 0;
}
.header .toggle {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 30px;
  height: 40px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1199px) {
  .header .toggle {
    display: block;
  }
}
.header .toggle .icon,
.header .toggle .icon::before,
.header .toggle .icon::after {
  position: absolute;
  width: 20px;
  height: 2px;
  transition-duration: .5s;
  background: #fff;
}
.header .toggle .icon {
  top: 18.75px;
  left: 10px;
}
.header .toggle .icon::before,
.header .toggle .icon::after {
  left: 0;
  content: '';
  background: inherit;
}
.header .toggle .icon::before {
  top: -8px;
}
.header .toggle .icon::after {
  top: 8px;
}
.header.nav-open .toggle .icon {
  width: 0;
}
.header.nav-open .toggle .icon::before {
  transform: translateY(8px) rotate(45deg);
}
.header.nav-open .toggle .icon::after {
  transform: translateY(-9px) rotate(-45deg);
}


.fixed-header .toggle .icon,
.fixed-header .toggle .icon::before,
.fixed-header .toggle .icon::after {
  background: #666;
}
/***/

.online-wrap .btn {
    line-height: 36px;
    position: fixed;
    z-index: 109;
    right: 5px;
    bottom: 55px;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .7);
}
@media (min-width: 992px) {
    .online-wrap .btn {
        display: none;
    }
}
.online-wrap .btn:before {
    font-family: 'iconfont' !important;
    font-size: 18px;
    display: inline-block;
    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    color: #fff;
}
.online-wrap .btn.active:before {
    -webkit-transform: rotateZ(225deg);
    -ms-transform: rotate(225deg);
    transform: rotateZ(225deg);
}
.online-wrap .code-pic {
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;
    display: none;
    max-width: 120px;
}
.online-wrap .code-pic .pic-box {
    padding: 5px;
    background-color: #fff;
}
.online-wrap .code-pic img {
    display: block;
    max-width: 100%;
}
.online-wrap .online {
    position: fixed;
    z-index: 108;
    top: 65%;
    right: 0;
    -webkit-transition: right .3s;
    transition: right .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px) {
    .online-wrap .online {
        top: auto;
        right: -60px;
        bottom: 100px;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .online-wrap .online.active {
        right: 0;
    }
}
.online-wrap .online a {
    line-height: 48px;
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    border-radius: 1px;
    background-color: #005aab;
}
.online-wrap .online a:before {
    font-size: 22px;
    color: #fff;
}
@media (min-width: 992px) {
    .online-wrap .online a:hover {
        background-color: rgba(215, 1, 13, .7);
    }
}
@media (max-width: 767px) {
    .online-wrap .online a {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .online-wrap .online .icon-phone:hover .phone-num {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;
    padding-right: 5px;
    -webkit-transition: right .3s;
    transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p {
    margin: 0;
    padding: 0 20px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before {
    font-size: 24px;
}
@media (max-width: 767px) {
    .online-wrap .online .code:before {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;
    display: none;
    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img {
    display: block;
    width: 100%;
}
.online-wrap .online .code .mask p {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0 8px 0;
    color: #888;
}
.online-wrap .online .sale {
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .online-wrap .online .sale {
        width: 50px;
    }
}
.online-wrap .online .sale a {
    width: 158px;
    height: 162px;
    background: none;
}
@media (max-width: 991px) {
    .online-wrap .online .sale a {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img {
    max-width: 100%;
}

.online-wrap .icon-qq img{ width:28px;}


.online-wrap .icon-weixin:before {
    font-family: 'iconfont' !important;
    content: '\e604';
}
.online-wrap .icon-message:before {
    font-family: 'iconfont' !important;
    content: '\e644';
}
.online-wrap .icon-email:before {
    font-family: 'iconfont' !important;
    content: '\e6a4';
}
.online-wrap .icon-skype:before {
    font-family: 'iconfont' !important;
    content: '\e6b7';
}
.online-wrap .icon-whatsapp:before {
    font-family: 'iconfont' !important;
    content: '\e751';
}
.online-wrap .icon-phone:before {
    font-family: 'iconfont' !important;
    content: '\e61c';
}
.online-wrap .icon-arrow-top img{ width:28px;}
.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #133077;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner
    {

    }
}
.banner .item
{
    position: relative;
}
.banner .slickbanner
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
@media (max-width: 767px)
{
    .banner .slickbanner
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 10px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    background-color: #133077;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 40px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 3%;

    overflow: hidden;

    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        left: 8%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

    content: '\e601';
}
@media (max-width: 991px)
{
    .banner .slick-arrow:before
    {
        font-size: 30px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.banner .slick-arrow:hover
{
    color: #062164;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .text
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .text
    {
        padding: 0 15%;
    }
}
@media (max-width: 767px)
{
    .banner .text
    {
        padding: 0 17%;
		top:60%;
    }
}

@media (max-width: 375px)
{
    .banner .text
    {
			top:60%;
          padding: 30px 20% 0 15%;
    }
}

.banner .text-1 h3
{
    font-size: 54px;
    font-weight: bold;
    line-height: 1.5;

    display: inline-block;

    margin: 0;
    padding-bottom: 10px;

    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.banner .text-1 h3:after
{
    display: block;

    width: 100%;
   

    content: '';

    background-color: rgba(255, 255, 255, .3);
}
@media (max-width: 1600px)
{
    .banner .text-1 h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .text-1 h3
    {
        font-size: 30px;
		margin-bottom:0;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h3
    {
        font-size: 18px;
		padding-bottom:5px;
    }
}
.banner .text-1 h4
{
    font-size: 24px;
    line-height: 1.4;

    max-width: 50%;
}
@media (max-width: 1470px)
{
    .banner .text-1 h4
    {
        max-width: 70%;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h4
    {
        font-size: 14px;

        max-width: 100%;
		margin-top:0px;
    }
	.banner .text-1 h4 img{ margin-left:15px; max-width:98%;}
}
.banner .text-1 p
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.44444444;

    max-width: 60%;
    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .banner .text-1 p
    {
        max-width: 70%;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 p
    {
        display: none;
    }
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -30%;
    }
	.banner-in img{ margin-left:-10%;}
}
.banner-in img
{
    width: 100%;
}
.banner-in .text-in
{
    position: absolute;
    bottom: 0;

    width: 100%;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        bottom: -50px;
    }
}
.banner-in .text-in:after
{
    display: block;

    width: 12px;
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background: url(../images/line-3.png) no-repeat;
}
.banner-in .text-in b
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 70px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-in .text-in b
    {
        font-size: 40px;

        display: block;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 20px;

        display: block;
    }
}
.banner-in .text-in p
{
    font-size: 26px;
    line-height: 1.53846154;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .banner-in .text-in p
    {
        font-size: 16px;
    }
}
.banner-in .text-product-show
{
    position: absolute;
    z-index: 2;
    top: 54%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
    text-align: right;

    color: #fff;
}
.banner-in .text-product-show .note
{
    display: inline-block;

    width: 45%;

    text-align: left;
}
.banner-in .text-product-show .title-product-show
{
    padding-bottom: 14px;

    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.banner-in .text-product-show .title-product-show h1
{
    font-size: 34px;
    line-height: 1.2;
}
@media (max-width: 991px)
{
    .banner-in .text-product-show .title-product-show h1
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-product-show .title-product-show h1
    {
        font-size: 18px;
    }
}
.banner-in .text-product-show .title-product-show h2
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 30px;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .banner-in .text-product-show .title-product-show h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-product-show .title-product-show h2
    {
        font-size: 14px;
    }
}
.banner-in .text-product-show .desc
{
    margin-top: 6%;
}
.banner-in .text-product-show p
{
    font-size: 18px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 108px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .banner-in .text-product-show p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-product-show p
    {
        font-size: 13px;
        line-height: 22px;

        height: 66px;
    }
}
.banner-in .text-product-show a.more
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    margin-top: 8%;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #e31118;
}
@media (max-width: 767px)
{
    .banner-in .text-product-show a.more
    {
        font-size: 14px;
        line-height: 30px;

        padding: 0 20px;
    }
}
.banner-in .text-product-show a.more:hover
{
    background-color: #b8060c;
}
.banner .slick-current img
{
    -webkit-animation: narrow 9s 0s ease both;
            animation: narrow 9s 0s ease both;
}
.banner .slick-current .text-1 h3,
.banner .slick-current .text-2 h3,
.banner .slick-current .text-1 p,
.banner .slick-current .text-2 p
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.banner .slick-current .text-1 h4,
.banner .slick-current .text-2 h4
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner .slick-current .text-3 h3,
.banner .slick-current .text-3 h4,
.banner .slick-current .text-3 p
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner .slick-current:after
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.home
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .home
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
    line-height: 2;
	font-weight:bold;
    margin: 0;
    color: #313131;
}
@media (max-width: 1470px)
{
    .title h3
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px)
{
    .title h3
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .title h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .title h3
    {
        font-size: 14px; line-height:1.8;
    }
}
.title h4
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
    line-height: 2;
	font-weight:bold;
    margin: 0;
    color: #313131;
}
@media (max-width: 1470px)
{
    .title h4
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px)
{
    .title h4
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .title h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .title h4
    {
        font-size: 14px;
    }
}
.title h2
{
    font-size: 50px;
    line-height: 1.2; 
	font-weight:bold;
    margin:0  0 26px 0;
}

.title .jbs{ font-style:normal;
background-image:-webkit-linear-gradient(left,#25a5ea,#0b71be,#015cad); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; }

@media (max-width: 1470px)
{
    .title h2
    {
        font-size: 48px;
    }
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{

    .title h2
    {
        font-size: 26px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.home-about .text
{
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
.home-about .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .home-about .text p
    {
        font-size: 14px;
    }
}
.home-about .about
{
    margin-top: 30px;
}
.home-about .about > ul
{
    font-size: 0;
}
.home-about .about > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    padding: 30px 40px;

    vertical-align: top;

    background: url(../images/line-1.png) no-repeat right center;
}
@media (max-width: 1199px)
{
    .home-about .about > ul > li
    {
        padding: 30px 20px;
    }
}
@media (max-width: 767px)
{
    .home-about .about > ul > li
    {
        width: 100%;
        padding: 10px;

        background: none;
    }
}
.home-about .about > ul > li:last-child
{
    background: none;
}

.home-about .about > ul > li:nth-child(1) .item:before
{
    content: ''; background:url(../images/ico01.png) center center no-repeat; background-size:50px;
}

.home-about .about > ul > li:nth-child(2) .item:before
{
    content: ''; background:url(../images/ico02.png) center center no-repeat; background-size:50px;
}
.home-about .about > ul > li:nth-child(3) .item:before
{
    content: ''; background:url(../images/ico03.png) center center no-repeat; background-size:50px;
}
.home-about .about .item
{
    position: relative;

    padding-left: 110px;
}
@media (max-width: 1199px)
{
    .home-about .about .item
    {
        padding-left: 70px;
    }
}
.home-about .about .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 90px;

    position: absolute;
    top: 20px;
    left: 0;

    width: 90px;
    height: 90px;

    content: ''; 
    text-align: center;

    color: #133077;
    border: 1px solid #133077;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .home-about .about .item:before
    {
        font-size: 30px;
        line-height: 60px;

        top: 10px;

        width: 60px;
        height: 60px;
    }
}
.home-about .about .item b
{
    font-family: 'Barlow Semi Condensed';
    font-size: 60px;

    color: #133077;
}
@media (max-width: 991px)
{
    .home-about .about .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .home-about .about .item b
    {
        font-size: 30px;
    }
}
.home-about .about .item b sup
{
    font-size: 26px;
    font-weight: normal;
}
.home-about .about .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #999;
}
@media (max-width: 991px)
{
    .home-about .about .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.home-application
{
    padding: 0;
}
.home-application > ul
{
    margin: 0 -3px!important;
}
.home-application > ul > li
{
    padding:3px!important;
}
.home-application .item
{
    position: relative;

    display: block;
}
.home-application .item .img-box
{
    padding-bottom: 152.08333333%;
}
.home-application .item .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
}
.home-application > ul > li:hover .item:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
	    opacity: 0.7;
}
.home-application > ul > li:hover .item:hover .note{ color:#0e0d0d;}

.home-application .item .note
{
    position: absolute;
    bottom: 20%; 
	width:100%;
	text-align:center;
    padding: 0 8%;
    color: #fff;
}
@media (max-width: 991px)
{
    .home-application .item .note
    {
        bottom: 30px;

        padding: 0 14px;
    }
}
.home-application .item .note b
{
    font-size: 36px;
    line-height: 40px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .8);
    display: block;
}
@media (max-width: 1470px)
{
    .home-application .item .note b
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .home-application .item .note b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .home-application .item .note b
    {
        font-size: 20px;
    }
}

.home-application .item .note p
{
    font-size: 20px;
    line-height: 1.4;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .8);
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .home-application .item .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .home-application .item .note p
    {
        font-size: 16px;
    }
}

/**zeren**/
.home-number
{
    position: relative; overflow:hidden;
    padding: 0;
}
.home-number .number-pic img
{
    max-width: 100%;
}
@media (max-width: 1470px)
{
    .home-number .number-pic img
    {
        max-width: 120%;
        margin-left: -10%;
    }
}


@media (max-width: 1199px)
{
    .home-number .number-pic img
    {
        max-width: 140%;
        margin-left: -20%;
    }
}

@media (max-width: 991px)
{
    .home-number .number-pic img
    {
        max-width: 198%;
        margin-left: -44%;
    }
}
@media (max-width: 767px)
{
    .home-number .number-pic img
    {
        max-width: 380%;
        margin-left: -140%;
    }
}

.home-number .number .title h2{ text-align:left; color:#fff;  font-size:58px; text-shadow:0 4px 10px rgba(0, 0, 0, .3); margin-bottom:2px; }
.home-number .number .title h3{  text-align:left; color:#fff; font-size:36px;}

@media (max-width: 1470px)
{
   .home-number .number .title h2
    {
        font-size: 54px;
    }
	
	.home-number .number .title h3
    {
        font-size: 34px;
    }
}
@media (max-width: 1199px)
{
    .home-number .number .title h2
    {
        font-size: 50px;
    }
	.home-number .number .title h3
    {
        font-size: 32px;
    }
}
@media (max-width: 991px)
{
    .home-number .number .title h2
    {
        font-size: 46px;
    }
	.home-number .number .title h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{

   .home-number .number .title h2
    {
        font-size: 36px;
    }
	.home-number .number .title h3
    {
        font-size: 20px;
    }
}





.home-number .number
{
    position: absolute;
    z-index: 2;
    top: 15%;
    width: 100%;
    text-align: left;
}
@media (max-width: 767px)
{
    .home-number .number
    {
        top: 30px;
    }
}

.home-number .number .more{ font-size:15px; font-weight:bold; color:#ecf1f7; text-shadow:0 4px 10px rgba(0, 0, 0, .3); display:flex; margin-top:15px;}
.home-number .number .more a{ border:2px solid; border-color:rgba(255,255,255,.6); padding:6px 40px;}
.home-number .number .more a:hover{ background:#fff; color:#015cad;}

.home-number .number .list
{
    display: inline-block;
    text-align: left;
	background:rgba(0,0,0,.2);
	padding:24px 20px; 
	margin-top:20px;
	border:1px solid;
	border-color:rgba(255,255,255,.7);
}
.home-number .number .list > ul
{
    margin: 0 -70px;
}
@media (max-width: 1199px)
{
    .home-number .number .list > ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 767px)
{
    .home-number .number .list > ul
    {
        font-size: 0;
    }
}
.home-number .number .list > ul > li
{
    display: inline-block;

    padding: 20px 70px;

    vertical-align: top;

    background: url(../images/line-4.png) no-repeat right center;
}
.home-number .number .list > ul > li:last-child
{
    background: none;
}
@media (max-width: 1199px)
{
    .home-number .number .list > ul > li
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .home-number .number .list > ul > li
    {
        font-size: 14px;

        width: 33.33333333%;

        vertical-align: top;
    }
}
.home-number .number .list > ul > li .item
{
    color: #135494;
}
.home-number .number .list > ul > li .item b
{
    font-family: 'Barlow Semi Condensed';
    font-size: 80px;
    line-height: 1;

    display: block;
}
@media (max-width: 1470px)
{
    .home-number .number .list > ul > li .item b
    {
        font-size: 60px;
    }
}
@media (max-width: 1199px)
{
    .home-number .number .list > ul > li .item b
    {
        font-size: 40px;
    }
}
.home-number .number .list .pic
{
    margin: 0 -10px;
}

.home-number .number .list .pic a{ 
    float:left; 
    text-align:center; color:#fff; 
    border-right:1px solid ; 
     border-color:rgba(255,255,255,.4); 
     text-shadow: 0 4px 10px rgba(0, 0, 0, .3); 
     padding:0 14px;
}

.home-number .number .list .pic a:last-child{ border:none;}
.home-number .number .list .pic a:hover{ transition: 0.3s ease-in-out;

    }

.home-number .number .list .pic a:hover img{ 
-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    }

.home-number .number .list .pic img
{
    display: inline-block;

    max-width: 80px;
    padding: 0 16px 5px 16px;
}
@media (max-width: 1199px)
{
    .home-number .number .list .pic img
    {
        max-width: 80px;
    }
}
@media (max-width: 767px)
{
.home-number .number .list .pic a{width: 33%; border:none;}
    .home-number .number .list .pic img
    {
        max-width: 100%;
    }
}

/****/
.home-product .product .item
{
    display: block;

    margin-top: 50px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f8f8f8;
}
@media (max-width: 1470px)
{
    .home-product .product .item
    {
        margin-top: 30px;
    }
}
.home-product .product .item .img-box
{
    padding-bottom: 63.63636364%;
}
.home-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-product .product .item .note
{
    padding: 30px;
}
@media (max-width: 1199px)
{
    .home-product .product .item .note
    {
        padding: 20px 15px;
    }
}
.home-product .product .item .note b
{
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .home-product .product .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .home-product .product .item .note b
    {
        font-size: 16px;
    }
}
.home-product .product .item .note .desc
{
    margin-top: 16px;
    padding-top: 10px;

    border-top: 1px solid #d2d2d2;
}
@media (max-width: 991px)
{
    .home-product .product .item .note .desc
    {
        margin-top: 8px;
    }
}
.home-product .product .item .note p
{
    font-size: 14px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-product .product .item:hover
{
    background-color: #133077;
}
.home-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-product .product .item:hover .note
{
    color: #fff;
}
.home-service
{
    padding: 50px 0;

    color: #333;
   
}
@media (max-width: 1199px)
{
    .home-service
    {
        padding: 50px 0;
    }
}
.home-service .title h2
{ padding:0 0 40px 0;
}
.home-service .title h3
{
    color: #313131;
}
.home-service .title h4{color: #313131; padding-bottom:30px;}

.home-service .service ul
{
    overflow: hidden;
}

.home-service .service ul li:nth-child(1)
{   margin-right:1%; margin-left:3%;
    background: url(../images/jzbg1.jpg) no-repeat right center;
	background-size:100%;
}

.home-service .service ul li:nth-child(2)
{
    background: url(../images/jzbg2.jpg) no-repeat right center;
	background-size:100%;
}


@media (max-width: 767px)
{
    .home-service .service ul li:nth-child(1)
    { margin-right:0; margin-left:0;
    }
}

.home-service .service ul li
{
    float: left;
    width: 46%;
    margin-top: 60px;
    padding: 80px 30px;

    text-align: center;
}

@media (max-width: 1199px)
{
   .home-service .service ul li
{
    float: left;
    width: 46%;
    margin-top: 60px;
    padding: 53px 30px;

    text-align: center;
}
}

@media (max-width: 767px)
{
    .home-service .service ul li
    {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
	
	
}


.home-service .service .item {
	-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
}

.home-service .service ul li .item
{
    position: relative;

    display: inline-block;

    text-align: center;
}
@media (max-width: 1199px)
{
    .home-service .service ul li .item
    {
      padding: 38px 20px;
    }
}
@media (max-width: 767px)
{
    .home-service .service ul li .item
    {
        display: block;
    }
}




@media (max-width: 1199px)
{
    .home-service .service ul li .item:before
    {
        font-size: 36px;
        line-height: 70px;

        width: 70px;
        height: 70px;
    }
}
.home-service .service ul li .item h3
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1; color:#fff;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, .8);
	border:1px solid #fff; padding:25px 110px;
    margin: 0;
}

.home-service .service ul li:hover .item h3
{ background:rgba(255,255,255, .5);
 text-shadow: 2px 2px 8px rgba(0, 0, 0, .0);
 color:#005aab;

}
@media (max-width: 1470px)
{
    .home-service .service ul li .item h3
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .home-service .service ul li .item h3
    {
        font-size: 30px;  padding: 23px 60px;
    }
}
@media (max-width: 767px)
{
    .home-service .service ul li .item h3
    {
        font-size: 26px;  padding: 20px 40px;
    }
}
.home-service .service ul li .item h4
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 24px;
    font-weight: normal;
    line-height: 1.66666667;

    margin: 10px 0;

    text-transform: uppercase;
}
@media (max-width: 1470px)
{
    .home-service .service ul li .item h4
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .home-service .service ul li .item h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .home-service .service ul li .item h4
    {
        font-size: 16px;
    }
}
.home-service .service ul li .item h4:after
{
    display: block;

    width: 58px;
    height: 2px;

    content: '';

    background-color: #fff;
}
.home-service .service ul li .item p
{
    font-size: 26px;
    line-height: 1.53846154;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .home-service .service ul li .item p
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .home-service .service ul li .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .home-service .service ul li .item p
    {
        font-size: 16px;
    }
}
 
.home-news .news{ margin-top:70px;}
 
.home-news .news .slick-news
{
    margin: 0 -15px;
}
.home-news .news .slick-slide
{
    padding: 0 15px;
}
.home-news .news .item
{
    display: block;

}




.home-news .news .item .pic
{
    position: relative;
}
.home-news .news .item .pic .img-box
{
    padding-bottom: 53.33333333%;
}
.home-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-news .news .item .pic .date
{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 20px;

    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #a0a0a0;
}
.home-news .news .item .pic .date b
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 36px;
    line-height: 1;
}
@media (max-width: 991px)
{
    .home-news .news .item .pic .date b
    {
        font-size: 26px;
    }
}
.home-news .news .item .pic .date span
{
    font-family: 'ITC Avant Garde Gothic Book';
    line-height: 1;

    display: block;

    margin-top: 4px;
}
.home-news .news .item .note
{
    padding: 10px 15px;
}
.home-news .news .item .note b
{
   
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .home-news .news .item .note b
    {
        font-size: 18px;
    }
	.home-news .news .newfour h6 {
    font-size: 15px;
}
	
}
.home-news .news .item .note p
{
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.home-news .news .item .note span.more
{
    line-height: 24px;
    display: inline-block;
    margin-top:4px;
    color: #133077;
}

.home-news .news .item .note span.more i{ font-style:normal; color:#666;}

.home-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-news .news .item:hover .date
{
    background-color: #133077;
}
.home-news .news .item:hover .note b
{
    color: #133077;
}

.home-news .news .newfour h5{ font-size:28px; font-weight:normal; padding-left:12px; margin-top:0}
.home-news .news .newfour h6{ font-size:13px; font-weight:normal; float:right; padding-left:12px;}
.home-news .news .newfour:hover h6{ color:#015cad;}
.home-news .news .newfour .note { border-bottom:1px dotted #777; padding:10px 0 ; margin-left:15px;}
.home-news .news .newfour .note b{ font-weight:normal;}
.home-news .news .newfour .note span.more{ margin-top:0 ;}

.newone, .newtwo{ 
     background:#fff; 
     box-shadow: 0 0px 10px rgba(0, 0, 0, .2);
	 margin-bottom:9px;
}
@media (max-width: 1470px)
{
.home-news .news .newfour h5{ font-size:26px;}
.home-news .news .newfour .note{ padding:4px 0 ;}
}

@media (max-width: 1199px)
{
.home-news .news .newfour h5{ font-size:23px;}
.home-news .news .newfour .note{ padding:0 ;}
}

@media (max-width: 991px)
{
    .home-news .news .newfour h5{ font-size:22px; font-weight:normal; padding-left:0; margin-top:28px; }
	.home-news .news .newfour .note{ padding:6px 0 ; margin-left:0;}
	.home-news .news .newfour .note b{ font-weight:normal; font-size:14px;}
	.home-news .container{ padding:0;}
}

	  
.home-news .news .newone .pic .img-box{ padding-bottom:60.97561% ;}
.home-news .news .newone .note b{ font-size:19px; font-weight:bold;}	  
	  
.home-news .news .newtwo .pic .img-box{ padding-bottom:54.54102% ;}
.home-news .news .newtwo .note b{ font-size:19px; font-weight:bold;}	  
	  
.home-news .news .newthr .pic .img-box{ padding-bottom:46.3415% ;}
.home-news .news .newthr .note{ background:rgba(0,0,0,.5);  position: absolute; height:36px; bottom:0; left:15px; right:15px; padding:0 ; }
.home-news .news .newthr .note b{ font-size:16px; color:#fff; font-weight:normal; padding: 2px 15px; width:100%;}	  
	  
.home-news .news .newthr:hover .note b
{
    color: #fff !important; text-decoration:underline;
}
@media (max-width: 1470px)
{
.home-news .news .newthr .pic .img-box{ padding-bottom:50.6415% ;}
}
@media (max-width: 1199px)
{
.home-news .news .newthr .pic .img-box{ padding-bottom:56.6415% ;}
.home-news .news .newtwo .note b{ font-size:16px; font-weight:bold;}
.home-news .news .newone .note b{ font-size:16px; font-weight:bold;}	
}



.footer
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    color: #fff;
    background-color: #0f2341;
}
.footer .foot
{
    position: relative;
    z-index: 2;

    padding: 60px 0 110px 0;
}


@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 15px 15px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul
    {
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .footer .foot > ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: inline-block;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
	
}
.footer .foot > ul > li .item
{
    text-align: left;
}

@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 14px;
    }
}

.footer .foot .container>ul>li .item-3{ 
           font-size:21px; width:235px;
         }

.footer .foot .container>ul>li .item-3 .share .erweima{ display:none; position:absolute; top:52px; }
.footer .foot .container>ul>li .item-3 .share .erweima img{ width:130px;}

.footer .foot .container>ul>li .item-3 .shouhou{ line-height:1.8; margin-top:10px;}
.footer .foot .container>ul>li .item-3 .zimeiti{ margin-top:22px;}
.footer .foot .container>ul>li .item-3 .share { margin-top:18px; }
.footer .foot .container>ul>li .item-3 .share a:hover .erweima{ display:block;}
.footer .foot .container>ul>li .item-3 .share a:nth-child(2) .erweima{ margin-left:60px;}
.footer .foot .container>ul>li .item-3 .share a:nth-child(3) .erweima{ margin-left:116px;}
.footer .foot .container>ul>li .item-3 .share a:nth-child(4) .erweima{ margin-left:172px;}


.footer .foot .container>ul>li .item-3 .share .erweimabox{position:relative;}
.footer .foot .container>ul>li .item-3 .share .icon{
   
  
    text-align: center;
    float: left;
    margin-right:14px;
}
.footer .foot .container>ul>li .item-3 .share .icon img{ width:40px;}
@media (max-width: 1199px)
{
.footer .foot .container>ul>li .item-3
    {
       
    }
}



@media (max-width: 1470px)
{
   
	.footer .foot .container>ul>li .item-3{ width:330px;}
}
@media (max-width: 1350px)
{
 
	.footer .foot .container>ul>li .item-3{ width:260px; margin-left:40px;}
}

@media (max-width: 991px)
{
  
    .footer .foot .container>ul>li .item-3 .shouhou{  margin-top:30px; font-size: 25px; margin-bottom:30px;}

	.footer .foot .container>ul>li .item-3{width:100%; text-align:left; margin-left:0;}
	.footer .foot .container>ul>li .item-3 .share .icon{ float:none;}
	.footer .foot .container>ul>li .item-3 .share{ height:45px;}
		.footer .foot .container>ul>li .item-3 .share a:hover .erweima{ display:none;}
}

@media (max-width: 484px)
{
  
    .footer .foot .container>ul>li .item-3 .shouhou{  font-size: 23px;  }
	
}

@media (max-width: 375px)
{
  
    .footer .foot .container>ul>li .item-3 .shouhou{  font-size: 18px;  }
	
}
/***footnav**/


.footer .foot .container>ul {
    padding: 0;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot .container>ul:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin: 0;
    content: '';
}
@media (max-width: 1199px) {
    .footer .foot .container>ul:after {
        display: none;
    }
}
@media (max-width: 1199px) {
    .footer .foot .container>ul {
        display: block;
        overflow: hidden;
        margin: 0 -15px;
    }
}
@media (min-width: 1200px) {
    .footer .foot .container>ul>li {
        display: inline-block;
        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px) {
    .footer .foot .container>ul>li {
        display: inline-block;
        width: 33.33333333%;
        margin-right: -4px;
        padding: 0 15px;
        vertical-align: top;
    }
}
@media (max-width: 991px) {
    .footer .foot .container>ul>li {
        width: 100%;
		border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 15px;
    }
}
.footer .foot .container>ul>li h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    color: #fff;
}
@media (max-width: 991px) {
   
    .footer .foot .container>ul>li h3{font-size:16px;
      
        background:url(../images/up.png) right no-repeat; background-size:16px;
    }
}

@media (max-width: 484px) {
   
    .footer .foot .container>ul>li h3{
      font-size:16px;
        background:url(../images/up.png) right no-repeat; background-size:15px;
    }
}

.footer .foot .container>ul>li .item {
    text-align: left;
}
@media (max-width: 1199px) {
    .footer .foot .container>ul>li .item {
        margin-top: 25px;
    }
}
.footer .foot .container>ul>li .item-1 a {
    font-size: 14px;
    line-height: 2;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
}
.footer .foot .container>ul>li .item-1 a:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    color: #fff;
}
.footer .foot .container>ul>li .item-2 p {
    font-size: 14px;
    line-height: 2;
    margin: 0;
    color: #fff;
}
.footer .foot .container>ul>li .item-2 a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer .foot .container>ul>li .info-down {
    margin-top: 20px;
}
@media (max-width: 991px) {
.footer .foot .container>ul>li .item-1 a{ line-height:2.4; color:rgba(255,255,255,.6)}
    .footer .foot .container>ul>li .info-down {
        display: none;
        padding-bottom: 10px;
    }
	  .footer .foot .container>ul>li .item {
        margin-top: 20px;
    }
}
.footer .foot .container>ul>li .info-down img {
    max-width: 100%;
}


/*****/
.footer .copyright
{
    font-size: 14px;
    padding: 10px 4%;
    color: #9ea3ad; text-align:center;
    background-color: #12294b;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 10px 15px;

        text-align: center;
    }
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 1199px)
{
    .footer .copyright p
    {
        line-height: 24px;

        display: block;
        float: none;
    }
}
.footer .copyright .link
{
    display: inline-block;
    float: right;
}
@media (max-width: 1199px)
{
    .footer .copyright .link
    {
        display: block;
        float: none;
    }
}
.footer .copyright .link a
{
    line-height: 24px;

    display: inline-block;
}
.footer .copyright .link a:after
{
    margin: 0 10px;

    content: '|';
}
.footer .copyright .link a:last-child:after
{
    display: none;
}
.footer .copyright .link a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright a.power
{
    line-height: 24px;

    display: inline-block;
    float: right;

    margin-left: 30px;
}
@media (max-width: 1199px)
{
    .footer .copyright a.power
    {
        display: block;
        float: none;
    }
}
.footer .copyright a.power:hover
{
    text-decoration: underline;

    color: #fff;
}
.wrap
{
    overflow: hidden;

    padding: 50px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}

@media (max-width: 767px)
{
    .wrap
    {
        padding: 40px 0;
    }
}

@media (max-width: 484px)
{
    .wrap
    {
        padding: 35px 0;
    }
}


.title-in
{
    text-align: center;
}
.title-in h3
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 42px;
    line-height: 1.5;

    display: block;

    margin: 0;

    text-transform: uppercase;

    color: #c5c5c5;
}
@media (max-width: 1350px)
{
    .title-in h3
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .title-in h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title-in h3
    {
        font-size: 24px;
    }
}
.title-in h2
{
    font-size: 48px;
    line-height: 1.25; 
	font-weight:bold;
    margin: 0;
	
}
.title-in h2 i{ 
font-style:normal;
background-image: -webkit-linear-gradient(left,#25a5ea,#0b71be,#015cad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 18px;
    }
}
.inside-nav
{
    

    overflow: hidden;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
		text-align: left;
		 border-bottom:1px solid #c0c0c0;
    
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2; text-align:center;
    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0;
    margin: 0 -24px;

    white-space: nowrap;
}
@media (max-width: 991px)
{
    .inside-nav ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .inside-nav ul
    {
        margin: 0 -5px;
    }
}
.inside-nav ul li
{
    display: inline-block;
}
.inside-nav ul li a
{
    font-size: 20px;
    font-weight:bold;
	color:#a4a4a4 ;
    line-height: 60px;

    display: inline-block;

    padding: 0 24px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: inherit;
}
@media (max-width: 991px)
{
    .inside-nav ul li a
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .inside-nav ul li a
    {
        padding: 0 5px;
    }
}
.inside-nav ul li a i
{
    font-style: normal;

    float: left;
}
.inside-nav ul li a i:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

    content: '\e654';

    color: #666;
}
.inside-nav ul li a .icon-history:before
{
    content: '\e64e';
}
.inside-nav ul li a .icon-culture:before
{
    content: '\e650';
}
.inside-nav ul li a .icon-honor:before
{
    content: '\e651';
}
.inside-nav ul li a .icon-environment:before
{
    content: '\e655';
}
.inside-nav ul li a .icon-customers:before
{
    content: '\e6b4';
}
.inside-nav ul li a .icon-network:before
{
    content: '\e726';
}
.inside-nav ul li a .icon-news:before
{
    content: '\e66c';
}
.inside-nav ul li a .icon-industry:before
{
    font-size: 14px;

    content: '\e706';
}
.inside-nav ul li a .icon-exhibition:before
{
    content: '\e705';
}
.inside-nav ul li a .icon-jobs:before
{
    content: '\e659';
}
.inside-nav ul li a .icon-contact:before
{
    content: '\e715';
}
.inside-nav ul li a .icon-message:before
{
    content: '\e793';
}
..inside-nav .active {
    color: #015cad;
    font-weight: bold;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #37bdfc, #005bac) 1;
}
.inside-nav ul li a:hover
{
    color: #015cad; font-weight:bold;
	
}
.inside-nav ul li.active a i:before,
.inside-nav ul li:hover a i:before
{
    color: #015cad;
}
.wrap-about .about
{
    overflow: hidden;
}
.wrap-about .about .title-about h2
{
    font-size: 38px; 
	font-weight:bold;
    line-height: 1.6;
    display: block;
    color: #000;
	margin-top:55px;
}

.inside-nav ul li a{ color:#a4a4a4;}

@media (max-width: 991px)
{
.wrap-about{ padding-bottom:2px;}
    .wrap-about .about .title-about h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .title-about h2
    {
        font-size: 20px;
    }
}
.wrap-about .about .title-about h1
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 23px;
    line-height: 1.5; 
	font-weight:lighter;
    margin: 0;

    text-transform: uppercase;

    color: #1b1b1b;
}
@media (max-width: 991px)
{
    .wrap-about .about .title-about h1
    {
        font-size: 16px;
    }
}

.wrap-about .about .title-about h3
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 16px;
    line-height: 1.5; 
	font-weight:lighter;
    margin: 0;
    color: #1b1b1b;
}
@media (max-width: 991px)
{
    .wrap-about .about .title-about h3
    {
        font-size: 14px;
    }
}

.wrap-about .about .text
{
    margin-top: 60px;
}

.wrap-about .about .text .ab-img{ padding:0 0 50px 70px;}

.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 767px)
{
.wrap-about .about .text .ab-img{ padding:0;}
    .wrap-about .about .text p
    {
        font-size: 14px;
    }
}

.wrap-yujing { margin-top:0; padding-top:0;}
.wrap-yujing .number
{
    position: relative;

}
@media (max-width: 991px)
{
    .wrap-yujing .number
    {
    
    }
}


.wrap-yujing .number .pic
{
    overflow: hidden;

}
.wrap-yujing .number .pic img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .wrap-yujing .number .pic img
    {
        width: 300%;
        margin-left: -100%;

        opacity: .8;
    }
}

.wrap-yujing .number .title{ position:absolute; top:30%; text-align:left;}
.wrap-yujing .number .title h2{ color:#1174c0; font-size:55px;}
.wrap-yujing .number .title h3{ 
          font-size:24px; 
		  color:#12090a; 
          line-height:1.3; 
		  font-family: initial;
          padding-top:6px;     
		  width: fit-content; 
		  font-weight:lighter; 
		  text-transform:uppercase; 
		  border-top:1px solid #12090a;
		 }

@media (max-width: 1470px)
{
    .wrap-yujing .number .title h2
    {
        font-size: 48px;
    }
	.wrap-yujing .number .title h3
	{  
	    font-size:23px;
	 }
}
@media (max-width: 1199px)
{
   .wrap-yujing .number .title h2
    {
        font-size: 36px;
    }
	.wrap-yujing .number .title h3
	{  
	    font-size:22px;
	 }
}
@media (max-width: 991px)
{
.wrap-yujing .number .title{ top:40%;}

    .wrap-yujing .number .title h2
    {
        font-size: 32px;
		margin-bottom:10px;
    }
	.wrap-yujing .number .title h3
	{  
	    font-size:18px;
	 }
}
@media (max-width: 767px)
{

    .wrap-yujing .number .title h2
    {
        font-size: 26px;
    }
	.wrap-yujing .number .title h3
	{  
	    font-size:16px;
	 }
}



		 
.wrap-yujing .number > ul
{
    font-size: 0;

    position: absolute;
    top: 50px;
    left: 0;

    width: 100%;
    padding: 0 3%;
}
@media (max-width: 1199px)
{
    .wrap-yujing .number > ul
    {
        top: 10px;

        padding: 0;
    }
}
.wrap-yujing .number > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    padding: 30px 40px;

    vertical-align: top;

    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-yujing .number > ul > li
    {
        padding: 30px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-yujing .number > ul > li
    {
        width: 100%;
        padding: 10px;

        background: none;
    }
}
.wrap-yujing .number > ul > li:last-child
{
    background: none;
}
.wrap-yujing .number > ul > li:nth-child(1) .item:before
{
   background: url(../images/aico02.png) center center no-repeat;
    background-size: 50px;
}

.wrap-yujing .number > ul > li:nth-child(2) .item:before
{
   background: url(../images/aico02.png) center center no-repeat;
    background-size: 50px;
}
.wrap-yujing .number > ul > li:nth-child(3) .item:before
{
   background: url(../images/aico03.png) center center no-repeat;
    background-size: 50px;
}
.wrap-yujing .number .item
{
    position: relative;

    padding-left: 110px;
}
@media (max-width: 1199px)
{
    .wrap-yujing .number .item
    {
        padding-left: 70px;
    }
}
.wrap-yujing .number .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 90px;

    position: absolute;
    top: 20px;
    left: 0;

    width: 90px;
    height: 90px;

    content: '';
    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .wrap-yujing .number .item:before
    {
        font-size: 30px;
        line-height: 60px;

        top: 10px;

        width: 60px;
        height: 60px;
    }
}
.wrap-yujing .number .item b
{
    font-family: 'Barlow Semi Condensed';
    font-size: 60px;
    font-weight: normal;
}
@media (max-width: 991px)
{
    .wrap-yujing .number .item b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-yujing .number .item b
    {
        font-size: 30px;
    }
}
.wrap-yujing .number .item b sup
{
    font-size: 26px;
    font-weight: normal;

    top: 20px;

    vertical-align: top;
}
.wrap-yujing .number .item p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-yujing .number .item p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-history
{
    background-color: #fff; 
}

.history-cent{ margin-left:150px;  background-color: #f8f8f8; padding:50px 80px;}

.wrap-history .slick-history
{
    font-size: 0;
    margin-top: 10px;
}

.wrap-history .slick-history .title-in{  border-bottom:1px solid #e1e1e1; line-height:50px; height:64px;}
.wrap-history .slick-history .title-in h2
   { float:left; 
     font-size: 48px;
     line-height: 1.25;
     font-weight: bold;
	 border-bottom: 3px solid;
     border-image: linear-gradient(to right, #37bdfc, #005bac) 1;
     margin: 0;
	 }
	 
.wrap-history .slick-history .title-in h2 i{
    font-style: normal;
    background-image: -webkit-linear-gradient(left,#25a5ea,#0b71be,#015cad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	}

.wrap-history .slick-history .title-in h4{ float:right; font-size:48px; font-weight:bold; color:#e8e8e8;}

.wrap-history .slick-history .slick-slide
{
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;
}

.wrap-history .slick-history .lcpic{ padding:16px 40px 0 0; margin-top:28px;}
.wrap-history .slick-history .lcpic .img-box{ padding-bottom:66.621067%}

.wrap-history .slick-history .item
{
    text-align: left; margin-top:28px; height:428px; overflow-y: scroll;
}

.wrap-history .slick-history .item::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
  .wrap-history .slick-history .item::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius   : 2px;
  background-color: #0152a1;
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );
  }
  .wrap-history .slick-history .item::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #e1ecee;
  border-radius: 2px;
  }


.wrap-history .slick-history .item li{ border-bottom:1px dashed #a5a5a5; padding:8px 0 20px 0; margin-bottom:24px;}
.wrap-history .slick-history .item li p{ font-size:24px; padding-left:22px; height:22px; line-height:22px; font-weight:bold; color:#000; border-left:5px solid #000;}
.wrap-history .slick-history .item li span{ font-size:18px; color:#000;}


.wrap-history .slick-history .item .note
{
    position: relative;

    padding: 0 30px;

    border-bottom: 2px solid #dcdcdc;
}
.wrap-history .slick-history .item .note:before
{
    position: absolute;
    bottom: -4px;
    left: 50%;

    display: block;

    width: 8px;
    height: 8px;
    margin-left: -4px;

    content: '';

    border-radius: 50%;
    background-color: #133077;
}
.wrap-history .slick-history .item .note:after
{
    display: block;

    width: 1px;
    height: 48px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    border-left: 1px dashed #133077;
}
.wrap-history .slick-history .item .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.wrap-history .slick-history .item .title-number
{
    margin-top: 20px;
}
.wrap-history .slick-history .item .title-number b
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 24px;
    line-height: 30px;

    display: block;

    color: #133077;
}
@media (max-width: 991px)
{
    .wrap-history .slick-history .item .title-number b
    {
        font-size: 20px;
    }
}
.wrap-history .slick-history .slick-arrow
{
    position: absolute;
    z-index: 2;
    bottom: 42px;
    left: 0;

    width: 16px;
    height: 16px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border: none;
    border-radius: 50%;
    background-color: #a0a0a0;
}
.wrap-history .slick-history .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    position: absolute;
    top: 50%;
    left: -6px;

    display: block;

    width: 16px;

    content: '\e9bb';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 0;
    color: #133077;
}
.wrap-history .slick-history .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-history .slick-history .slick-arrow.slick-next:before
{
    content: '\e61f';
}
.wrap-history .slick-history:hover .slick-arrow
{
    background: none;
}
.wrap-history .slick-history:hover .slick-arrow:before
{
    opacity: 1;
}
.wrap-culture
{
    padding: 150px 0;

    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-culture
    {
        padding: 50px 0;
    }
}
.wrap-culture .culture
{
    float: right;

    max-width: 500px;

    color: #fff;
}
.wrap-culture .culture .title-in
{
    text-align: left;
}
.wrap-culture .culture .title-in:after
{
    display: block;

    width: 60px;
    height: 2px;
    margin-top: 14px;

    content: '';

    background-color: #fff;
}
.wrap-culture .culture .title-in h3,
.wrap-culture .culture .title-in h2
{
    color: #fff;
}
.wrap-culture .culture .title-in h2
{
    margin-top: 10px;
}
.wrap-culture .culture .text
{
    margin-top: 30px;
}
.wrap-culture .culture .text p
{
    font-size: 26px;
    line-height: 1.92307692;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-culture .culture .text p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture .text p
    {
        font-size: 16px;
    }
}
.wrap-honor .slick-honor
{
    padding: 0 10%;
}
@media (max-width: 1470px)
{
    .wrap-honor .slick-honor
    {
        padding: 0 6%;
    }
}
.wrap-honor .slick-honor .slick-slide
{
    padding: 0 30px;
}
@media (max-width: 1470px)
{
    .wrap-honor .slick-honor .slick-slide
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .slick-honor .slick-slide
    {
        padding: 0 8px;
    }
}
.wrap-honor .slick-honor .item
{
    display: block;

    margin-top: 40px;
}
.wrap-honor .slick-honor .item .img-box
{
    padding-bottom: 133.33333333%;

    border: 1px solid #e4e4e4;
}
.wrap-honor .slick-honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .slick-honor .item p
{
    font-size: 14px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    text-align: center;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .slick-honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .slick-honor .slick-arrow
{
    line-height: 50px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 50px;
    height: 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #b5b5b5;
}
@media (max-width: 991px)
{
    .wrap-honor .slick-honor .slick-arrow
    {
        line-height: 36px;

        left: -10px;

        width: 36px;
        height: 36px;
    }
}
.wrap-honor .slick-honor .slick-arrow:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '<';
}
@media (max-width: 991px)
{
    .wrap-honor .slick-honor .slick-arrow:after
    {
        font-size: 16px;
    }
}
.wrap-honor .slick-honor .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
@media (max-width: 991px)
{
    .wrap-honor .slick-honor .slick-arrow.slick-next
    {
        right: -10px;
    }
}
.wrap-honor .slick-honor .slick-arrow.slick-next:after
{
    content: '>';
}
.wrap-honor .slick-honor .slick-arrow:hover
{
    background-color: #133077;
}
.wrap-service
{
    padding-top: 100px;
    padding-bottom: 0;
}
@media (max-width: 1199px)
{
    .wrap-service
    {
        padding-top: 60px;
    }
}
.wrap-service .service > ul
{
    font-size: 0;
}
.wrap-service .service > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-service .service > ul > li
    {
        width: 100%;
    }
}
.wrap-service .service > ul > li:nth-child(2) .item .text:before
{
    content: '\e744';
}
.wrap-service .service .item
{
    position: relative;
}
.wrap-service .service .item .img-box
{
    padding-bottom: 89.58333333%;
}
.wrap-service .service .item .text
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
.wrap-service .service .item .text:before
{
    font-family: 'iconfont' !important;
    font-size: 60px;
    line-height: 120px;

    display: block;

    width: 120px;
    height: 120px;
    margin: 0 auto;

    content: '\e6e8';

    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 1470px)
{
    .wrap-service .service .item .text:before
    {
        line-height: 100px;

        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .item .text:before
    {
        font-size: 40px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.wrap-service .service .item .text h3
{
    font-size: 32px;
    line-height: 1.5625;

    margin: 20px 0 0 0;
}
@media (max-width: 1470px)
{
    .wrap-service .service .item .text h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .item .text h3
    {
        font-size: 20px;
    }
}
.wrap-service .service .item .text h4
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 36px;
    line-height: 1.3;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-service .service .item .text h4
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service .item .text h4
    {
        font-size: 22px;
    }
}
.wrap-environment .slick-environment
{
    margin: 0 -15px;
    margin-top: 40px;
}
.wrap-environment .slick-environment .slick-slide
{
    padding: 0 15px;
}
.wrap-environment .slick-environment .item
{
    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f0f0f0;
}
.wrap-environment .slick-environment .item .img-box
{
    padding-bottom: 63.75%;
}
.wrap-environment .slick-environment .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-environment .slick-environment .item p
{
    font-size: 16px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    text-align: center;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-environment .slick-environment .item p
    {
        font-size: 15px;
        line-height: 50px;

        height: 50px;
    }
}
.wrap-environment .slick-environment .item:hover
{
    background-color: #133077;
}
.wrap-environment .slick-environment .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-environment .slick-environment .item:hover p
{
    color: #fff;
}
.wrap-environment .slick-environment .slick-dots
{
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-environment .slick-environment .slick-dots
    {
        margin-top: 30px;
    }
}
.wrap-environment .slick-environment .slick-dots li
{
    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 6px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border: 3px solid #d2d2d2;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-environment .slick-environment .slick-dots li.slick-active
{
    border-color: #133077;
    background-color: #133077;
}
.wrap-environment .slick-environment .slick-dots li button
{
    display: none;
}
.wrap-customers
{
    background-color: #f9f9f9;
}
.wrap-customers .customers
{
    margin-top: 40px;

   
}

.wrap-customers .customers .item p {
    font-size: 16px;
    line-height: 60px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 0;
    text-align: center;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;}

@media (max-width: 767px)
{
    .wrap-customers .customers .item
    {
        margin-top: 20px;
    }
}
.wrap-customers .customers .item .img-box
{
    padding-bottom: 78%;
}
.wrap-network .network
{
    font-size: 0;
}
.wrap-network .network .pic,
.wrap-network .network .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-network .network .pic
{
    width: 58%;
}
@media (max-width: 767px)
{
    .wrap-network .network .pic
    {
        width: 100%;
    }
}
.wrap-network .network .pic img
{
    max-width: 100%;
}
.wrap-network .network .text
{
    width: 42%;
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .wrap-network .network .text
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-network .network .text .title-network
{
    position: relative;

    border-bottom: 1px solid #d2d2d2;
}
.wrap-network .network .text .title-network h3
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 34px;
    line-height: 1.2;

    margin: 0;

    text-transform: uppercase;

    color: #c5c5c5;
}
@media (max-width: 1350px)
{
    .wrap-network .network .text .title-network h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-network .network .text .title-network h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .wrap-network .network .text .title-network h3
    {
        font-size: 24px;
    }
}
.wrap-network .network .text .title-network h2
{
    font-size: 32px;
    line-height: 1.5;

    display: inline-block;

    margin: 0 0 -2px 0;
    padding-bottom: 10px;

    border-bottom: 3px solid #133077;
}
@media (max-width: 1350px)
{
    .wrap-network .network .text .title-network h2
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-network .network .text .title-network h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-network .network .text .title-network h2
    {
        font-size: 18px;
    }
}
.wrap-network .network .text .note
{
    margin-top: 20px;
}
.wrap-network .network .text .note p
{
    font-size: 18px;
    line-height: 2.22222222;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-network .network .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-network .network .text .note p
    {
        font-size: 14px;
    }
}
.wrap-news .news-top
{
    margin-top: -30px;
}
.wrap-news .news-top .item
{
    display: block;

    margin-top: 30px;
}
.wrap-news .news-top .item .pic
{
    position: relative;
}
.wrap-news .news-top .item .pic .img-box
{
    padding-bottom: 53.33333333%;
}
.wrap-news .news-top .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news-top .item .pic .date
{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 20px;

    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #a0a0a0;
}
.wrap-news .news-top .item .pic .date b
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 36px;
    line-height: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news-top .item .pic .date b
    {
        font-size: 26px;
    }
}
.wrap-news .news-top .item .pic .date span
{
    font-family: 'ITC Avant Garde Gothic Book';
    line-height: 1;

    display: block;

    margin-top: 4px;
}
.wrap-news .news-top .item .note
{
    padding: 14px;
}
.wrap-news .news-top .item .note b
{
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news-top .item .note b
    {
        font-size: 18px;
    }
}
.wrap-news .news-top .item .note p
{
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 84px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wrap-news .news-top .item .note span.more
{
    line-height: 24px;

    display: inline-block;

    margin-top: 14px;

    color: #133077;
    border-bottom: 1px solid #133077;
}
.wrap-news .news-top .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news-top .item:hover .date
{
    background-color: #133077;
}
.wrap-news .news-top .item:hover .note b
{
    color: #133077;
}
.wrap-news .news
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-news .news
    {
        margin-top: 20px;
    }
}
.wrap-news .news .item
{
    position: relative;

    display: block;

    margin-top: 50px;
    padding-left: 100px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
    }
}
.wrap-news .news .item .date
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 80px;
    padding: 14px 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #a0a0a0;
}
.wrap-news .news .item .date b
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 30px;
    line-height: 1.3;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .date b
    {
        font-size: 26px;
    }
}
.wrap-news .news .item .date span
{
    font-family: 'ITC Avant Garde Gothic Book';
    line-height: 1;

    display: block;

    margin-top: 4px;
}
.wrap-news .news .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note b
    {
        font-size: 16px;
    }
}
.wrap-news .news .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 6px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item:hover .date
{
    background-color: #133077;
}
.wrap-news .news .item:hover .note b
{
    color: #133077;
}
.wrap-news-show .title-news
{
    text-align: center;
}
.wrap-news-show .title-news:after
{
    display: block;

    width: 90px;
    height: 5px;
    margin: 0 auto;
    margin-top: 40px;

    content: '';

    background-color: #133077;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news:after
    {
        width: 40px;
        height: 2px;
        margin-top: 20px;
    }
}
.wrap-news-show .title-news h1
{
    font-size: 28px;
    line-height: 1.53846154;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .news-info
{
    overflow: hidden;

    border-top: 1px solid #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
}
.wrap-news-show .news-info span.date
{
    font-size: 16px;
    line-height: 60px;

    position: relative;

    display: inline-block;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-info span.date
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-info span.date:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 90px;
    height: 5px;

    content: '';

    background-color: rgba(19, 48, 119, .5);
}
.wrap-news-show .news-info a.return
{
    font-size: 14px;
    line-height: 60px;

    display: inline-block;
    float: right;

    color: #133077;
}
.wrap-news-show .news-info a.return:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;
    float: left;

    margin-right: 10px;

    content: '\e647';
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.wrap-news-show .news-info a.return:hover
{
    text-decoration: underline;
}
.wrap-news-show .news-show
{
    overflow: hidden;

    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show
    {
        padding-top: 30px;
    }
}
.wrap-news-show .news-show p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-show p
    {
        font-size: 14px;
        line-height: 2;
    }
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    margin-top: 60px;
    padding-top: 40px;

    border-top: 1px dashed #dcdcdc;
}
.wrap-news-show .news-relate a
{
    font-size: 16px;
    line-height: 54px;

    display: inline-block;
    overflow: hidden;

    height: 54px;
    margin-top: 10px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;
    border: 1px solid #c4c4c4;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate a
    {
        font-size: 14px;
        line-height: 44px;

        height: 44px;
        padding: 0 14px;
    }
}
.wrap-news-show .news-relate a:hover
{
    color: #e31118;
    border-color: #e31118;
}
.wrap-news-show .news-relate .next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate .next
    {
        text-align: left;
    }
}
.wrap-product .product
{
    margin-top: -50px;
}
@media (max-width: 1470px)
{
    .wrap-product .product
    {
        margin-top: -30px;
    }
}
.wrap-product .product .item
{
    display: block;

    margin-top: 50px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f8f8f8;
}
@media (max-width: 1470px)
{
    .wrap-product .product .item
    {
        margin-top: 30px;
    }
}
.wrap-product .product .item .img-box
{
    padding-bottom: 63.63636364%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .note
{
    padding: 24px;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note
    {
        padding: 10px;
    }
}
.wrap-product .product .item .note b
{
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note b
    {
        font-size: 16px;
    }
}
.wrap-product .product .item .note span.more
{
    line-height: 32px;

    display: inline-block;

    margin-top: 14px;
    padding: 0 18px;

    color: #666;
    border: 1px solid #d1d1d1;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .note span.more
    {
        margin-top: 6px;
    }
}
.wrap-product .product .item:hover
{
    background-color: #133077;
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover .note
{
    color: #fff;
}
.wrap-product .product .item:hover .note span.more
{
    color: #fff;
}
.wrap-product-show .parameter .title-parameter
{
    padding: 0 10px;

    border-left: 4px solid #535353;
}
.wrap-product-show .parameter .title-parameter h2
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .title-parameter h2
    {
        font-size: 22px;
    }
}
.wrap-product-show .parameter .text
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text
    {
        margin-top: 30px;
    }
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter table
{
    font-size: 16px;
    line-height: 2;

    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;

    border: 1px solid #dcdcdc !important;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter table
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter table
    {
        font-size: 12px;
        line-height: 20px;
    }
}
.wrap-product-show .parameter table th
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #133077;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter table th
    {
        font-size: 14px;
        line-height: 20px;

        padding: 10px 4px;
    }
}
.wrap-product-show .parameter table td,
.wrap-product-show .parameter table th
{
    width: 10%;
}
.wrap-product-show .parameter table td:nth-child(1),
.wrap-product-show .parameter table th:nth-child(1),
.wrap-product-show .parameter table td:nth-child(2),
.wrap-product-show .parameter table th:nth-child(2)
{
    width: 20%;
}
.wrap-product-show .parameter table td:nth-child(6),
.wrap-product-show .parameter table th:nth-child(6)
{
    width: 30%;
}
.wrap-product-show .parameter table tr,
.wrap-product-show .parameter table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show .parameter table td
{
    padding: 10px !important;

    color: #666;
    border: 1px solid #dcdcdc !important;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter table td
    {
        padding: 4px !important;
    }
}
.wrap-product-show .parameter table td:nth-child(6)
{
    text-align: left;
}
.wrap-product-show .parameter table tr p,
.wrap-product-show .parameter table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
/****chanpinxiangqing****/
.wrap-product-show {
    overflow: hidden;
}
.wrap-product-show .carousel-wrap {
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel {
    font-size: 0;
    position: relative;
    padding-right: 5px;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .carousel {
        padding-right: 8px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .carousel {
        padding-right: 10px;
    }
}
@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .carousel {
        padding-right: 0;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box {
    padding-bottom: 66.66666667%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
    position: relative;
    padding: 14px;
    border: 1px solid #dbdbdb;
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .carousel .slider-for {
        padding: 4px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
     position: relative;
        width: 100%;
    height: 100%;

}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav {
        width: 128px;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav {
        top: -2px;
        width: 116px;
    }
}
@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .carousel .slider-nav {
        position: relative;
        width: 100%;
        margin: 0;
        margin-top: 10px;
        padding: 0 20px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide {
    padding: 4px;
    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item {
    position: relative;
    border: 1px solid #e1e1e1; padding:4px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item {
    border: 1px solid #102446;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;

    width: 30px;
    height: 100%;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: left;
    text-align: center;

    border: none;
    outline: none;
    background: none;
}

@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow {
        top: 50%;
        left: 0;
        display: block !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-size: 20px;
    line-height: 30px;
    float: left;
    width: 30px;
    height: 30px;
    content: '<';
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    background-color: #eee;
}
@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
 right: 0;
    left: auto;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
        bottom: 0;
    }
}
@media (max-width: 1199px) {
    .wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next {
        top: 50%;
        right: 0;
        bottom: auto;
        left: auto;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before {
    content: '>';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before {
    color: #fff;
    background-color: #102446;
}
.wrap-product-show .carousel-wrap .carousel:hover .slick-arrow {
    display: block !important;
}
.wrap-product-show .carousel-wrap .info-box {
    padding-top: 20px;
    padding-left: 20px;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .info-box {
        padding-left: 0;
    }
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box {
        padding-top: 0;
    }
}
@media (max-width: 991px) {
    .wrap-product-show .carousel-wrap .info-box {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-show .carousel-wrap .info-box h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}
@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .info-box h1 {
        font-size: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text {
    margin-top: 30px;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .text {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    color: #888;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .text p {
        line-height: 2;
    }
}
.wrap-product-show .carousel-wrap .info-box .share {
    margin-top: 70px;
}
@media (max-width: 1350px) {
    .wrap-product-show .carousel-wrap .info-box .share {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .share span {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .share .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .fun-btn {
    display: inline-block;
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .fun-btn a {
    line-height: 50px;
    display: inline-block;
    min-width: 192px;
    height: 50px;
    margin-top: 10px;
    margin-right: 50px;
    padding: 0 18px;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    color: #fff;
    background-color: #102446;
}
@media (max-width: 1470px) {
    .wrap-product-show .carousel-wrap .info-box .fun-btn a {
        margin-right: 30px;
    }
}
@media (max-width: 1200px) {
    .wrap-product-show .carousel-wrap .info-box .fun-btn a {
        margin-right: 10px;
        padding: 0 20px;
    }
}

.wrap-product-show .carousel-wrap .info-box .fun-btn a.addcart {
    background-color: #004098;
}

.wrap-product-show .carousel-wrap .info-box .fun-btn a:hover {
    background-color: #154493;
}
.wrap-product-show .carousel-wrap .info-box .video {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .video img {
    max-width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product-show .carousel-wrap .info-box .video .video-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.wrap-product-show .carousel-wrap .info-box .video .iframe {
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.wrap-product-show .carousel-wrap .info-box .video p {
    font-size: 14px;
    line-height: 46px;
    margin: 0;
    padding-right: 30px;
}
.wrap-product-show .carousel-wrap .info-box .video .play {
    line-height: 46px;
    display: inline-block;
    float: right;
    margin-left: 10px;
    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .video .play:after {
    font-family: 'iconfont' !important;
    font-size: 24px;
    display: inline-block;
    content: '\e630';
    vertical-align: middle;
}
.wrap-product-show .carousel-wrap .info-box .video .play:hover {
    color: #102446;
}
.wrap-product-show .carousel-wrap .info-box .video:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .9;
}
.wrap-product-show .title-product-show b {
    font-size: 24px;
    line-height: 30px;
    display: block;
}
.wrap-product-show .describtion,
.wrap-product-show .parameter,
.wrap-product-show .inquiry {
    padding-top: 60px;
}
.wrap-product-show .describtion .text,
.wrap-product-show .parameter .text {
    margin-top: 28px;
}
.wrap-product-show .describtion .text p,
.wrap-product-show .parameter .text p {
    line-height: 2.14285714;
    margin: 0;
    color: #777;
}
.wrap-product-show .describtion .text img,
.wrap-product-show .parameter .text img {
    max-width: 100%;
}
.wrap-product-show .inquiry .message {
    margin-top: 12px;
}
.wrap-product-show .inquiry .message p {
    line-height: 1.71428571;
    margin: 0;
    color: #666;
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    padding: 10px 20px;
	border:none;
    background: none;
    background-color: #ededed;
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}
.wrap-product-show .inquiry .read input {
    background-color: #d8d8d8;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder {
    color: #333;
}
.wrap-product-show .inquiry .submit {
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
    display: block;
    width: 150px;
    height: 46px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #004098;
}
.wrap-product-show .inquiry .submit:hover {
    background-color: #154493;
}
.wrap-product-show .table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
.wrap-product-show table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show table tr,
.wrap-product-show table td {
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
}
.wrap-product-show table td {
    padding: 8px 20px !important;
    border: 1px solid #fff !important;
    background-color: #dcdcdc;
}
.wrap-product-show table td:first-child {
    background-color: #b5b5b5;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
/*****/
.wrap-other-product
{
    padding: 60px 0;

    background-color: #f9f9f9;
}
.wrap-other-product .title-other-product
{
    padding: 0 10px;

    border-left: 4px solid #535353;
}
.wrap-other-product .title-other-product h2
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-other-product .title-other-product h2
    {
        font-size: 22px;
    }
}
.wrap-other-product .title-other-product a.more
{
    line-height: 20px;

    display: inline-block;
    float: right;

    color: #999;
}
.wrap-other-product .title-other-product a.more:hover
{
    text-decoration: underline;

    color: #133077;
}
.wrap-other-product .product .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-other-product .product .item
    {
        margin-top: 20px;
    }
}
.wrap-other-product .product .item .img-box
{
    padding-bottom: 63.63636364%;
}
.wrap-other-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-other-product .product .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 8px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-other-product .product .item p
    {
        font-size: 14px;
    }
}
.wrap-other-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-other-product .product .item:hover p
{
    color: #e31118;
}

.wrap-contact h7{ font-size:98px; color:#f9f9f9; font-weight:bold;}
.wrap-contact .title-in h2{ margin-top:-78px;}

.wrap-contact .contact
{
    position: relative;
}
.wrap-contact .contact .map
{
    height: 480px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .map
    {
        height: 300px;
    }
}
.wrap-contact .contact .text
{



    padding: 30px;

    color: #fff;
    background-color: #133077;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text
    {
        position: relative;

        padding: 30px 14px;
    }
}
.wrap-contact .contact .text p.tel
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    line-height: 1;
    line-height: 50px; background:url(../images/tel2.png) no-repeat; background-size:50px; padding-left:65px;
    display: block;
    overflow: hidden;

    margin-bottom: 14px;
    padding-bottom: 14px;

    border-bottom: 1px solid rgba(255, 255, 255, .6);
}
@media (max-width: 1350px)
{
    .wrap-contact .contact .text p.tel
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text p.tel
    {
        font-size: 24px;
    }
}
.wrap-contact .contact .text p.address
{
    font-size: 16px;
    line-height: 28px;

    position: relative;

    margin: 10px 0 0 0;
    padding-left: 40px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text p.address
    {
        font-size: 14px;

        padding-left: 40px;
    }
}
.wrap-contact .contact .text p.address:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    left: 0;

    content: '';
}
.wrap-contact .contact .text p.address span
{
    position: absolute;
    top: 0;
    left: 0px;
}

.wrap-contact .cont-box{ padding:80px 0 120px 0;}


.wrap-contact .cont-left{ font-size:26px; text-align:center; line-height:2; color:#000;}
.wrap-contact .cont-left img{ width:80%; padding-bottom:10px;}
.wrap-contact .cont-center{ font-size:18px; color:#030000; line-height:2.2;}
.wrap-contact .cont-center h4{ font-size:26px; font-weight:bold;}

.wrap-contact .cont-right{ font-size:24px; text-align:center;}
.wrap-contact .cont-right img{ width:80%; padding-bottom:20px; padding-top:15px;}

.wrap-contact .cont-right p{ text-align:center;}

@media (max-width: 1350px)
{
.wrap-contact .cont-right{ font-size:22px;}
}

@media (max-width: 1199px)
{
.wrap-contact .cont-right{ font-size:22px;}
.wrap-contact .title-in h2{ font-size:45px;}
.wrap-contact .cont-left{ font-size:22px;}
.wrap-contact .cont-center{ font-size:16px;}
.wrap-contact .cont-center h4{ font-size:22px;}
.wrap-contact .cont-right{ font-size:18px;}
.wrap-contact .cont-right img{ width:90%; padding-bottom:20px; padding-top:40px;}
}

@media (max-width: 991px)
{
.wrap-contact .cont-left img{ width:60%;}
.wrap-contact .cont-right{ font-size:22px; text-align:left;}
.wrap-contact .title-in h2{ font-size:38px;}
.wrap-contact .cont-left{ font-size:22px; text-align:center;}
.wrap-contact .cont-center{ font-size:16px; text-align:left;}
.wrap-contact .cont-center h4{ font-size:22px; }
.wrap-contact .cont-right{ font-size:20px;}
.wrap-contact .cont-right img{ width:90%; padding-bottom:6px; padding-top:10px;}
}

@media (max-width: 767px)
{
.wrap-contact h7{ font-size:56px;}
.wrap-contact .title-in h2{ font-size:32px;}
.wrap-contact .title-in h2{margin-top: -38px;}
.wrap-contact .cont-box{padding: 40px 0 80px 0;}
.wrap-contact .cont-left img{ width:70%; padding-bottom:15px;}
.wrap-contact .cont-center{ font-size:15px; text-align:left;  margin-top:20px;}
}

@media (max-width: 484px)
{
.wrap-contact h7{ font-size:46px;}
.wrap-contact .cont-box{padding: 30px 0 60px 0;}
.wrap-contact .cont-left img{ width:70%;}
.wrap-contact .cont-center{ font-size:15px; text-align:left;  margin-top:20px;}
}

@media (max-width: 375px)
{
.wrap-contact h7{ font-size:40px;}
.wrap-contact .cont-left{ font-size:20px;}
.wrap-contact .cont-center h4{ font-size:20px;}
.wrap-contact .cont-box{padding: 30px 0 50px 0;}
.wrap-contact .cont-left img{ width:70%;}
.wrap-contact .cont-center{ font-size:14px; text-align:left;}
.wrap-contact .cont-right{ font-size:16px;}
}


.wrap-message
{
    background: url(../images/message_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-message .message
{
    font-size: 0;
}
.wrap-message .message .message-left,
.wrap-message .message .message-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-message .message .message-left
{
    width: 35%;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-message .message .message-left
    {
        width: 100%;
    }
}
.wrap-message .message .message-left .title-message
{
    padding-bottom: 14px;

    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.wrap-message .message .message-left .title-message:before
{
    font-family: 'iconfont' !important;
    font-size: 100px;
    line-height: 1;

    display: block; background:url(../images/ym.png) center no-repeat;    
	background-size: 95px;
    height: 105px;
    content: '';
}
@media (max-width: 991px)
{
    .wrap-message .message .message-left .title-message:before
    {
        font-size: 60px;
    }
}
.wrap-message .message .message-left .title-message h2
{
    font-size: 28px;
    line-height: 1.2;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-message .message .message-left .title-message h2
    {
        font-size: 22px;
    }
}
.wrap-message .message .message-left .title-message p
{
    font-size: 16px;
    line-height: 24px;

    margin: 18px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-message .message .message-left .title-message p
    {
        font-size: 14px;
    }
}
.wrap-message .message .message-left .note
{
    margin-top: 20px;
}
.wrap-message .message .message-left .note p
{
    font-size: 16px;
    line-height: 24px;
}
.wrap-message .message .message-left .note b
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 40px;
    line-height: 1.2;

    display: block;

    margin-top: 10px;
}
@media (max-width: 991px)
{
    .wrap-message .message .message-left .note b
    {
        font-size: 30px;
    }
}
.wrap-message .message .message-right
{
    width: 65%;
    padding-left: 5%;
}
@media (max-width: 767px)
{
    .wrap-message .message .message-right
    {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.wrap-message .message .message-right input,
.wrap-message .message .message-right textarea
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0;

    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .wrap-message .message .message-right input,
    .wrap-message .message .message-right textarea
    {
        font-size: 14px;
    }
}
.wrap-message .message .message-right input::-webkit-input-placeholder,
.wrap-message .message .message-right textarea::-webkit-input-placeholder
{
    color: #c1c1c1;
}
.wrap-message .message .message-right input:-o-placeholder,
.wrap-message .message .message-right textarea:-o-placeholder
{
    color: #c1c1c1;
}
.wrap-message .message .message-right input::-moz-placeholder,
.wrap-message .message .message-right textarea::-moz-placeholder
{
    color: #c1c1c1;
}
.wrap-message .message .message-right input:-ms-input-placeholder,
.wrap-message .message .message-right textarea:-ms-input-placeholder
{
    color: #c1c1c1;
}
.wrap-message .message .message-right input:focus::-webkit-input-placeholder,
.wrap-message .message .message-right textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message .message-right input:focus::-o-placeholder,
.wrap-message .message .message-right textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message .message-right input:focus::-moz-placeholder,
.wrap-message .message .message-right textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message .message-right input:focus::-ms-input-placeholder,
.wrap-message .message .message-right textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message .message-right .submit,
.wrap-message .message .message-right .resite
{
    font-size: 18px;
    line-height: 54px;

    width: 100%;
    margin-top: 10px;

    resize: vertical;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-message .message .message-right .submit,
    .wrap-message .message .message-right .resite
    {
        font-size: 16px;
        line-height: 44px;
    }
}
.wrap-message .message .message-right .submit:hover,
.wrap-message .message .message-right .resite:hover
{
    border-color: #ac080e;
    background-color: #ac080e;
}
.wrap-message .message .message-right .submit
{
    border-color: #e31118;
    background-color: #e31118;
}
.amap-drags,
.amap-layers
{
    z-index: 9;
}
.wrap-recruit .recruit
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit
    {
        padding-top: 30px;
    }
}
.wrap-recruit .recruit .title-recruit
{
    text-align: center;
}
.wrap-recruit .recruit .title-recruit b
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit .title-recruit b
    {
        font-size: 24px;
    }
}
.wrap-recruit .recruit .title-recruit p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    line-height: 1;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit .title-recruit p
    {
        font-size: 26px;
    }
}
.wrap-recruit .recruit .title-recruit p span
{
    font-weight: bold;
}
.wrap-recruit .list
{
    overflow-x: auto;
}
.wrap-recruit .list > ul
{
    overflow: hidden;
}
.wrap-recruit .list > ul > li
{
    padding: 20px 0;

    border-bottom: 1px solid #e6e6e6;
}
.wrap-recruit .list > ul > li .tlist
{
    display: table;
    overflow: hidden;

    width: 100%;
}
.wrap-recruit .list > ul > li .tlist .titem-left
{
    width: 15%;
    padding: 10px;

    text-align: center;

    border-right: 1px solid #c8c8c8;
}
.wrap-recruit .list > ul > li .tlist .titem-left b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.66666667;

    display: block;
}
@media (max-width: 1199px)
{
    .wrap-recruit .list > ul > li .tlist .titem-left b
    {
        font-size: 18px;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-middle
{
    width: 70%;
    padding: 10px 3%;
}
@media (max-width: 1470px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle
    {
        padding: 10px;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-middle p
{
    font-size: 18px;
    line-height: 2;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle p
    {
        font-size: 14px;

        margin: 0;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-middle p span
{
    display: inline-block;

    min-width: 32%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle p span
    {
        display: block;

        margin-right: 0;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-right
{
    width: 15%;
    padding: 10px;
}
.wrap-recruit .list > ul > li .tlist .titem-right a.more
{
    font-size: 16px;
    line-height: 44px;

    display: inline-block;

    height: 44px;
    margin-top: 20px;
    padding: 0 40px;

    color: #fff;
    border-radius: 4px;
    background-color: #133077;
}
@media (max-width: 1199px)
{
    .wrap-recruit .list > ul > li .tlist .titem-right a.more
    {
        font-size: 12px;
        line-height: 24px;

        height: auto;
        margin-top: 0;
        padding: 10px;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-right a.more:before
{
    display: inline-block;

    content: '查看详情 +';
    vertical-align: middle;
    word-break: break-all;
}
.wrap-recruit .list > ul > li .tlist .titem-left,
.wrap-recruit .list > ul > li .tlist .titem-middle,
.wrap-recruit .list > ul > li .tlist .titem-right
{
    display: table-cell;

    vertical-align: top;
}
.wrap-recruit .list > ul > li.current .titem-right a.more
{
    color: #333;
    background-color: #dcdcdc;
}
.wrap-recruit .list > ul > li.current .titem-right a.more:before
{
    content: '关闭详情 -';
}
.wrap-recruit .list > ul > li .note
{
    display: none;

    padding: 30px 30px;

    border-top: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .wrap-recruit .list > ul > li .note
    {
        padding: 30px 0;
    }
}
.wrap-recruit .list > ul > li .note h3
{
    font-size: 22px;
    line-height: 1.63636364;
}
@media (max-width: 991px)
{
    .wrap-recruit .list > ul > li .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-recruit .list > ul > li .note h3
    {
        font-size: 16px;
    }
}
.wrap-recruit .list > ul > li .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-recruit .list > ul > li .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-recruit .list > ul > li .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-recruit .list > ul > li .note a.apply
{
    font-size: 16px;
    line-height: 44px;

    display: inline-block;

    height: 44px;
    margin-top: 40px;
    padding: 0 44px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 4px;
    background-color: #e31118;
}
.wrap-recruit .list > ul > li .note a.apply:hover
{
    background-color: #a70006;
}
.wrap-recruit .message
{
    position: fixed;
    z-index: 11;
    top: 5%;
    left: 0;

    display: none;
    overflow: hidden;
    overflow-y: auto;

    width: 100%;
    max-height: 90%;
    padding: 20px 0;
}
@media (max-width: 991px)
{
    .wrap-recruit .message
    {
        padding: 20px;
    }
}
.wrap-recruit .message .messageinfo
{
    position: relative;

    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 10% 30px 10%;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .messageinfo
    {
        padding: 0 15px 15px 15px;
    }
}
.wrap-recruit .message form
{
    overflow: hidden;
}
.wrap-recruit .message .col-xs-12
{
    margin-top: 6px;
}
.wrap-recruit .message form
{
    margin-top: 30px;
}
.wrap-recruit .message .title-message
{
    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
.wrap-recruit .message .title-message h3
{
    font-size: 20px;
    line-height: 2;

    display: block;

    margin: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .title-message h3
    {
        font-size: 18px;
    }
}
.wrap-recruit .message .title-message .m-close
{
    position: absolute;
    top: -20px;
    right: -20px;

    float: right;

    width: 42px;
    height: 42px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #666;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-recruit .message .title-message .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 42px;

    display: block;

    content: '\e628';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.wrap-recruit .message .title-message .m-close:hover
{
    color: #fff;
    background-color: #133077;
}
.wrap-recruit .message .item
{
    position: relative;

    overflow: hidden;

    min-height: 50px;
    padding-left: 120px;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .item
    {
        padding-left: 90px;
    }
}
.wrap-recruit .message p
{
    font-size: 16px;
    line-height: 48px;

    position: absolute;
    top: 0;
    left: 0;

    width: 110px;
    margin: 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-recruit .message p
    {
        font-size: 14px;

        width: 70px;
    }
}
.wrap-recruit .message input,
.wrap-recruit .message textarea,
.wrap-recruit .message select
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    max-width: 250px;
    min-height: 38px;
    padding: 5px 10px;

    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    background: #fff;
}
.wrap-recruit .message .radio
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-recruit .message .radio
    {
        font-size: 15px;
    }
}
.wrap-recruit .message .radio input[type='radio']
{
    position: absolute;

    opacity: 0;
}
.wrap-recruit .message .radio input[type='radio'] + .radio-label:before
{
    position: relative;
    top: 6px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: 1em;

    content: '';
    cursor: pointer;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
    text-align: center;
    vertical-align: top;

    border: 1px solid #b4b4b4;
    border-radius: 100%;
    background: #f4f4f4;
}
.wrap-recruit .message .radio input[type='radio']:checked + .radio-label:before
{
    background-color: #133077;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.wrap-recruit .message .radio input[type='radio']:focus + .radio-label:before
{
    border-color: #3197ee;
    outline: none;
}
.wrap-recruit .message .radio input[type='radio'] + .radio-label:empty:before
{
    margin-right: 0;
}
.wrap-recruit .message .item-1
{
    padding-left: 0;

    text-align: center;
}
.wrap-recruit .message .btn
{
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

    height: 40px;
    margin-top: 20px;
    padding: 0 40px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 6px;
    outline: none;
    background-color: #133077;
}
@media (max-width: 1560px)
{
    .wrap-recruit .message .btn
    {
        font-size: 16px;
    }
}
.wrap-recruit .message .btn.reset
{
    margin-right: 100px;

    color: #333;
    background-color: #cecece;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .btn.reset
    {
        margin-right: 20px;
    }
}
.wrap-recruit .message .btn:hover
{
    background-color: #062164;
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .7);
}
.page
{
    padding-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        padding-top: 40px;
    }
}
.page a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    padding: 0 14px;

    color: #999;
}
@media (max-width: 991px)
{
    .page a
    {
        font-size: 14px;

        padding: 0 4px;
    }
}
.page a:hover,
.page a.active
{
    color: #e31118;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv
{
    z-index: 8;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
#google_translate_element
{
    float: right;

    margin-top: 48px;
    margin-left: 30px;
}
@media (max-width: 1199px)
{
    #google_translate_element
    {
        display: none;
    }
}
a
{
    color: inherit;
}
a:hover
{
    color: inherit;
}


.app{
	margin-top: 50px;
	padding: 28px 0 110px 0;
}
.app ul{ margin-top: 80px;}
.app ul li{
	float: left;
	width: 50%;
	padding:12px 60px 12px 66px;
}
.app ul li:first-child{
	margin-top: 0;
}
.app ul li .app-t span{
	display: inline-block;
	font-size: 28px;
	padding-bottom: 18px;
	border-bottom: 1px solid #d5d5d5;
}
.app ul li .app-bot{
	background:#fafafa;
	float: left;
    width: 100%;
}
.app ul li .app-bot .app-pic{
	float: right;
	width: 34.3%; border-left:10px solid #fff;
	overflow: hidden;
}
.app ul li .app-bot .app-pic .img-box{
	padding-bottom: 114.285714%;
}
.app ul li .app-bot .app-pic .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.app ul li:hover .app-bot .app-pic .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.app ul li .app-bot .app-p{
	float: left; 
    padding: 42px 42px 10px 42px;
	width: 60.3%;
}	
.app ul li .app-bot .app-p .app-pt{
	font-size: 28px; 
	font-weight:bold;
	line-height:1.2;
	color: #0979b9;
}

.app ul li .app-bot .app-p .app-pt span
	 { 
	   font-size:14px; 
	   font-weight:lighter;
	   color:#2e2a2b;
	}
	

.app ul li .app-bot .app-p .app-pt p{
	margin-bottom: 0; margin:0;
}
.app ul li .app-bot .app-p .app-pp{
	font-size: 16px;
	margin-top: 25px;
	line-height: 2;
	color: #2c2829;
}
.app ul li .app-bot .app-p .app-pp p{
	margin-top: 15px;
	padding-left: 0px;
	margin-bottom: 0;
	position: relative;
}
.app ul li .app-bot .app-p .app-pp p span{
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 1440px){
	.app{
		padding: 28px 0 104px 0;
	}
	.app ul li {
		margin-top: 60px;
		padding: 60px 40px 60px 68px;
		border-radius: 40px;
	}
	.app ul li .app-t span {
		font-size: 24px;
		padding-bottom: 16px;
	}
	.app ul li .app-bot .app-p .app-pp{
		margin-top:8px;
	}
	.app ul li .app-bot .app-p .app-pp p {
	  margin-top: 10px;
	}
}
@media (max-width: 1199px){
	.app{
		padding: 20px 0 64px 0;
	}
	.app ul li {
		margin-top: 40px;
		padding: 40px 30px 40px 48px;
		border-radius: 24px;
	}
	.app ul li .app-t span {
		font-size: 22px;
		padding-bottom: 14px;
	}
	.app ul li .app-bot {
	  margin-top: 30px;
	}
	.app ul li .app-bot .app-p .app-pt{
		font-size: 16px;
		line-height: 1.8;
	}
	
	
	.app ul li .app-bot .app-p .app-pp {
	  margin-top: 20px;
		font-size: 14px;
		line-height: 1.8;
	}
	.app ul li .app-bot .app-p .app-pp p {
		margin-top: 8px;
	}
}
@media (max-width: 991px){
	.app ul li .app-bot .app-pic,
	.app ul li .app-bot .app-p{
		width: 100%;
	}
	.app ul li .app-bot .app-p{
		margin-top: 30px;
	}
	.app ul li {
	  padding: 30px 5% 30px 5%;
	}
}
@media (max-width: 767px){
	.app {
	  padding: 0px 0 0px 0;
	}
	.app ul li{
		margin-top: 20px;
	}
	.app ul li .app-t span {
		font-size: 20px;
		padding-bottom: 12px;
	}
	.app ul li {
	  padding: 20px 5% 20px 5%;
		border-radius: 20px;
	}
	.app ul li .app-bot {
	  margin-top: 20px;
	}
	.app ul li .app-bot .app-p {
	  margin-top: 20px;
	}
}

/**kefu**/

.online-wrap .kfon{ right:50px;}


.ikefu{ position:fixed; right:-380px; bottom:50px; background:#f7f7fa; width:289px; border-radius:10px; z-index:999; -webkit-transition: right .3s;
    transition: right .3s;}
.ikefu .guan{ position:absolute; right:8px ; top:10px; opacity: .5; z-index:20;}
.ikefu .guan img{ width:25px;}
.ikefu .guan:hover{ opacity: .8;}

.ikefu .cgbox{ width:100%; height:100%; background:rgba(0,0,0,.5); text-align:center; position:absolute; z-index:12; display:none;}
.ikefu .cgbox img{ width:68%; padding-top: 49%;}

.ikefu .head{ background:#4691fb; border-radius:10px 10px 0 0; text-align:center; height:146px;}
.ikefu .head h2{ font-size:17px; color:#fff; margin:0; padding:28px 0;}
.ikefu .centbox{ background:#fff; border-radius:8px; border:1px solid #d9d9db; width:270px; margin:0 auto; float:left; margin-top:-80px; margin-left:10px; min-height:200px; margin-bottom:10px; padding:15px;}
.ikefu .centbox .title p{ width:68px; float:left; padding-top:8px;}
.ikefu .centbox .title p img{ max-width:100%;}
.ikefu .centbox .title span{float:left; padding-left:2px; font-size:14px; line-height:1.6; text-align:left; color:#000;}
.ikefu .centbox .tjlist{ margin-top:5px;}
.ikefu .centbox .tjlist .dlinput{width: 240px;
    padding-left: 30px;
    height: 36px;
    line-height: 36px; border:1px solid #aeaeae; border-radius:5px;
    font-size: 13px;
    color: #898989;
    background: url(../images/kfico01.png) 10px 8px no-repeat #fff;
    background-size: 14px;
    margin-bottom:8px;}

.ikefu .centbox .tjlist .dlinput_on{width: 240px;
    padding-left: 30px;
    height: 36px;
    line-height: 36px; border:1px solid #aeaeae; border-radius:5px;
    font-size: 13px;
    color: #d73335;
    background: url(../images/kfico01.png) 10px 8px no-repeat #fff;
    background-size: 14px;
    margin-bottom:8px;}


.ikefu .centbox .tjlist .dlinput2{width: 240px;
    padding-left: 30px;
    height: 36px;
    line-height: 36px; border:1px solid #aeaeae; border-radius:5px;
    font-size: 13px;
    color: #898989;
    background: url(../images/kfico02.png) 10px 9px no-repeat #fff;
    background-size: 14px;
    margin-bottom:8px;}
	
	.ikefu .centbox .tjlist .dlinput2_on{width: 240px;
    padding-left: 30px;
    height: 36px;
    line-height: 36px; border:1px solid #aeaeae; border-radius:5px;
    font-size: 13px;
    color: #898989;
    background: url(../images/kfico02.png) 10px 9px no-repeat #fff;
    background-size: 14px;
    margin-bottom:8px;}
	
	.ikefu .centbox .tjlist .dlinput3{width: 240px;
    padding-left: 30px;
    height: 36px;
    line-height: 36px; border:1px solid #aeaeae; border-radius:5px;
    font-size: 13px;
    color: #898989;
    background: url(../images/kfico03.png) 10px 10px no-repeat #fff;
    background-size: 14px;
    margin-bottom:8px;}
	
	.ikefu .centbox .tjlist .dlinput3_on{width: 240px;
    padding-left: 30px;
    height: 36px;
    line-height: 36px; border:1px solid #aeaeae; border-radius:5px;
    font-size: 13px;
    color: #898989;
    background: url(../images/kfico03.png) 10px 10px no-repeat #fff;
    background-size: 14px;
    margin-bottom:8px;}
	
	
.ikefu .centbox .tjlist span{ font-size:13px; color:#000; padding:6px; text-align:center;}	
.ikefu .centbox .tjlist span i{ color:#e22020; padding:1px 6px; font-style:normal;}

.ikefu .centbox .tjlist select{width: 248px; margin-top:8px;
    padding-left: 20px;
    height: 36px;
    line-height: 36px; border:1px solid #aeaeae; border-radius:5px;
    font-size: 13px;
    color: #898989;
    background-size: 14px;
    margin-bottom:8px;}	

.ikefu .centbox .tjlist .yuyue{ background:#438ffb; border-radius:5px; color:#fff; font-size:15px; text-align:center; width:120px; border:none; padding:5px 0; margin-left:65px; margin-top:5px;}

@media (max-width: 767px){
.online-wrap .kfon{ right:44px;}
.ikefu{ width:80%; }
.ikefu .centbox{ width:92%;}
.ikefu .centbox .tjlist .dlinput,.ikefu .centbox .tjlist .dlinput3,.ikefu .centbox .tjlist .dlinput2,.ikefu .centbox .tjlist select{ width:100%;}
.ikefu .centbox .tjlist .yuyue{ }
}


/*面包屑*/
.add{
	font-family: 'AvantGardeITCbyBT-Book';
	position: absolute;
	right: 0;
	top: 0;
	line-height: 60px;
	color: #c3c2c2;
	padding-left: 34px;
	background: url(../images/link-ico.png) left center no-repeat;
}
.add a{
	font-size: 14px;
	margin: 0 4px;
	color: #c3c2c2;
}
.add a:hover,
.add a.active{
	color: #e31118;
}
@media (max-width: 1680px){
	.add{
		right: 3%;
	}
}

@media (max-width: 1199px){
	.add{
		display: none;
	}
}

.wrap-product .proLeft{
	float: left;
	width: 19.1%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden;
	line-height: 58px;
	line-height: 64px;
}
.wrap-product .proLeft .proL-t{
	font-size: 28px;
	padding-left: 20px;
	letter-spacing: 0px;
	background: #0b2052;
	color: #fff;
}
.wrap-product .proLeft .proL-list,
.wrap-product .proLeft .proL-list > ul{
	float: left;
	width: 100%;
}
.wrap-product .proLeft .proL-list > ul > li{
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
}
.wrap-product .proLeft .proL-list > ul > li > a{
	display: block;
	float: left;
	width: 100%;
	font-size: 18px;
	padding-left: 20px;
	letter-spacing: -1px;
	color: #999;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	background: #f8f8f8;
	position: relative;
}
.wrap-product .proLeft .proL-list > ul > li.active > a,
.wrap-product .proLeft .proL-list > ul > li > a:hover{
	background: #133077;
	color: #fff;
}



.wrap-product .proLeft .proL-list > ul > li:nth-child(1) > a::after,
.wrap-product .proLeft .proL-list > ul > li:nth-child(1) > a::before,
.wrap-product .proLeft .proL-list > ul > li:nth-child(3) > a::after,
.wrap-product .proLeft .proL-list > ul > li:nth-child(3) > a::before
{
	display: none;
}


.wrap-product .proLeft .proL-list > ul > li.active > a::after,
.wrap-product .proLeft .proL-list > ul > li > a:hover::after{
	background: #fff;
}

.wrap-product .proLeft .proL-list > ul > li.active > a::before,
.wrap-product .proLeft .proL-list > ul > li > a:hover::before{
	background: #fff;
}



.wrap-product .product{
	float: right;
	width: 76.9%;
}
@media (max-width: 1440px){
	.wrap-product .proLeft{
		line-height: 59px;
	}
	.wrap-product .proLeft .proL-t{
		font-size: 24px;
		letter-spacing: 0px;
	}
	.wrap-product .proLeft .proL-list > ul > li > a{
		font-size: 16px;
		letter-spacing: 0px;
	}
}
@media (max-width: 1199px){
	.wrap-product .proLeft{
		margin-bottom: 5px;
	}
	.wrap-product .proLeft,
	.wrap-product .product{	
		width: 100%;
	}
}
@media (max-width: 767px){
	.wrap-product .proLeft .proL-list > ul > li > a{
		font-size: 14px;
	}
	.wrap-product .proLeft .proL-list > ul > li{
		float: left;
		width: 49%;
		margin: 2px 2% 2px 0;
	}
	.wrap-product .proLeft .proL-list > ul > li:nth-child(2n){
		margin-right: 0;
	}
	.wrap-product .proLeft{
		line-height: 42px;
	}
	.wrap-product .proLeft .proL-t {
	  font-size: 18px;
	}
	.wrap-product .proLeft .proL-list > ul > li > a{
		font-size: 14px;
	}
	.wrap-product .proLeft .proL-list > ul > li > a::after{
		top: 15px;
		right: 15px;
		width: 2px;
		height: 12px;
	}
	.wrap-product .proLeft .proL-list > ul > li > a::before{
		top: 20px;
		right: 10px;
		width: 12px;
		height: 2px;
	}
}

.proL-ul2{
	display: none;
}
.wrap-product .proLeft .proL-list > ul > li.active .proL-ul2{
	display: block;
}
.proL-ul2,
.proL-ul2 ul{
	float: left;
	width: 100%;
}
.proL-ul2 ul li{
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
}
.proL-ul2 ul li a{
	display: block;
	width: 100%;
	float: left;
	background: #f1f1f1;
	color: #999;
	line-height: 60px;
	font-size: 14px;
	padding-left: 22px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.wrap-product .proLeft .proL-list > ul > li.active .proL-ul2 ul li.active a,
.proL-ul2 ul li a:hover{
	background: #133077;
	color: #fff;
}
@media (max-width: 767px){
	.proL-ul2 ul li a{
		font-size: 12px;
		line-height: 36px;
	}
	
		
	.sjdbg{ background:rgba(0,0,0,.8); 
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%; display:none;
	z-index:100; }
	.bgon{ display:block;}
	
	
}