/**
 * 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;
}

.clear{ clear:both;}
.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; }



.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;
    }
	 .fixed-inner-nav{
    top: 66px;}
}

@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; 
		z-index:88;
		border-bottom:3px solid; 
		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: 1350px){
.header .nav .nav-list2 a
    {
        font-size: 14px;
     
    }

}
@media (max-width: 1199px)
{
 .header .nav .nav-list1 > li > a
    {
        padding: 0 8px;
		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: 14px;
        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;
    }
}

.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: 2.5;
		color:#fff;
    }
	 .header.fixed-header .nav .nav-list1 > li > a:active
    {
        
		color:#fff;
    }
}
.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 li a{

  background: url(../images/menul.png) no-repeat; background-size: 12px;
    background-position: 19px 18px;

}


.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 .slickbanner2
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .banner .slickbanner2
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner2
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
@media (max-width: 767px)
{
    .banner .slickbanner2
    {
        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: 8px;
    height: 8px;
    margin: 0 6px;

    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:56%;
    }
}

@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;

}

@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: 20px;
		padding-bottom:5px;
    }
}
.banner .text-1 h4
{
    font-size: 24px; 
    line-height: 1.4;
    max-width: 51%; 
}

.banner .text-1 h5
{
    font-size: 30px; font-weight:lighter; text-transform:uppercase;
    line-height: 1.4;
    max-width: 60%;
}

@media (max-width: 1470px)
{
    .banner .text-1 h4
    {
        max-width: 56%;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 h4
    {
        font-size: 20px;
    }
	.banner .text-1 h5
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h4
    { 
        max-width: 86%;
		 font-size: 15px;
		 margin-top:0px; 
    }
	.banner .text-1 h4 img{ margin-left:0; max-width:76%; margin-top: 0px;} 
	.banner .text-1 h5
    {
        font-size: 16px; margin-top:-5px;
    }
}


@media (max-width: 375px)
{
    
	.banner .text-1 h4 img{ margin-left:0; max-width:79%; margin-top: -20px;} 
	
}

.banner .text-1 p
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.44444444;
	border-top:1px solid #fff;
    max-width: 32%;
    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .banner .text-1 p
    {
        max-width: 39%;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 p
    {max-width: 44%;
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 p
    {
        max-width: 44%;
		margin:0;
    }
}
@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-1 h5,
.banner .slick-current .text-2 h5
{
    -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;
    }
}

@media (max-width: 767px)
{
    .home
    {
        padding: 35px 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: 28px;
    }
}
.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;
    }
}

/***chanye*/
	.zyywlist{margin-top: 60px;}

.zyywlist li{float: left; padding:0 5px; box-sizing: border-box;position: relative; height:100%; display:block;}

.zyywlist li:last-of-type{margin-right: 0;}

.zyywlist li img{width: 100%;}

.zyywlist .ywtxt{text-align: center; position: absolute; 
    top: 70%;
    text-align: center;
    width: 96%;}

.zyywlist .ywtxt h2{font-size: 30px;color: #fff; font-weight:bold; text-shadow: 2px 2px 8px rgb(0 0 0 / 80%);}

.zyywlist .ywtxt1 h2{font-size: 30px;color: #000;  font-weight:bold;}

.zyywlist .ywtxt span{font-size: 18px;color: #fff; text-transform: uppercase; text-shadow: 2px 2px 8px rgb(0 0 0 / 80%);}
.zyywlist .ywtxt1 span{color: #000; text-transform: uppercase; }


.zyywlist .ywtxt1 p{font-size: 18px;color: #000; line-height:2.2;margin-top: 40px;}

.zyywlist .ywtxt1{position: absolute;width: 100%;height: 0;left: 0;bottom:0;background: #fff;text-align: center;box-sizing: border-box;

transition: all .5s cubic-bezier(.35, .75, .55, 1) 0.1s;

-webkit-transition: all .5s cubic-bezier(.35, .75, .55, 1) .1s;

-moz-transition: all .5s cubic-bezier(.35, .75, .55, 1) .1s;

overflow: hidden;}

.zyywlist li:hover .ywtxt1{height: 100%;background: rgba(255,255,255,.6);padding: 0 40px;padding-top: 110px;}

.zyywlist li:hover .ywtxt{ color:#000;}

.zyywlist li:hover .ywtxt h2{opacity: 0;}

.zyywlist li:hover .ywtxt span{opacity: 0;}


@media (max-width: 1470px)
{
    .zyywlist .ywtxt h2{font-size: 28px;}
	.zyywlist .ywtxt span{font-size: 18px;}
	.zyywlist .ywtxt1 p{font-size: 15px;color: #000; line-height:1.8;margin-top: 52px;}
}
@media (max-width: 991px)
{.zyywlist .ywtxt{ top:68%; width:92%}
.zyywlist .ywtxt1 p{font-size: 14px;color: #000; line-height:1.8;margin-top: 52px;}
   .zyywlist .ywtxt h2{font-size: 24px; margin:6px 0;}
   .zyywlist .ywtxt span{font-size: 16px;}
}
@media (max-width: 767px)
{

 .zyywlist .ywtxt h2{font-size: 20px;}
 .zyywlist .ywtxt span{font-size: 16px; line-height:1.2}
}



/****/
.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; z-index:100;}


.home-application .item .note
{
    position: absolute;
    bottom: 20%; 
	width:100%;
	text-align:center;
    padding: 0 8%;
    color: #fff;
}

.home-application > ul > li:hover .item .whitebg{

    position: absolute; width:100%; height:100%; z-index:99;
    left: 0;
    right: 0; 
    top: 0; 
    bottom: 0;
    transition: all .5s cubic-bezier(.35, .75, .55, 1) 0.1s;

-webkit-transition: all .5s cubic-bezier(.35, .75, .55, 1) .1s;

-moz-transition: all .5s cubic-bezier(.35, .75, .55, 1) .1s;
    background: url(../images/baibaidi.png) repeat;
 
}



.home-application > ul > li:hover .item:hover .whitebg{
    position: absolute; width:100%; height:100%; z-index:99;
    left: 0;
    right: 0; display:block;
    top: 0; 
    bottom: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    background: url(../images/baibaidi.png) repeat;
 
}



@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;
}

.home-application .item:hover .note b{  text-shadow:none;}

@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;
}


.home-application .item:hover .note b{text-shadow:none; }

@media (max-width: 1470px)
{
    .home-application .item .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .home-application .item .note p
    {
        font-size: 16px; margin:0;
    }
}

/**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{ padding:14px 20px;}
    .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)
{   
    background: url(../images/jzbg1.jpg) no-repeat center center;
	background-size:101%;
	-webkit-transition: all 1s;
    transition: all 1s;
}

.home-service .service ul li:nth-child(2)
{
    background: url(../images/jzbg2.jpg) no-repeat center center;
	background-size:101%;
	-webkit-transition: all 1s;
    transition: all 1s;
}


@media (max-width: 767px)
{
    .home-service .service ul li:nth-child(1)
    { margin-right:0; margin-left:0;
    }
	.home-service .title h4{ font-size:16px; padding-bottom:20px; letter-spacing: -1px;}
	.home-service .title h2
    { padding:0;
    }
}

@media (max-width: 484px)
{
    .home-service .service ul li:nth-child(1)
    { margin-right:0; margin-left:0;
    }
	.home-service .title h4{ font-size:15px; padding-bottom:20px;}
	.home-service .title h2
    { padding:0;
    }
}


.home-service .service ul li
{
    float: left;
    width: 46%;
    padding: 80px 30px; margin:60px 2% 0 2%;
    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:hover .item:hover{ 
}


.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, .6);
	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;

}


.home-service .service ul li:hover
{   
   
	background-size:107%;
	-webkit-transition: all 1s;
    transition: all 1s;
}






@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;

}

@media (max-width: 991px)
{
   .home-news .news{ margin-top:50px;}
   .home-news .news .centernews{ display:none;}
   .home-news .news .newfour{ padding:0 2px;}
}

@media (max-width: 767px)
{
   .home-news .news{ margin-top:35px;}
}


.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: 12px 25px 15px 25px;
}
.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
{
    padding: 10px 25px;
}
    .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: 26px;

    display: -webkit-box;
    overflow: hidden;
    margin: 5px 0 5px 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; padding-left:6px}

.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;  color:#015cad; 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 .item .note p{ margin-top:4px; line-height:24px; margin-bottom:4px;}
    .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;}
	.newone, .newtwo{ margin-bottom:25px;}
}

	  
.home-news .news .newone .pic .img-box{ padding-bottom:61.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 .newone .note b{ font-size:18px; 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:-6px;}
.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{

       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
{


    padding: 60px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 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;
}
.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: 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;
    }
}

@media (max-width: 1350px)
{
    .title-in h2
    {
        font-size: 44px;
    }
}
@media (max-width: 1199px)
{
    .title-in h2
    {
        font-size: 36px;
    }
}


@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 28px;
    }
}
.inside-nav
{
  

    overflow: hidden; width:100%;
    -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: 1px;
    height: 0;

    background-color: #fff;
	border: 0 solid #fff;
    background-clip: content-box;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
  
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{   border: 0px solid #fff;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .0);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{   border: 0px solid #fff;
    border-radius: 5px;
    background: rgba(0, 0, 0, .0);
}

.inside-nav .news-select{ text-align:left; margin:20PX 0;} 
.inside-nav .news-select select { width:300PX; height:38PX; line-height:38PX; font-size:15px; border:1px solid #e2e2e2; background:none; padding:0 8px;}

.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 .nav-wrap{ padding-bottom:20px;}
.inside-nav{ height:65px; overflow:hidden;}
    .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: 18px;
    font-weight:bold;
	color:#a4a4a4 ;
    line-height: 60px; 

    display:block;
    padding: 0 29px;
    color: inherit;
}
@media (max-width: 991px)
{
    .inside-nav ul li a
    { font-size: 18px;
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .inside-nav ul li a
    { font-size: 16px;
        padding: 0 18px;
    }
}
.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 ul li .active {
    color: #015cad;
    font-weight: bold;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #37bdfc, #005bac) 1;
}

#twonews{ background:#eeedf3;}

.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;
}

@media (max-width: 1350px)
{
    .wrap-about .about .title-about h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .about .title-about h2
    {
        font-size: 32px;
    }
}


.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;
		margin-top:35px;
    }
	
}
@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: 1199px)
{
     .wrap-about .about .title-about h1
    {
        font-size: 20px;
    }
}




@media (max-width: 991px)
{
    .wrap-about .about .title-about h1
    {
        font-size: 15px; font-weight:lighter;
    }
}

.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 60px;}

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

    margin: 0;
}
@media (max-width: 767px)
{
.wrap-about .about .text
{
    margin-top: 38px;
}
    .wrap-about .about .text .ab-img{ padding:0; margin-bottom:33px;}
    .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{ margin-top:45px;}
    .wrap-yujing .number .pic img
    {
        width: 200%;
        margin-left: -90%;

        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{ top:8%; width: 92%;}

    .wrap-yujing .number .title h2
    {
        font-size: 23px;
    }
	.wrap-yujing .number .title h3
	{  
	    font-size:14px; width:86%;
	 }
	 .wrap-yujing .number .title h3 br{ display:none;}
}

/****/
.wrap-zeren { margin-top:0; padding-top:40px;}
.wrap-zeren .number
{
    position: relative;

}
@media (max-width: 991px)
{
    .wrap-zeren { margin-top:0px;}
}


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

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

        opacity: .9;
    }
}

.wrap-zeren .number .title{ position:absolute; top:15%; left:22%; text-align:left;}
.wrap-zeren .number .title h2{ color:#fff; font-size:46px; text-transform:uppercase; font-weight:normal; margin-bottom:0;}
.wrap-zeren .number .title h2 strong{ color:#14346f; font-size:50px; padding-right:18px;}
.wrap-zeren .number .title h3{ 
          font-size:30px; 
		  color:#14346f; 
          line-height:2; 
		  font-family: initial;
          padding:6px 0;     
		  width: fit-content; 
		  font-weight:normal; 
		 }
	.wrap-zeren .number .title h4{ 
          font-size:32px; 
		  color:#fff; background:#14346f; 
		  font-family: initial; padding:0 35px; letter-spacing:5px;  
		  width: fit-content; 
		  font-weight:normal; 
		 }
	 

@media (max-width: 1470px)
{
    .wrap-zeren .number .title h2
    {
        font-size: 42px;
    }
	.wrap-zeren .number .title h3
	{  
	    font-size:28px;
	 }
	 .wrap-zeren .number .title h4{   font-size:28px; }
}
@media (max-width: 1199px)
{
   .wrap-zeren .number .title h2
    {
        font-size: 30px;
    }
	
	.wrap-zeren .number .title h2 strong{  font-size:40px; padding-right:10px;}
	.wrap-zeren .number .title h3
	{  
	    font-size:24px;
	 }
	 .wrap-zeren .number .title h4{   font-size:24px; }
}
@media (max-width: 991px)
{
.wrap-zeren .number .title{ top:16%;}

    .wrap-zeren .number .title h2
    {
        font-size: 32px;
		margin-bottom:10px;
    }
	.wrap-zeren .number .title h3
	{  
	    font-size:20px;
	 }
	 .wrap-zeren .number .title h4{   font-size:20px; }
}
@media (max-width: 767px)
{
     .wrap-zeren .number .title
     { 
       top:12%;   
       left:15px;
     }
    .wrap-zeren .number .title h2
    {
        font-size: 20px;
		margin-bottom:0;
    }
	
	.wrap-zeren .number .title h2 strong 
	{
      font-size: 26px;}
	  
	.wrap-zeren .number .title h3
	{  
	    font-size:18px;
	 }
	 
	  .wrap-zeren .number .title h4
	  {   
	  font-size:18px;  padding: 0 25px;    letter-spacing: 3px;
	  }
}

@media (max-width: 375px)
{
     .wrap-zeren .number .title
     { 
       top:12%;   
       left:15px;
     }
    .wrap-zeren .number .title h2
    {
        font-size: 16px;
    }
	
	.wrap-zeren .number .title h2 strong 
	{
      font-size: 20px;}
	  
	.wrap-zeren .number .title h3
	{  
	    font-size:16px;
	 }
	 
	  .wrap-zeren .number .title h4
	  {   
	  font-size:16px;  padding: 0 15px;  letter-spacing: 0px;
	  }
}

/***/		 
.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; padding-bottom:0;
}

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

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

.wrap-history .history .title-in{  border-bottom:1px solid #e1e1e1; line-height:50px; height:64px;}
.wrap-history .history .title-in h2
   { float:left; 
     font-size: 48px;
     line-height: 61px;
     font-weight: bold;
	 border-bottom: 3px solid;
     border-image: linear-gradient(to right, #37bdfc, #005bac) 1;
     margin: 0;
	 }
	 
.wrap-history .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 .history .title-in h4{ float:right; font-size:48px; font-weight:bold; color:#e8e8e8;}

@media (max-width: 1350px)
{
    .wrap-history .history .title-in h2
    {
         font-size: 44px;
    }
	.wrap-history .history .title-in h4{ font-size: 44px;}
}


@media (max-width: 1199px)
{
    .wrap-history .history .title-in h2
    {
         font-size: 36px;
    }
	.wrap-history .history .title-in h4{ font-size: 36px;}
}

@media (max-width: 991px)
{
    .wrap-history .history .title-in h2
    {
         font-size: 36px; line-height:2.15;
    }
	.wrap-history .history .title-in h4{ font-size: 36px;  line-height:2.25;}
}

@media (max-width: 767px)
{
.wrap-history{ padding-top:40px; width:100%; overflow:hidden;}
    .wrap-history .history .title-in h2
    {
         font-size: 28px;
    }
	.wrap-history .history .title-in h4{ font-size: 28px;}
}

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

    display: inline-block;

    vertical-align: bottom;
}

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

.wrap-history .history .item
{
    text-align: left; margin-top:28px; height:487px; overflow-y: auto; overflow-x: hidden; 
	 z-index:50;
	
}
.wrap-history .history .item .jbzz{background:url(../images/jbzz.png) 0 bottom repeat-x; position:sticky; bottom: 0; height:60px; width:100%;  z-index:55;}

.wrap-history .history .item::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
  .wrap-history .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 .history .item::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #e1ecee;
  border-radius: 2px;
  }



.wrap-history .history .item::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.wrap-history .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 .history .item::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #e1ecee;
  border-radius: 2px;
  }


.zhici .pro-su-Bd .zz-text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
  .zhici .pro-su-Bd .zz-text::-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
  );
  }
  .zhici .pro-su-Bd .zz-text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #e1ecee;
  border-radius: 2px;
  }



.zhici .pro-su-Bd .zz-text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.zhici .pro-su-Bd .zz-text::-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
  );
  }
.zhici .pro-su-Bd .zz-text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #e1ecee;
  border-radius: 2px;
  }



.inside-nav .nav-wrap::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 1px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
  }

.inside-nav .nav-wrap::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/

  background-color: #fff;
 
  }
.inside-nav .nav-wrap::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : none;
  background   : #fff;
  border-radius: 2px;
  }


.wrap-history .history .item li{ border-bottom:1px dashed #a5a5a5; padding:8px 0 18px 0; margin-bottom:24px;}
.wrap-history .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 .history .item li span{ font-size:18px; color:#000; line-height:1.8;}


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

    padding: 0 30px;

    border-bottom: 2px solid #dcdcdc;
}
.wrap-history .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 .history .item .note:after
{
    display: block;

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

    content: '';

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

    margin: 0;
}
.wrap-history .history .item .title-number
{
    margin-top: 20px;
}
.wrap-history .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 .history .item .jbzz{background:none; position:sticky; bottom: 0; height:60px; width:100%;  z-index:55;}
    .wrap-history .history .item .title-number b
    {
        font-size: 20px;
    }
}
.wrap-history .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 .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-history .about-2{ height:708px; overflow:hidden;}
@media (max-width: 1200px)
{
.wrap-history .about-2{ height:700px; overflow:hidden;}
}


.wrap-history .about-2 .ab2-R{ width:118px; float:left; margin-left:30px; margin-top:50px;}
.wrap-history .about-2 .ab2-R .ab2-R-con {  background:url(../images/line.jpg) 15px 4px repeat-y;}
.wrap-history .about-2 .ab2-R .ab2-R-name{ font-size:15px; font-weight:bold; line-height:1.1; color:#a3a2a2; margin:5px 0 65px 0; padding-top:7px;}
.wrap-history .about-2 .ab2-R .ab2-R-name p{  padding-top:10px;}
.wrap-history .about-2 .ab2-R .ab2-R-name span{ float:left; color:#e1e1e1; padding:4px; width:32px; 
height:32px;  background:url(../images/lcico-hs.png) 0 3px no-repeat; background-size:cover;}

.wrap-history .about-2 .ab2-R .slick-current .ab2-R-name{ }
.wrap-history .about-2 .ab2-R .slick-current .ab2-R-name span{ background:url(../images/lcico-on.png)  no-repeat; width:27px; height:27px;  background-size:27px;}
.wrap-history .about-2 .ab2-R .slick-current .ab2-R-name p{ color:#33beff; font-size:18px;   padding-left:35px;padding-top:7px; }

.wrap-history .about-2  button{ display:none !important}

@media (max-width: 767px)
{.wrap-history .about-2{ height:auto; overflow:hidden;}  

.wrap-history .about-2{ position:relative; z-index:2;}
   .wrap-history .about-2 .ab2-R .slick-current .ab2-R-name{}
   .wrap-history .about-2 .ab2-R .slick-current .ab2-R-name p{ color:#33beff; font-size:17px; margin: 0 9px 0 10px; padding-left:35px;padding-top:7px; }
   .wrap-history .about-2 .ab2-R .ab2-R-name {    line-height: 1.3; color: #a3a2a2; margin: 0; }
    .wrap-history .about-2 .ab2-R .ab2-R-name p{  padding-top:10px; padding-left:23px !important;  background: #fff;  margin: 0 9px 0 11px;}
    .wrap-history .about-2 .ab2-R{ float: none;  width: auto; margin-left:0; padding-left:12px; background:#fff; width: 100%;
    position: absolute;
    z-index: 3333;
    bottom: 0;}
	.wrap-history .about-2 .ab2-R .ab2-R-con{ background:url(../images/line-h.jpg) -15px 29px repeat-x #fff; padding:5px 5px 5px 0;}
	.history-cent{ margin-left:0; padding:3px 12px;}
	.wrap-history .history .lcpic{ padding:0; margin-top:5px;}
	.wrap-history .history .item li{ margin-bottom:8px; padding: 8px 0 6px 0;}
	.wrap-history .history .item li p{ font-size:20px;}
	.wrap-history .history .item li span {font-size: 15px;}
	.wrap-history .history .lcpic .img-box{    padding-bottom: 53.621067%;
    width: 90%;
    margin-left: 5%}
	.wrap-history .about-2 .ab2-R .slick-current .ab2-R-name span{ background:url(../images/lcico-on.png) 4px 4px  no-repeat #fff; width:32px; height:32px;  background-size:24px;}
}

.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;
    }
}

/**zhici****/
.wrapper .wrap-ldzc
{
    padding:86px 0 0 0;  
	background:#f8f8f8; 
	width:100%;
    float:left; 
}
.wrap-ldzc .zhici
{ 
   width:100%;  
   margin:0 auto;  
 }

.zhici .pro-suHd
{    
     width:5%; position:fixed; top:10%; z-index:25;
	 float:left;
	 min-height:100%;
	 background:#fff;
}
.zhici .pro-su-Bd
 {     width:50%; 
       float:left;
	   position:fixed; left:45%;
	   z-index:20;
 }
 
.zhici .pro-su-Bd .pro-su-slideBox{  display:none;}
 
 
.zhici .zz-pic{width:40%; position:fixed; margin-left: 5%;}
.zhici .zz-pic .img-box{ padding-bottom:150%;}
.zhici .zz-pic .one{}
.zhici .zz-pic .two{ display:none;}


.zhici .pro-su-Bd .zz-text
{  margin-top:50px; margin-left:10px;
   padding:0px 20px 50px 50px; 
   text-align:left; 
   height:620px; 
   overflow-y:auto;
   }
.zhici .pro-su-Bd .zz-text{ text-align:left;}
.zhici .pro-su-Bd .zz-text .title-in h2 { text-align:left; padding-bottom:15px;}
.zhici .pro-su-Bd .zz-text .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;
}

.zhici .pro-su-Bd .zz-text .title-in h3{ text-align:left; font-size:21px; color:#808080;}
.zhici .pro-su-Bd .zz-text .title-in h3 i{ font-size:30px; font-style:normal; padding-right:10px;}
.zhici .pro-su-Bd .zz-text .title-in h5{ width:55%; border-bottom:2px solid #e8e9ed; margin:20px 0;}
.zhici .pro-su-Bd .zz-text .title-in h5 i{ width:50%; border-bottom:3px solid; display:block; border-image: linear-gradient(to right, #37bdfc, #005bac) 1;}

.zhici .pro-su-Bd .zz-text .detile-text{ font-size:17px; color:#686868; line-height:2;}

.zhici .pro-suHd ul{ overflow: hidden; margin-top:130px; text-align:center;}
.zhici .pro-su{ padding:0;}
.zhici .pro-suHd ul .pro-su-imgk{ width:98%; font-size:18px;  color:#a4a4a4; text-align:center; border:none; height:157px; padding: 2px 20px; }
.zhici .pro-suHd ul .pro-su-imgk.on{  color:#144b85; }
.zhici .pro-suHd ul .pro-su-imgk i{ font-style:normal; padding-left:1px; font-size:20px;}

@media (min-width: 1680px)
{

.zhici .pro-su-Bd .zz-text{ height:650px;}
}



@media (max-width: 1350px)
{
.zhici .zz-pic{ padding-top:20px;}
.wrapper .wrap-ldzc
{
    padding:66px 0 0 0;  
}
.zhici .pro-su-Bd .zz-text{ height:600px;}
}


@media (max-width: 1199px)
{
.zhici .zz-pic{ padding-top:0;}
.wrapper .wrap-ldzc
{
    padding:66px 0 0 0;  
}
.zhici .pro-su-Bd .zz-text{ height:507px;}
}

@media (max-width: 991px)
{
.zhici .zz-pic .one{ display:none;}
.zhici .zz-pic .two{ display:block;}
.zhici .zz-pic .sjimg{ padding-bottom:62.3%;}
.zhici .zz-pic{ padding-top:0; margin:0 ; width:100%; position:relative; top:50px;}
.zhici .pro-su-Bd{ width:100%; position:absolute; left:0; }

.wrapper .wrap-ldzc
{
    padding:66px 0 0 0;  
}
.zhici .pro-su-Bd .zz-text{ height:600px; overflow-y: auto; margin-left:0; padding:0 15px;}
.zhici .pro-suHd{ width:100%;  width: 100%;
    position: initial;
    position: fixed;
    top: 64px;
    z-index: 22;
    height: 60px;
    min-height: auto;}

.zhici .pro-suHd ul .pro-su-imgk{ width:50%; float:left; font-size:16px;  padding:0; height:60px; line-height:60px;}
.zhici .pro-suHd ul .pro-su-imgk br{ display:none;}
.zhici .pro-suHd ul{ margin:0 15px;}

.zhici .pro-su-Bd .zz-text{ margin-top:70px;}
.zhici .pro-su-Bd .zz-text .title-in h5{ width:98%; margin:20px 0;} 
.zhici .pro-su-Bd .zz-pic{ margin-left:0; padding:0;}
.zhici .pro-su-Bd .zz-text .title-in h5 i{ width:24%; margin-bottom:-2px;}
}

@media (max-width: 767px)
{
.zhici .pro-suHd ul .pro-su-imgk{ font-size:16px;}
.zhici .pro-su-Bd .zz-text .detile-text{ font-size:15px; padding-bottom: 40px;}
.zhici .pro-su-Bd .zz-text .title-in h3{ font-size:18px;}
.zhici .pro-su-Bd .zz-text .title-in h3 i{ font-size:25px;}
.zhici .pro-su-Bd .zz-text{ height:600px; overflow-y: auto;}
}

@media (max-width: 375px)
{
.zhici .pro-suHd ul .pro-su-imgk{ font-size:15px;}
.zhici .pro-su-Bd .zz-text .detile-text{ font-size:14px; padding-bottom: 40px;}
.zhici .pro-su-Bd .zz-text .title-in h3{ font-size:16px;}
.zhici .pro-su-Bd .zz-text .title-in h3 i{ font-size:20px;}
.zhici .pro-su-Bd .zz-text{ height:600px; overflow-y: auto;}
}
/***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;
}
}
/**case***/
.wrap-case
{
    padding: 50px 0;
}
.wrap-case > ul
{
    margin: 0 -3px!important;
}
.wrap-case .row
{
 margin-top:60px;
}
.wrap-case .item
{
    position: relative;

    display: block;
}

.wrap-case .item .pic{     
   width: 100%;
    z-index: 55;
    position: absolute;
    margin: 0 auto;
    background: url(../images/case01.png) no-repeat;
    display: block;
    height: 75%;
    background-size: 100% 100%;
    top: -4.3%;
}

.wrap-case .item .pic2{     
   width: 100%;
    z-index: 55;
    position: absolute;
    margin: 0 auto;
    background: url(../images/case01.png) no-repeat;
    display: block;
    height: 75%;
    background-size: 100% 100%;
    top: 29.9%;
}

.wrap-case .item .img-box
{
  padding-bottom: 130.0639492%;
    width: 86%;
    margin: 0 auto;
}
.wrap-case .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;
}
.wrap-case 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);	 
}
.wrap-case ul li:hover .item:hover .note{ color:#015cad;}

.wrap-case .item .note
{

	width:100%;
	text-align:center;
    padding:12px 2px;
    color: #737373;
}



@media (max-width: 991px)
{
   .wrap-case{ padding-bottom:0;}
    .wrap-case .item .note
    {
        bottom: 30px;

        padding: 0 14px;
    }
}
.wrap-case .item .note b
{
    font-size: 26px;
    line-height: 40px;
	font-weight:normal;
    display: block;
}
@media (max-width: 1470px)
{
    .wrap-case .item .note b
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-case .item .note b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{

.wrap-case .item .pic2{     

    height: 86%;
    background-size: 100% 100%;
    top: 20.9%;
}

    .wrap-case .item .note b
    {
        font-size: 20px;
    }
}

.wrap-case .item .note p
{
    font-size: 15px;
    line-height: 2;
	color:#cacaca;
    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .wrap-case .item .note p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-case .item .note p
    {
        font-size: 14px; display:none;
    }
	.wrap-case .item
	{ 
	margin-bottom:32px;
	}
}
.wrap-casemid{ padding-top:40px;}

.wrap-casemid .pic img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .wrap-casemid .pic img
    {
        width: 160%;
        margin-left: -10%;

        opacity: 1;
    }
}

.wrap-caseguquan{ padding:50px 0 0 0;}
.wrap-caseguquan .pic .img-box {
    padding-bottom: 120.224173%;
	}

.wrap-caseguquan .pic2 .img-box {
    padding-bottom: 36.6803456%;
	}


.wrap-caseguquan .text-box{ width:100%;}
.wrap-caseguquan .text-box .gq-title{ width:100%; float:left; font-size:17px; color:#2d2d2d; border-bottom:2px solid #0054a4; line-height:2; margin:10px 0 6px 0;}
.wrap-caseguquan .text-box .gq-title a{ float:left; padding:5px 35px 5px 5px;}
.wrap-caseguquan .text-box .gq-title a:hover{ text-decoration:none; color:#0054a4;}
.wrap-caseguquan .text-box .gq-title .active{ color:#0054a4;}
.wrap-caseguquan .text-box .gq-text{ float:left; font-size:15px; padding:8px; line-height:2; color:#2d2d2d; display:none;}
.wrap-caseguquan .text-box .active{ display:block;}

@media (max-width: 767px)
{.wrap-caseguquan{ padding:10px 0 0 0;}
.wrap-caseguquan .text-box{ margin-top:20px;}
}

@media (max-width: 1350px)
{.wrap-caseguquan .text-box .gq-text{font-size:15px; line-height:1.6;}

}
@media (max-width: 1199px)
{.wrap-caseguquan .text-box .gq-text{font-size:14px; line-height:1.6; padding-top:12px;}

}
/**case**/
/****fangan**/
.wrap-fangan{ padding:0px 0 0 0; margin-top:86px; margin-bottom:50px; width:100%; float:left;  background: #fafafa;}



.wrap-fangan .pro-suHd{float:right; padding-right:5%; margin-right:15px;}
.wrap-fangan .pro-suHd .title-in{ text-align:right;float:right; padding-top:20px; letter-spacing: 5px;}
.wrap-fangan .pro-suHd .title-in h2{ font-size:62px; }

.wrap-fangan .pro-suHd ul{float:right; margin-top:30px;}
.wrap-fangan .pro-suHd ul li
{   font-size:24px; 
    text-align:center; 
    margin-bottom:20px; 
	color:#34aff5; 
	background:#fff; 
	width:310px; 
	height:96px; 
	line-height:96px; 
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.wrap-fangan .pro-suHd ul li i{ font-size:56px; font-style:normal; float:left; padding-left:46px;}
.wrap-fangan .pro-suHd ul li span{ float:left; padding-left:20px;}
.wrap-fangan .pro-suHd .on{background:#34aff5; color:#fff; }

.wrap-fangan .pro-su-Bd{ float:left; margin-left:-15px; padding-right:35px; background:#fafafa; }
.wrap-fangan .pro-su-Bd .pic .img-box {
    padding-bottom: 58.9787234%;
	}

.wrap-fangan .pro-su-Bd .cy-text
{ 
    position:absolute; 
    top:22%; 
	right:-80px; 
	color:#fff; 
	background:rgba(0,0,0,.5); 
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	padding:40px 50px;
}

.wrap-fangan .pro-su-Bd .cy-text .cy-title{ width:100%; border-bottom:3px solid #fff;}
.wrap-fangan .pro-su-Bd .cy-text .cy-title p{ font-size:26px; font-weight:bold; margin:0;}
.wrap-fangan .pro-su-Bd .cy-text .cy-title span{ font-size:16px; font-weight:bold; text-transform: uppercase;}
.wrap-fangan .pro-su-Bd .cy-text .cy-list{ padding-top:18px; width:460px;}
.wrap-fangan .pro-su-Bd .cy-text .cy-list a{ float:left; font-size:13px; border:1px solid #fff; padding:7px 13px; margin-bottom:12px; margin-right:8px; }
.wrap-fangan .pro-su-Bd .cy-text .cy-list .more{ background:#34aff5; color:#fff; border:none; margin-top:20px;}

@media (max-width: 1470px)
{
    .wrap-fangan .pro-suHd .title-in{ letter-spacing:0;}
    .wrap-fangan .pro-suHd .title-in h2{ font-size:54px; }
	.wrap-fangan .pro-suHd ul li
   {   
   font-size:22px; 
    margin-bottom:12px; 
	width:270px; 
	height:85px; 
	line-height:85px; 
   }
.wrap-fangan .pro-suHd ul li i{ font-size:50px;  padding-left:40px;}
.wrap-fangan .pro-su-Bd{  margin-left:-15px; padding-right:0px;}
.wrap-fangan .pro-su-Bd .cy-text{ top:118px; right: -60px;}
}

@media (max-width: 1199px)
{
  .wrap-fangan .pro-suHd ul{ margin-top:23px;}
    .wrap-fangan .pro-suHd .title-in{ letter-spacing:0;}
    .wrap-fangan .pro-suHd .title-in h2{ font-size:48px; }
	.wrap-fangan .pro-suHd ul li
   {   
    font-size:22px; 
    margin-bottom:10px; 
	width:240px; 
	height:78px; 
	line-height:78px; 
   }
.wrap-fangan .pro-suHd ul li i{ font-size:42px;  padding-left:35px;}
.wrap-fangan .pro-su-Bd{  margin-left:-15px; padding-right:0px;}
.wrap-fangan .pro-su-Bd .cy-text{ top:103px; right: -50px;}

.wrap-fangan .pro-su-Bd .cy-text .cy-title p{ font-size:22px;}
.wrap-fangan .pro-su-Bd .cy-text .cy-title span{ font-size:15px;}

}

@media (max-width: 991px)
{
.wrap-casemid{ width:100%; overflow:hidden;}
.wrap-fangan .pro-suHd {
 padding-right:15px;
}
.wrap-fangan .pro-su-Bd{ margin-left:0;}
.wrap-fangan .pro-suHd .title-in h2{ font-size:40px;}
.wrap-fangan .pro-suHd ul li{ width:50%; float:left;}
.wrap-fangan .pro-suHd ul li{ font-size:18px;}
.wrap-fangan .pro-suHd ul li i{ font-size:30px;  padding-left:25px;}
.wrap-fangan .pro-suHd ul li span{ padding-left:10px;}
.wrap-fangan .pro-su-Bd .cy-text{ top:0; right:0; width:100%; height:100%; padding:22px;}
.wrap-fangan .pro-su-Bd .cy-text .cy-title{ width: auto;}
.wrap-fangan .pro-su-Bd .cy-text .cy-list{ width:100%; padding-top:8px;}
.wrap-fangan .pro-su-Bd .cy-text .cy-list a{ margin-bottom:5px;}
.wrap-fangan .pro-su-Bd .cy-text .cy-list .more{ margin-top:6px;}
.wrap-fangan .pro-su-Bd .pic .img-box
{
   left: -15px;
   width: 104%;}
}

@media (max-width: 767px)
{
.wrap-casemid{ width:100%; overflow:hidden;}
.wrap-fangan .pro-suHd { margin-right: 0;
 padding-right:15px;
}
.wrap-fangan .pro-su-Bd .cy-text .cy-title p{ font-size:20px;}
.wrap-fangan .pro-su-Bd{ margin-left:0;}
.wrap-fangan .pro-suHd .title-in h2{ font-size:34px;}
.wrap-fangan .pro-suHd ul li{ width:50%; float:left;}
.wrap-fangan .pro-suHd ul li{ font-size:16px;}
.wrap-fangan .pro-suHd ul li i{ font-size:24px;  padding-left:8px;}
.wrap-fangan .pro-suHd ul li span{ padding-left:6px;}
.wrap-fangan .pro-su-Bd .cy-text{ top:0; right:0; width:100%; height:100%; padding:22px 16px;}
.wrap-fangan .pro-su-Bd .cy-text .cy-title{ width: auto;}
.wrap-fangan .pro-su-Bd .cy-text .cy-list{ width:100%; padding-top:8px;}
.wrap-fangan .pro-su-Bd .cy-text .cy-list a{ margin-bottom:5px; padding:3px 5px; font-size:12px;}
.wrap-fangan .pro-su-Bd .cy-text .cy-list .more{ margin-top:6px;}
.wrap-fangan .pro-su-Bd .pic .img-box
{
   left: -15px;
   width: 104%;}
}


/****/
.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 
{ padding:0 5%;
  margin-top: 40px;
}

.wrap-environment .hy-swiper .listpic .item
{ 
    width:33.3%; float:left;
    padding:5px 5px;
    display: block;
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-environment .hy-swiper .listpic .item:nth-child(1),
.wrap-environment .hy-swiper .listpic .item:nth-child(2)
{ 
width:50%;
}

@media (max-width: 767px)
{
.hy-class-list .swiperbtn{ top:108%}
.wrap-environment .hy-swiper .listpic .item
{ 
    width:33.3%;    
}
.wrap-environment .hy-swiper .listpic .item:nth-child(1)
{ 
width:100%;
}

.wrap-environment .hy-swiper .listpic .item:nth-child(2),
.wrap-environment .hy-swiper .listpic .item:nth-child(5)
{ display:none;}
.wrap-environment .hy-swiper .listpic .item:nth-child(3),
.wrap-environment .hy-swiper .listpic .item:nth-child(4)
{width:50%;}


}


.wrap-environment .hy-swiper .listpic .item .img-box
{
    padding-bottom: 47.6309227%;
}



.wrap-environment .slick-environment .slick-slide
{
    padding: 0 15px;
}
.wrap-environment .slick-environment .item
{
    display: block;

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

  
}
.wrap-environment .slick-environment .item .img-box
{
    padding-bottom: 47.6309227%;
}



.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 .hy-swiper .listpic .item:hover .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}

.wrap-environment .hy-swiper .listpic .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
{
   
}
.wrap-customers .customers
{
    margin-top: 40px;

   
}


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

@media (max-width: 767px)
{
.wrap-customers .customers .item p{ margin-bottom:15px;}
    .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;
    background: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .2);
}

.wrap-news .news-top .slick-news2 .pd5{ padding:10px;}


.wrap-news .news-top .item .pic
{
    position: relative;
}
.wrap-news .news-top .item .pic .img-box
{
    padding-bottom: 60.97561%;
}
.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
{
    margin-top: 0;
}
.wrap-news .news-top .item{ margin-top:25px;}
}
.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:20px 22px;
}
.wrap-news .news-top .item .note b
{
    font-size: 19px;
    font-weight: normal;
    line-height: 30px; 
	font-weight:bold;
    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
{
    padding:12px 20px;
}
    .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: 60px;
    margin: 10px 0 0 0;

    color: #666;

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

    display: inline-block;

    margin-top:4px;

    color: #133077;
}

.wrap-news .news-top .item .note span.more i {
    font-style: normal; padding-left:6px;
    color: #666;
}
@media (max-width: 991px)
{
.wrap-news .news-top .item .note p
{

    height: 50px; line-height:24px;
    margin: 4px 0 ;}
}
.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-more
{
 font-size:16px; 
 color:#fff; 
 width:220px; 
 text-align:center;  
 margin:0 auto; 
 margin-top:50px; 
 background-image: linear-gradient(to right, #37bdfc, #005bac);
 height:40px; line-height:40px;
 }

.index-news .news-more
{
 font-size:16px; 
 color:#fff; 
 width:220px; 
 text-align:center;  
 margin:0 auto; 
 margin-top:35px; 
 background-image: linear-gradient(to right, #37bdfc, #005bac); height:40px; line-height:40px;
 }


#newstwo{ background:#eeedf4;}


/****/
.index-news {
    padding-right: 5%;
    padding-left: 5%;
	padding-top:50px; overflow:hidden;
}
@media (max-width: 991px) {
    .index-news {
        padding: 45px 5% 35px 5%;
    }
	.wrap-news .news-more{ margin-top:30px; width:200px;  }
	.index-news .news-more{ margin-top:30px; width:200px;     }
}
.index-news .slick-news {
    margin-top: 40px;
}
@media (max-width: 991px) {
    .index-news .slick-news {
        margin-top: 30px;
    }
}
.index-news .slick-news .slick-slide {
    display: inline-block;
    float: left;
    padding: 35px 20px;
    vertical-align: bottom;
}
@media (max-width: 1470px) {
    .index-news .slick-news .slick-slide {
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .index-news .slick-news .slick-slide {
        padding: 12px 0;
    }
}

.bgtwo{ background:#f9f9f9; padding:30px 0;}

.index-news .slick-news .item {
    display: block;
    color: inherit;
	/** width:92%; margin-left:4%; **/
    background-color: #fff;
	box-shadow: 0 0px 10px rgba(0, 0, 0, .2);
}



@media (max-width: 767px) {
   .index-news .slick-news .item {
    margin-left:12%;
   }
}


.index-news .slick-news .item .pic .img-box {
  padding-bottom: 60.97561%;
}
.index-news .slick-news .item .pic .img-box img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.index-news .slick-news .item:hover
{
    
}
.index-news .slick-news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.index-news .slick-news .item .note { padding:22px 25px;
}
.index-news .slick-news .item .note span.date {
    font-size: 16px;
    line-height: 24px;
}
.index-news .slick-news .item .note b {
    font-size: 19px;
    font-weight:bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
    .index-news .slick-news .item .note b {
        font-size: 19px;
    }
}

@media (max-width: 1199px) {
    .index-news .slick-news .item .note b {
        font-size: 18px;
    }
}

@media (max-width: 991px) {

.index-news .slick-news .item .note { padding:10px 14px;
}
    .index-news .slick-news .item .note b {
        font-size: 16px;
    }
}
.index-news .slick-news .item .note p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 120px;
    margin: 14px 0 0 0;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px) {
    .index-news .slick-news .item .note p {
        font-size: 14px;
    }
}
.index-news .slick-news .item .note span.more {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-top: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    opacity: 0;
    color: #0065b9;
    border-bottom: 2px solid #0065b9;
}
@media (max-width: 1199px) {
    .index-news .slick-news .item .note span.more {
        margin-top: 20px;
        opacity: 1;
    }
}
.index-news .slick-news .item .note span.more:after {
    font-family: 'iconfont' !important;
    font-size: 30px;
    float: right;
    margin-left: 14px;
    content: '\e626';
}
@media (min-width: 1200px) {
     /** .index-news .slick-news .slick-current {padding-top:0;}
    .index-news .slick-news .slick-current .item { width:110%; margin-left:-5%; }
	.index-news .slick-news .slick-current .item .pic .img-box img {
       transition: all 1s;
    }
	.index-news .slick-news .slick-current .item .note b {
        color: #0065b9;
    }
    .index-news .slick-news .slick-current .item .note span.more {
        margin-top: 40px;
        opacity: 1;
    }
	**/
    .index-news .slick-news .slick-current .item:hover .pic .img-box img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .index-news .slick-news .near1,
    .index-news .slick-news .near {
        opacity: 1;
    }
}
.index-news .slick-disabled{  opacity: 0.5;}
.index-news .slick-arrow {
    line-height: 50px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -3%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
     color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#25a5ea), to(#015cad));
    background-image: -webkit-linear-gradient(left, #25a5ea, #015cad);
    background-image: linear-gradient(to right, #25a5ea, #015cad);
}
@media (max-width: 991px) {
    .index-news .slick-arrow {
        line-height: 36px;
        left: -20px;
        width: 36px;
        height: 36px;
    }
}
.index-news .slick-arrow:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    display: inline-block;
    content: '\e601';
}
@media (max-width: 991px) {
    .index-news .slick-arrow:after {
        font-size: 16px;
    }
}
.index-news .slick-arrow.slick-next {
    right: -3%;
    left: auto;
}
@media (max-width: 991px) {
    .index-news .slick-arrow.slick-next {
        right: -20px;
    }
}
.index-news .slick-arrow.slick-next:after {
    content: '\e827';
}
.index-news .slick-arrow:hover {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#25a5ea), to(#015cad));
    background-image: -webkit-linear-gradient(left, #25a5ea, #015cad);
    background-image: linear-gradient(to right, #25a5ea, #015cad);
}
.index-news .more {
    margin-top: 30px;
    text-align: center;
}
.index-news .more a {
    font-size: 20px;
    line-height: 30px;
    display: block;
    color: #666;
}
@media (max-width: 991px) {
    .index-news .more a {
        font-size: 16px;
    }
}
.index-news .more a:hover {
    color: #0065b9;
}


.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

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

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 10px;
    background: #e5e5e5;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 8px;
        height: 8px;

        border-radius: 8px;
    }
}
.slick-dots li.slick-active,
.slick-dots li:hover
{
    background-color: #015cad;
}
.slick-dots li button
{
    display: none;
}
.index-news .slick-dots
{
    margin-top: 10px;
}
.index-news .slick-dots li
{
    opacity: .8;
    background-color: #e5e5e5;
}
.index-news .slick-dots .slick-active
{
    opacity: 1;
	background-color: #015cad;
}



/****/
.wrap-news .news
{
    margin-top:10px;
}
@media (max-width: 991px)
{
    .wrap-news .news
    {
        margin-top: 20px;
    }
}
.wrap-news .news .item
{ 
    float:left; 
    display: block;
    background: #fff; width:100%;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .2);
	margin-bottom:40px;
}



@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
    }
}


@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        margin-top:0px;
		margin-bottom:20px;
    }
}
.wrap-news .news .item .pic
{ float:left;
    padding: 23px 28px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-news .news .item .pic .img-box{padding-bottom: 60.97561%;}


@media (max-width: 991px)
{
   .wrap-news .news .item .pic
{ 
    padding: 14px 20px 7px 20px;

}
.inside-nav .news-select select{ max-width:100%;}
.wrap-news{ padding-top:5px;}
}
.wrap-news .news .item .note{ float:left; padding-top:45px; padding-right:40px;}

.wrap-news .news .item .note span.more
{    
    line-height: 24px;
    display: inline-block;
    margin-top: 14px;
    color: #133077;
	}
	
.wrap-news .news .item .note span.more i {
    font-style: normal;
    color: #666; padding-left:6px;
}	

.wrap-news .news .item .note b
{
    font-size:19px;
    font-weight:bold;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1350px)
{
   .wrap-news .news .item .note{ padding-top:28px;}
}

@media (max-width: 1199px)
{
   .wrap-news .news .item .note{  padding-top:16px; padding-right:40px;}
}


@media (max-width: 991px)
{
.wrap-news .news .item .note span.more{ margin-top:2px;}
.wrap-news{ padding-top:45px;}
    .wrap-news .news .item .note b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
 .wrap-news .news .item .note{  padding-top:0px; padding-right:20px; padding-left:20px; padding-bottom:18px;}
    .wrap-news .news .item .note b
    {
        font-size: 18px;
    }
}
.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;
}

@media (max-width: 991px)
{
.wrap-news .news .item .note p {
    line-height: 24px;
    margin:0 0 4px 0;
    color: #666;

}
    .wrap-news-show .title-news:after
    {
        width: 40px;
        height: 2px;
        margin-top: 20px;
    }
}

@media (max-width: 991px)
{
  .wrap-news .news .item .note p{ height:auto;}
}

.wrap-news-show .title-news h1
{
    font-size: 32px;
    line-height: 1.53846154; 
	font-weight:bold; 
	color:#2f2f2f;
    display: block;
    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .news-info
{
    overflow: hidden; padding-bottom:20px;
    border-bottom: 1px dashed #dcdcdc;
}
.wrap-news-show .news-info span.date
{
    font-size: 16px;
    line-height: 60px;
    position: relative;
    display: inline-block;
    color: #a1a1a1;
}

.wrap-news-show .news-info span.date i{ color:#2471b6; font-style:normal;}

@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: '';

}
.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; line-height:2.2;
    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: 44px;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    height: 44px;
    padding: 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    color: #666;

}
@media (max-width: 991px)
{
  .wrap-news-show .news-relate{   
   margin-top: 35px;
    padding-top: 30px;}
    .wrap-news-show .news-relate a
    {
        font-size: 14px;
        line-height: 44px;

        height: 44px;
        padding: 0 ;
    }
}
.wrap-news-show .news-relate a:hover
{
    color: #23527c;
    border-color: #23527c;
}
.wrap-news-show .news-relate .next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate .next
    {
        text-align: left; padding:0 24px; overflow: hidden;
    text-overflow: ellipsis;
    }
	
	 .wrap-news-show .news-relate .prev
    {
        padding:0 24px; overflow: hidden;
    text-overflow: ellipsis;
    }
}

.wrap-job{ padding:0; width:100%; float:left; background:#e6efee;}
.wrap-job .joblist{ padding:60px 90px 0 90px;}
.wrap-job .joblist .title
{ 
   text-align:left; 
   border-bottom:1px solid #2c2b2b;  
   float:left; 
   width:100%;
}
.wrap-job .joblist .title h2
{ 
   font-size:45px; 
   color:#2c2b2b; 
   text-align:left; 
   width:185px; 
   padding-bottom:20px; 
   float:left; 
   border-bottom:4px solid #2c2b2b; 
   line-height:65px; 
   margin:0;
   }


.wrap-job .joblist ul li{ float:left; width:100%; border-bottom:1px dotted #2c2b2b; padding:12px 0;}
.wrap-job .joblist ul li i{ float:left; line-height:2; font-style:normal; padding-right:14px;}
.wrap-job .joblist ul li p{ font-size:21px; color:#2c2b2b; margin-bottom:4px;}
.wrap-job .joblist ul li span{ font-size:16px; padding:0 8px 0 24px;}
.wrap-job .joblist .time{ float:right; font-size:16px;}
.wrap-job .joblist ul li a:hover p{ color:#133077;}

.wrap-job .jobpic{ padding:0;}
.wrap-job .job-pic .img-box{ padding-bottom:69.6929763%;}

@media (min-width: 1680px)
{
.wrap-job .joblist ul li{ padding:23px 0;}
}


@media (max-width: 1350px)
{
.wrap-job .joblist .title h2{ font-size:40px; padding-bottom:12px;}
.wrap-job .joblist{ background:#e6efee; padding:30px 38px;}
.wrap-job .joblist ul li{ padding:10px 0;}
}

@media (max-width: 1270px)
{
.wrap-job .joblist .title h2{ font-size:37px; padding-bottom:13px;}
.wrap-job .joblist{ background:#e6efee; padding:26px 38px;}
.wrap-job .joblist ul li{ padding:9px 0;}
}


@media (max-width: 1199px)
{
.wrap-job .joblist .title h2{ font-size:33px; padding-bottom:5px;}
.wrap-job .joblist{ background:#e6efee; padding:22px 30px;}
.wrap-job .joblist ul li{ padding:5px 0;}
.wrap-job .joblist ul li p{ font-size:19px;}
}

@media (max-width: 991px)
{
 .wrap-job .joblist .title h2{ font-size:32px; width:138px; padding-bottom:5px;}
.wrap-job .joblist{ background:#e6efee; padding:22px 20px;}
.wrap-job .joblist ul li{ padding:10px 0;}
.wrap-job .joblist ul li p{ font-size:18px;}
}



/**huanjing**/
.wrap-huanjing{ padding:0 3%;}

/*****/
.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;
}
/****/
.inside-position{ width:100%; background:#f8f8f8; margin-top:86px; }
.inside-position .position { font-size:16px; color:#686868; padding:15px 0;}
@media (max-width: 1199px) {

    .inside-position{ margin-top:66px; }
}


/****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:1.8; color:#000;}
.wrap-contact .cont-left img{ width:80%; padding-bottom:30px;}
.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:50px;}

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

@media (max-width: 1199px)
{
.wrap-contact .cont-right{ font-size:22px;}
.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:50%;}
.wrap-contact .cont-right{ font-size:22px;}
.wrap-contact .cont-left{ font-size:22px;}
.wrap-contact .cont-center{ font-size:16px; text-align:center;}
.wrap-contact .cont-center h4{ font-size:22px;}
.wrap-contact .cont-right{ font-size:20px;}
.wrap-contact .cont-right img{ width:40%; padding-bottom:20px; padding-top:20px;}
}

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

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

@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:center;}
.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: 20px;
    }
}

.page a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block; margin:0 3px;
    padding: 0 10px; border:1px solid #999;
    color: #999;
}



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

        padding: 0 10px;
    }
}
.page a:hover,
.page a.active
{
    color: #e31118; border:1px solid #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{

	padding: 78px 0 100px 0;
}
.app ul{ margin-top: 80px;}

@media (max-width: 1199px)
{
   .app ul{ margin-top: 40px;}
}

@media (max-width: 991px)
{
   .app ul{ margin-top: 20px;}
}

.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: 68px 0 104px 0;
	}
	.app ul li {
		padding: 12px 60px 12px 66px;
	}
	
	.app ul li .app-bot .app-p{
	float: left; 
    padding: 32px 22px 10px 32px;
	width: 60.3%;
}
	
	.wrap-history .history .item{ height:340px;}
	.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: 60px 0 64px 0;
	}

	.app ul li {
		padding: 10px 10px 10px 48px;
		border-radius: 24px;
	}
	.app ul li .app-bot .app-p{ padding: 20px 4px 10px 22px;}
	.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: 28px;
		line-height: 1.2;
	}
	
	
	.app ul li .app-bot .app-p .app-pp {
		font-size: 14px;
		line-height: 1.5;
	}
	.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: 2px;
		padding: 20px 4px 30px 22px;
	}
	.app ul li {
	  padding: 10px 3% 10px 3%;
	}
	.app ul li .app-bot .app-pic {
    
    border-left: 0;
    overflow: hidden;
}
.app ul li .app-bot .app-p .app-pt span{ line-height:1.2;}

}
@media (max-width: 767px){
.wrap-history .history .item{ height:266px;}
	.app {
	  padding: 66px 0 0px 0;
	}
	.app ul li{
		
	}
	.app ul li .app-bot .app-p .app-pt{ font-size:22px;}
	.app ul li .app-t span {
		font-size: 20px;
		padding-bottom: 12px;
	}
	.app ul li {
	  padding: 10px 1% 10px 1%;
	}
	.app ul li .app-bot {
	  margin-top: 20px;
	}
	.app ul li .app-bot .app-p {
	  margin-top: 5px;
	}
	.app ul li .app-bot .app-p
	{
	padding: 10px 2px 20px 12px; min-height:110px;
	}
	.app ul li .app-bot .app-p .app-pt span{ display:none;}
	.app ul li .app-bot .app-p .app-pp p{ font-size:13px;}
	
.img-box img
 {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
 }
}

/**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;}
	
	
}


