/**
 * style.less
 * 层叠样式表
 */
/*
	//放大
	-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;
	
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	 
	
	//居中
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	//旋转
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	
	//一行显示点
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	//几行显示点
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	
	//圆点
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	
	//去除select默认样式
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
*/
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/AvantGarde-Demi.eot');
    src: url('../fonts/AvantGarde-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGarde-Demi.woff2') format('woff2'), url('../fonts/AvantGarde-Demi.woff') format('woff'), url('../fonts/AvantGarde-Demi.ttf') format('truetype'), url('../fonts/AvantGarde-Demi.svg#AvantGarde-Demi') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Book.eot');
    src: 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-face
{
    font-family: 'Agency FB';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/AgencyFB-Reg.eot');
    src: url('../fonts/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/AgencyFB-Reg.woff2') format('woff2'), url('../fonts/AgencyFB-Reg.woff') format('woff'), url('../fonts/AgencyFB-Reg.ttf') format('truetype'), url('../fonts/AgencyFB-Reg.svg#AgencyFB-Reg') format('svg');
}
@font-face
{
    font-family: 'COCOMAT';
    font-weight: 300;
    font-style: normal;

    src: url('../fonts/hinted-COCOMAT-Light.eot');
    src: local('../fonts/COCOMAT Light'), local('COCOMAT-Light'), url('../fonts/hinted-COCOMAT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-COCOMAT-Light.woff2') format('woff2'), url('../fonts/hinted-COCOMAT-Light.woff') format('woff'), url('../fonts/hinted-COCOMAT-Light.ttf') format('truetype'), url('../fonts/hinted-COCOMAT-Light.svg#COCOMAT-Light') format('svg');
}
@font-face
{
    font-family: 'Century Gothic';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/hinted-CenturyGothic-Bold.eot');
    src: local('../fonts/Century Gothic Bold'), local('CenturyGothic-Bold'), url('../fonts/hinted-CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-CenturyGothic-Bold.woff2') format('woff2'), url('../fonts/hinted-CenturyGothic-Bold.woff') format('woff'), url('../fonts/hinted-CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/hinted-CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
}
body
{
    font-family: 'Microsoft YaHei', 'PingFang SC', Arial;
    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: 1360px)
{
    /***.container
    {
        width: 1330px;
    }***/
}
@media (min-width: 1500px)
{
    /***.container
    {
        width: 1470px;
    } ***/
}
@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;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
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;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
img
{
    border: 0;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.slick-shipin .video-play-box
{
    position: relative;

    display: block;
    overflow: hidden;
}
.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;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.index-header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 68px;

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

    background-color: #fff;
}
.index-header .logo
{
    position: relative;

    float: left;

    height: 25px;
    margin-top: 22px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1400px)
{
    .index-header .logo
    {
        height: 20px;
        margin-top: 24px;
    }
}
@media (max-width: 375px)
{
    .index-header .logo
    {
        height: 14px;
        margin-top: 27px;
    }
}
.index-header .logo a
{
    display: block;

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

    height: 100%;
}
.index-header .language
{
    float: right;

    margin-top: 16px;
    margin-left: 10px;
}
@media (max-width: 767px)
{
    .index-header .language
    {
        margin-top: 21px;
        margin-left: 0;
    }
}
.index-header .language ul li
{
    display: inline-block;

    margin-left: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 767px)
{
    .index-header .language ul li
    {
        margin-left: 4px;
    }
}
.index-header .language ul li:last-child:after
{
    display: none;
}
.index-header .language ul li a
{
    font-size: 14px;
    line-height: 36px;

    display: inline-block;

    width: 36px;
    height: 36px;

    text-align: center;

    color: #d3d3d3;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .index-header .language ul li a
    {
        font-size: 12px;
        line-height: 26px;

        width: 26px;
        height: 26px;
    }
}
.index-header .language ul li a:hover
{
    color: #274ea7;
}
.index-header .language ul li.active a
{
    color: #fff;
    border-color: #274ea7;
    background-color: #274ea7;
}
.index-header .login-header
{
    display: inline-block;
    float: right;

    margin-top: 16px;
    margin-left: 10px;
}
@media (max-width: 1199px)
{
    .index-header .login-header
    {
        margin-top: 20px;
        margin-right: 24px;
        margin-left: 0;
    }
}
.index-header .login-header a
{
    font-size: 20px;
    line-height: 34px;

    display: inline-block;

    width: 36px;
    height: 36px;

    text-align: center;

    color: #d3d3d3;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .index-header .login-header a
    {
        font-size: 14px;
        line-height: 24px;

        width: 26px;
        height: 26px;
    }
}
.index-header .login-header a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e609';
}
.index-header .login-header-after a
{
    color: #fff;
    border-color: #274ea7;
    background-color: #274ea7;
}
.index-header .registered-header
{
    display: inline-block;
    float: right;

    margin-top: 16px;
    margin-left: 10px;
}
@media (max-width: 1199px)
{
    .index-header .registered-header
    {
        margin-top: 20px;
        margin-right: 20px;
        margin-left: 0;
    }
}
.index-header .registered-header a
{
    font-size: 20px;
    line-height: 34px;

    display: inline-block;

    width: 36px;
    height: 36px;

    text-align: center;

    color: #fff;
    border-color: #274ea7;
    border-radius: 50%;
    background-color: #274ea7;
}
@media (max-width: 1199px)
{
    .index-header .registered-header a
    {
        font-size: 14px;
        line-height: 24px;

        width: 26px;
        height: 26px;
    }
}
.index-header .registered-header a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e935';
}
.index-header .pc-search
{
    float: right;

    width: 160px;
    margin-top: 20px;
    margin-left: 25px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1500px)
{
    .index-header .pc-search
    {
        width: 180px;
        margin-left: 10px;
    }
}
@media (max-width: 1350px)
{
    .index-header .pc-search
    {
        width: 150px;
    }
}
@media (max-width: 1199px)
{
    .index-header .pc-search
    {
        display: none;
    }
}
.index-header .pc-search form
{
    position: relative;
}
.index-header .pc-search input
{
    font-size: 12px;
    line-height: 30px;

    width: 100%;
    height: 30px;
    padding: 0 40px 0 14px;

    border: 1px solid #e5e5e5;
    border-radius: 30px;
}
.index-header .pc-search input::-webkit-input-placeholder,
.index-header .pc-search textarea::-webkit-input-placeholder
{
    color: #d3d3d3;
}
.index-header .pc-search input:-o-placeholder,
.index-header .pc-search textarea:-o-placeholder
{
    color: #d3d3d3;
}
.index-header .pc-search input::-moz-placeholder,
.index-header .pc-search textarea::-moz-placeholder
{
    color: #d3d3d3;
}
.index-header .pc-search input:-ms-input-placeholder,
.index-header .pc-search textarea:-ms-input-placeholder
{
    color: #d3d3d3;
}
.index-header .pc-search input:focus::-webkit-input-placeholder,
.index-header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.index-header .pc-search input:focus::-o-placeholder,
.index-header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.index-header .pc-search input:focus::-moz-placeholder,
.index-header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.index-header .pc-search input:focus::-ms-input-placeholder,
.index-header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.index-header .pc-search .submit
{
    font-size: 20px;
    line-height: 34px;

    position: absolute;
    top: 0;
    right: 10px;

    padding: 0;

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

    color: #000;
    outline: none;
    background: none;
}
.index-header .pc-search .submit:after
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.index-header .pc-search .submit:hover
{
    color: #274ea7;
}
.index-header .nav-collapse
{
    position: relative;
    z-index: 10;

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 10px;

        border: none;
    }
    .index-header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .index-header .nav-collapse
    {
        position: absolute;
        top: 15px;
        right: 0;

        margin-top: 0;

        border: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .index-header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.index-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: #666;
}
.index-header .nav-collapse .btn-line:nth-child(3),
.index-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;
}
.index-header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.index-header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.index-header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.index-header .nav-collapse.active
{
    border-color: transparent;
}
.index-header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.index-header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.index-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);
}
.index-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)
{
    .index-header .nav
    {
        float: right;
    }
}
@media (max-width: 1199px)
{
    .index-header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

        background: #fafafa;
        background-color: rgba(0, 0, 0, .9);
    }
    .index-header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .index-header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.index-header .nav.left-100
{
    left: -100%;
}
.index-header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .index-header .nav .nav-list1 > li
    {
        position: relative;

        float: left; 
    }
    .index-header .nav .nav-list1 > li > a
    {
        font-size: 15px;
        line-height: 68px;

        position: relative;
        z-index: 2;

        display: inline-block;

        padding: 0 14px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .index-header .nav .nav-list1 > li:hover a,
    .index-header .nav .nav-list1 > li.active a
    {
        color: #b28247; font-weight:bold;
    }
    .index-header .nav .nav-list1 > li:hover a:before,
    .index-header .nav .nav-list1 > li.active a:before
    {
        width: 100%;
    }
    .index-header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 0;
        display: none; 
        min-width: 100%;
        text-align: left;
        background-color: rgb(233, 232, 232);
    }
    .index-header .nav .nav-list1 .nav-list2 li
    {
        position: static; border-bottom:1px solid #dad9da; width:100%;
        display: inline-block;  white-space: nowrap;
        list-style: none;
    }
    .index-header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 13px;
        line-height: 34px; font-weight:normal;
        position: static;
        z-index: 1;

        display: block;

        padding: 0 20px;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;

        color: #000;
    }
    .index-header .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: #b28247; background:rgb(255,255,255);
    }
    .index-header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }

	/****/
	.index-header .nav .nav-list1 .nav-list3

	{

	    position: absolute;

	    z-index: 50;
	    left: 100%;
		top: 0;
	    display: none;

	    overflow: hidden;
	    min-width: 100%;
	    text-align: left;
	    color: #333;
	    background:rgba(230,231,231,.8);
	    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

	}

	.index-header .nav .nav-list1 .nav-list3 li

	{

	    display: block;

	

	    list-style: none;

	}

	.index-header .nav .nav-list1 .nav-list3 li a

	{

	    font-size: 13px;

	    line-height: 34px;

	

	    padding: 0 20px;

	}

	.index-header .nav .nav-list1 .nav-list3 li a:hover

	{

	    text-decoration: underline;

	

	    color: #b28247;

	}
/****/	
	
}
@media (min-width: 1200px) and (max-width: 1400px)
{
    .index-header .nav .nav-list1 > li > a
    {
        font-size: 15px;

        padding: 0 18px;
    }
}
@media (max-width: 1199px)
{
    .index-header .nav .nav-list1
    {
        margin: 20px 0;

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

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

        color: #fff;
    }
}
.index-header .nav-2,
.index-header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .index-header .nav-2,
    .index-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: rgba(0, 0, 0, .9);
    }
}
.index-header .nav-2 .nav-top,
.index-header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.index-header .nav-2 .nav-top .back-btn:before,
.index-header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.index-header .nav-2 .nav-top h2,
.index-header .nav-3 .nav-top h2
{
    font-size: 30px;

    margin: 0;

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

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

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

    margin: 25px 0;

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

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

        opacity: 1;
    }
    .index-header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

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

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .index-header .fade-out ul.nav-list1 > li > a
    {
        font-size: 22px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .index-header .fade-out ul.nav-list1 .nav-list2
    {
        display: none;
    }
    .index-header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .index-header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .index-header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .index-header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.index-header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.index-header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(0, 0, 0, .9);
}
.index-header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.index-header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.index-header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .index-header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.index-header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.index-header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #fff;
}
@media (min-width: 768px)
{
    .index-header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.index-header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .index-header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .index-header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.index-header .search-box.search-xs.show
{
    z-index: 66;
}
.index-header .search-box.search-xs.show .search
{
    left: 0;
}
.index-header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .index-header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .index-header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.index-header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.index-header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.index-header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.index-header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #274ea7;
}
.index-header .search-lg
{
    top: 0;
}
.index-header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.index-header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

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

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.index-header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.index-header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
}
.index-header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .index-header .search-lg .close-btn
    {
        right: 8%;
    }
}
.index-header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.index-header .find
{
    line-height: 70px;

    display: inline-block;
    display: none;
    float: right;

    margin-right: 30px;
    margin-left: 10px;

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

    color: #666;
}
@media (max-width: 1199px)
{
    .index-header .find
    {
        display: block;

        margin-right: 10px;
    }
}
@media (max-width: 375px)
{
    .index-header .find
    {
        margin-right: 10px;
    }
}
.index-header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    content: '\e660';
}
.index-header .find:hover
{
    color: #274ea7;
}
.online
{
    position: fixed;
    z-index: 9;
    right: 15px;

    width: 45px;

    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
@media (max-width: 1440px)
{
    .online
    {
        right: 5px;
    }
}
@media (min-width: 992px)
{
    .online
    {
        top: 40%;
    }
}
@media (max-width: 991px)
{
    .online
    {
        bottom: -380px;
    }
}
.online.active
{
    right: 5px;
    bottom: 80px;
}
.online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: 2px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 1560px)
{
    .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.online a:after
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e621';

    color: #fff;
}
.online a:hover
{
    background-color: #15ad0d;
}
.online a.online-email:after
{
    content: '\e61f';
}
.online a.online-email:hover
{
    background-color: #765099;
}
.online a.online-qq:after
{
    content: '\e62d';
}
.online a.online-qq:hover
{
    background-color: #3b589b;
}
.online a.online-tel:after
{
    content: '\e61c';
}
.online a.online-tel:hover
{
    background-color: #00affb;
}
.online a.online-weixin:after
{
    content: '\e604';
}
.online a.online-weixin:hover
{
    background-color: #33d055;
}
.online a.online-wechat:after
{
    font-size: 22px;

    content: '\e604';
}
.online a.online-wechat:hover
{
    background-color: #33d055;
}
.online a.online-top:after
{
    content: '\e605';
}
.online a.online-top:hover
{
    background-color: #000;
}
.online a.online-tel p,
.online a.online-whatsapp p
{
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 54px;

    display: none;

    width: 160px;
    height: 50px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima,
.online a.online-weixin .erweima
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 54px;

    display: block;
    display: none;

    width: 130px;
    height: 160px;
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online a.online-wechat .erweima img,
.online a.online-weixin .erweima img
{
    width: 100%;
}
.online a.online-wechat .erweima p,
.online a.online-weixin .erweima p
{
    font-size: 13px;
    line-height: 30px;

    height: auto;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #888;
}
.icon-online
{
    font-size: 30px;
    line-height: 46px;

    position: fixed;
    z-index: 9;
    right: 5px;
    bottom: 20px;

    display: none;

    width: 46px;
    height: 46px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #274ea7;
}
@media (max-width: 991px)
{
    .icon-online
    {
        display: block;
    }
}
.icon-online.icon
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    margin-top: 68px;
	
}

.subbanner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    margin-top: 68px;
}

.subbanner .img-box {
    padding-bottom: 0%;
}
.subbanner img{ width:100%; display:block; height:auto;}

@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 30px;

    padding: 0;

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

    opacity: 1;
    background: none;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 10%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    content: '\e601';
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #707071;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
.banner .slick-arrow.slick-next
{
    right: 30px;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    content: '\e827';
}
.banner .slick-arrow:hover:before
{
    color: #fff;
    background-color: #274ea7;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%; left:19%;
    text-align: left;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 12px;

        display: none;
    }
}
.banner .slick-dots li
{
    position: relative;

    display: inline-block;

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

    cursor: pointer;

    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    background: none;
}
.banner .slick-dots li button
{
    display: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 40.6772833%;
}
.banner .text
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;

    width: 100%;
    max-width: 635px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media (max-width: 1500px)
{
    .banner .text
    {
        max-width: 500px;
    }
}
@media (max-width: 991px)
{
    .banner .text
    {
        max-width: 400px;
    }
}
@media (max-width: 767px)
{
    .banner .text
    {
        max-width: 280px;
    }
}
.banner .text .img-box
{
    padding-bottom: 100%;
}
.banner .text:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-animation: rotatefresh 5s infinite linear;
            animation: rotatefresh 5s infinite linear;

    background: url(../images/banner-textbg.png) no-repeat;
    background-size: cover;
}
.banner .text .note
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.banner .text .note img
{
    position: relative;

    display: block;

    width: 300px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media (max-width: 991px)
{
    .banner .text .note img
    {
        width: 200px;
    }
}
@media (max-width: 767px)
{
    .banner .text .note img
    {
        width: 130px;
        margin-bottom: 10px;
    }
}
.banner .text .note p
{
    font-size: 20px;
    line-height: 1.8;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .text .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .banner .text .note p
    {
        font-size: 12px;

        max-width: 160px;
        margin: 0 auto;
    }
}
.banner-in
{
    margin: 0;
    padding: 0;
}
@media (max-width: 1199px)
{
    .banner-in
    {
        margin: 0;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner-in .img-box
{
    padding-bottom: 44.42708333%;
}
.banner-contact .img-box
{
    padding-bottom: 18.22916667%;
}
@-webkit-keyframes rotatefresh
{
    from
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transition: all 1s;
                transition: all 1s;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotatefresh
{
    from
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to
    {
        -webkit-transition: all 1s;
                transition: all 1s;
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.title h2
{
    font-size: 26px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 22px;
    }
}
.title h2:after
{
    display: block;

    width: 104px;
    height: 4px;
    margin-top: 14px;

    content: '';

    background-color: #1e2127;
}
.title h2:before
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 50%;
    height: 4px;

    content: '';

    background-color: #274ea7;
}
.title h2 span
{
    color: #274ea7;
}
.title a.more
{
    line-height: 2;

    display: inline-block;
    float: right;

    color: #666;
}
.title a.more:hover
{
    color: #274ea7;
}
.content
{
    position: relative;
    z-index: 9;
}
.box-news
{
    overflow: hidden;
}
.box-news .slick-slide
{
    padding: 60px 8px 30px;
}
.box-news .item
{
    display: block;

    -webkit-transition: all .6s;
            transition: all .6s;
}
.box-news .item .img-box
{
    padding-bottom: 51.35135135%;
}
.box-news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .item .note
{
    padding: 14px 0;
}
.box-news .item .note:after
{
    display: block;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;

    background-color: #274ea7;
}
.box-news .item .note p
{
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 44px;
    margin: 0;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .item .note p span
{
    color: #274ea7;
}
@media (min-width: 992px)
{
    .box-news .item:hover
    {
        -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
                transform: translateY(-20px);
    }
    .box-news .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-news .item:hover .note:after
    {
        width: 100%;
    }
    .box-news .item:hover .note p
    {
        color: #274ea7;
    }
}
.footer
{
    overflow: hidden;

    background-color: #ebebeb;
}
.footer .left
{
    float: right;

    width: 46%; 
    padding: 40px 0;
}
@media (max-width: 1500px)
{
    .footer .left
    {
        width: 48%;
    }
}
@media (max-width: 1199px)
{
    .footer .left
    {
        width: 100%;
    }
}
.footer .left ul
{
    font-size: 0;
}
.footer .left ul li
{
    display: inline-block;

    width: 24.8%;
    min-height: 140px;

    text-align: center;
    vertical-align: top;
    border-left: 2px solid #b3b2b3;
   
}

 .footer .left ul li:last-child
    {
        border-right: 2px solid #b3b2b3;
    }
@media (max-width: 1500px)
{
    .footer .left ul li
    {
        width: 19%;
    }
    .footer .left ul li:last-child
    {
        width: 24%;
    }
}
@media (max-width: 767px)
{
    .footer .left ul li
    {
        width: 33.33333333%;
        min-height: 180px;
        margin: 10px 0;
        padding: 0 15px;
    }
    .footer .left ul li:last-child
    {
        width: 66.66666667%;

        border-right: none;
    }
    .footer .left ul li:nth-child(3)
    {
        border-right: none;
    }
}
.footer .left .item
{
    display: inline-block;

    text-align: left;
}
@media (max-width: 767px)
{
    .footer .left .item
    {
        display: block;
    }
}
.footer .left .item b
{
    font-size: 15px;
    line-height: 30px; font-weight:normal;

    display: block;

    margin-bottom: 14px;
}
.footer .left .item b a
{
    display: block; text-align:center;
}
.footer .left .item .item-nav a
{
    font-size: 12px;
    line-height: 30px; text-align:center;
    display: block;

    color: #727171;
}
.footer .left .item .item-nav a:hover
{
    color: #274ea7;
}
.footer .right
{
    float: left;  
	

    width: 48%;
    margin-top: 40px;
    padding-right: 100px;
}
@media (max-width: 1500px)
{
    .footer .right
    {
        width: 50%;
        padding-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .footer .right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
@media (max-width: 767px)
{
    .footer .right
    {
        margin-top: 0;
    }
}
.footer .right .title-map b
{
    font-size: 16px; font-weight:bold;
    line-height: 30px; color:#3e3a39; padding-bottom:8px;

    display: block;
}
.footer .right .title-map p{ font-size:12px; color:#595757; line-height:2; border-top:1px solid #9b9796; border-bottom:1px solid #9b9796; padding:4px 0;}


.product-show-partonet .mapbox
{
    position: relative; 
    border-top:1px solid #7b7878; 
    padding-top:50px;
    margin-top: 20px; 
    height:800px;
    padding-left: 782px;
}

.product-show-partonet .mapbox  .submit {
    font-size: 20px;
    line-height: 34px;
    position: absolute;
    top: 53px;
    right: 15px;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #000;
    outline: none;
    background: none;}
.product-show-partonet .mapbox input {
    font-size: 15px;
    line-height: 46px;
    width: 100%;
    height: 46px;
    padding: 0 40px 0 14px;
    border: 1px solid #a8a6a6;
	background:url(../images/sear.png) 96% center no-repeat; background-size:22px;
}
.product-show-partonet .mapbox select {
    font-size: 15px;
    line-height: 46px;
    width: 100%;
    height: 46px;
    padding: 0 40px 0 14px;
    border: 1px solid #a8a6a6;
    /*清除select聚焦时候的边框颜色*/
    outline: none;
    /*取消默认箭头开始*/
    appearance:none;
    -ms-appearance: none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*取消默认箭头结束*/
    background: url(../images/jiantou_bottom.png) no-repeat right 0.5rem center;
    background-size: 2.5rem 2.8rem;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.product-show-partonet .mapbox select::-ms-expand { display: none; }
/*下拉后箭头
.product-show-partonet .mapbox select:after {
    background: url(../images/jiantou.png) no-repeat right 0.5rem center;
    background-size: 3rem 3.3rem;
}*/
/*定义默认提示样式*/
.product-show-partonet .mapbox select:invalid { 
    color: #999; 
    font-size: 12px;
}
.product-show-partonet .mapbox select option { 
    color: black;
    font-size: 15px;
    background:#FFF;
}
.product-show-partonet .mapbox ul.region-sort
{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    position: absolute;
    top: 53px;
    left: 0;
    width: 780px;
}
.product-show-partonet .mapbox .region-sort li {
    width: 50%;
    height: 200px;
    align-self: center;
}
.product-show-partonet .mapbox .region-sort li.hide {
    display: none;
}
.product-show-partonet .mapbox .region-sort li.active .region-name{
    color: #333333;
}
.product-show-partonet .mapbox .region-sort li.active p,
.product-show-partonet .mapbox .region-sort li.active span{
    color: #b28247;
}
.product-show-partonet .mapbox .region-sort li .region-name {
    color: #b28247;
    font-size: 20px;
    font-weight: bolder;
}
.product-show-partonet .mapbox .region-sort li .region-manager {
    font-size: 16px;
    font-weight: bolder;
}
.product-show-partonet .mapbox .region-sort li .region-job {
    font-size: 12px;
}
.product-show-partonet .mapbox .region-sort li .region-hr {
    width: 250px;
    height: 0px;
    border-top: #b28247 1px solid;
    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .product-show-partonet .mapbox ul.region-sort
    {
        position: relative;
    }
}
@media (max-width: 767px)
{
   .product-show-partonet .mapbox
    {
        padding-left: 0;
    }
}
.product-show-partonet .mapbox .link
{
    position: absolute;
    z-index: 2;
    top: 210px;
    left: 0;
}
.product-show-partonet .mapbox .link a
{
    font-size: 16px;
    line-height: 35px;

    display: inline-block;

    padding: 0 10px;

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

    color: #fff;
    background-color: #274ea7;
}
.product-show-partonet .mapbox .link a:hover
{
    background-color: #0a3598;
}
/* .product-show-partonet .mapbox ul.map-sort
{
    border: 1px solid rebeccapurple;
    position: absolute;
    top: 0;
    top: -40px;
    left: 0;

    width: 780px;
    height: 848px;
}
@media (max-width: 767px)
{
    .product-show-partonet .mapbox ul.map-sort
    {
        position: relative;
    }
}
.product-show-partonet .mapbox ul.map-sort .tt
{
    position: absolute;
    z-index: 2;

    cursor: pointer;
}
.product-show-partonet .mapbox ul.map-sort .tt p
{
    font-size: 12px;
    line-height: 20px; padding-top:30px;
    margin: 0;

    text-align: center;
}
.product-show-partonet .mapbox ul.map-sort .tt p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: block;

    content: '';

    color: #ea5317;
}
.product-show-partonet .mapbox ul.map-sort .pic
{
    position: absolute;
    top: 0;
    left: 0;

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

    opacity: 0;
}
.product-show-partonet .mapbox ul.map-sort .db .tt
{
    top: 140px;
    left: 326px;
    width: 400px;
    height: 230px;
    transform: rotate(356deg);
}
.product-show-partonet .mapbox ul.map-sort .xb .tt
{
    top: 300px;
    left: -30px;
    width: 480px;
    height: 300px;
    transform: rotate(30deg);
}
.product-show-partonet .mapbox ul.map-sort .hb .tt
{
    top: 330px;
    left: 470px;
    width: 120px;
    height: 120px;
    transform: rotate(34deg);
}
.product-show-partonet .mapbox ul.map-sort .xn .tt
{
    top: 146px;
    left: 90px;
}
.product-show-partonet .mapbox ul.map-sort .hz .tt
{
    top: 430px;
    left: 455px;
    width: 70px;
    height: 170px;
    transform: rotate(10deg);
}
.product-show-partonet .mapbox ul.map-sort .hn .tt
{
    top: 580px;
    left: 405px;
    width: 215px;
    height: 150px;
    transform: rotate(323deg);
}
.product-show-partonet .mapbox ul.map-sort .hd .tt
{
    top: 450px;
    left: 530px;
    width: 130px;
    height: 100px;
    transform: rotate(65deg);
}
.product-show-partonet .mapbox ul.map-sort .active .tt
{
    opacity: 0;
}
.product-show-partonet .mapbox ul.map-sort .active .pic
{
    opacity: 1;
} */

.product-show-partonet .mapbox .list
{
    margin-bottom: 20px; height:650px; overflow:auto;
	border:1px solid #a8a6a6; border-top:none; padding:5px 20px;
}

.product-show-partonet .mapbox .list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 4px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.product-show-partonet .mapbox .list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
.product-show-partonet .mapbox .list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background   : #c4c4c4;
  }



.product-show-partonet .mapbox .list b
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    color: #274ea7;
}

.product-show-partonet .mapbox .list h5
{
    font-size: 16px;
    line-height: 30px; padding-bottom:10px; margin-bottom:0; font-weight:bold;

    display: block;

    color: #274ea7;
	 border-bottom:1px solid #274ea7;
}

.product-show-partonet .mapbox .list b:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-weight: normal;

    float: left;

    margin-right: 10px;

    content: '\e62c';
}
.product-show-partonet .mapbox .list .note
{
    overflow-y: auto;

    height: 310px;
}
.product-show-partonet .mapbox .list .note::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 10px;
}
.product-show-partonet .mapbox .list .note::-webkit-scrollbar-track
{
    background-color: #edebeb;
}
.product-show-partonet .mapbox .list .note::-webkit-scrollbar-thumb
{
    background-color: #dcd9d9;
}
.product-show-partonet .mapbox .list .note .item
{
    margin-bottom: 10px;
}
.product-show-partonet .mapbox .list .note p
{
    line-height: 30px;

    margin: 0;

    color: #a09f9f;
}
.product-show-partonet .mapbox .list .note span
{
    position: relative;

    display: inline-block;

    margin-right: 10px;
    padding-left: 20px;
}
.product-show-partonet .mapbox .list .note span:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    position: absolute;
    left: 0;

    content: '\e625';
}
.product-show-partonet .mapbox .list .note span.email:before
{
    font-size: 16px;

    content: '\e61a';
}
.copyright
{
    overflow: hidden;

    padding: 5px 0;

    background-color: #595757;
}
@media (max-width: 767px)
{
    .copyright
    {
        padding: 5px 0;
    }
}
.copyright .left
{
    display: inline-block;
}
.copyright .left p
{
    line-height: 1.71428571; font-size:12px;
    margin: 0;

    color: #fff;
}
.copyright .left a
{
  

    display: inline-block;

    margin-top: 8px;

    color: #fff;
}
@media (max-width: 767px)
{
    .copyright .left a
    {
        margin-top: 8px;
    }
}
.copyright .left a:hover
{
    color: #b28247;
}
.copyright .left a:last-child:after
{
    display: none;
}
.copyright .right
{
    display: inline-block;
    float: right;

    text-align: right;
}
@media (max-width: 767px)
{
    .copyright .right
    {
        display: block;
        float: none;

        margin-top: 10px;

        text-align: left;
    }
}
.copyright .right .share a
{
    line-height: 24px;

    display: inline-block;
    float: none;

    width: 24px;
    height: 24px;
    margin: 0;
    margin-left: 8px;
    padding: 0;

    text-align: center;

    background: none;
}
@media (max-width: 767px)
{
    .copyright .right .share a
    {
        margin-right: 8px;
        margin-left: 0;
    }
}
.copyright .right .share a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e667';
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #375baa;
}
.copyright .right .share a.bds_sqq:before
{
    content: '\e63b';
}
.copyright .right .share a.bds_weixin:before
{
    font-size: 21px;

    content: '\e626';
}
.copyright .right .share a.bds_tsina:before
{
    content: '\e62b';
}
.copyright .right .share a:hover:before
{
    color: #ea5317;
}
.copyright .right .support
{
    margin-top: 8px; color: #fff;
}
.copyright .right .support a
{
    font-size: 12px;
    line-height: 30px; padding:0 12px;
    display: inline-block;

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

    color: #fff;
}
.copyright .right .support a:hover
{
    color: #b28247;
}
.wrap-sidenav
{
    position: relative;

    overflow: hidden;

    height: 58px;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-sidenav
    {
        height: 50px;
    }
}
.wrap-sidenav .sidenav
{
    position: relative;
}
.wrap-sidenav .sidenav ul
{
    font-size: 0;

    position: relative;
    position: absolute;
    left: 0;

    overflow: hidden;

    white-space: nowrap;
}
.wrap-sidenav .sidenav ul li
{
    display: inline-block;

    border-right: 1px solid #e7e7e7;
}
.wrap-sidenav .sidenav ul li:first-child
{
    border-left: 1px solid #e7e7e7;
}
.wrap-sidenav .sidenav ul li a
{
    font-size: 16px;
    line-height: 58px;

    position: relative;

    display: block;

    height: 58px;
    padding: 0 40px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul li a
    {
        font-size: 15px;
        line-height: 50px;

        height: 50px;
        padding: 0 20px;
    }
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a
{
    color: #fff;
    background-color: #274ea7;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
}
.innerbox
{
    overflow: hidden;
}
.inner
{
    padding: 70px 0 60px;
}
@media (max-width: 991px)
{
    .inner
    {
        padding: 60px 0;
    }
}
.inner-nav
{
    font-size: 0;

    z-index: 9;


    overflow: hidden;

    width: 100%; background:url(../images/canav_bg.jpg) repeat-x;
   
}

.fixed-inner-nav{ position:fixed;top:68px; z-index:9;}

@media (max-width: 991px)
{
    .inner-nav
    {
        position: relative;
        top: 0;
    }
}

.inner-nav .sidenav .fanav  h3{ font-size:16px; color:#fff; float:left;  margin: 0;  padding: 6px 0 0 35px;}
.inner-nav .sidenav .fanav li a{ padding:0 24px; border-right:1px solid #fff; line-height:20px; margin-top:5px; margin-bottom:5px;}

.inner-nav .sidenav
{
    display: inline-block;
    overflow: hidden;
}
.inner-nav .right{ float:right;}

.inner-nav .sidenav ul
{
    margin: 0 -25px;
}
@media (max-width: 767px)
{
    .inner-nav .sidenav ul
    {
        margin: 0 -20px;
    }
}
.inner-nav .sidenav ul li
{
    display: inline-block;
}
.inner-nav .sidenav ul li a
{
    font-size: 15px; color:#fff;
    line-height: 30px;

    display: block;

    padding: 8px 25px;
}
@media (max-width: 767px)
{
    .inner-nav .sidenav ul li a
    {
        padding: 0 20px;
    }
}
.inner-nav .sidenav ul li.active a,
.inner-nav .sidenav ul li:hover a
{
    color: #b28247;
}



.inner-nav .sidenav2
{
    display: inline-block;

}


.inner-nav .sidenav2 ul
{
    margin: 0 -25px;
}
@media (max-width: 767px)
{
    .inner-nav .sidenav2 ul
    {
        margin: 0 -20px;
    }
}
.inner-nav .sidenav2 ul li
{
    display: inline-block;
}
.inner-nav .sidenav2 ul li a
{
    font-size: 15px; color:#fff;
    line-height: 51px; height:58px;
    display: block;

    padding:0 25px;
}
@media (max-width: 767px)
{
    .inner-nav .sidenav2 ul li a
    {
        padding: 0 20px;
    }
}
.inner-nav .sidenav2 ul li.active a,
.inner-nav .sidenav2 ul li:hover a
{
    color: #fff; background:url(../images/caseon.png) center no-repeat;
}


.inner-nav .sidenav2 ul li:nth-child(1).active a,.inner-nav .sidenav2 ul li:nth-child(1):hover a{color: #fff; background:url(../images/caseonshan.png) center no-repeat;}
.inner-nav .sidenav2 ul li:nth-child(2).active a,.inner-nav .sidenav2 ul li:nth-child(2):hover a{color: #fff; background:url(../images/caseonshui.png) center no-repeat;}
.inner-nav .sidenav2 ul li:nth-child(3).active a,.inner-nav .sidenav2 ul li:nth-child(3):hover a{color: #fff; background:url(../images/caseonlin.png) center no-repeat;}
.inner-nav .sidenav2 ul li:nth-child(4).active a,.inner-nav .sidenav2 ul li:nth-child(4):hover a{color: #fff; background:url(../images/caseontian.png) center no-repeat;}
.inner-nav .sidenav2 ul li:nth-child(5).active a,.inner-nav .sidenav2 ul li:nth-child(5):hover a{color: #fff; background:url(../images/caseonhu.png) center no-repeat;}
.inner-nav .sidenav2 ul li:nth-child(6).active a,.inner-nav .sidenav2 ul li:nth-child(6):hover a{color: #fff; background:url(../images/caseoncao.png) center no-repeat;}
.inner-nav .sidenav2 ul li:nth-child(7).active a,.inner-nav .sidenav2 ul li:nth-child(7):hover a{color: #fff; background:url(../images/caseon.png) center no-repeat;}

.inner-nav .location
{
    display: inline-block;
    float: right;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-nav .location
    {
        display: block;
        float: none;
    }
}
.inner-nav .location ul:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 28px;

    float: left;

    content: '\e62e';

    color: #716f6f;
}
.inner-nav .location ul li
{
    display: inline-block;
}
.inner-nav .location ul li:before
{
    display: inline-block;
    float: left;

    width: 0;
    height: 0;
    margin: 0 4px;
    margin-top: 11px;

    content: '';

    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #716f6f;
}
.inner-nav .location ul li a
{
    font-size: 14px;
    line-height: 30px;

    color: #a3a3a2;
}
.inner-nav .location ul li a:hover
{
    color: #274ea7;
}
.inner-nav2
{
    font-size: 0;

    z-index: 9;


    overflow: hidden;

    width: 100%; 
    background-color: #eeeeee;
   
}

.fixed-inner-nav2{ position:fixed;top:68px; z-index:9;}

@media (max-width: 991px)
{
    .inner-nav2
    {
        position: relative;
        top: 0;
    }
}

.inner-nav2 .sidenav .fanav  h3{ font-size:16px; color:#fff; float:left;  margin: 0;  padding: 6px 0 0 35px;}
.inner-nav2 .sidenav .fanav li a{ padding:0 24px; border-right:1px solid #fff; line-height:20px; margin-top:5px; margin-bottom:5px;}

.inner-nav2 .sidenav
{
    display: inline-block;
    overflow: hidden;
}
.inner-nav2 .sidenav ul
{
    margin: 0 -25px;
}
@media (max-width: 767px)
{
    .inner-nav2 .sidenav ul
    {
        margin: 0 -20px;
    }
}
.inner-nav2 .sidenav ul li
{
    display: inline-block;
}
.inner-nav2 .sidenav ul li a
{
    font-size: 15px; color:#5f5f5f;
    line-height: 30px;

    display: block;

    padding: 8px 25px;
}
@media (max-width: 767px)
{
    .inner-nav2 .sidenav ul li a
    {
        padding: 0 20px;
    }
}
.inner-nav2 .sidenav ul li.active a,
.inner-nav2 .sidenav ul li:hover a
{
    color: #b28247;
    font-weight: bolder;
}
.innerbox-solution,
.innerbox-product
{
    position: relative;
}
.innerbox-solution .inner-nav,
.innerbox-product .inner-nav
{
    position: fixed;
    z-index: 8;
    top: 68px;

    width: 100%;

    background: rgba(255, 255, 255, .6);
}
@media (max-width: 991px)
{
    .innerbox-solution,
    .innerbox-product{
        margin: 0;
    }
    .innerbox-solution .inner-nav,
    .innerbox-product .inner-nav
    {
        position: relative;
		top: 0;
		margin-top: 68px;
        background-color: #f2f0ef;
    }
}
@media (min-width: 992px)
{
    .innerbox-product .location ul:before
    {
        color: #fff;
    }
    .innerbox-product .location ul li:before
    {
        border-color: transparent transparent transparent #fff;
    }
    .innerbox-product .location ul li a
    {
        color: #fff;
    }
}
.wrap-left
{
    float: left;

    width: 80%;
    padding-right: 90px;
}
@media (max-width: 1199px)
{
    .wrap-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-right
{
    float: right;

    width: 20%;
}
@media (max-width: 1199px)
{
    .wrap-right
    {
        width: 100%;
        margin-top: 50px;
    }
}
.wrap-right .share p
{
    font-size: 16px;
}
.wrap-right .share .bdsharebuttonbox
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-right .share .bdsharebuttonbox a
{
    font-size: 16px;
    line-height: 48px;

    position: relative;

    display: inline-block;

    width: 60px;
    height: 48px;
    margin: 0;

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

    color: #fff;
    background: none;
    background-color: #274ea7;
}
.wrap-right .share .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 26px;

    display: inline-block;
    float: left;

    margin-right: 14px;

    content: '\e62d';
    text-align: center;
}
.wrap-right .share .bdsharebuttonbox a:hover
{
    opacity: 1;
    color: #fff;
    background-color: #22252c;
}
.wrap-right .share .bdsharebuttonbox .bds_qzone:before
{
    content: '\e6b7';
}
.wrap-right .share .bdsharebuttonbox .bds_tsina:before
{
    content: '\e62b';
}
.wrap-right .share .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.wrap-right .share .bdsharebuttonbox .bds_video:before
{
    content: '\e62a';
}
.inner-solution
{
    position: relative;

    min-height: 890px;
    padding-top: 130px;
}
.inner-solution .solution-img,
.inner-solution .solution-img-hover
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inner-solution .solution-img-hover
{
    -webkit-transition: all .5s;
            transition: all .5s;

    opacity: 0;
}
.inner-solution .title-solution
{
    text-align: center;
}
.inner-solution .title-solution:after
{
    display: block;

    width: 60px;
    height: 3px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background-color: #333;
}
.inner-solution .title-solution b
{
    font-size: 48px;
    font-weight: normal;

    display: block;
}
@media (max-width: 991px)
{
    .inner-solution .title-solution b
    {
        font-size: 30px;
    }
}
.inner-solution .solution
{
    margin-top: 100px;
}
@media (max-width: 991px)
{
    .inner-solution .solution
    {
        margin-top: 50px;
    }
}
.inner-solution .solution ul
{
    font-size: 0;

    margin: 0 -15px;
}
.inner-solution .solution ul li
{
    display: inline-block;

    width: 25%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-solution .solution ul li
    {
        width: 50%;
    }
}
.inner-solution .solution .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
.inner-solution .solution .item img
{
    display: inline-block;

    max-width: 100%;
}
@media (max-width: 991px)
{
    .inner-solution .solution .item img
    {
        max-width: 120px;
    }
}
.inner-solution .solution .item p
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;
    margin: 10px 0 0 0;

    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
@media (max-width: 991px)
{
    .inner-solution .solution .item p
    {
        font-size: 20px;
    }
}
.inner-solution .solution .item:hover img
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-solution.inner-active .solution-img
{
    opacity: 0;
}
.inner-solution.inner-active .solution-img-hover
{
    opacity: 1;
}
.inner-solution-show
{
    min-height: 890px;
    padding-top: 80px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .inner-solution-show
    {
        padding-top: 130px;
    }
}
.inner-solution-show .title-solution-show b
{
    font-size: 36px;
    font-weight: normal;

    display: block;

    color: #274ea7;
}
.inner-solution-show .title-solution-show b:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e601';
}
@media (max-width: 991px)
{
    .inner-solution-show .title-solution-show b
    {
        font-size: 24px;
    }
}
.inner-solution-show .solution-show
{
    position: relative;

    margin-top: 30px;
    padding-bottom: 50px;
}
@media (max-width: 1600px)
{
    .inner-solution-show .solution-show
    {
        padding-right: 80px;
    }
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show
    {
        padding-right: 0;
    }
}
.inner-solution-show .solution-show .solution-sort
{
    position: absolute;
    right: -9%;
}
@media (max-width: 1600px)
{
    .inner-solution-show .solution-show .solution-sort
    {
        right: 0;
    }
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .solution-sort
    {
        font-size: 0;

        position: relative;
        right: auto;
    }
}
.inner-solution-show .solution-show .solution-sort li
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .solution-sort li
    {
        display: inline-block;

        width: 25%;
        margin-top: 0;

        text-align: center;
    }
}
.inner-solution-show .solution-show .solution-sort li a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    text-align: center;

    color: #274ea7;
}
.inner-solution-show .solution-show .solution-sort li a:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: block;

    content: '\e640';
}
.inner-solution-show .solution-show .solution-sort li.icon-2 a:before
{
    content: '\e632';
}
.inner-solution-show .solution-show .solution-sort li.icon-3 a:before
{
    content: '\e630';
}
.inner-solution-show .solution-show .solution-sort li.icon-4 a:before
{
    content: '\e786';
}
.inner-solution-show .solution-show .solution-sort li.active a
{
    color: #ea5317;
}
.inner-solution-show .solution-show .list
{
    position: relative;

    overflow: hidden;
}
.inner-solution-show .solution-show .list .pic
{
    position: relative;

    float: left;

    width: 49%;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .pic
    {
        width: 100%;
        margin-top: 30px;
    }
    .inner-solution-show .solution-show .list .pic img
    {
        max-width: 100%;
    }
}
.inner-solution-show .solution-show .list .pic .solution-link
{
    position: absolute;
    bottom: 40px;
    left: 36px;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .pic .solution-link
    {
        bottom: 20px;
        left: 16px;
    }
}
.inner-solution-show .solution-show .list .pic .solution-link a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 58px;

    display: inline-block;

    padding: 0 40px;

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

    color: #fff;
    background-color: #274ea7;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .pic .solution-link a
    {
        line-height: 48px;

        padding: 0 30px;
    }
}
.inner-solution-show .solution-show .list .pic .solution-link a:hover
{
    background-color: #0a3598;
}
.inner-solution-show .solution-show .list .maskinfo
{
    display: none;
}
.inner-solution-show .solution-show .list .right
{
    position: relative;
    z-index: 2;

    float: right;

    width: 61%;
    margin-top: 40px;
    margin-left: -10%;
    padding: 20px 30px 30px;

    background: url(../images/border-1.png) no-repeat;
    background-size: 100% 100%;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .right
    {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 0;

        background: none;
    }
}
.inner-solution-show .solution-show .list .right .text
{
    padding: 20px 20px 20px 30px;

    color: #fff;
    background: url(../images/solution_show_bg.png) repeat;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .right .text
    {
        padding: 20px 15px;
    }
}
.inner-solution-show .solution-show .list .right .text .note
{
    overflow-y: auto;

    height: 480px;
    padding-right: 20px;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .right .text .note
    {
        height: auto;
        padding-right: 0;
    }
}
.inner-solution-show .solution-show .list .right .text .note::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 10px;
}
.inner-solution-show .solution-show .list .right .text .note::-webkit-scrollbar-track
{
    background-color: #93948f;
}
.inner-solution-show .solution-show .list .right .text .note::-webkit-scrollbar-thumb
{
    background-color: #dfe0e0;
}
.inner-solution-show .solution-show .list .right .text h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .right .text h3
    {
        font-size: 18px;
    }
}
.inner-solution-show .solution-show .list .right .text p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .right .text p
    {
        font-size: 15px;
        line-height: 24px;
    }
}
.inner-solution-show .solution-show .list .right .text table
{
    width: 100%;
}
.inner-solution-show .solution-show .list .right .text table td,
.inner-solution-show .solution-show .list .right .text table th
{
    font-size: 16px;
    line-height: 1.5;

    width: 33.33333333%;
    padding: 10px;

    text-align: center;

    border: 1px solid #fff;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .list .right .text table td,
    .inner-solution-show .solution-show .list .right .text table th
    {
        font-size: 15px;
    }
}
.inner-solution-show .solution-show .fixed-solution
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: none;

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

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .fixed-solution
    {
        padding: 50px 15px 20px 15px;
    }
}
.inner-solution-show .solution-show .fixed-solution .solution-close
{
    position: absolute;
    top: 12px;
    right: 18px;

    cursor: pointer;

    color: #274ea7;
}
.inner-solution-show .solution-show .fixed-solution .solution-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e633';
}
.inner-solution-show .solution-show .fixed-solution ul.masksort
{
    margin: 0 -15px;
}
.inner-solution-show .solution-show .fixed-solution ul.masksort li
{
    display: inline-block;

    padding: 5px 15px;
}
.inner-solution-show .solution-show .fixed-solution ul.masksort li a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;

    display: inline-block;

    /*min-width: 350px;*/
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .fixed-solution ul.masksort li a
    {
        font-size: 13px;

        margin-top: 6px;
    }
}
.inner-solution-show .solution-show .fixed-solution ul.masksort li.active a
{
    color: #fff;
    border-color: #274ea7;
    background-color: #274ea7;
}
.inner-solution-show .solution-show .fixed-solution .masklist
{
    display: none;
    overflow-y: auto;

    max-height: 550px;
    margin-top: 30px;
}
.inner-solution-show .solution-show .fixed-solution .masklist::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 10px;
}
.inner-solution-show .solution-show .fixed-solution .masklist::-webkit-scrollbar-track
{
    background-color: #93948f;
}
.inner-solution-show .solution-show .fixed-solution .masklist::-webkit-scrollbar-thumb
{
    background-color: #dfe0e0;
}
.inner-solution-show .solution-show .fixed-solution .masklist b
{
    font-size: 16px;
    line-height: 30px;
}
.inner-solution-show .solution-show .fixed-solution .masklist p
{
    font-size: 16px;
    line-height: 30px;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-solution-show .solution-show .fixed-solution .masklist p
    {
        font-size: 15px;
        line-height: 1.86666667;
    }
}
.inner-solution-show .solution-show .fixed-solution .masklist p span
{
    display: inline-block;

    margin-right: 4%;

    color: #333;
}
@media (max-width: 767px)
{
    .inner-solution-show .solution-show .fixed-solution .masklist p span
    {
        display: block;

        margin-right: 0;
    }
}
.inner-solution-show .solution-show .fixed-solution .masklist img
{
    max-width: 100%;
}
.inner-about
{
    padding: 0 0 20px 0;
}
.inner-about .title-about
{
    text-align: left; padding-bottom:20px;
}
.inner-about .title-about b
{
    font-size: 30px; float:left; padding-right:15px;

    display: block;
}
/****/

.title-gonggong
{
    text-align: left; padding-bottom:20px;
}
.title-gonggong b
{
    font-size: 30px; color:#fff;  float:left; padding-right:15px;

    display: block;
}
.title-gonggong p
{
    font-size: 24px;
    line-height: 2; color:#fff; font-weight:lighter;

    margin:  0 0 0 10px;
}
/****/

.title-gonggongh
{
    text-align: left; padding-bottom:20px;
}
.title-gonggongh b
{
    font-size: 30px; color:#3e3a39;  float:left; padding-right:15px;

    display: block;
}
.title-gonggongh p
{
    font-size: 24px; float:left;
    line-height: 2; color:#595757; font-weight:lighter;

    margin:  0 0 0 10px;
}

.title-gonggongh span{float: right;
    font-size: 16px;
    line-height: 2;
    color: #3e3a39;
    font-weight: lighter;
    margin: 12px 0 0 0;}


.title-gonggongh .right
{
    float: right;

}

.title-gonggongh .sidenav2
{
    display: inline-block;

}


.title-gonggongh .sidenav2 ul li
{
    display: inline-block;
    margin: 0 5px;
}
.title-gonggongh .sidenav2 ul li p
{
    font-size: 15px; 
    color:#3e3a39;
    display: block;
    border: 1px solid #3e3a39;
    border-radius: 3px;
    padding:7px 20px;
}
@media (max-width: 767px)
{
    .title-gonggongh .sidenav2 ul li p
    {
        padding: 6px 18px;
    }
}

.title-gonggongh .sidenav2 ul li:hover p
{
    cursor: pointer;
}
.title-gonggongh .sidenav2 ul li.active p,
.title-gonggongh .sidenav2 ul li:hover p
{
    color: #fff; background:#B28247 center no-repeat;
}

.title-gonggongh .sidenav2 ul li p span
{
    color:#3e3a39;
    font-size:80%;
    margin:5px 0 0 0;
}
.title-gonggongh .sidenav2 ul li.active p span,
.title-gonggongh .sidenav2 ul li:hover p span
{
    color: #fff;
}

/***/
.innerbox .title-fw
{
    text-align: left; padding-bottom:25px; padding-top:60px; border-bottom:1px solid #7b7878;
}
.innerbox .title-fw b
{
    font-size: 30px; float:left; padding-right:15px;

    display: block;
}

.innerbox .title-fw p
{   float:left;
    font-size: 24px;
    line-height: 2; color:#595757; 
	font-weight:lighter;
    margin:  0 0 0 10px;
}

.innerbox .title-fw span
{    float:right;
    font-size: 16px;
    line-height: 2; color:#3e3a39; 
	font-weight:lighter;
    margin: 12px 0 0 0;
}


@media (max-width: 991px)
{
    .inner-about .title-about b
    {
        font-size: 24px;
    }
}
.inner-about .title-about p
{
    font-size: 24px;
    line-height: 2; color:#595757; font-weight:lighter;

    margin:  0 0 0 10px;
}
.inner-about .about
{
    padding: 60px 0 0 0;

}
@media (max-width: 991px)
{
    .inner-about .about
    {
        padding: 60px 0;
    }
}
.inner-about .about .video
{ width:50%; float:left;
}
.inner-about .about .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.inner-about .about .video .play
{
    font-size: 80px;
    font-weight: bold;
    line-height: 1;

    display: block;

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

    color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px)
{
    .inner-about .about .video .play
    {
        font-size: 60px;
    }
}
.inner-about .about .video .play:before
{
    font-family: 'iconfont';
    font-weight: normal;

    display: block;

    content: '\e634';
}
.inner-about .about .video .play:hover
{
    color: #fff;
}

.inner-about .about .fatext
{ font-size:15px; font-weight:lighter;  color: #3e3a39;

}
@media (max-width: 991px)
{
    .inner-about .about .fatext
    {
        margin-top: 20px;
    }
}
.inner-about .about .fatext p
{
    font-size: 15px;
    line-height: 2;
    margin: 0;
 font-weight:lighter;
    color: #3e3a39;
}


.inner-about .about .text
{ float:right; width:50%; padding-left:12px;

}
@media (max-width: 991px)
{
    .inner-about .about .text
    {
        margin-top: 20px;
    }
}
.inner-about .about .text p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #3e3a39;
}


.inner-about .about .number
{
    font-size: 0; background:#eeeeef; padding:50px 10%;
}


.inner-about .about .number .item:before
{
    

    display: block;
    -webkit-transition: all .4s;
            transition: all .4s;

 
}

.inner-about .about .number .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;

 
}


.inner-about .about .number ul
{
    margin: 0 -10px;
}
.inner-about .about .number ul li
{
    display: inline-block; text-align:center;
	width: 25%;
    margin-top: 20px; margin-bottom:20px;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-about .about .number ul li
    {
        width: 50%;
        margin-top: 30px;
    }
}
.inner-about .about .number .item b
{
    font-family: 'Agency FB';
    font-size: 60px;
    line-height: 1;

    display: block;

    color: #fff;
}
@media (max-width: 991px)
{
    .inner-about .about .number .item b
    {
        font-size: 40px;
    }
}
.inner-about .about .number .item b sub
{
    font-size: 14px;
    font-weight: normal;
}
.inner-about .about .number .item b sup
{
    font-size: 14px;
    font-weight: normal;

    position: relative;
    top: 0;

    vertical-align: top;
}
.inner-about .about .number .item p
{
    font-size: 18px;

    margin: 14px 0 0 0;

    color: #595757;
}
.inner-about .research
{
    padding: 60px 0;
}
.inner-about .research .list
{
    overflow: hidden;
}
.inner-about .research .list .left
{
    float: left;

    width: 30%;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .inner-about .research .list .left
    {
        width: 100%;
    }
}
.inner-about .research .list .left .item .img-box
{
    padding-bottom: 68.18181818%;
}
.inner-about .research .list .left .item .note
{
    padding: 20px 30px;

    border: 1px solid #e5e5e5;
}
.inner-about .research .list .left .item .note b,
.inner-about .research .list .left .item .note p
{
    font-size: 14px;
    line-height: 2.28571429;

    display: block;

    margin: 0;
}
.inner-about .research .list .right
{
    float: left;
    overflow: hidden;

    width: 70%;
    margin-top: 50px;
    padding-left: 70px;
}
@media (max-width: 1350px)
{
    .inner-about .research .list .right
    {
        padding-left: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-about .research .list .right
    {
        width: 100%;
        padding-left: 0;
    }
}
.inner-about .research .list .right ul li
{
    float: left;

    width: 50%;
}
@media (max-width: 767px)
{
    .inner-about .research .list .right ul li
    {
        width: 100%;
    }
}
.inner-about .research .list .right .item
{
    overflow: hidden;
}
.inner-about .research .list .right .item .pic
{
    float: left;

    width: 40%;
    padding-right: 40px;
}
@media (max-width: 767px)
{
    .inner-about .research .list .right .item .pic
    {
        padding-right: 20px;
    }
}
.inner-about .research .list .right .item .pic .img-box
{
    padding-bottom: 112.5%;
}
.inner-about .research .list .right .item .note
{
    position: relative;

    float: left;

    width: 60%;
    padding: 0 20px;
    padding-bottom: 60px;

    border-left: 1px solid #d5d5d5;
}
.inner-about .research .list .right .item .note:before
{
    position: absolute;
    top: 0;
    left: -10px;

    display: block;

    width: 20px;
    height: 20px;

    content: '';

    border: 5px solid #d5d5d5;
    border-radius: 50%;
    background-color: #fff;
}
.inner-about .research .list .right .item .note b,
.inner-about .research .list .right .item .note p
{
    font-size: 14px;
    line-height: 2.28571429;

    display: block;

    margin: 0;
}
.inner-about .culture
{
    padding: 60px 0;

    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}
.inner-about .culture .title-about b
{
    color: #fff;
}
.inner-about .culture .list
{
    display: table;

    width: 100%;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .inner-about .culture .list
    {
        display: block;
    }
}
.inner-about .culture .list .item
{
    display: table-cell;

    width: 27%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-about .culture .list .item
    {
        display: block;

        width: 100%;
    }
}
.inner-about .culture .list .item-3
{
    width: 46%;
    padding: 0 30px;

    background-color: rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .inner-about .culture .list .item-3
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.inner-about .culture .list .item-1
{
    padding: 0 30px;

    background-color: rgba(0, 0, 0, .2);
}
@media (max-width: 1350px)
{
    .inner-about .culture .list .item-1
    {
        width: 20%;
    }
}
@media (max-width: 991px)
{
    .inner-about .culture .list .item-1
    {
        width: 100%;
        padding: 0 15px;
        padding: 30px 15px;
    }
}
@media (max-width: 1350px)
{
    .inner-about .culture .list .item-2
    {
        width: 34%;
    }
}
@media (max-width: 991px)
{
    .inner-about .culture .list .item-2
    {
        width: 100%;
    }
}
.inner-about .culture .list .item-2 img
{
    max-width: 100%;
}
.inner-about .culture .list .item b
{
    font-size: 16px;
    line-height: 32px;

    display: block;

    color: #fff;
}
.inner-about .culture .list .item p
{
    line-height: 2.28571429;

    color: #fff;
}
@media (max-width: 1350px)
{
    .inner-about .culture .list .item p
    {
        line-height: 2;
    }
}
.inner-about .honor
{
    padding: 60px 0;
}
.inner-about .honor .slick-honor
{
    margin: 0 -15px;
	text-align: center;
}
@media (max-width: 991px)
{
    .inner-about .honor .slick-honor
    {
        margin: 0 -8px;
    }
}
.inner-about .honor .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .inner-about .honor .slick-slide
    {
        padding: 0 8px;
    }
}
.inner-about .honor .item
{
    position: relative;

    display: block;

    margin-top: 36px;

    background-color: #000;
}
@media (max-width: 991px)
{
    .inner-about .honor .item
    {
        margin-top: 20px;
    }
}

.inner-about .honor .slick-honor > div {
    display: inline-block;
    margin: 0 1%;
}

.inner-about .honor .item:after
{
    position: absolute;
    top: 50%;
    left: 30%;

    display: block;

    width: 90px;
    height: 1px;
    margin-left: -45px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    opacity: 0;
    background-color: #fff;
}
.inner-about .honor .item:before
{
    position: absolute;
    top: 30%;
    left: 50%;

    width: 1px;
    height: 90px;
    margin-top: -45px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;

    opacity: 0;
    background-color: #fff;
}
.inner-about .honor .item .img-box
{
	height: auto;
	/* padding-bottom: 142.30769231%; */
	/* padding-bottom: 54.28571428571429%; */
	padding-bottom: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 1;
	
	
  /*  padding-bottom: 142.30769231%;
    -webkit-transition: all .4s;
            transition: all .4s;
    opacity: 1; */
}
.inner-about .honor .item .img-box img {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
	opacity: 1;
}
.inner-about .honor .item:hover:before
{
    //top: 50%;

    //opacity: 1;
}
.inner-about .honor .item:hover:after
{
    //left: 50%;

    //opacity: 1;
}
.inner-about .honor .item:hover .img-box
{
    //opacity: .4;
}
.inner-about .honor .slick-dots
{
    margin-top: 40px;

    text-align: center;
}
.inner-about .honor .slick-dots li
{
    position: relative;

    display: inline-block;

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

    cursor: pointer;

    border-radius: 50%;
    background-color: #e8e7e7;
}
.inner-about .honor .slick-dots li.slick-active
{
    background-color: #274ea7;
}
.inner-about .honor .slick-dots li button
{
    display: none;
}
.inner-about .partners
{
    padding: 60px 0;

}
.inner-about .partners .slick-partners
{
    margin: 0 -15px;
}
@media (max-width: 991px)
{
    .inner-about .partners .slick-partners
    {
        margin: 0 -8px;
    }
}
.inner-about .partners .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .inner-about .partners .slick-slide
    {
        padding: 0 8px;
    }
}
.inner-about .partners .item
{
    position: relative;

    margin-top: 20px;

    background-color: #fff;
}
.inner-about .partners .item:before
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background-color: #b18147;
}
.inner-about .partners .item .img-box
{
    padding-bottom: 140.8888889%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inner-about .partners .item p
{
    line-height: 1.71428571;

    position: absolute;
    z-index: 4;
    top: 50%;

    width: 100%;
    margin: 0;

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

    opacity: 0;
    color: #fff;
}
.inner-about .partners .item:hover:before
{
    opacity: 1;
}
.inner-about .partners .item:hover p
{
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 1;
}
.inner-search {
    padding: 50px 0 0 0;
}
.inner-search .about .nav-list1 {
    margin: 14px auto;
    width: 100%;
}
.inner-search .about .nav-list1 > li
{
    position: relative;
    width: 19%;
    min-width: 100px;
    margin: 0 4% 20px 4%;
    float: left; 
    color: #6b6b6b;
    text-align: center;
    border-radius: 10px;
    line-height: 50px;
    background-color: #c2c2c23f;
}
.inner-search .about .nav-list1 > li:first-child
{
    margin-left: 0px;
}
.inner-search .about .nav-list1 > li:last-child
{
    margin-right: 0px;
}
.inner-search .about .nav-list1 > li:hover span,
.inner-search .about .nav-list1 > li.active span
{
    color: #b28247; 
    font-weight:bold;
}
.inner-search .about .nav-list1 > li:hover span:before,
.inner-search .about .nav-list1 > li.active span:before
{
    width: 100%;
}
.inner-search .about .nav-list1 > li span
{
    font-size: 25px;
}  
.inner-search .about .nav-list1 > li .nav-list2 > li
{
    text-align: center;
    width: 100%;
    cursor: pointer;
    line-height: 35px;
}
.inner-search .about .nav-list1 > li .nav-list2 > li:last-child
{
    margin-bottom: 15px;
}
.inner-search .about .nav-list1 > li .nav-list2 > li:hover a,
.inner-search .about .nav-list1 > li .nav-list2 > li.active a
{
    color: #b28247; 
    font-weight:bold;
}
.inner-search .about .nav-list1 > li .nav-list2 > li:hover a:before,
.inner-search .about .nav-list1 > li .nav-list2 > li.active a:before
{
    width: 100%;
}
.inner-search form {
    margin-bottom: 70px;
}
.inner-search form input {
    border: #7d7d7d solid 1px;
    padding: 0 8px;
    width: 46%;
    height: 40px;
}
.inner-search form .submit1 {
    margin-left: 30px;
    width: 40px;
    height: 40px;
    background-color: #ffffff00;
}
.inner-search form .submit1 img {
    width: 35px;
    height: 35px;
}
.inner-search form .params {
    margin-right: 20px;
    padding: 3px 7px;
    border-radius: 5px;
    line-height: 30px;
    color: #6b6b6b;
    background-color: #eeeeee;
}
.inner-search form .del-all:hover {
    cursor: pointer;
    background-color: #fcbdbdb7;
}
.inner-search form .params img {
    cursor: pointer;
    margin: 3px;
    width: 13px;
    height: 13px;
}
.right-list input::-webkit-input-placeholder,
#repair_form textarea::-webkit-input-placeholder,
#repair_form input::-webkit-input-placeholder{
    color: #aaaaaa;
}
.right-list input::-moz-placeholder,
#repair_form textarea::-moz-placeholder,
#repair_form input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #aaaaaa;
}
.right-list input:-moz-placeholder,
#repair_form textarea:-moz-placeholder,
#repair_form input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #aaaaaa;
}
.right-list input:-ms-input-placeholder,
#repair_form textarea:-ms-input-placeholder,
#repair_form input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #aaaaaa;
}
.inner-join .title-join
{
    text-align: center;
}
.inner-join .title-join:after
{
    display: block;

    width: 44px;
    height: 2px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background-color: #274ea7;
}
.inner-join .title-join b
{
    font-size: 24px;
    line-height: 1.41666667;

    display: block;
}
.inner-join .wage .list ul
{
    font-size: 0;
}
@media (min-width: 992px)
{
    .inner-join .wage .list ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .inner-join .wage .list ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
.inner-join .wage .list ul li
{
    display: inline-block;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-join .wage .list ul li
    {
        display: inline-block;

        width: 50%;

        vertical-align: top;
    }
}
.inner-join .wage .list .item
{
    font-weight: bold;

    display: block;

    margin-top: 40px;
}
.inner-join .wage .list .item .item-icon
{
    position: relative;
    z-index: 2;

    display: block;
    overflow: hidden;

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

    border: 1px solid #274ea7;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .inner-join .wage .list .item .item-icon
    {
        width: 100px;
        height: 100px;
    }
}
.inner-join .wage .list .item-2:before
{
    content: '\e63d';
}
.inner-join .wage .list .item-3:before
{
    content: '\e636';
}
.inner-join .wage .list .item-4:before
{
    content: '\e644';
}
.inner-join .wage .list .item p
{
    font-size: 14px;
    line-height: 24px;

    margin: 20px 0 0 0;
}
.inner-join .wage .list .item:hover .item-icon
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-join .join
{

}
@media (max-width: 991px)
{
    .inner-join .join
    {
        padding-top: 60px;
    }
}
.inner-join .join .list
{
    overflow: hidden;
}
.inner-join .join .list .left
{
    float: left;

    width: 100%;
    margin-top: 50px;
}
@media (max-width: 1500px)
{
    .inner-join .join .list .left
    {
        width: 100%;
    }
}
@media (max-width: 1350px)
{
    .inner-join .join .list .left
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .inner-join .join .list .left
    {
        width: 100%;
    }
}
.inner-join .join .list .left ul.joinlist
{
 
    border-bottom: none;
}
.inner-join .join .list .left ul.joinlist li
{
    border-bottom: 1px solid #b2b2b1;
}
.inner-join .join .list .left ul.joinlist li.current .title-jlist
{
    background-color: #595757; 
}
.inner-join .join .list .left ul.joinlist li.current .title-jlist:after
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);

    border-color: #fff transparent transparent transparent;
}
.inner-join .join .list .left ul.joinlist li.current .title-jlist p
{
    color: #fff;
}
.inner-join .join .list .left .title-jlist
{
    font-size: 0;

    position: relative;

    padding-right: 50px;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .inner-join .join .list .left .title-jlist
    {
        padding-right: 30px;
    }
}
.inner-join .join .list .left .title-jlist:after
{
    position: absolute;
    top: 50%;
    right: 20px;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 9px 4px 0 4px;
    border-style: solid;
    border-color: #e9e8e7 transparent transparent transparent;
}
@media (max-width: 991px)
{
    .inner-join .join .list .left .title-jlist:after
    {
        right: 10px;
    }
}
.inner-join .join .list .left .title-jlist p
{
    font-size: 14px;
    line-height: 26px;

    display: inline-block;

    width: 25%;
    margin: 0;
    padding: 15px 10px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-join .join .list .left .title-jlist p
    {
        line-height: 24px;

        padding: 10px 0 10px 10px;
    }
}
.inner-join .join .list .left .text-list
{
    display: none;
}
.inner-join .join .list .left .text-list .text
{
    overflow: auto;

    padding: 20px 10px;
}
@media (min-width: 992px)
{
    .inner-join .join .list .left .text-list .text
    {
        max-height: 460px;
    }
}
.inner-join .join .list .left .text-list .text::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 10px;
}
.inner-join .join .list .left .text-list .text::-webkit-scrollbar-track
{
    background-color: #e5e5e5;
}
.inner-join .join .list .left .text-list .text::-webkit-scrollbar-thumb
{
    background-color: #d0cece;
}
.inner-join .join .list .left .text-list b,
.inner-join .join .list .left .text-list p
{
    font-size: 14px;
    line-height: 2.28571429;

    display: block;

    margin: 0;

    color: #666;
}
.inner-join .join .list .left .text-list b
{
    color: #333;
}
.inner-join .join .list .right
{
    float: left;  width:100%;
 
}
@media (max-width: 1500px)
{
    .inner-join .join .list .right
    {
        width: 100%;
    }
}
@media (max-width: 1350px)
{
    .inner-join .join .list .right
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .inner-join .join .list .right
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inner-join .join .list .right
    {
        padding-left: 0;
    }
}
.inner-join .join .list .right .pic img
{
    width: 100%;
}
.inner-join .join .list .right .text
{
    padding: 30px 0;

}
.inner-join .join .list .right .text .tel
{
    padding-bottom: 20px; float:left;

}
.inner-join .join .list .right .text .tel p
{
    font-size: 24px; padding-left:45px;
    background:url(../images/job-tel.png) no-repeat;
    margin: 0;
    color: #b28247;
}
@media (max-width: 1500px)
{
    .inner-join .join .list .right .text .tel p
    {
        font-size: 26px;
    }
}

.inner-join .join .list .right .text .link
{ float:right; background:url(../images/job-td.png) 0 6px no-repeat; padding-left:50px;
}
.inner-join .join .list .right .text .link a
{
    font-size: 26px;
    line-height: 44px; font-weight:bold; letter-spacing: 3px;
    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #b18147;
}
.inner-join .join .list .right .text .link a:hover
{
    background-color: #0a3598;
}
.inner-join .join .list .right .text h4
{
    font-size: 24px; float:left; padding-left:45px; line-height:34px;

    margin:0 0 0  40px; color:#b28247; background:url(../images/job-eml.png) no-repeat;
}

.inner-join .join .list .right .text h4 a
{
    color: #b28247;
}
.inner-product .title-product
{
    text-align: center;
}
.inner-product .title-product b
{
    font-size: 32px; color:#b28247;

    display: block;
}

.inner-product .title-product h5 {
    display: block;
    width: 537px;
    height: 26px;
    margin: 0 auto; font-size:18px; color:#595757; text-transform:uppercase; font-weight:lighter; letter-spacing:8px;
    margin-top: 15px;
    background: url(../images/protitlebg.png) no-repeat ;
}

.inner-product .product{
	display:none;
}
.inner-product .active{
	display:block;
}


.inner-product .cp-title{  text-align: center;  margin-top: 50px; margin-bottom:16px; }
.inner-product .cp-title ul li{ display: initial;}
.inner-product .cp-title ul li a{ font-size:18px; color:#3e3a39; padding:11px 20px; margin-right:8px; background:url(../images/cptitlebg1.png) bottom center no-repeat; display: initial;}
.inner-product .cp-title .active a{  border:1px solid #fff; color:#fff; display:inline;  padding:11px 20px;  background:url(../images/cptitlebg.png) bottom center no-repeat; display: initial;}
.inner-product .cp-title ul li a:hover{  border:1px solid #fff; color:#fff; display:inline;   background:url(../images/cptitlebg.png) bottom center no-repeat; display: initial;}


/****/
.download { position:relative; height:400px;}
.download ul{ display:none; position: absolute; top: 60px; width: 100%; height:403px;}
.download ul.active{display:block !important;}

.download ul:nth-child(2){ display:block; z-index:5}
.download ul:nth-child(3){  z-index:8;  background:#fff;}
.download ul:nth-child(4){  z-index:9;  background:#fff;}
.download ul:nth-child(5){  z-index:10;  background:#fff;}

.inner-download .down-title{  text-align: right;}
.inner-download .down-title ul li{ display: initial; line-height:52px;}
.inner-download .down-title ul li a{ font-size:14px; color:#595757; padding:11px 20px; margin-right:8px;  display: initial;}
.inner-download .down-title .active a{  color:#b28247; display:inline;  padding:11px 20px;  display: initial;}
.inner-download .down-title ul li a:hover{  color:#b28247; display:inline;   display: initial;}



 /**ruanjian**/

.cptedian ul{
	display:none;
}
.cptedian .active{
	display:block;
}


.product-show-partonet .cpte-title{  text-align: center; margin-top:30px;}
.product-show-partonet .cpte-title ul li{ display: initial; float:left;  }
.product-show-partonet .cpte-title ul li img{ width:78px; height:78px; margin-bottom:5px;}
.product-show-partonet .cpte-title ul li a{  color:#fff; padding:9px 20px; display:block;  width:190px; height:127px; border:2px solid #a9a9a9; border-right:none; border-bottom:2px solid #fff;}
.product-show-partonet .cpte-title ul li a p{font-size:17px; font-weight:bold;}
.product-show-partonet .cpte-title ul li a span{font-size:15px;}
.product-show-partonet .cpte-title .active a{  color:#fff; display:block;   padding:9px 20px; height:139px; border:none;  background:url(../images/pr2tbgon.png) center center no-repeat;}
.product-show-partonet .cpte-title ul li a:hover{  color:#fff; display:block; ackground:url(../images/pr2tbgon.png) center center no-repeat;}

.cptedian ul li{ width:72%; margin:0 auto; text-align:center;}
.cptedian ul li img{ max-width:100%; margin:0 auto; }



.product-show-partonet .cpte-title ul li:last-child{ color:#b28247; display:block;      width: 190px; height: 124px; margin-bottom: 15px; border-right:2px solid #a9a9a9;}

.product-show-partonet .cpte-title{ position:relative;}
.product-show-partonet .cpte-title .active a span{ display:block;}
.product-show-partonet .cpte-title ul li a:hover span{ display:block;}
.product-show-partonet .cpte-title ul li span{position: absolute; display:none; left:0; text-align:left; font-size:15px; color:#fff;
    margin-top: 25px; line-height:1.8;}

 /**zhichi**/

.inner-wenda .join .list .left ul.joinlist{
	display:none;
}
.inner-wenda .join .active{
	display:block !important ;
}


.product-show-partonet .jszc-title{  text-align: center; margin-top:40px;}
.product-show-partonet .jszc-title ul li{ display: initial; float:left;  }

.product-show-partonet .jszc-title ul li a{ font-size:16px; color:#3e3a39; padding:29px 20px; display:block;  width:190px; height:189px; font-weight:lighter; }

.product-show-partonet .jszc-title ul li a:hover{  color:#b28247; display:block;}


.product-show-partonet .jszc-title ul li .img{ display: block;  margin:0 auto; margin-bottom:15px; width:90px; height:90px; background:url(../images/zcico01.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li a:hover .img{ display: block;  width:90px; height:90px; background:url(../images/zcico01on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title .active .img{ display: block;  width:90px; height:90px; background:url(../images/zcico01on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title .active a{  color:#b28247; display:block;   padding:29px 20px; height:200px; border:none;}


.product-show-partonet .jszc-title ul li:nth-child(1) .img{ display: block;  margin:0 auto; margin-bottom:15px; width:90px; height:90px; background:url(../images/zcico01.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(1) a:hover .img{ display: block;  width:90px; height:90px; background:url(../images/zcico01on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(1) .active .img{ display: block;  width:90px; height:90px; background:url(../images/zcico01on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(1) .active a{ color:#b28247; display:block;   padding:29px 20px; height:200px; border:none;}

.product-show-partonet .jszc-title ul li:nth-child(2) .img{ display: block;  margin:0 auto; margin-bottom:15px; width:90px; height:90px; background:url(../images/zcico02.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(2) a:hover .img{ display: block;  width:90px; height:90px; background:url(../images/zcico02on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(2) .active .img{ display: block;  width:90px; height:90px; background:url(../images/zcico02on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(2) .active a{ color:#b28247; display:block;   padding:29px 20px; height:200px; border:none;}

.product-show-partonet .jszc-title ul li:nth-child(3) .img{ display: block;  margin:0 auto; margin-bottom:15px; width:90px; height:90px; background:url(../images/zcico03.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(3) a:hover .img{ display: block;  width:90px; height:90px; background:url(../images/zcico03on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(3) .active .img{ display: block;  width:90px; height:90px; background:url(../images/zcico03on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(3) .active a{ color:#b28247; display:block;   padding:29px 20px; height:200px; border:none;}


.product-show-partonet .jszc-title ul li:nth-child(4) .img{ display: block;  margin:0 auto; margin-bottom:15px; width:90px; height:90px; background:url(../images/zcico04.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(4) a:hover .img{ display: block;  width:90px; height:90px; background:url(../images/zcico04on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(4) .active .img{ display: block;  width:90px; height:90px; background:url(../images/zcico04on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(4) .active a{ color:#b28247; display:block;   padding:29px 20px; height:200px; border:none;}


.product-show-partonet .jszc-title ul li:nth-child(5) .img{ display: block;  margin:0 auto; margin-bottom:15px; width:90px; height:90px; background:url(../images/zcico05.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(5) a:hover .img{ display: block;  width:90px; height:90px; background:url(../images/zcico05on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(5) .active .img{ display: block;  width:90px; height:90px; background:url(../images/zcico05on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(5) .active a{ color:#b28247; display:block;   padding:29px 20px; height:200px; border:none;}


.product-show-partonet .jszc-title ul li:nth-child(6) .img{ display: block;  margin:0 auto; margin-bottom:15px; width:90px; height:90px; background:url(../images/zcico06.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(6) a:hover .img{ display: block;  width:90px; height:90px; background:url(../images/zcico06on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(6) .active .img{ display: block;  width:90px; height:90px; background:url(../images/zcico06on.png) top center no-repeat; background-size:90px; }
.product-show-partonet .jszc-title ul li:nth-child(6) .active a{ color:#b28247; display:block;   padding:29px 20px; height:200px; border:none;}




.product-show-partonet .jszc-title .ico{ display:block;}
.product-show-partonet .jszc-title .on{ display:none;}

.product-show-partonet .jszc-title{ position:relative;}
.product-show-partonet .jszc-title .active .on{ display:block;}
.product-show-partonet .jszc-title .active .ico{ display:none;}
.product-show-partonet .jszc-title ul li a:hover .on{ display:block;}

	
.product-show-partonet .zc-title{ font-size:32px; color:#3e3a39; border-bottom:1px solid #000; font-weight:bold; padding:40px 0 60px 0; width:100%; text-align:center; margin-bottom:45px;}
/**shouhou**/
.product-show-partonet .left-pic{ float:left; margin-top:20px;}
.product-show-partonet .left-pic img{ width:100%;}
/**weixiu**/
.product-show-partonet .left-pic h3{ width:100%;text-align:center;}
.product-show-partonet .left-pic table{ width:90%;margin: 30px auto;text-align:center;}
.product-show-partonet .left-pic table tr{ height: 50px;}
.product-show-partonet .left-pic table tr td{ height: 50px;}
.product-show-partonet .left-pic table tr td span{ font-size: 18px;}
.product-show-partonet .left-pic table tr td .required{ color: #F56C6C;margin-right: 5px;}
.product-show-partonet .left-pic table tr td input{ width: 95%;height: 100%;margin: 0 auto;}
.product-show-partonet .left-pic table tr td textarea{ width: 95%;margin: 10px auto;}
.product-show-partonet .left-pic table tr td input.ierror{border: 1px solid #F56C6C;height: 50%;}
.product-show-partonet .left-pic table tr td textarea.ierror{ border: 1px solid #F56C6C;height: 70%;margin-bottom: 0px;}
.product-show-partonet .left-pic table tr td .error{ margin-left: 10px;color: #F56C6C;text-align: left;}
.product-show-partonet .left-pic table tr td .error span{ font-size: 12px;}
.product-show-partonet .left-pic .left-msg{ width: 90%;margin: 0 auto;color: #595757;line-height: 24px;}
.product-show-partonet .left-pic .repair-submit{ text-align: center;margin-top: 20px;}
.product-show-partonet .left-pic .repair-submit input{
    width: 150px;
    height: 40px;
    background-color: #409EFF;
    color: #FFF;
    border-radius: 6px;
    font-size: 20px;
}
.product-show-partonet .left-pic .success-msg {width: 100%; height: 600px;text-align: center;padding-top: 200px;}
.product-show-partonet .left-pic .success-msg p{color: #F56C6C;line-height: 50px;}
.product-show-partonet .left-pic .failed-msg {color: #F56C6C;width: 100%; height: 600px;text-align: center;padding-top: 200px;}
.product-show-partonet .left-pic .failed-msg p{color: #F56C6C;line-height: 50px;}


.product-show-partonet .right-list{ float:left; background:#f8f9fa; margin-top:20px; width:40%; padding:30px 60px;}
.product-show-partonet .right-list .seabox{ position:relative;}
.product-show-partonet .right-list .seabox p{ font-size:18px; font-weight:bold; color:#3e3a39; line-height:40px;}
.product-show-partonet .right-list .seabox input {
    font-size: 15px;
    line-height: 46px;
    width: 100%;
    height: 46px;
    padding: 0 40px 0 14px;
    border: 1px solid #a8a6a6;
    border-radius:6px;}
	
.product-show-partonet .right-list .seabox  .submit {
    font-size: 20px;
    line-height: 34px;
    position: absolute;
    top: 53px;
    right: 15px;
    padding: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #000;
    outline: none;
    background: none;}

.product-show-partonet .right-list .seabox .submittwo{ width:100%; text-align:center; background:#b28247; color:#fff; font-size:15px; font-weight:bold; padding:6px 0; border-radius:6px; margin-top:8px;}
.product-show-partonet .right-list .fws-list{ margin-top:30px;  background:#fff; overflow:auto; height:640px; padding:30px 28px; border:1px solid #b0b0b0;}
.product-show-partonet .right-list .fws-list p{font-size:18px; font-weight:bold; color:#3e3a39; line-height:40px;}
.product-show-partonet .right-list .fws-list ul{}
.product-show-partonet .right-list .fws-list ul li{ border-bottom:1px solid #b2b1b0; padding:26px 0;}
.product-show-partonet .right-list .fws-list ul li h3{ font-size:16px; color:#3e3a39; font-weight:bold; margin:0;}
.product-show-partonet .right-list .fws-list ul li span{ float:left; font-size:15px; color:#3e3a39; text-decoration:none; padding-left:22px; line-height:1.8; margin-top:8px;}
.product-show-partonet .right-list .fws-list .name{ background:url(../images/jlname.png) 0 5px no-repeat; background-size:16px;}
.product-show-partonet .right-list .fws-list .add{ background:url(../images/add.png) 0 5px no-repeat; background-size:16px;}
.product-show-partonet .right-list .fws-list .tel{ background:url(../images/tel.png) 0 5px no-repeat;  background-size:16px;}
.product-show-partonet .right-list .fws-list .eml{ background:url(../images/eml.png) 0 5px no-repeat;  background-size:16px;}

.product-show-partonet .right-list .shuoming{ font-size:12px;  color:#3e3a39; padding-top:16px; padding-bottom:2px;}


.product-show-partonet .right-list .fws-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 4px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.product-show-partonet .right-list .fws-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
.product-show-partonet .right-list .fws-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background   : #c4c4c4;
  }



.mapbox .list .fws-list ul{ padding:0 0 0 5px;}
.mapbox .list .fws-list ul li{ border-bottom:1px solid #b2b1b0; padding:22px 0;}
.mapbox .list .fws-list ul li h3{ font-size:16px; color:#3e3a39; font-weight:bold; margin:0;}
.mapbox .list .fws-list ul li span{ float:left; font-size:15px; color:#3e3a39; text-decoration:none; padding-left:22px; line-height:1.8; margin-top:8px;}
.mapbox .list .fws-list .name{ background:url(../images/jlname.png) 0 5px no-repeat; background-size:16px;}
.mapbox .list .fws-list .add{ background:url(../images/add.png) 0 5px no-repeat; background-size:16px;}
.mapbox .list .fws-list .tel{ background:url(../images/tel.png) 0 5px no-repeat;  background-size:16px;}
.mapbox .list .fws-list .eml{ background:url(../images/eml.png) 0 5px no-repeat;  background-size:16px;}

/***/
.inner-wenda{ /***background:#f7f9fa; height:500px; padding:0 30px; overflow:auto;***/ position:relative; height:500px;}
.inner-wenda .title-join
{
    text-align: center;
}
.inner-wenda .title-join:after
{
    display: block;

    width: 44px;
    height: 2px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background-color: #274ea7;
}
.inner-wenda .title-join b
{
    font-size: 24px;
    line-height: 1.41666667;

    display: block;
}
.inner-wenda .wage .list ul
{
    font-size: 0;
}
@media (min-width: 992px)
{
    .inner-wenda .wage .list ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .inner-wenda .wage .list ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
.inner-wenda .wage .list ul li
{
    display: inline-block;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-wenda .wage .list ul li
    {
        display: inline-block;

        width: 50%;

        vertical-align: top;
    }
	.inner-download .down-title{  text-align: right;}
}
.inner-wenda .wage .list .item
{
    font-weight: bold;

    display: block;

    margin-top: 40px;
}
.inner-wenda .wage .list .item .item-icon
{
    position: relative;
    z-index: 2;

    display: block;
    overflow: hidden;

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

    border: 1px solid #274ea7;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .inner-wenda .wage .list .item .item-icon
    {
        width: 100px;
        height: 100px;
    }
}
.inner-wenda .wage .list .item-2:before
{
    content: '\e63d';
}
.inner-wenda .wage .list .item-3:before
{
    content: '\e636';
}
.inner-wenda .wage .list .item-4:before
{
    content: '\e644';
}
.inner-wenda .wage .list .item p
{
    font-size: 14px;
    line-height: 24px;

    margin: 20px 0 0 0;
}
.inner-wenda .wage .list .item:hover .item-icon
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}

@media (max-width: 991px)
{
    .inner-wenda .join
    {
        padding-top: 60px;
    }
}
.inner-wenda .join .list
{
    overflow: hidden;
}
.inner-wenda .join .list .left
{
    float: left; height:500px;
    width: 100%;
    margin-top: 30px;
}
@media (max-width: 1500px)
{
    .inner-wenda .join .list .left
    {
        width: 100%;
    }
}
@media (max-width: 1350px)
{
    .inner-wenda .join .list .left
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .inner-wenda .join .list .left
    {
        width: 100%;
    }
}

.inner-wenda .join .list .left ul{display:none;  position:absolute; background: #f7f9fa; height:480px; overflow:auto; padding:0 30px;}
.inner-wenda .join .list .left ul:nth-child(1){ z-index:55; display:block}
.inner-wenda .join .list .left ul:nth-child(2){ z-index:56; }
.inner-wenda .join .list .left ul:nth-child(3){  z-index:57;}
.inner-wenda .join .list .left ul:nth-child(4){  z-index:58;}
.inner-wenda .join .list .left ul:nth-child(5){ z-index:59;}
.inner-wenda .join .list .left ul:nth-child(6){  z-index:60;}
.inner-wenda .join .list .left ul.active{ display:block !important;}

.inner-wenda .join .list .left ul.joinlist
{
 
    border-bottom: none; width:100%;
}
.inner-wenda .join .list .left ul.joinlist li
{
   
}

.inner-wenda .join .list .left ul.joinlist li.current .title-jlist:after
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);

    border-color: #b18147 transparent transparent transparent;
}
.inner-wenda .join .list .left ul.joinlist li.current .title-jlist p
{
    color: #fff;
}
.inner-wenda .join .list .left .title-jlist
{  border-bottom: 1px solid #b2b2b1;
    font-size: 0;

    position: relative;

    padding-right: 50px;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .inner-wenda .join .list .left .title-jlist
    {
        padding-right: 30px;
    }
}
.inner-wenda .join .list .left .title-jlist:after
{
    position: absolute;
    top: 70%;
    right: 20px;

    display: block;

    width: 0;
    height: 0;

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

    border-width: 9px 4px 0 4px;
    border-style: solid;
    border-color: #b18147 transparent transparent transparent;
}
@media (max-width: 991px)
{
    .inner-wenda .join .list .left .title-jlist:after
    {
        right: 10px;
    }
}
.inner-wenda .join .list .left .title-jlist h5
{
    font-size: 16px;
    line-height: 26px; color:#b28247; font-weight:lighter;

    display: inline-block;

    width: 95%;
    margin: 0;
    padding: 35px 10px 10px 10px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-wenda .join .list .left .title-jlist h5
    {
        line-height: 24px;
         color:#b28247; font-weight:lighter;
        padding: 10px 0 10px 10px;
    }
}
.inner-wenda .join .list .left .text-list
{
    display: none;
}
.inner-wenda .join .list .left .text-list .text
{
    overflow: auto;

    padding: 20px 10px;
}
@media (min-width: 992px)
{
    .inner-wenda .join .list .left .text-list .text
    {
        max-height: 460px;
    }
}
.inner-wenda .join .list .left .text-list .text::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 10px;
}
.inner-wenda .join .list .left .text-list .text::-webkit-scrollbar-track
{
    background-color: #e5e5e5;
}
.inner-wenda .join .list .left .text-list .text::-webkit-scrollbar-thumb
{
    background-color: #d0cece;
}
.inner-wenda .join .list .left .text-list b,
.inner-wenda .join .list .left .text-list p
{
    font-size: 14px; font-weight:lighter;
    line-height: 2.28571429;

    display: block;

    margin: 0;

    color: #666;
}

.inner-wenda .join .list .left .text-list h8
{
    font-size: 14px;  font-weight:lighter; text-align:right;
    line-height: 2.28571429;

    display: block;

    margin: 0;

    color: #666;
}

.inner-wenda .join .list .left .text-list h8 a{ color:#b28247;}


.inner-wenda .join .list .left .text-list b
{
    color: #333;
}
.inner-wenda .join .list .right
{
    float: left;  width:100%;
    padding-left: 20px;
}
@media (max-width: 1500px)
{
    .inner-wenda .join .list .right
    {
        width: 100%;
    }
}
@media (max-width: 1350px)
{
    .inner-wenda .join .list .right
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .inner-wenda .join .list .right
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inner-wenda .join .list .right
    {
        padding-left: 0;
    }
}
.inner-wenda .join .list .right .pic img
{
    width: 100%;
}
.inner-wenda .join .list .right .text
{
    padding: 30px 15px;

}
.inner-wenda .join .list .right .text .tel
{
    padding-bottom: 20px; float:left;

}
.inner-wenda .join .list .right .text .tel p
{
    font-size: 24px; padding-left:45px;
    background:url(../images/job-tel.png) no-repeat;
    margin: 0;
    color: #b28247;
}
@media (max-width: 1500px)
{
    .inner-wenda .join .list .right .text .tel p
    {
        font-size: 26px;
    }
}

.inner-wenda .join .list .right .text .link
{ float:right; background:url(../images/job-td.png) 0 6px no-repeat; padding-left:50px;
}
.inner-wenda .join .list .right .text .link a
{
    font-size: 26px;
    line-height: 44px; font-weight:bold; letter-spacing: 3px;
    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #b18147;
}
.inner-wenda .join .list .right .text .link a:hover
{
    background-color: #0a3598;
}
.inner-wenda .join .list .right .text h4
{
    font-size: 24px; float:left; padding-left:45px; line-height:34px;

    margin:0 0 0  40px; color:#b28247; background:url(../images/job-eml.png) no-repeat;
}

.inner-wenda .join .list .right .text h4 a
{
    color: #b28247;
}

/***/

.jx-video .item .img-box {
    padding-bottom: 58%;
    -webkit-transition: all .2s;
    transition: all .2s;}
.jx-video .slick-slide
{
    padding: 0 25px 0 0;
}
@media (max-width: 991px)
{
    .jx-video .slick-slide
    {
        padding: 0 12px 0 0;
    }
}
.jx-video .item
{
    position: relative;

    margin-top: 20px;

    background-color: #fff;
}
.jx-video .item:before
{
  
    z-index: 3;
    top: 0;
    left: 0;

   

    width: 100%;
    height: 100%;

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

    opacity: 0;
  
}

.jx-video .item .jx-bf{ position: absolute;
    z-index: 8888;
    top: 24%; width:50px; height:50px; 
    left: 38%;}



.jx-video .item p
{
    line-height: 1.71428571; padding-top:8px; font-size:14px; font-weight:lighter;
  
    z-index: 4;
   

    width: 100%;
    margin: 0;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    text-align: left;

    opacity: 1;
    color: #3e3a39;
}
.jx-video .item:hover:before
{
    opacity: 1;
}
.jx-video .item:hover p
{
    -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
            transform: translateY(-20%);

    opacity: 1;
}
/**\zhichi***/

@media (max-width: 991px)
{
    .inner-product .title-product b
    {
        font-size: 24px;
    }
}


.inner-product .product .item .mask b:after
{
    display: block;

    width: 15px;
    height: 1px;
    margin: 0 auto;
    margin-top: 25px;

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

    background-color: #fff;
}


.inner-product .title-product p
{
    font-size: 15px;
    line-height: 2; text-align:left;

    max-width: 1320px;
    margin: 0 auto;
    margin-top: 20px;
}
.inner-product .product
{
   height:695px; overflow:auto;
}


 .inner-product .product::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 4px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
 .inner-product .product::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
.inner-product .product::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background   : #c4c4c4;
  }





.inner-product .product .row
{
    margin: 0;
}
.inner-product .product .itembox
{
    padding: 0;
}
.inner-product .product .item
{
    position: relative;
	/* margin-top:45px; */
    padding-bottom:50px;

    display: block;
}
.inner-product .product .item .pic
{
    background-color: #e6e6e7; border-radius:18px; margin:8px;
}
.inner-product .product .item .pic .img-box
{
    padding-bottom: 100%;
}
.inner-product .product .item .pic .img-box img
{
    -webkit-transition: all .6s;
            transition: all .6s;

    opacity: .3;
}
.inner-product .product .item .mask
{
    position: absolute;
    top: 40%;

    width: 100%;
    margin-top:30px;
    padding: 0 15px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.inner-product .product .item .mask .picon
{
    overflow: hidden;

    /* width: 110px;
    width: 270px;  */
    margin: 0 auto;

}
.inner-product .product .item .mask .piconhover
{
    display: none;
}
.inner-product .product .item .mask b
{
    font-size: 16px; color:#b28247;
	 float:left; width:270px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateX(-7px);
        -ms-transform: translateX(-7px);
            transform: translateX(-7px);
    text-align: center;
}

.inner-product .product .itembox:hover .item:hover .mask .note{
	color: #fff; text-align:center;    
    position: absolute;
    z-index: 92; width: 90%; display:block;
    top: 18%;

}

.inner-product .product .item .mask .note
{
    -webkit-transition: all .6s;
            transition: all .6s; display:none;

    opacity: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.inner-product .product .item .mask .note p
{
    font-size: 16px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 128px;
    margin: 20px 0 0 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.inner-product .product .item .mask span.jia
{
    display: block; position:absolute; z-index:93; top:68%; background:#fff; border-radius:12px; font-size:12px;
    -webkit-transition: all .6s; color:#3e3a39;
            transition: all .6s;
    text-align: center; width:22%; left:38%;

    opacity: 0;
}
.inner-product .product .item .mask span.jia:after
{

    font-size: 12px;
    line-height: 30px;
    color: #3e3a39;
}
.inner-product .product .item:hover .pic
{
    background-color: #676666;
}
.inner-product .product .item:hover .picon .img-box img
{
    opacity: .5;
}
.inner-product .product .item:hover .mask
{
    margin-top:10px;
}
.inner-product .product .item:hover .mask .picon
{
    border-color: #fff;
}
.inner-product .product .item:hover .mask .piconnow
{
    display: none;
}
.inner-product .product .item:hover .mask .piconhover
{
    display: block; position: relative;
    z-index: 88;
}
.inner-product .product .item:hover .mask b
{
    color: #fff; position:absolute; z-index:91; top:30%; width:90%; text-align:center; display:block;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}
.inner-product .product .item:hover .mask b:before
{
    background-color: #fff;
}
.inner-product .product .item:hover .mask .note
{
    opacity: 1;
}
.inner-product .product .item:hover .mask span.jia
{
    opacity: 1;
}

/**shouyefangan*/
.index-inner-product { background:#ebebeb;}
.index-inner-product .title-product
{
    text-align: center;
}
.index-inner-product .title-product b
{
    font-size: 32px; color:#b28247;

    display: block;
}

.index-inner-product .title-product h5 {
    display: block;
    width: 537px;
    height: 26px;
    margin: 0 auto; font-size:18px; color:#595757; text-transform:uppercase; font-weight:lighter; letter-spacing:8px;
    margin-top: 15px;
    background: url(../images/fangantitlebg.png) no-repeat ;
}

@media (max-width: 991px)
{
    .index-inner-product .title-product b
    {
        font-size: 24px;
    }
}




.index-inner-product .title-product p
{
    font-size: 15px;
    line-height: 2; text-align:left;

    max-width: 1320px;
    margin: 0 auto;
    margin-top: 20px;
}
.index-inner-product .product
{
    margin-top: 50px;
}



.index-inner-product .product .row
{
    margin: 0;
}
.index-inner-product .product .itembox
{
    padding: 0;
}

.index-inner-product .product .itembox:last-child
{
    position: relative; overflow:hidden; 
    display: block;
}
.index-inner-product .product .itembox:last-child .item .pic{ background:#b18147;}
.index-inner-product .product .itembox:last-child .item .mask b{ font-size:30px;  color: #fff; position:absolute; z-index:91; top: -78%; padding:0 25px; width:90%; text-align:right; display:block;}
.index-inner-product .product .itembox:last-child .item .mask{ text-align:right; color:#fff;}
.index-inner-product .product .itembox:last-child .item .mask .note{ text-align:right; font-size:20px;  font-weight:lighter; position: relative; }	



	
.index-inner-product .product .itembox:last-child .item:hover .pic
{
    background:#b18147;
}

.index-inner-product .product .itembox:last-child .item:hover .mask
{
  text-align:right; color:#fff;  bottom:18%; position:absolute;
}

.index-inner-product .product .itembox:last-child .item:hover .mask b
{
    color: #fff; position:absolute; z-index:91; top: -78%; padding:0 25px; width:90%; text-align:right; display:block;
}
.index-inner-product .product .itembox:last-child .item:hover .mask .note{
	color: #fff; text-align:right;
    z-index: 92; width: 100%; display:block;  position: relative; 
    color:#fff;font-size:20px; font-weight:lighter;
    opacity: 1;

	overflow: hidden;

}


/***/

.index-inner-product .product .item
{
    position: relative; overflow:hidden;

    display: block;
}
.index-inner-product .product .item .pic
{
    /***background-color: #e6e6e7; ***/ margin:4px;
}
.index-inner-product .product .item .pic .img-box
{
    padding-bottom: 100%;
}
.index-inner-product .product .item .pic .img-box img
{
    -webkit-transition: all .6s;
            transition: all .6s;

    opacity: 1;
}
.index-inner-product .product .item .mask
{
    position: absolute; bottom:8%; line-height:1.7;
    margin-top:30px;
    padding: 0 25px; width:98%;
    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.index-inner-product .product .item .mask .picon
{
    overflow: hidden;

    /* width: 110px;
    width: 270px;  */
    margin: 0 auto;

}
.index-inner-product .product .item .mask .piconhover
{
    display: none;
}
.index-inner-product .product .item .mask b
{
    font-size: 22px;



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

.index-inner-product .product .itembox .item:hover .mask .note{
	color: #fff; 
    z-index: 92; width: 90%; display:block;

}

.index-inner-product .product .item .mask .note
{ position:absolute; bottom:0;
    -webkit-transition: all .6s;
            transition: all .6s; color:#fff; font-size:12px; font-weight:lighter;
    opacity: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.index-inner-product .product .item .mask .note p
{
    font-size: 16px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 128px;
    margin: 20px 0 0 0;

    color: #fff;

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

.index-inner-product .product .item .mask em
{
    display: block; position:absolute; z-index:93; bottom:0; font-size:12px;
    -webkit-transition: all .6s; color:#3e3a39; color:#fff; background:#b18147; border-radius:50%;
    transition: all .6s; width:16px; text-align:center; height:16px; line-height:16px; right:31%; font-style:normal;
    opacity:1;
}


.index-inner-product .product .item .mask span.jia
{
    display: block; position:absolute; z-index:93; bottom:0; background:#fff; border-radius:12px; font-size:12px;
    -webkit-transition: all .6s; color:#3e3a39; line-height:18px;
            transition: all .6s;
    text-align: center; width:22%; right:8%;

    opacity:1;
}
.index-inner-product .product .item .mask span.jia:after
{

    font-size: 12px;
    line-height: 30px;
    color: #3e3a39;
}

.index-inner-product .product .item:hover .pic img {
    -webkit-animation: flipInY 1s 0s ease both;
    animation: flipInY 1s 0s ease both;}


.index-inner-product .product .item:hover .pic
{
    /*** background-color: #676666; ***/
}
.index-inner-product .product .item:hover .picon .img-box img
{
    opacity: .5;
}
.index-inner-product .product .item:hover .mask
{
    margin-top:50px;
}
.index-inner-product .product .item:hover .mask .picon
{
    border-color: #fff;
}
.index-inner-product .product .item:hover .mask .piconnow
{
    display: none;
}
.index-inner-product .product .item:hover .mask .piconhover
{
    display: block; position: relative;
    z-index: 88;
}
.index-inner-product .product .item:hover .mask b
{
    color: #fff; position:absolute; z-index:91; top:30%; width:90%; text-align:center; display:block;
}
.index-inner-product .product .item:hover .mask b:before
{
    background-color: #fff;
}
.index-inner-product .product .item:hover .mask .note
{
    opacity: 1;
}
.index-inner-product .product .item:hover .mask span.jia
{
    opacity: 1; background:#b28147; color:#fff;
}
/****chanplist****/


.productlist .item .mask b:after
{
    display: block;

    width: 15px;
    height: 1px;
    margin: 0 auto;
    margin-top: 25px;

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

    background-color: #ccc;
}




.productlist .row
{
    margin: 0; margin-bottom:80px;
}
.productlist .itembox
{
    padding: 0;
}
.productlist .item
{
    position: relative; overflow:hidden; padding-bottom:50px;

    display: block;
}
.productlist .item .pic
{
    background-color: #e6e6e7; border-radius:18px; margin:8px;
}
.productlist .item .pic .img-box
{
    padding-bottom: 100%;
}
.productlist .item .pic .img-box img
{
    -webkit-transition: all .6s;
            transition: all .6s;

    opacity: .3;
}
.productlist .item .mask
{
    position: absolute;
    top: 32%;

    width: 100%;
    margin-top:30px;
    padding: 0 15px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.productlist.item .mask .picon
{
    overflow: hidden;

    /* width: 110px;
    width: 270px;  */
    margin: 0 auto;

}
.productlist .item .mask .piconhover
{
    display: none;
}
.productlist .item .mask b
{ line-height:45px;
    font-size: 16px; color:#b28247; font-weight:normal; width:100%; position:absolute; left: 0px;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}

.productlist .itembox:hover .item:hover .mask .note{
	color: #fff; text-align:center;    
    position: absolute;
    z-index: 92; width: 90%; display:block;
    top: 18%;

}

.productlist .item .mask .note
{
    -webkit-transition: all .6s;
            transition: all .6s; display:none;

    opacity: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.productlist .item .mask .note p
{
    font-size: 16px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 128px;
    margin: 20px 0 0 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.productlist .item .mask span.jia
{
    display: block; position:absolute; z-index:93; top:68%; background:#fff; border-radius:12px; font-size:12px;
    -webkit-transition: all .6s; color:#3e3a39;
            transition: all .6s;
    text-align: center; width:22%; left:38%;

    opacity: 0;
}
.productlist .item .mask span.jia:after
{

    font-size: 12px;
    line-height: 30px;
    color: #3e3a39;
}
.productlist .item:hover .pic
{
    background-color: #676666;
}
.productlist .item:hover .picon .img-box img
{
    opacity: .5;
}
.productlist .item:hover .mask
{
    margin-top:50px;
}
.productlist .item:hover .mask .picon
{
    border-color: #fff;
}
.productlist .item:hover .mask .piconnow
{
    display: none;
}
.productlist .item:hover .mask .piconhover
{
    display: block; position: relative;
    z-index: 88;
}
.productlist .item:hover .mask b
{
    color: #fff; position:absolute; z-index:91; top:30%; width:90%; text-align:center; display:block; font-size:20px; font-weight:bold; line-height:1.6;
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
}
.productlist .item:hover .mask b:before
{
    background-color: #fff;
}
.productlist .item:hover .mask .note
{
    opacity: 1;
}

.productlist .item:hover .mask span.jia
{
    opacity: 1;
}

.productlist .item .mask span.jia
{
    display: block; position:absolute; z-index:93; top:68%; background:#fff; border-radius:12px; font-size:12px;
    -webkit-transition: all .6s; color:#3e3a39;
            transition: all .6s;
    text-align: center; width:22%; left:38%;

    opacity: 0;
}
.productlist .item .mask span.jia:after
{

    font-size: 12px;
    line-height: 30px;
    color: #3e3a39;
}


.sub-title-product
{
    text-align: center; margin-top:55px; margin-bottom:40px;
}
.sub-title-product b
{
    font-size: 32px; color:#b28247;

    display: block;
}

.sub-title-product h5 {
    display: block;
    width: 537px;
    height: 26px;
    margin: 0 auto; font-size:18px; color:#595757; text-transform:uppercase; font-weight:lighter; letter-spacing:5px;
    margin-top: 15px;
    background: url(../images/protitlebg.png) no-repeat ;
}

/***/
/****chanpinlist***/
.inner-product-show{
    padding: 0;
}
.inner-product-show .product-show-partone
{
    padding: 100px 0;

    /* background-color: #0c0d0f; */
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partone
    {
        padding: 60px 0;
    }
	.inner-product-show .product-show-partone .text2{ margin-top:0;}
}
.inner-product-show .product-show-partone .text2{ margin-top:-70px;}
.inner-product-show .product-show-partone .text b
{
    font-size: 14px; text-align:right;
    line-height: 2.2; color:#3e3a39; font-weight:normal;
    display: block;
    margin: 0;
}

.inner-product-show .product-show-partone .text p
{
    font-size: 15px; background:url(../images/proshowico.png) 0 10px no-repeat; background-size:13px; padding-left:28px;
    line-height: 2.2; color:#3e3a39;
    display: block;
    background-position: 0% 10px;
    margin: 0;
}

@media (max-width: 991px)
{
    .inner-product-show .product-show-partone .text b,
    .inner-product-show .product-show-partone .text p
    {
        font-size: 15px;
    }
}
.inner-product-show .product-show-partone .video
{
    position: relative;

    overflow: hidden;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partone .video
    {
        margin-top: 40px;
    }
}
.inner-product-show .product-show-partone .video .img-box
{
    z-index: 0;

    padding-bottom: 75.34246575%;

    background-color: #000;
}
.inner-product-show .product-show-partone .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: 1;
    opacity: .4;
}
.inner-product-show .product-show-partone .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.inner-product-show .product-show-partone .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.inner-product-show .product-show-partone .video .play
{
    font-size: 40px;
    font-weight: bold;

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

    display: inline-block;

    width: 100%;
    margin-bottom: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    letter-spacing: 1px;

    color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partone .video .play
    {
        font-size: 24px;
    }
}
.inner-product-show .product-show-partone .video .play:before
{
    font-family: 'iconfont';
    font-size: 60px;
    font-weight: normal;

    display: block;

    content: '\e642';
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partone .video .play:before
    {
        font-size: 40px;
    }
}
.inner-product-show .product-show-partone .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .7;
}
.inner-product-show .product-show-partone .video:hover .play
{
    top: 50%;
}
.inner-product-show .product-show-parttwo
{
    padding: 100px 0 20px 0;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parttwo
    {
        padding: 60px 0 20px 0;
    }
}
.inner-product-show .product-show-parttwo .list ul
{
    font-size: 0;

    margin: 0 -15px;
}
.inner-product-show .product-show-parttwo .list ul li
{
    display: inline-block;

    width: 50%;
    margin: 30px 0;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parttwo .list ul li
    {
        width: 100%;
    }
}
.inner-product-show .product-show-parttwo .list ul li .item
{
    position: relative;

    min-height: 120px;
}
.inner-product-show .product-show-parttwo .list ul li .item:before
{
    position: absolute;
    top: -20px;

    display: block;

    width: 120px;
    height: 120px;

    /* content: ''; */

    background: url(../images/product-icon-1.png) no-repeat;
    background-size: cover;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li .item:before
    {
        position: relative;

        width: 90px;
        height: 90px;
        margin: 0 auto;
    }
}
.inner-product-show .product-show-parttwo .list ul li .item-2:before
{
    background-position: -120px 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li .item-2:before
    {
        background-position: -90px 0;
    }
}
.inner-product-show .product-show-parttwo .list ul li .item-3:before
{
    background-position: -240px 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li .item-3:before
    {
        background-position: -180px 0;
    }
}
.inner-product-show .product-show-parttwo .list ul li .item-4:before
{
    background-position: -360px 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li .item-4:before
    {
        background-position: -270px 0;
    }
}
.inner-product-show .product-show-parttwo .list ul li .item p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.inner-product-show .product-show-parttwo .list ul li:nth-child(2n+1) .item
{
    padding-right: 170px;

    text-align: right;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li:nth-child(2n+1) .item
    {
        padding-right: 0;

        text-align: center;
    }
}
.inner-product-show .product-show-parttwo .list ul li:nth-child(2n+1) .item:before
{
    right: 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li:nth-child(2n+1) .item:before
    {
        right: auto;
    }
}
.inner-product-show .product-show-parttwo .list ul li:nth-child(2n) .item
{
    padding-left: 170px;

    text-align: left;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li:nth-child(2n) .item
    {
        padding-left: 0;

        text-align: center;
    }
}
.inner-product-show .product-show-parttwo .list ul li:nth-child(2n) .item:before
{
    left: 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .list ul li:nth-child(2n) .item:before
    {
        left: auto;
    }
}
.inner-product-show .product-show-parttwo .link
{
    text-align: center;
}
.inner-product-show .product-show-parttwo .link a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    width: 160px;
    height: 50px;
    margin-top: 20px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #274ea7;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .link a
    {
        font-size: 14px;

        width: 150px;
				margin: 5px 0;
    }
}
@media (max-width: 375px)
{
    .inner-product-show .product-show-parttwo .link a
    {
        width: 140px;
    }
}
.inner-product-show .product-show-parttwo .link a.parameter-btn
{
    margin-right: 20px;
    margin-right: 0px!important;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parttwo .link a.parameter-btn
    {
        margin-right: 10px;
    }
}
@media (max-width: 375px)
{
    .inner-product-show .product-show-parttwo .link a.parameter-btn
    {
        margin: 0;
    }
}
.inner-product-show .product-show-parttwo .link a.parameter-btn:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 5px;

    content: '\e602';
    vertical-align: middle;
}
.inner-product-show .product-show-parttwo .link a:hover
{
    background-color: #0a3598;
}
.inner-product-show .product-show-parttwo .parameter
{
    display: none;

    width: 100%;
    margin-top: 36px;
    padding: 30px 0;

    /* background-color: #f9f9f9; */
}
.inner-product-show .product-show-parttwo .parameter .parameter-up
{
    font-size: 20px;
    line-height: 64px;

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

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

    border-radius: 50%;
    background-color: #dbdada;
}
.inner-product-show .product-show-parttwo .parameter .parameter-up:before
{
    font-family: 'iconfont' !important;

    content: '\e622';

    color: #fff;
}
.inner-product-show .product-show-parttwo .parameter .parameter-up:hover
{
    background-color: #274ea7;
}
.inner-product-show .product-show-parttwo .parameter table
{
    width: 100%;
    margin-top: 20px;

    text-align: center;
}
.inner-product-show .product-show-parttwo .parameter table td,
.inner-product-show .product-show-parttwo .parameter table th
{
    font-size: 16px;
    line-height: 1.5;

    width: 25%;
    padding: 15px 10px;

    text-align: center;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parttwo .parameter table td,
    .inner-product-show .product-show-parttwo .parameter table th
    {
        font-size: 14px;

        padding: 10px 6px;
    }
}
.inner-product-show .product-show-parttwo .parameter table td
{
    color: #666;
}

/**yycj***/

.inner-product-show .rjyycj
{
     
	 padding: 40px 0 50px 0;
}
.inner-product-show .rjyycj .list ul li
{
    font-size: 0;

    overflow: hidden;
}
.inner-product-show .rjyycj .list ul li .pic,
.inner-product-show .rjyycj .list ul li .text
{
    float: right;
    overflow: hidden;

    width: 50%;
	position: relative;
}
@media (max-width: 991px)
{
    .inner-product-show .rjyycj .list ul li .pic,
    .inner-product-show .rjyycj .list ul li .text
    {
        width: 100%;
    }
}
@media (max-width: 1500px)
{
    .inner-product-show .rjyycj .list ul li .pic img
    {
        margin-left: -25%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .rjyycj .list ul li .pic img
    {
        max-width: 100%;
        margin: 0;
    }
}

.inner-product-show .rjyycj .list ul li .pic img{ width: 100%;
    margin-left: 0;
    }



.inner-product-show .rjyycj .list ul li .text b
{
    font-size: 22px; color:#fff; font-weight:normal;
    line-height: 1.5;

    display: block;

    margin-bottom: 15px;
}
@media (max-width: 767px)
{
    .inner-product-show .rjyycj .list ul li .text b
    {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.inner-product-show .rjyycj .list ul li .text p
{
    font-size: 15px;
    line-height: 1.8; color:#fff;
    margin: 0;
}
@media (max-width: 767px)
{
    .inner-product-show .rjyycj .list ul li .text p
    {
        font-size: 15px;
    }
}
.inner-product-show .rjyycj .list ul li .text p strong
{ 
    font-weight: bold;
}
@media (max-width: 767px)
{
    .inner-product-show .rjyycj .list ul li .text p span
    {
        font-size: 24px;
    }
}
.inner-product-show .rjyycj .list ul li .text .note
{
    display: inline-block;

    width: 50%;
    max-width: 200px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .rjyycj .list ul li .text .note
    {
        width: 100%;
        margin: 10px 0;
    }
}
.inner-product-show .rjyycj .list ul li .text .tpic
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .rjyycj .list ul li .text .tpic
    {
        width: 100%;
    }
}

.inner-product-show .rjyycj .list ul li:nth-child(2n) .pic
{
    height: 327px;     border-top: 1px solid #fff; overflow:hidden; 
}

.inner-product-show .rjyycj .list ul li:nth-child(2n+1) .pic
{
    float: left;  border-right:1px solid #fff; overflow:hidden;  height: 327px; border-top: 1px solid #fff;
}
.inner-product-show .rjyycj .list ul li .text
{
    padding: 4% 2% 0 4%;  height:328px; background:#7d7d7d; border-bottom:1px solid #fff;  border-top:1px solid #fff;
}

.inner-product-show .rjyycj .list ul li .bgcolor39{ background:#7d7d7d;}
.inner-product-show .rjyycj .list ul li .bgcolor40{ background:#0091db;}
.inner-product-show .rjyycj .list ul li .bgcolor41{ background:#00913a;}
.inner-product-show .rjyycj .list ul li .bgcolor47{ background:#006834;}
.inner-product-show .rjyycj .list ul li .bgcolor48{ background:#0068b7;}
.inner-product-show .rjyycj .list ul li .bgcolor49{ background:#8ec31f;}
.inner-product-show .rjyycj .list ul li .bgcolor50{ background:#b18147;}

@media (max-width: 1500px)
{
    .inner-product-show .rjyycj .list ul li:nth-child(2n+1) .text
    {
        padding: 6% 6% 0 4%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .rjyycj .list ul li:nth-child(2n+1) .text
    {
        padding: 30px 15px;
    }
}
.inner-product-show .rjyycj .list ul li:nth-child(2n) .text
{
    padding: 4% 2% 0 4%;  border-right:2px solid #fff;  border-left:none;
}
@media (max-width: 1500px)
{
    .inner-product-show .rjyycj .list ul li:nth-child(2n) .text
    {
        padding: 6% 4% 0 6%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .rjyycj .list ul li:nth-child(2n) .text
    {
        padding: 30px 15px;
    }
}
.inner-product-show .rjyycj .list ul li:nth-child(3) .text .note
{
    max-width: 300px;
}
/****yycj end***/


/**dxlist***/

.inner-product-show .dxlist
{
     
	 padding: 40px 0 50px 0;
}
.inner-product-show .dxlist .list ul li
{
    font-size: 0;

    overflow: hidden; margin-bottom:20px;
}
.inner-product-show .dxlist .list ul li .pic,
.inner-product-show .dxlist .list ul li .text
{
    float: left;
    overflow: hidden;

    width: 50%;
	position: relative;
}
@media (max-width: 991px)
{
    .inner-product-show .dxlist .list ul li .pic,
    .inner-product-show .dxlist .list ul li .text
    {
        width: 100%;
    }
}
@media (max-width: 1500px)
{
    .inner-product-show .dxlist .list ul li .pic img
    {
        margin-left: -25%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .dxlist .list ul li .pic img
    {
        max-width: 100%;
        margin: 0;
    }
}

.inner-product-show .dxlist .list ul li .pic img{ width: 100%;
    margin-left: 0;
    }



.inner-product-show .dxlist .list ul li .text b
{
    font-size: 22px; color:#b28247; font-weight:normal;
    line-height: 1.5;

    display: block;

    margin-bottom: 15px;
}
@media (max-width: 767px)
{
    .inner-product-show .dxlist .list ul li .text b
    {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.inner-product-show .dxlist .list ul li .text p
{
    font-size: 15px;
    line-height: 2; color:#3e3a39;
    margin: 0;
}
@media (max-width: 767px)
{
    .inner-product-show .dxlist .list ul li .text p
    {
        font-size: 15px;
    }
}

@media (max-width: 767px)
{
    .inner-product-show .dxlist .list ul li .text p span
    {
        font-size: 24px;
    }
}
.inner-product-show .dxlist .list ul li .text .note
{
    display: inline-block;

    width: 50%;
    max-width: 200px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .dxlist .list ul li .text .note
    {
        width: 100%;
        margin: 10px 0;
    }
}
.inner-product-show .dxlist .list ul li .text .tpic
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .dxlist .list ul li .text .tpic
    {
        width: 100%;
    }
}


.inner-product-show .dxlist .list ul li .text
{
    padding: 6% 3% 0 3%; background:#ebebec; height:331px;   
}


.inner-product-show .dxlist .list ul li:nth-child(3) .text .note
{
    max-width: 300px;
}

.inner-product-show .dxlist .list ul li .text em 
{
    font-style: normal; font-size:12px; padding: 0 3px; height:16px; position: absolute; bottom: 28px;
    

    color: #fff; background:#b28247; border-radius:50%;
}
.inner-product-show .dxlist .list ul li .text i
{
    font-style: normal; font-size:12px;  position: absolute; bottom: 27px;

    color: #7d7d7d;  border-radius: 18px; padding:0 5px; left: 55px;
    border: 1px solid #7d7d7d;
}
.inner-product-show .dxlist .list ul li:hover .text i
{
    color: #b28247;  border: 1px solid #b28247;
}

/****dxlist end***/

.inner-product-show .product-show-partthree
{
     background-color: #ebebeb; 
	 padding: 80px 0 50px 0;
}
.inner-product-show .product-show-partthree .list ul li
{
    font-size: 0;

    overflow: hidden;
}
.inner-product-show .product-show-partthree .list ul li .pic,
.inner-product-show .product-show-partthree .list ul li .text
{
    float: right;
    overflow: hidden;

    width: 50%;
	position: relative;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partthree .list ul li .pic,
    .inner-product-show .product-show-partthree .list ul li .text
    {
        width: 100%;
    }
}
@media (max-width: 1500px)
{
    .inner-product-show .product-show-partthree .list ul li .pic img
    {
        margin-left: -25%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partthree .list ul li .pic img
    {
        max-width: 100%;
        margin: 0;
    }
	.product-show-partonet .right-list{ float:left; background:#f8f9fa; margin-top:20px; width:100%; padding:20px 20px;}
}
.inner-product-show .product-show-partthree .list ul li .text b
{
    font-size: 22px; color:#b28247; font-weight:normal;
    line-height: 1.5;

    display: block;

    margin-bottom: 15px;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partthree .list ul li .text b
    {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.inner-product-show .product-show-partthree .list ul li .text p
{
    font-size: 15px;
    line-height: 1.8; color:#3e3a39;
    margin: 0;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partthree .list ul li .text p
    {
        font-size: 15px;
    }
}
.inner-product-show .product-show-partthree .list ul li .text p span
{
    font-size: 28px;
    font-weight: bold;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partthree .list ul li .text p span
    {
        font-size: 24px;
    }
}
.inner-product-show .product-show-partthree .list ul li .text .note
{
    display: inline-block;

    width: 50%;
    max-width: 200px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partthree .list ul li .text .note
    {
        width: 100%;
        margin: 10px 0;
    }
}
.inner-product-show .product-show-partthree .list ul li .text .tpic
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partthree .list ul li .text .tpic
    {
        width: 100%;
    }
}
.inner-product-show .product-show-partthree .list ul li:nth-child(2n+1) .pic
{
    float: left;  border-right:9px solid #ebebeb;   height: 322px;
}
.inner-product-show .product-show-partthree .list ul li .text
{
    padding: 4% 7% 4% 7%; background:#fff; height:330px;border-bottom:9px solid #ebebeb;
}
@media (max-width: 1500px)
{
    .inner-product-show .product-show-partthree .list ul li:nth-child(2n+1) .text
    {
        padding: 3% 6% 3% 4%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partthree .list ul li:nth-child(2n+1) .text
    {
        padding: 30px 15px;
    }
}
.inner-product-show .product-show-partthree .list ul li:nth-child(2n) .text
{
    padding: 4% 7% 4% 7%;  border-right:9px solid #ebebeb;  border-left:none; border-bottom:9px solid #ebebeb;
}
@media (max-width: 1500px)
{
    .inner-product-show .product-show-partthree .list ul li:nth-child(2n) .text
    {
        padding: 3% 4% 3% 6%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partthree .list ul li:nth-child(2n) .text
    {
        padding: 30px 15px;
    }
}
.inner-product-show .product-show-partthree .list ul li:nth-child(3) .text .note
{
    max-width: 300px;
}
.inner-product-show .product-show-partfour
{
    padding: 90px 0;

    /* background-color: #f6f6f6; */
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partfour
    {
        padding: 50px 0;
    }
}
.inner-product-show .product-show-partfour .title-product
{
    text-align: center;
}
.inner-product-show .product-show-partfour .title-product b
{
    font-size: 20px;

    display: block;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partfour .title-product b
    {
        font-size: 18px;
    }
}
.inner-product-show .product-show-partfour .list ul
{
    font-size: 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partfour .list ul
    {
        text-align: left;
    }
}
.inner-product-show .product-show-partfour .list ul li
{
    display: inline-block;

    width: 33.33333333%;
    margin-top: 50px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partfour .list ul li
    {
        width: 100%;
        margin-top: 30px;
    }
}
.inner-product-show .product-show-partfour .list .item
{
    position: relative;

    display: inline-block;

    padding-left: 90px;

    text-align: left;
}
.inner-product-show .product-show-partfour .list .item:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 80px;
    height: 80px;

    /* content: ''; */

    background: url(../images/product-icon-2.png) no-repeat;
    background-size: cover;
}
.inner-product-show .product-show-partfour .list .item-2:before
{
    background-position: -80px 0;
}
.inner-product-show .product-show-partfour .list .item-3:before
{
    background-position: -160px 0;
}
.inner-product-show .product-show-partfour .list .item p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
.inner-product-show .product-show-partfour .list .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.inner-product-show .product-show-partfive
{
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partfive
    {
        padding: 50px 0;
    }
}
.inner-product-show .product-show-partfive .text
{
    text-align: center;
}
.inner-product-show .product-show-partfive .text img
{
    max-width: 100%;
}
.inner-product-show .product-show-partsix
{
    padding: 90px 0;

    /* background-color: #f6f6f6; */
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partsix
    {
        padding: 50px 0;
    }
}
.inner-product-show .product-show-partsix .title-product
{
    text-align: center;
}
.inner-product-show .product-show-partsix .title-product b
{
    font-size: 20px;

    display: block;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partsix .title-product b
    {
        font-size: 18px;
    }
}
.inner-product-show .product-show-partsix .list ul
{
    font-size: 0;

    text-align: center;
}
.inner-product-show .product-show-partsix .list ul li
{
    display: inline-block;

    width: 33.33333333%;
    margin-top: 50px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partsix .list ul li
    {
        width: 100%;
    }
}
.inner-product-show .product-show-partsix .list .item
{
    position: relative;
}
.inner-product-show .product-show-partsix .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    line-height: 76px;

    display: block;

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

    content: '\e6c7';

    color: #666;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
}
.inner-product-show .product-show-partsix .list .item-2:before
{
    content: '\e6a5';
}
.inner-product-show .product-show-partsix .list .item-3:before
{
    content: '\e6a0';
}
.inner-product-show .product-show-partsix .list .item b
{
    font-size: 22px;
    line-height: 1.36363636;

    display: block;

    margin-top: 10px;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partsix .list .item b
    {
        font-size: 18px;
    }
}
.inner-product-show .product-show-partsix .list .item p
{
    font-size: 14px;
    line-height: 2.25;

    margin: 0;
}
.inner-product-show .product-show-partsix .list .item h4
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
.inner-product-show .product-show-partsix .list .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.inner-product-show .product-show-partsseven
{
    padding: 90px 0 50px 0;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partsseven
    {
        padding: 50px 0;
    }
}
.inner-product-show .product-show-partsseven .text
{
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partsseven .text
    {
        padding-right: 0;
    }
}
.inner-product-show .product-show-partsseven .text .title-seven b
{
    font-size: 30px;
    font-weight: normal;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partsseven .text .title-seven b
    {
        font-size: 20px;
    }
}
.inner-product-show .product-show-partsseven .text .note
{
    margin-top: 20px;
}
.inner-product-show .product-show-partsseven .text .note p
{
    font-size: 14px;
    line-height: 2.28571429;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partsseven .pic
    {
        margin-top: 30px;
    }
}
.inner-product-show .product-show-partsseven .pic img
{
    max-width: 100%;
}
.inner-product-show .product-show-parteight
{
    padding: 90px 0;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parteight
    {
        padding: 50px 0;
    }
}
.inner-product-show .product-show-parteight .text
{
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parteight .text
    {
        padding-right: 0;
    }
}
.inner-product-show .product-show-parteight .text .title-eight b
{
    font-size: 30px;
    font-weight: normal;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parteight .text .title-eight b
    {
        font-size: 20px;
    }
}
.inner-product-show .product-show-parteight .text .note
{
    margin-top: 20px;
}
.inner-product-show .product-show-parteight .text .note p
{
    font-size: 16px;
    line-height: 2.25;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parteight .text .note p
    {
        font-size: 15px;
    }
}
.inner-product-show .product-show-parteight .pic
{
    padding-left: 8%;
}
@media (max-width: 1500px)
{
    .inner-product-show .product-show-parteight .pic
    {
        padding-left: 0;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-parteight .pic
    {
        margin-top: 30px;
    }
}
.inner-product-show .product-show-parteight .pic img
{
    max-width: 100%;
}
.inner-product-show .product-show-parteight .pic p
{
    margin: 0;
}
@media (min-width: 767px)
{
    .inner-product-show .product-show-parteight .pic p
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display:         flex;
        display:     -ms-flex;
        display: -webkit-flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
                justify-content: space-between;
            -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
                align-items: center;
            -ms-align-items: center;
        -webkit-align-items: center;
    }
}
.inner-product-show .product-show-parteight .pic p span
{
    font-size: 16px;
    line-height: 26px;

    display: inline-block;

    width: 200px;
    margin-top: 20px;
    padding: 20px 10px;

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

    background-color: #ebebeb;
}
@media (max-width: 1350px)
{
    .inner-product-show .product-show-parteight .pic p span
    {
        font-size: 14px;

        width: 160px;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-parteight .pic p span
    {
        display: block;

        width: auto;
    }
}
.inner-product-show .product-show-parteight .pic p span:hover,
.inner-product-show .product-show-parteight .pic p span.active
{
    color: #fff;
    background-color: #274ea7;
}
.inner-product-show .product-show-partnine
{
    padding: 90px 0;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partnine
    {
        padding: 50px 0;
    }
}
.inner-product-show .product-show-partnine .title-nine
{
    text-align: center;
}
.inner-product-show .product-show-partnine .title-nine b
{
    font-size: 36px;

    display: block;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show-partnine .title-nine b
    {
        font-size: 24px;
    }
}
.inner-product-show .product-show-partnine .slick-partnine
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partnine .slick-partnine
    {
        margin: 0 -8px;
    }
}
.inner-product-show .product-show-partnine .slick-partnine .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show-partnine .slick-partnine .slick-slide
    {
        padding: 0 8px;
    }
}
.inner-product-show .product-show-partnine .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
.inner-product-show .product-show-partnine .item .pic
{
    position: relative;

    overflow: hidden;
}
.inner-product-show .product-show-partnine .item .pic:before
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

    width: 203px;
    height: 133px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;

    opacity: 0;
    background: url(../images/nine.png) no-repeat;
    background-size: cover;
}
.inner-product-show .product-show-partnine .item .img-box
{
    padding-bottom: 69.36416185%;
}
.inner-product-show .product-show-partnine .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-product-show .product-show-partnine .item:hover .pic:before
{
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    opacity: 1;
}
.inner-product-show .product-show-partnine .item:hover p
{
    color: #274ea7;
}
.inner-product-show .product-show-partnine .slick-dots
{
    margin-top: 40px;

    text-align: center;
}
.inner-product-show .product-show-partnine .slick-dots li
{
    position: relative;

    display: inline-block;

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

    cursor: pointer;

    border-radius: 50%;
    background-color: #e8e7e7;
}
.inner-product-show .product-show-partnine .slick-dots li.slick-active
{
    background-color: #274ea7;
}
.inner-product-show .product-show-partnine .slick-dots li button
{
    display: none;
}
.inner-product-show .ggpproduct-show-partone
{
    padding: 100px 0;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-product-show .ggpproduct-show-partone
    {
        padding: 60px 0;
    }
}
.inner-product-show .ggpproduct-show-partone .list ul
{
    font-size: 0;

    margin: 0 -15px;
}
.inner-product-show .ggpproduct-show-partone .list ul li
{
    display: inline-block;

    width: 33.33333333%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-product-show .ggpproduct-show-partone .list ul li
    {
        width: 50%;
    }
}
.inner-product-show .ggpproduct-show-partone .list .item
{
    margin-bottom: 100px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-product-show .ggpproduct-show-partone .list .item
    {
        margin-bottom: 50px;
    }
}
.inner-product-show .ggpproduct-show-partone .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 44px;
    line-height: 108px;

    display: block;

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

    content: '\e649';

    color: #acacac;
    border: 1px solid #acacac;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .inner-product-show .ggpproduct-show-partone .list .item:before
    {
        font-size: 34px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.inner-product-show .ggpproduct-show-partone .list .item p
{
    font-size: 16px;
    line-height: 2;

    margin: 12px 0 0 0;
}
@media (max-width: 991px)
{
    .inner-product-show .ggpproduct-show-partone .list .item p
    {
        font-size: 14px;
    }
}
.inner-product-show .ggpproduct-show-partone .list .item-2:before
{
    content: '\e76c';
}
.inner-product-show .ggpproduct-show-partone .list .item-3:before
{
    content: '\e64a';
}
.inner-product-show .ggpproduct-show-partone .list .item-4:before
{
    content: '\e82f';
}
.inner-product-show .ggpproduct-show-partone .list .item-5:before
{
    content: '\e6d8';
}
.inner-product-show .ggpproduct-show-partone .list .item-6:before
{
    content: '\e64b';
}
.inner-product-show .ggpproduct-show-partone .list .item:hover:before
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-product-show .ggpproduct-show-partone .link
{
    text-align: center;
}
.inner-product-show .ggpproduct-show-partone .link a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    width: 160px;
    height: 50px;
    margin-top: 20px;

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

    border: 1px dashed #666;
    border-radius: 30px;
}
@media (max-width: 767px)
{
    .inner-product-show .ggpproduct-show-partone .link a
    {
        font-size: 14px;

        width: 150px;
    }
}
@media (max-width: 375px)
{
    .inner-product-show .ggpproduct-show-partone .link a
    {
        width: 140px;
    }
}
.inner-product-show .ggpproduct-show-partone .link a.parameter-btn
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .inner-product-show .ggpproduct-show-partone .link a.parameter-btn
    {
        margin-right: 10px;
    }
}
@media (max-width: 375px)
{
    .inner-product-show .ggpproduct-show-partone .link a.parameter-btn
    {
        margin: 0;
    }
}
.inner-product-show .ggpproduct-show-partone .link a.parameter-btn:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 5px;

    content: '\e602';
    vertical-align: middle;
}
.inner-product-show .ggpproduct-show-partone .link a:hover
{
    color: #fff;
    background-color: #0a3598;
}
.inner-product-show .ggpproduct-show-partone .parameter
{
    display: none;

    margin-top: 36px;
    padding: 30px 0;

    background-color: #f9f9f9;
}
.inner-product-show .ggpproduct-show-partone .parameter .parameter-up
{
    font-size: 20px;
    line-height: 64px;

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

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

    border-radius: 50%;
    background-color: #dbdada;
}
.inner-product-show .ggpproduct-show-partone .parameter .parameter-up:before
{
    font-family: 'iconfont' !important;

    content: '\e622';

    color: #fff;
}
.inner-product-show .ggpproduct-show-partone .parameter .parameter-up:hover
{
    background-color: #274ea7;
}
.inner-product-show .ggpproduct-show-partone .parameter table
{
    width: 100%;
    margin-top: 20px;

    text-align: center;
}
.inner-product-show .ggpproduct-show-partone .parameter table td,
.inner-product-show .ggpproduct-show-partone .parameter table th
{
    font-size: 16px;
    line-height: 1.5;

    width: 25%;
    padding: 15px 10px;

    text-align: center;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .inner-product-show .ggpproduct-show-partone .parameter table td,
    .inner-product-show .ggpproduct-show-partone .parameter table th
    {
        font-size: 14px;

        padding: 10px 6px;
    }
}
.inner-product-show .ggpproduct-show-partone .parameter table td
{
    color: #666;
}
.inner-product-show .gdproduct-show-partone
{
    font-size: 0;

    background-color: #fff;
}
.inner-product-show .gdproduct-show-partone .itembox
{
    display: inline-block;
    float: none;

    vertical-align: middle;
}
.inner-product-show .gdproduct-show-partone .text p
{
    font-size: 16px;
    line-height: 48px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-partone .text p
    {
        font-size: 15px;
        line-height: 30px;
    }
}
.inner-product-show .gdproduct-show-partone .video .img-box
{
    padding-bottom: 82.19178082%;
}
.inner-product-show .gdproduct-show-partone .video .img-box img
{
    opacity: 1;
}
.inner-product-show .gdproduct-show-parttwo
{
    padding: 50px 0;

    /* background-color: #f9f9f9; */
}
@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-parttwo
    {
        padding: 60px 0;
    }
}
.inner-product-show .gdproduct-show-parttwo .list ul
{
    font-size: 0;

    margin: 0 -15px;
}
.inner-product-show .gdproduct-show-parttwo .list ul li
{
    display: inline-block;

    /* width: 33.33333333%; */
    width: 25%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-parttwo .list ul li
    {
        width: 50%;
    }
}
.inner-product-show .gdproduct-show-parttwo .list .item
{
    margin-bottom: 100px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-parttwo .list .item
    {
        margin-bottom: 50px;
    }
}
.inner-product-show .gdproduct-show-parttwo .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 44px;
    line-height: 130px;

    display: block;

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

    content: '\e82f';

    color: #acacac;
    border-radius: 50%;
    background: url(../images/p_bg.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-parttwo .list .item:before
    {
        font-size: 34px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.inner-product-show .gdproduct-show-parttwo .list .item b
{
    font-size: 16px;
    line-height: 2;

    display: block;

    margin: 10px 0 4px;
}
.inner-product-show .gdproduct-show-parttwo .list .item p
{
    font-size: 14px;
    line-height: 30px;

    max-width: 340px;
    margin: 0 auto;

    color: #666;
}
.inner-product-show .gdproduct-show-parttwo .list .item-2:before
{
    content: '\e64c';
}
.inner-product-show .gdproduct-show-parttwo .list .item-3:before
{
    content: '\e64e';
}
.inner-product-show .gdproduct-show-parttwo .list .item-4:before
{
    content: '\e650';
}
.inner-product-show .gdproduct-show-parttwo .list .item-5:before
{
    content: '\e67b';
}
.inner-product-show .gdproduct-show-parttwo .list .item-6:before
{
    font-size: 60px;

    content: '\e64d';
}
@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-parttwo .list .item-6:before
    {
        font-size: 50px;
    }
}
.inner-product-show .gdproduct-show-parttwo .list .item:hover:before
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-product-show .gdproduct-show-parttwo .link
{
    text-align: center;
}
.inner-product-show .gdproduct-show-parttwo .link a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    width: 160px;
    height: 50px;
    margin-top: 20px;

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

    border: 1px dashed #666;
    border-radius: 30px;
}
@media (max-width: 767px)
{
    .inner-product-show .gdproduct-show-parttwo .link a
    {
        font-size: 14px;

        width: 150px;
    }
}
@media (max-width: 375px)
{
    .inner-product-show .gdproduct-show-parttwo .link a
    {
        width: 140px;
    }
}
.inner-product-show .gdproduct-show-parttwo .link a.parameter-btn
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .inner-product-show .gdproduct-show-parttwo .link a.parameter-btn
    {
        margin-right: 10px;
    }
}
@media (max-width: 375px)
{
    .inner-product-show .gdproduct-show-parttwo .link a.parameter-btn
    {
        margin: 0;
    }
}
.inner-product-show .gdproduct-show-parttwo .link a.parameter-btn:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 5px;

    content: '\e602';
    vertical-align: middle;
}
.inner-product-show .gdproduct-show-parttwo .link a:hover
{
    color: #fff;
    background-color: #0a3598;
}
.inner-product-show .gdproduct-show-parttwo .parameter
{
    padding: 30px 0;
}
.inner-product-show .gdproduct-show-parttwo .parameter .parameter-up
{
    font-size: 20px;
    line-height: 64px;

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

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

    border-radius: 50%;
    background-color: #dbdada;
}
.inner-product-show .gdproduct-show-parttwo .parameter .parameter-up:before
{
    font-family: 'iconfont' !important;

    content: '\e622';

    color: #fff;
}
.inner-product-show .gdproduct-show-parttwo .parameter .parameter-up:hover
{
    background-color: #274ea7;
}
.inner-product-show .gdproduct-show-parttwo .parameter table
{
    width: 100%;
    margin-top: 20px;

    text-align: center;
}

.inner-product-show .gdproduct-show-parttwo .parameter .firstRow{ background:#b18147 !important; color:#fff; font-size:18PX; font-weight:bold;}
.inner-product-show .gdproduct-show-parttwo .parameter .firstRow td{ color:#fff;}

.inner-product-show .gdproduct-show-parttwo .parameter tr:nth-child(2n+1){background:#e0e1e1; }
.inner-product-show .gdproduct-show-parttwo .parameter tr:nth-child(2n){background:#fff; }

.inner-product-show .gdproduct-show-parttwo .parameter table td,
.inner-product-show .gdproduct-show-parttwo .parameter table th
{
    font-size: 15px;
    line-height: 1.5;
    padding:5px 20px 5px 50px;

    text-align: left;

    border: 1px solid #fff;
}


.inner-product-show .gdproduct-show-parttwo .parameter .table-box .left{ text-align:left;}
.inner-product-show .gdproduct-show-parttwo .parameter .table-box td{ text-align:center;}
.inner-product-show .gdproduct-show-parttwo .parameter .table-box tr td:first-child{ text-align:left;}


@media (max-width: 991px)
{
    .inner-product-show .gdproduct-show-parttwo .parameter table td,
    .inner-product-show .gdproduct-show-parttwo .parameter table th
    {
        font-size: 14px;

        padding: 10px 6px;
    }
}
.inner-product-show .gdproduct-show-parttwo .parameter table td
{
    color: #666;
}
.inner-product-show .aqproduct-show-parttwo
{
    background-color: #f9f9f9;
}
.inner-product-show .aqproduct-show-parttwo .list ul
{
    font-size: 0;
	padding-top: 100px;
    margin: 0 -15px;
}
.inner-product-show .aqproduct-show-parttwo .list ul li
{
    display: inline-block;

    width: 25%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-parttwo .list ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-parttwo .list ul li
    {
        width: 50%;
    }
}
.inner-product-show .aqproduct-show-parttwo .list .item
{
    margin-bottom: 100px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-parttwo .list .item
    {
        margin-bottom: 50px;
    }
}
.inner-product-show .aqproduct-show-parttwo .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 44px;
    line-height: 130px;

    display: block;

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

    content: '\e651';

    color: #acacac;
    border-radius: 50%;
    background: url(../images/p_bg.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-parttwo .list .item:before
    {
        font-size: 34px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.inner-product-show .aqproduct-show-parttwo .list .item b
{
    font-size: 16px;
    line-height: 2;

    display: block;

    margin: 10px 0 4px;
}
.inner-product-show .aqproduct-show-parttwo .list .item p
{
    font-size: 14px;
    line-height: 30px;

    max-width: 260px;
    margin: 0 auto;

    color: #666;
}
.inner-product-show .aqproduct-show-parttwo .list .item-2:before
{
    content: '\e652';
}
.inner-product-show .aqproduct-show-parttwo .list .item-3:before
{
    content: '\e656';
}
.inner-product-show .aqproduct-show-parttwo .list .item-4:before
{
    content: '\e654';
}
.inner-product-show .aqproduct-show-parttwo .list .item-5:before
{
    content: '\e70b';
}
.inner-product-show .aqproduct-show-parttwo .list .item-6:before
{
    content: '\e657';
}
.inner-product-show .aqproduct-show-parttwo .list .item-7:before
{
    content: '\e768';
}
.inner-product-show .aqproduct-show-parttwo .list .item:hover:before
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-product-show .aqproduct-show-partthree
{
    padding: 100px 0;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partthree
    {
        padding: 60px 0;
    }
}
.inner-product-show .aqproduct-show-partthree .title-partthree b
{
    font-size: 32px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partthree .title-partthree b
    {
        font-size: 24px;
    }
}
.inner-product-show .aqproduct-show-partthree .partthree
{
    overflow: hidden;

    margin-top: 30px;
}
.inner-product-show .aqproduct-show-partthree .partthree .pic
{
    float: left;

    width: 45%;
    padding-right: 30px;
}
@media (max-width: 1199px)
{
    .inner-product-show .aqproduct-show-partthree .partthree .pic
    {
        width: 100%;
        padding-right: 0;
    }
}
.inner-product-show .aqproduct-show-partthree .partthree .pic img
{
    max-width: 100%;
}
.inner-product-show .aqproduct-show-partthree .partthree .text
{
    float: left;

    width: 55%;
}
@media (max-width: 1199px)
{
    .inner-product-show .aqproduct-show-partthree .partthree .text
    {
        width: 100%;
        margin-top: 30px;
    }
}
.inner-product-show .aqproduct-show-partthree .partthree .text table
{
    width: 100%;

    text-align: center;
}
.inner-product-show .aqproduct-show-partthree .partthree .text table td
{
    line-height: 30px;

    padding: 5px 20px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 1199px)
{
    .inner-product-show .aqproduct-show-partthree .partthree .text table td
    {
        padding: 5px 15px;
    }
}
.inner-product-show .aqproduct-show-partthree .partthree .text table td p
{
    margin: 30px 0;

    text-align: left;
}
.inner-product-show .aqproduct-show-partfour .list ul li
{
    font-size: 0;

    overflow: hidden;
}
.inner-product-show .aqproduct-show-partfour .list ul li:first-child
{
    background-color: #f9f9f9;
}
.inner-product-show .aqproduct-show-partfour .list ul li .pic,
.inner-product-show .aqproduct-show-partfour .list ul li .text
{
    float: left;
    overflow: hidden;

    width: 50%;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .pic,
    .inner-product-show .aqproduct-show-partfour .list ul li .text
    {
        width: 100%;
    }
}
@media (max-width: 1500px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .pic img
    {
        margin-left: -25%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .pic img
    {
        max-width: 100%;
        margin: 0;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li .text b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;

    display: block;

    margin-bottom: 10px;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .text b
    {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .text p
    {
        font-size: 15px;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li .text p span
{
    font-size: 28px;
    font-weight: bold;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .text p span
    {
        font-size: 24px;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li .text .note
{
    display: inline-block;

    width: 50%;
    max-width: 200px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .text .note
    {
        width: 100%;
        margin: 10px 0;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li .text .tpic
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li .text .tpic
    {
        width: 100%;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n) .pic
{
    float: right;
}
.inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n) .text
{
    padding: 6% 8% 0 12%;
}
@media (max-width: 1500px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n) .text
    {
        padding: 6% 6% 0 4%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n) .text
    {
        padding: 30px 15px;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n+1) .text
{
    padding: 6% 12% 0 8%;
}
@media (max-width: 1500px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n+1) .text
    {
        padding: 6% 4% 0 6%;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfour .list ul li:nth-child(2n+1) .text
    {
        padding: 30px 15px;
    }
}
.inner-product-show .aqproduct-show-partfour .list ul li:nth-child(3) .text .note
{
    max-width: 300px;
}
.inner-product-show .aqproduct-show-partfive
{
    padding: 50px 0 100px;

    /* background-color: #f9f9f9; */
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfive
    {
        padding: 10px 0 60px;
    }
}
.inner-product-show .aqproduct-show-partfive .list ul
{
    font-size: 0;

    margin: 0 -15px;
}
.inner-product-show .aqproduct-show-partfive .list ul li
{
    display: inline-block;

    width: 25%;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfive .list ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partfive .list ul li
    {
        width: 50%;
    }
}
.inner-product-show .aqproduct-show-partfive .list .item
{
    margin-top: 50px;

    text-align: center;
}
.inner-product-show .aqproduct-show-partfive .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;
    line-height: 120px;

    display: block;

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

    content: '\e658';

    color: #acacac;
    border: 1px dashed #a7a6a6;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfive .list .item:before
    {
        font-size: 34px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.inner-product-show .aqproduct-show-partfive .list .item b
{
    font-size: 16px;
    line-height: 2;

    display: block;

    margin: 10px 0 4px;
}
.inner-product-show .aqproduct-show-partfive .list .item p
{
    font-size: 14px;
    line-height: 30px;

    max-width: 260px;
    margin: 0 auto;

    color: #666;
}
.inner-product-show .aqproduct-show-partfive .list .item-2:before
{
    content: '\e65c';
}
.inner-product-show .aqproduct-show-partfive .list .item-3:before
{
    font-size: 60px;

    content: '\e6a2';
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partfive .list .item-3:before
    {
        font-size: 50px;
    }
}
.inner-product-show .aqproduct-show-partfive .list .item-4:before
{
    content: '\e70c';
}
.inner-product-show .aqproduct-show-partfive .list .item:hover:before
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-product-show .aqproduct-show-partsix
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partsix
    {
        padding: 60px 0;
    }
}
.inner-product-show .aqproduct-show-partsix .pic img
{
    max-width: 100%;
}
.inner-product-show .aqproduct-show-partsix .text
{
    margin-top: 30px;
}
.inner-product-show .aqproduct-show-partsix .text p
{
    line-height: 2;

    margin: 0;
}
.inner-product-show .aqproduct-show-partseven
{
    padding: 80px 0;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-product-show .aqproduct-show-partseven
    {
        padding: 60px 0;
    }
}
.inner-product-show .aqproduct-show-partseven .title-partseven b
{
    font-size: 26px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
.inner-product-show .aqproduct-show-partseven .title-partseven p
{
    font-size: 16px;
    line-height: 2;

    margin: 10px 0 0 0;
}
.inner-product-show .aqproduct-show-partseven .partseven
{
    font-size: 0;

    overflow: hidden;

    margin: 0 -8px;
}
.inner-product-show .aqproduct-show-partseven .partseven .left
{
    float: left;

    width: 49.25%;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partseven .partseven .left
    {
        width: 100%;
    }
}
.inner-product-show .aqproduct-show-partseven .partseven .left ul li
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
.inner-product-show .aqproduct-show-partseven .partseven .right
{
    float: left;

    width: 50.75%;
}
@media (max-width: 767px)
{
    .inner-product-show .aqproduct-show-partseven .partseven .right
    {
        width: 100%;
    }
}
.inner-product-show .aqproduct-show-partseven .partseven .item
{
    padding: 8px;
}
.inner-product-show .aqproduct-show-partseven .partseven .left .img-box
{
    padding-bottom: 67.6300578%;
}
.inner-product-show .aqproduct-show-partseven .partseven .right .img-box
{
    padding-bottom: 66.66666667%;
}

/*****/
.gdproduct-show-parttwo .parameter .gongneng .item
{
    display: block;

    margin-top: 22px; margin-bottom:20px;
}
@media (max-width: 991px)
{
    .gdproduct-show-parttwo .parameter .gongneng .item
    {
        margin-top: 30px;
    }
}
.gdproduct-show-parttwo .parameter .gongneng .item .img-box
{
    padding-bottom: 53.968254%;
}
.gdproduct-show-parttwo .parameter .gongneng .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.gdproduct-show-parttwo .parameter .gongneng .item .note
{
    padding: 14px 25px; background:#fff; margin-top:10px;
}
.gdproduct-show-parttwo .gongneng .item .note b
{
    font-size:20px; color:#b28247;
    line-height: 38px; font-weight:normal;

    display: -webkit-box;
    overflow: hidden;

    height: 38px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.gdproduct-show-parttwo .gongneng .item .note span
{
    font-size: 12px;
    line-height: 2;

    display: block;

    color: #666464;
}
.gdproduct-show-parttwo .gongneng .item .note p
{
    font-size: 14px;
    line-height: 28px;
    height: 60px;
    -webkit-transition: all .4s;
            transition: all .4s;

    -webkit-box-orient: vertical;
}

.gdproduct-show-parttwo .gongneng .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.gdproduct-show-parttwo .gongneng .item:hover .note b
{
    font-size: 20px;

}
.gdproduct-show-parttwo .gongneng .item:hover .note p
{

}

/*****/

/**dianxing***/
.gdproduct-show-parttwo .parameter .dianxing .item
{
    display: block;

    margin-top: 22px; margin-bottom:20px;
}
@media (max-width: 991px)
{
    .gdproduct-show-parttwo .parameter .dianxing .item
    {
        margin-top: 30px;
    }
}
.gdproduct-show-parttwo .parameter .dianxing .item .img-box
{
    padding-bottom: 69.4871795%;
}
.gdproduct-show-parttwo .parameter .dianxing .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.gdproduct-show-parttwo .parameter .dianxing .item .note
{
    padding: 14px 25px; position:absolute; bottom:5px; margin-top:10px;
}
.gdproduct-show-parttwo .dianxing .item .note b
{
    font-size:20px; color:#fff;
    line-height: 38px;

    display: -webkit-box;
    overflow: hidden;

    height: 38px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.gdproduct-show-parttwo .dianxing .item .note span
{
    font-size: 12px;
    line-height: 2;

    display: block;

    color: #fff;
}
.gdproduct-show-parttwo .dianxing .item .note p
{
    font-size: 14px; color:#fff;
    line-height: 28px;
    height: 60px;
    -webkit-transition: all .4s;
            transition: all .4s;

    -webkit-box-orient: vertical;
}

.gdproduct-show-parttwo .dianxing .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.gdproduct-show-parttwo .dianxing .item:hover .note b
{
    font-size: 20px;

}

/*****/

.inner-news .news
{
    margin-top: -42px;
}
@media (max-width: 991px)
{
    .inner-news .news
    {
        margin-top: -30px;
    }
}
.inner-news .news .row
{
    margin: 0 -22px;
}
@media (max-width: 1500px)
{
    .inner-news .news .row
    {
        margin: 0 -15px;
    }
}
.inner-news .news .itembox
{
    padding: 0 22px;
}
@media (max-width: 1500px)
{
    .inner-news .news .itembox
    {
        padding: 0 15px;
    }
}
.inner-news .news .item
{
    display: block;

    margin-top: 42px;
}
@media (max-width: 991px)
{
    .inner-news .news .item
    {
        margin-top: 30px;
    }
}
.inner-news .news .item .img-box
{
    padding-bottom: 62.22222222%;
}
.inner-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-news .news .item .note
{
    padding: 14px 0;
}
.inner-news .news .item .note b
{
    font-size: 16px; color:#b28247;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 54px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inner-news .news .item .note span
{
    font-size: 12px;
    line-height: 2;

    display: block;

    color: #666464;
}
.inner-news .news .item .note p
{
    font-size: 14px;
    line-height: 30px;
    height: 90px;
    -webkit-transition: all .4s;
            transition: all .4s;

    -webkit-box-orient: vertical;
}
.inner-news .news .item .note em 
{
    font-style: normal; font-size:12px; padding: 0 3px; height:16px;

    color: #fff; background:#b28247; border-radius:50%;
}
.inner-news .news .item .note i
{
    font-style: normal; font-size:12px;

    color: #3e3a39;  border-radius: 18px; padding:0 5px;
    border: 1px solid #b7b6b6;
}
.inner-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news .news .item:hover .note b
{
    font-size: 16px;

    color: #274ea7;
}
.inner-news .news .item:hover .note p
{
    color: #274ea7;
}
.inner-news .news .item:hover .note i
{
    color: #b28247;  border: 1px solid #b28247;
}
.inner-news-show
{
    overflow: hidden;

    margin-bottom: 20px;
    padding-bottom: 0;
}
.inner-news-show .title-news-show h1
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.66666667;

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

    margin-top: 10px;
    margin-left: -30px;
}
.inner-news-show .title-news-show .info span
{
    line-height: 30px;

    display: inline-block;

    margin-left: 30px;

    vertical-align: middle;

    color: #595757;
}
.inner-news-show .title-news-show .info .share
{
    display: inline-block;

    height: 30px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-news-show .title-news-show .info .share
    {
        display: inline-block;
    }
}
.inner-news-show .title-news-show .info .bdsharebuttonbox
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.inner-news-show .title-news-show .info .bdsharebuttonbox a
{
    margin: 0;
    padding: 0 6px;

    background: none;
}
.inner-news-show .title-news-show .info .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    width: 30px;
    height: 30px;

    content: '\e62d';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #b7b7b7;
    background-color: none;
}
.inner-news-show .title-news-show .info .bdsharebuttonbox a:hover
{
    opacity: 1;
}
.inner-news-show .title-news-show .info .bdsharebuttonbox a:hover:before
{
    background-color: #274ea7;
}
.inner-news-show .title-news-show .info .bdsharebuttonbox .bds_sqq:before
{
    content: '\e62d';
}
.inner-news-show .title-news-show .info .bdsharebuttonbox .bds_tsina:before
{
    content: '\e62f';
}
.inner-news-show .title-news-show .info .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.inner-news-show .title-news-show .info .bdsharebuttonbox .bds_mshare:before
{
    content: '\e61b';
}
.inner-news-show .left
{
    float: left;

  
    margin-top: 14px;
    padding-right: 40px;
}
@media (max-width: 991px)
{
    .inner-news-show .left
    {
        width: 100%;
        padding-right: 0;
    }
}
.inner-news-show .right
{
    float: left;

    width: 30%;
    margin-bottom: -9999px;
    padding-bottom: 9999px;

    background-color: #f6f5f5;
}
@media (max-width: 991px)
{
    .inner-news-show .right
    {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.inner-news-show .news-show
{
    overflow: hidden;
}
.inner-news-show .news-show img
{
    max-width: 100%;
}
.inner-news-show .news-show p 
{
    font-size: 15px;
    line-height: 2.1;

    margin: 0;

    color: #666;
}

.inner-news-show .news-show p strong
{
    font-size: 17px;
    line-height: 2.28571429;

    margin: 0;

    color: #666;
}

.inner-news-show .hot-news
{
    padding: 30px;
}
@media (max-width: 991px)
{
    .inner-news-show .hot-news
    {
        padding: 30px 10px;
    }
}
.inner-news-show .hot-news .title-hot b
{
    font-size: 20px;
    line-height: 1.5;

    display: block;
}
.inner-news-show .hot-news .list ul li
{
    border-bottom: 1px solid #dcdcdc;
}
.inner-news-show .hot-news .list .item
{
    display: block;
    overflow: hidden;

    padding: 24px 0;
}
.inner-news-show .hot-news .list .item .pic
{
    float: left;

    width: 30%;
}
.inner-news-show .hot-news .list .item .pic .img-box
{
    padding-bottom: 57.77777778%;
    /* padding-bottom: 100%;
	border-radius: 100%; */
}
.inner-news-show .hot-news .list .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-news-show .hot-news .list .item .note
{
    float: left;

    width: 70%;
    padding-left: 10px;
}
.inner-news-show .hot-news .list .item .note p
{
    font-size: 14px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 32px;
    margin: 4px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-news-show .hot-news .list .item .note p
    {
        margin: 0;
    }
}
.inner-news-show .hot-news .list .item .note span
{
    font-size: 14px;

    display: block;

    color: #c5c5c5;
}
.inner-news-show .hot-news .list .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news-show .hot-news .list .item:hover .note p
{
    color: #274ea7;
}
.inner-news-show .hot-news .relate a
{
    line-height: 48px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-top: 24px;
    padding: 0 20px;

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

    border: 1px solid #e5e5e5;
    border-radius: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inner-news-show .hot-news .relate a:hover
{
    color: #fff;
    background-color: #274ea7;
}

/****shouyefuwu****/

/**shouyefangan*/

.index-inner-service .title-product
{
    text-align: center;
}
.index-inner-service .title-product b
{
    font-size: 32px; color:#b28247;

    display: block;
}

.index-inner-service .title-product h5 {
    display: block;
    width: 537px;
    height: 26px;
    margin: 0 auto; font-size:18px; color:#595757; text-transform:uppercase; font-weight:lighter; letter-spacing:8px;
    margin-top: 15px;
    background: url(../images/protitlebg.png) no-repeat ;
}

@media (max-width: 991px)
{
    .index-inner-service .title-product b
    {
        font-size: 24px;
    }
}




.index-inner-service .title-product p
{
    font-size: 15px;
    line-height: 2; text-align:center;

    max-width: 1320px;
    margin: 0 auto;
    margin-top: 20px;
}

/****shouyefuwu***/

.inner-service .service
{
    text-align: center;
}
.inner-service .service .item
{
    display: block;

    margin: 30px 0;
}
.inner-service .service .item:before
{
    
    
    line-height: 160px;
    display: block;
    width: 200px;
    height: 160px;
    margin: 0 auto; 
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
 
}

.inner-service .service .item-1:before
{
    font-size: 80px; background:url(../images/fu01.png) center center no-repeat;

    content: '';
}
@media (max-width: 767px)
{
    .inner-service .service .item:before
    {
        font-size: 50px;
        line-height: 150px;

        width: 150px;
        height: 150px;
    }
}
.inner-service .service .item-2:before
{
    font-size: 80px; background:url(../images/fu02.png) center center no-repeat;

    content: '';
}
@media (max-width: 767px)
{
    .inner-service .service .item-2:before
    {
        font-size: 60px;
    }
}
.inner-service .service .item-3:before
{
    font-size: 50px; background:url(../images/fu03.png) center center no-repeat;

    content: '';
}
@media (max-width: 767px)
{
    .inner-service .service .item-3:before
    {
        font-size: 40px;
    }
}
.inner-service .service .item p
{
    font-size: 22px;
    margin: 0 0 6px 0;
}

.inner-service .service .item span
{
    font-size: 14px;
    
}

.inner-service .service .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;

 
}
.inner-service .service .item:hover p
{
    color: #274ea7;
}

.inner-service .service .item:hover span
{
    color: #274ea7;
}

.inner-software ul.software-sort
{
    font-size: 0;
}
.inner-software ul.software-sort li
{
    display: inline-block;

    width: 25%;
    margin-top: 6px;

    text-align: center;
    vertical-align: top;

    background-color: #f2f2f2;
}
@media (max-width: 991px)
{
    .inner-software ul.software-sort li
    {
        width: 50%;
    }
}
.inner-software ul.software-sort li a
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    padding: 7px;

    border-right: 1px solid #dbdbdc;
}
.inner-software ul.software-sort li.active
{
    background-color: #274ea7;
}
.inner-software ul.software-sort li.active a
{
    color: #fff;
}
.inner-software .softwarelist
{
    padding: 20px 30px;
}
@media (max-width: 767px)
{
    .inner-software .softwarelist
    {
        padding: 20px 0;
    }
}
.inner-software .softwarelist .text
{
    display: table;

    width: 100%;
    padding-bottom: 20px;

    border-bottom: 1px solid #eee;
}
@media (max-width: 767px)
{
    .inner-software .softwarelist .text
    {
        display: block;
    }
}
.inner-software .softwarelist .text .pic
{
    display: table-cell;

    width: 20%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-software .softwarelist .text .pic
    {
        display: block;

        width: 100%;
    }
}
.inner-software .softwarelist .text .note
{
    display: table-cell;

    width: 80%;
    padding: 10px 20px 10px 40px;

    vertical-align: top;

    border-left: 1px solid #ededed;
}
@media (max-width: 767px)
{
    .inner-software .softwarelist .text .note
    {
        width: 100%;
        padding: 10px 0;

        border-left: 0;
    }
}
.inner-software .softwarelist .text .note p
{
    font-size: 14px;
    line-height: 2.28571429;

    margin: 0;

    color: #666;
}
.inner-software .softwarelist .text .note ul li
{
    list-style-type: disc;
}
.inner-software .softwarelist .list
{
    margin-top: 30px;
}
.inner-software .softwarelist .list ul
{
    font-size: 0;

    margin: 0 -7px;
}
.inner-software .softwarelist .list ul li
{
    display: inline-block;

    width: 33.33333333%;
    margin-top: 20px;
    padding: 0 7px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-software .softwarelist .list ul li
    {
        width: 50%;
    }
}
.inner-software .softwarelist .list .item
{
    text-align: center;
}
.inner-software .softwarelist .list .item .img-box
{
    padding-bottom: 62.66666667%;
}
.inner-software .softwarelist .list .item p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 14px 0 0 0;
}
.inner-download .notice p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2;

    margin: 0;
}
.inner-download .notice p a
{
    color: #ea5317;
}
.inner-download .notice p a:hover
{
    color: #274ea7;
}
.inner-download .download
{
    margin-top: 3px;
}
.inner-download .download ul li
{
    font-size: 0;

    overflow: hidden;

    border-bottom: 1px solid #e5e5e5;
}
.inner-download .download h6
{
    background-color: #3f3b3a; margin:0;
}
.inner-download .download h6 p  
{ width:11%;  color: #fff;  display: inline-block; line-height: 52px; 
    vertical-align: middle; font-size: 14px; font-weight:bold; margin: 0;
}

.inner-download .download h6 p:nth-child(5)
{
    width: 10%;
}
.inner-download .download h6 p:nth-child(1)
{
    width: 52%; padding-left:36px;
}

.inner-download .download ul li p
{
    font-size: 14px;
    line-height: 24px;

    display: inline-block;
    width: 11%;
    margin: 0;
    padding: 10px 20px;
    vertical-align: middle;
    color: #666;
}
.inner-download .download ul li p:nth-child(5)
{
    width: 10%;
}
.inner-download .download ul li p:nth-child(1)
{
    width: 52%; padding: 10px 10px 10px 35px;
}


@media (max-width: 991px)
{
    .inner-download .download ul li p
    {
        font-size: 14px;

        padding: 10px 4px;
    }
}
@media (max-width: 375px)
{
    .inner-download .download ul li p
    {
        font-size: 13px;
    }
}
.inner-download .download ul li .item
{
    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.inner-download .download ul li .item:hover
{
    background-color: #d0ebfb;
}
.inner-download .download ul li .item:hover p:nth-child(5)
{
    color: #274ea7;
}
.fixed-registered
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .6);
}
.fixed-registered .registered
{
    position: fixed;
    top: 50%;
    left: 50%;

    overflow: auto;

    width: 100%;
    max-width: 430px;
    max-height: 100%;
    padding: 60px 30px 30px 30px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background-color: #ebebeb;
}
@media (max-width: 767px)
{
    .fixed-registered .registered
    {
        max-height: 90%;
        padding: 50px 10px 30px 10px;
    }
}
.fixed-registered .registered .registered-close
{
    font-size: 30px;
    line-height: 1;

    position: absolute;
    top: 10px;
    right: 10px;

    cursor: pointer;

    color: #274ea7;
}
.fixed-registered .registered .registered-close:after
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.fixed-registered .registered .info
{
    padding: 20px;

    background-color: #fff;
}
.fixed-registered .registered .info b
{
    font-size: 18px;
}
.fixed-registered .registered .info ul li
{
    overflow: hidden;

    margin-top: 16px;
}
.fixed-registered .registered .info ul li:nth-child(3) input,
.fixed-registered .registered .info ul li:nth-child(4) input
{
    float: left;

    width: 52%;

    border-right: none;
}
.fixed-registered .registered .info .code
{
    float: left;

    width: 48%;
}
.fixed-registered .registered .info .code img
{
    max-width: 100%;
}
.fixed-registered .registered .info .getcode
{
    line-height: 46px;

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

    color: #ffab25;
    background-color: #ffefd5;
}
.fixed-registered .registered .info .getcode a
{
    display: block;
}
.fixed-registered .registered .info .getcode:hover
{
    color: #fff;
    background-color: #ffab25;
}
.fixed-registered .registered .info input
{
    font-size: 14px;
    line-height: 24px;

    width: 100%;
    min-height: 46px;
    padding: 10px 12px;

    border: 1px solid #e5e5e5;
}
.fixed-registered .registered .info input::-webkit-input-placeholder,
.fixed-registered .registered .info textarea::-webkit-input-placeholder
{
    color: #b5b5b5;
}
.fixed-registered .registered .info input:-o-placeholder,
.fixed-registered .registered .info textarea:-o-placeholder
{
    color: #b5b5b5;
}
.fixed-registered .registered .info input::-moz-placeholder,
.fixed-registered .registered .info textarea::-moz-placeholder
{
    color: #b5b5b5;
}
.fixed-registered .registered .info input:-ms-input-placeholder,
.fixed-registered .registered .info textarea:-ms-input-placeholder
{
    color: #b5b5b5;
}
.fixed-registered .registered .info input:focus::-webkit-input-placeholder,
.fixed-registered .registered .info textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.fixed-registered .registered .info input:focus::-o-placeholder,
.fixed-registered .registered .info textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.fixed-registered .registered .info input:focus::-moz-placeholder,
.fixed-registered .registered .info textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.fixed-registered .registered .info input:focus::-ms-input-placeholder,
.fixed-registered .registered .info textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.fixed-registered .registered .info .js-check
{
    font-size: 16px;
    font-size: 0;
    line-height: 26px;

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-left: 70px;
}
.fixed-registered .registered .info .js-check h3
{
    font-size: 14px;
    line-height: 26px;

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

    margin: 0;

    color: #b5b5b5;
}
.fixed-registered .registered .info .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.fixed-registered .registered .info .js-check label
{
    font-size: 14px;
    font-weight: normal;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 50%;
    padding: 0 0;

    cursor: pointer;
    vertical-align: middle;

    color: #b5b5b5;
}
@media (max-width: 991px)
{
    .fixed-registered .registered .info .js-check label
    {
        font-size: 14px;
    }
}
.fixed-registered .registered .info .js-check label input
{
    width: auto;

    cursor: pointer;
}
.fixed-registered .registered .info .js-check label i
{
    position: relative;

    float: left;

    width: 18px;
    height: 18px;

    vertical-align: middle;
}
.fixed-registered .registered .info .js-check label i:before
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;

    content: '';
    cursor: pointer;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
}
.fixed-registered .registered .info .js-check label.checked i:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 1;

    position: absolute;
    bottom: -5px;
    left: 0;

    content: '\e77f';
    text-align: center;

    color: #f38e47;
}
.fixed-registered .registered .info .js-check input[type=radio],
.fixed-registered .registered .info .js-check input[type=checkbox]
{
    width: 4px;
    height: 4px;
    min-height: auto;
    margin: 0 0 0 0;

    opacity: 0;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
}
.fixed-registered .registered .info .submit
{
    font-size: 16px;
    line-height: 46px;

    width: 100%;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #ffab25;
    box-shadow: none;
}
.fixed-registered .registered .info .submit:hover
{
    background-color: #e78f03;
}
.fixed-rsucessfull
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .6);
}
.fixed-rsucessfull .rsucessfull
{
    position: fixed;
    top: 30%;
    left: 50%;

    width: 100%;
    max-width: 940px;
    padding: 50px 20px;

    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .fixed-rsucessfull .rsucessfull
    {
        left: 2%;

        max-width: 96%;

        -webkit-transform: translate(0%, 0);
            -ms-transform: translate(0%, 0);
                transform: translate(0%, 0);
    }
}
.fixed-rsucessfull .rsucessfull .title-rsucessfull b
{
    font-size: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .fixed-rsucessfull .rsucessfull .title-rsucessfull b
    {
        font-size: 24px;
    }
}
.fixed-rsucessfull .rsucessfull .text
{
    padding: 30px;
}
.fixed-rsucessfull .rsucessfull .text p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #274ea7;
}
.fixed-rsucessfull .rsucessfull .link a
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    padding: 0 30px;

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

    color: #fff;
    background-color: #274ea7;
}
.fixed-rsucessfull .rsucessfull .link a.skip
{
    margin-left: 30px;

    background-color: #616161;
}
@media (max-width: 767px)
{
    .fixed-rsucessfull .rsucessfull .link a.skip
    {
        margin-left: 10px;
    }
}
.fixed-rsucessfull .rsucessfull .link a:hover
{
    background-color: #0a3598;
}
.inner-perfect .perfect h4
{
    font-size: 16px;
    line-height: 2;
}
.inner-perfect .perfect form
{
    max-width: 810px;
}
.inner-perfect .perfect form ul li
{
    margin-top: 22px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li
    {
        margin-top: 14px;
    }
}
.inner-perfect .perfect form ul li:nth-child(1),
.inner-perfect .perfect form ul li:nth-child(2),
.inner-perfect .perfect form ul li:nth-child(3),
.inner-perfect .perfect form ul li:nth-child(4),
.inner-perfect .perfect form ul li:nth-child(5),
.inner-perfect .perfect form ul li:nth-child(6)
{
    position: relative;

    width: 100%;
    padding: 0 10px;
    padding-left: 220px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(1),
    .inner-perfect .perfect form ul li:nth-child(2),
    .inner-perfect .perfect form ul li:nth-child(3),
    .inner-perfect .perfect form ul li:nth-child(4),
    .inner-perfect .perfect form ul li:nth-child(5),
    .inner-perfect .perfect form ul li:nth-child(6)
    {
        padding-left: 0;

        border: none;
    }
}
.inner-perfect .perfect form ul li:nth-child(1) input,
.inner-perfect .perfect form ul li:nth-child(2) input,
.inner-perfect .perfect form ul li:nth-child(3) input,
.inner-perfect .perfect form ul li:nth-child(4) input,
.inner-perfect .perfect form ul li:nth-child(5) input,
.inner-perfect .perfect form ul li:nth-child(6) input
{
    line-height: 30px;

    width: 100%;
    padding: 10px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(1) input,
    .inner-perfect .perfect form ul li:nth-child(2) input,
    .inner-perfect .perfect form ul li:nth-child(3) input,
    .inner-perfect .perfect form ul li:nth-child(4) input,
    .inner-perfect .perfect form ul li:nth-child(5) input,
    .inner-perfect .perfect form ul li:nth-child(6) input
    {
        padding: 5px 10px;

        border: 1px solid #e5e5e5;
    }
}
.inner-perfect .perfect form ul li:nth-child(1) i,
.inner-perfect .perfect form ul li:nth-child(2) i,
.inner-perfect .perfect form ul li:nth-child(3) i,
.inner-perfect .perfect form ul li:nth-child(4) i,
.inner-perfect .perfect form ul li:nth-child(5) i,
.inner-perfect .perfect form ul li:nth-child(6) i
{
    font-style: normal;

    color: #c0c0c0;
}
.inner-perfect .perfect form ul li:nth-child(1) b,
.inner-perfect .perfect form ul li:nth-child(2) b,
.inner-perfect .perfect form ul li:nth-child(3) b,
.inner-perfect .perfect form ul li:nth-child(4) b,
.inner-perfect .perfect form ul li:nth-child(5) b,
.inner-perfect .perfect form ul li:nth-child(6) b
{
    font-weight: normal;

    color: #274ea7;
}
.inner-perfect .perfect form ul li:nth-child(1) p,
.inner-perfect .perfect form ul li:nth-child(2) p,
.inner-perfect .perfect form ul li:nth-child(3) p,
.inner-perfect .perfect form ul li:nth-child(4) p,
.inner-perfect .perfect form ul li:nth-child(5) p,
.inner-perfect .perfect form ul li:nth-child(6) p
{
    position: absolute;
    top: 0;
    left: 10px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(1) p,
    .inner-perfect .perfect form ul li:nth-child(2) p,
    .inner-perfect .perfect form ul li:nth-child(3) p,
    .inner-perfect .perfect form ul li:nth-child(4) p,
    .inner-perfect .perfect form ul li:nth-child(5) p,
    .inner-perfect .perfect form ul li:nth-child(6) p
    {
        line-height: 2;

        position: relative;
        left: 0;
    }
}
.inner-perfect .perfect form ul li:nth-child(2)
{
    padding-left: 50px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(2)
    {
        padding-left: 0;
    }
}
.inner-perfect .perfect form ul li:nth-child(3),
.inner-perfect .perfect form ul li:nth-child(5)
{
    padding-left: 80px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(3),
    .inner-perfect .perfect form ul li:nth-child(5)
    {
        padding-left: 0;
    }
}
.inner-perfect .perfect form ul li:nth-child(4)
{
    padding-left: 60px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(4)
    {
        padding-left: 0;
    }
}
.inner-perfect .perfect form ul li:nth-child(6)
{
    padding-left: 240px;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li:nth-child(6)
    {
        padding-left: 0;
    }
}
.inner-perfect .perfect form ul li p
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #7a7777;
}
.inner-perfect .perfect form ul li .js-check
{
    font-size: 14px;
    line-height: 50px;

    display: inline-block;
    overflow: hidden;

    vertical-align: middle;

    color: #7a7777;
}
.inner-perfect .perfect form ul li .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.inner-perfect .perfect form ul li .js-check label
{
    font-weight: 300;

    position: relative;

    display: inline-block;

    margin: 0 30px 0 0;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .inner-perfect .perfect form ul li .js-check label
    {
        margin-right: 10px;
    }
}
.inner-perfect .perfect form ul li .js-check label input
{
    width: auto;
    margin-right: 0;

    cursor: pointer;
}
.inner-perfect .perfect form ul li .js-check label:after
{
    position: relative;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 0;

    display: inline-block;
    float: left;
    overflow: hidden;

    width: 10px;
    height: 10px;

    content: '';
    cursor: pointer;

    border: 1px solid #ddd;
    border-radius: 50%;
}
.inner-perfect .perfect form ul li .js-check label i
{
    position: absolute;
    z-index: 1;
    top: 20px;
    left: -10px;

    display: inline-block;
    overflow: hidden;

    width: 10px;
    height: 10px;

    border-radius: 50%;
    background-color: #fff;
}
.inner-perfect .perfect form ul li .js-check label.checked i
{
    z-index: 3;

    background-color: #274ea7;
}
.inner-perfect .perfect form ul li .js-check input[type=radio]
{
    width: 10px;
    height: 10px;
    min-height: auto;
    margin: 0 0 0 0;

    opacity: 0;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
}
.inner-perfect .perfect form ul li h5
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    color: #7a7777;
}
.inner-perfect .perfect form ul li .submit
{
    font-size: 16px;
    line-height: 48px;

    padding: 0 40px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #274ea7;
    box-shadow: none;
}
@media (max-width: 767px)
{
    .inner-perfect .perfect form ul li .submit
    {
        font-size: 15px;
        line-height: 40px;
    }
}
.inner-perfect .perfect form ul li .submit:hover
{
    background-color: #0a3598;
}
.fixed-usucessfull
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .8);
}
.fixed-usucessfull .usucessfull-close
{
    font-size: 30px;
    line-height: 1;

    position: absolute;
    top: 10px;
    right: 10px;

    cursor: pointer;

    color: #333;
}
.fixed-usucessfull .usucessfull-close:after
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.fixed-usucessfull .usucessfull-close:hover
{
    color: #274ea7;
}
.fixed-usucessfull .usucessfull
{
    position: fixed;
    top: 30%;
    left: 50%;

    width: 100%;
    max-width: 940px;
    padding: 80px 20px;

    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .fixed-usucessfull .usucessfull
    {
        left: 2%;

        max-width: 96%;

        -webkit-transform: translate(0%, 0);
            -ms-transform: translate(0%, 0);
                transform: translate(0%, 0);
    }
}
.fixed-usucessfull .usucessfull .title-usucessfull b
{
    font-size: 36px;
    line-height: 1;

    display: block;
}
@media (max-width: 767px)
{
    .fixed-usucessfull .usucessfull .title-usucessfull b
    {
        font-size: 24px;
    }
}
.fixed-usucessfull .usucessfull .text
{
    margin-top: 10px;
}
.fixed-usucessfull .usucessfull .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.inner-unmanned .unmannedtext p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.inner-unmanned .unmanned
{
    margin-top: 20px;
}
.inner-unmanned .unmanned ul
{
    font-size: 0;
}
.inner-unmanned .unmanned ul li
{
    border: 1px solid #dcdcdc;
    border-bottom: none;
}
.inner-unmanned .unmanned ul li:nth-child(7) .tt1 p
{
    padding: 22px 10px;
}
.inner-unmanned .unmanned ul li:nth-child(8)
{
    border-bottom: 1px solid #dcdcdc;
}
.inner-unmanned .unmanned ul li:nth-child(9),
.inner-unmanned .unmanned ul li:nth-child(10)
{
    border: none;
}
.inner-unmanned .unmanned ul li:nth-child(9)
{
    padding: 10px 0;
}
.inner-unmanned .unmanned ul li:nth-child(9) h5
{
    font-size: 14px;
    line-height: 2;

    color: #666;
}
.inner-unmanned .unmanned ul li:nth-child(10)
{
    text-align: center;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(2) .tt1,
    .inner-unmanned .unmanned ul li:nth-child(4) .tt1,
    .inner-unmanned .unmanned ul li:nth-child(2) .tt2,
    .inner-unmanned .unmanned ul li:nth-child(4) .tt2
    {
        border-bottom: 1px solid #dcdcdc;
    }
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(3)
    {
        border-top: none;
    }
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(4) .tt1
    {
        width: 100%;

        border-right: none;
    }
    .inner-unmanned .unmanned ul li:nth-child(4) .tt3
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(5) .tt1
    {
        width: 100%;

        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }
    .inner-unmanned .unmanned ul li:nth-child(5) .tt4
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(6) .tt1
    {
        width: 100%;

        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }
    .inner-unmanned .unmanned ul li:nth-child(6) .tt5
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(7) .tt1
    {
        width: 100%;

        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }
    .inner-unmanned .unmanned ul li:nth-child(7) .tt6
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned ul li:nth-child(8) .tt1
    {
        width: 100%;

        border-right: none;
        border-bottom: 1px solid #dcdcdc;
    }
    .inner-unmanned .unmanned ul li:nth-child(8) .tt7
    {
        width: 100%;
    }
}
.inner-unmanned .unmanned .tt
{
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned .tt
    {
        font-size: 14px;
    }
}
.inner-unmanned .unmanned b
{
    font-size: 16px;
    line-height: 26px;

    display: block;

    padding: 10px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned b
    {
        font-size: 14px;
    }
}
.inner-unmanned .unmanned p
{
    line-height: 26px;

    margin: 0;
    padding: 10px;
}
.inner-unmanned .unmanned .tt1
{
    display: inline-block;

    width: 20%;
    margin-left: -1px;

    text-align: center;
    vertical-align: middle;

    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned .tt1
    {
        width: 30%;
    }
}
.inner-unmanned .unmanned .tt2
{
    display: inline-block;

    width: 30%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned .tt2
    {
        width: 70%;
    }
}
.inner-unmanned .unmanned .tt3,
.inner-unmanned .unmanned .tt4,
.inner-unmanned .unmanned .tt5,
.inner-unmanned .unmanned .tt6,
.inner-unmanned .unmanned .tt7,
.inner-unmanned .unmanned .tt8
{
    display: inline-block;

    width: 80%;

    vertical-align: middle;
}
.inner-unmanned .unmanned .tt4
{
    padding: 6px 20px;
}
.inner-unmanned .unmanned .tt4 .input-parent
{
    font-size: 14px;
    line-height: 34px;

    position: relative;

    display: inline-block;

    width: 100%;
    max-width: 170px;
    height: 34px;

    vertical-align: bottom;

    border: 1px solid #eee;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned .tt4 .input-parent
    {
        max-width: 100%;
        margin: 6px 0;
        margin-left: 0;
    }
}
.inner-unmanned .unmanned .tt4 .input-parent input
{
    height: 32px;
    padding: 0 10px;

    background: url(../images/date.jpg) no-repeat right top !important;
}
.inner-unmanned .unmanned .tt4 h4
{
    font-size: 20px;
    line-height: 34px;

    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;

    color: #999;
}
.inner-unmanned .unmanned .tt4 .beatpicker-clear
{
    display: none;
}
.inner-unmanned .unmanned .tt4 span
{
    font-size: 14px;

    display: inline-block;

    vertical-align: bottom;

    color: #bbb;
}
.inner-unmanned .unmanned input
{
    font-size: 16px;
    line-height: 26px;

    width: 100%;
    height: 46px;
    padding: 10px;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned input
    {
        font-size: 14px;
    }
}
.inner-unmanned .unmanned .submit
{
    font-size: 16px;
    line-height: 54px;

    padding: 0 50px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #274ea7;
    box-shadow: none;
}
.inner-unmanned .unmanned .submit:hover
{
    background-color: #0a3598;
}
.inner-unmanned .unmanned .js-check
{
    font-size: 16px;
    font-size: 0;
    line-height: 26px;

    display: table;
    overflow: hidden;

    width: 100%;

    text-align: center;
}
.inner-unmanned .unmanned .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.inner-unmanned .unmanned .js-check label
{
    font-size: 16px;
    font-weight: normal;

    position: relative;

    display: table-cell;

    width: 25%;
    padding: 10px 0;

    cursor: pointer;
    vertical-align: middle;

    border-right: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .inner-unmanned .unmanned .js-check label
    {
        font-size: 14px;
    }
}
.inner-unmanned .unmanned .js-check label input
{
    width: auto;

    cursor: pointer;
}
.inner-unmanned .unmanned .js-check label:last-child
{
    border-right: none;
}
.inner-unmanned .unmanned .js-check label:last-child:before
{
    display: none;
}
.inner-unmanned .unmanned .js-check label:last-child input[type=text]
{
    line-height: 20px;

    display: inline-block;

    width: 30px;
    height: 20px;
    margin-left: 4px;
    padding: 0;

    vertical-align: middle;

    border-bottom: 1px solid #333;
    background: none;
}
.inner-unmanned .unmanned .js-check label i
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin-top: -10px;

    vertical-align: middle;
}
.inner-unmanned .unmanned .js-check label i:before
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;

    content: '';
    cursor: pointer;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
}
.inner-unmanned .unmanned .js-check label.checked i:before
{
    background-color: #274ea7;
}
.inner-unmanned .unmanned .js-check label.checked i:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 1;

    position: absolute;
    bottom: -5px;
    left: 0;

    content: '\e77f';
    text-align: center;

    color: #f38e47;
}
.inner-unmanned .unmanned .js-check input[type=radio],
.inner-unmanned .unmanned .js-check input[type=checkbox]
{
    width: 4px;
    height: 4px;
    min-height: auto;
    margin: 0 0 0 0;

    opacity: 0;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
}
.inner-unmanned .unmanned .js-check1 label.checked
{
    color: #fff;
    background-color: #274ea7;
}
.inner-unmanned .unmanned .js-check1 label.checked input[type=text]
{
    border-bottom: 1px solid #fff;
}
.inner-unmanned .unmanned .js-check1 label.checked b
{
    display: block;
}
.inner-unmanned .unmanned .js-check1 label b
{
    font-weight: normal;

    display: none;
}
.inner-unmanned .unmanned .js-check1 label:hover b
{
    display: block;
}
.inner-agent .title-agent
{
    text-align: center;
}
.inner-agent .title-agent b
{
    font-size: 24px;

    display: block;
}
.inner-agent .agent
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inner-agent .agent table
    {
        display: block;

        width: 100%;

        border-bottom: 1px solid #dcdcdc;
    }
}
.inner-agent .agent table td
{
    font-size: 16px;
    line-height: 2;

    width: 16.66666667%;

    text-align: center;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .inner-agent .agent table td
    {
        font-size: 14px;

        display: block;

        width: 100%;

        border-bottom: none;
    }
}
.inner-agent .agent table td p
{
    margin: 0;
    padding: 10px;
}
.inner-agent .agent table td b
{
    display: block;

    padding: 10px;
}
@media (max-width: 991px)
{
    .inner-agent .agent table td b
    {
        font-size: 15px;
    }
}
.inner-agent .agent table td h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
    padding: 30px 0;
}
@media (max-width: 991px)
{
    .inner-agent .agent table td h3
    {
        font-size: 15px;
    }
}
.inner-agent .agent input
{
    font-size: 16px;
    line-height: 2;

    width: 100%;
    padding: 0 10px;
}
@media (max-width: 991px)
{
    .inner-agent .agent input
    {
        padding: 10px;
    }
}
.inner-agent .agent .js-check
{
    font-size: 14px;
    font-size: 16px;
    line-height: 50px;

    display: block;
    overflow: hidden;

    padding: 0 20px;

    text-align: left;
    vertical-align: middle;

    color: #7a7777;
}
@media (max-width: 991px)
{
    .inner-agent .agent .js-check
    {
        font-size: 15px;
    }
}
.inner-agent .agent .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.inner-agent .agent .js-check label
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    min-width: 180px;
    margin: 0;

    cursor: pointer;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .inner-agent .agent .js-check label
    {
        min-width: 100px;
    }
}
.inner-agent .agent .js-check label input
{
    width: auto;
    margin-right: 0;

    cursor: pointer;
}
.inner-agent .agent .js-check label:after
{
    position: relative;
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 0;

    display: inline-block;
    float: left;
    overflow: hidden;

    width: 18px;
    height: 18px;

    content: '';
    cursor: pointer;

    border: 1px solid #e5e5e5;
}
.inner-agent .agent .js-check label i
{
    position: absolute;
    z-index: 1;
    top: 16px;
    left: -10px;

    display: inline-block;

    width: 18px;
    height: 18px;

    opacity: 0;
    background-color: #fff;
}
.inner-agent .agent .js-check label i:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 1;

    position: absolute;
    bottom: 0;
    left: 0;

    content: '\e77f';
    text-align: center;

    color: #f38e47;
}
.inner-agent .agent .js-check label.checked i
{
    z-index: 3;

    opacity: 1;
    background-color: #274ea7;
}
.inner-agent .agent .js-check input[type=radio]
{
    width: 24px;
    height: 18px;
    min-height: auto;
    margin: 0 0 0 0;

    opacity: 0;
    border: 1px solid #cfcfcf;
    background: #fff;
}
.inner-agent .agent .js-check1 label
{
    min-width: 110px;
}
.inner-agent .agent .js-check2
{
    font-size: 16px;
    font-size: 0;
    line-height: 26px;

    display: table;
    overflow: hidden;

    width: 100%;

    text-align: center;
}
@media (max-width: 991px)
{
    .inner-agent .agent .js-check2
    {
        display: block;
    }
}
.inner-agent .agent .js-check2 i
{
    display: inline-block;

    margin-right: 4px;

    vertical-align: middle;
}
.inner-agent .agent .js-check2 label
{
    font-size: 16px;
    font-weight: normal;

    position: relative;

    display: table-cell;

    width: 11.11111111%;
    padding: 10px 10px;

    cursor: pointer;
    text-align: left;
    vertical-align: middle;

    border-right: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .inner-agent .agent .js-check2 label
    {
        font-size: 14px;

        display: block;

        width: 100%;

        border: none;
        border-bottom: 1px solid #dcdcdc;
    }
}
.inner-agent .agent .js-check2 label input
{
    width: auto;

    cursor: pointer;
}
.inner-agent .agent .js-check2 label:last-child
{
    border-right: none;
}
.inner-agent .agent .js-check2 label h4
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;
}
.inner-agent .agent .js-check2 label i
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;
    margin-top: -10px;

    vertical-align: middle;
}
.inner-agent .agent .js-check2 label i:before
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;

    content: '';
    cursor: pointer;
    vertical-align: middle;

    border: 1px solid #e5e5e5;
}
.inner-agent .agent .js-check2 label.checked
{
    color: #fff;
    background-color: #274ea7;
}
.inner-agent .agent .js-check2 label.checked input[type=text]
{
    border-bottom: 1px solid #fff;
}
.inner-agent .agent .js-check2 label.checked i:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 1;

    position: absolute;
    bottom: -5px;
    left: 0;

    content: '\e77f';
    text-align: center;

    color: #f38e47;
}
.inner-agent .agent .js-check2 label.checked
{
    color: #fff;
    background-color: #274ea7;
}
.inner-agent .agent .js-check2 label.checked input[type=text]
{
    border-bottom: 1px solid #fff;
}
.inner-agent .agent .js-check2 label.checked h4
{
    display: block;
}
.inner-agent .agent .js-check2 label h4
{
    font-weight: normal;

    display: none;
}
.inner-agent .agent .js-check2 label:hover h4
{
    display: block;
}
.inner-agent .agent .js-check2 input[type=radio],
.inner-agent .agent .js-check2 input[type=checkbox]
{
    width: 0;
    height: 4px;
    min-height: auto;
    margin: 0 0 0 0;

    opacity: 0;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
}
.inner-agent .agent #drop_area
{
    width: 100% !important;

    border: none !important;
}
.inner-agent .agent #drop_area img
{
    display: block;

    max-width: 300px;
    margin: 0 auto;
}
.inner-agent .agent h5
{
    font-size: 14px;

    margin: 20px 0;

    color: #666;
}
.inner-agent .agent .send
{
    text-align: center;
}
.inner-agent .agent .submit
{
    font-size: 16px;
    line-height: 54px;

    display: inline-block;

    padding: 0 50px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #274ea7;
    box-shadow: none;
}
.inner-agent .agent .submit:hover
{
    background-color: #0a3598;
}
.inner-contact .contact
{
    position: relative;
}
.inner-contact .text
{
    width: 100%;


}

@media (max-width: 1500px)
{
    .inner-contact .text
    {
        width: 100%;
    }
}
@media (max-width: 1350px)
{
    .inner-contact .text
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .inner-contact .text
    {
        width: 100%;
    }
}
.inner-contact .text b
{
    font-size: 28px;
    line-height: 40px;
    font-weight:bold;
    display: block;
    padding-bottom:16px;
    border-bottom: 1px solid #3e3a39;
}
.inner-contact .text p
{
    font-size: 18px;
    line-height:32px; padding:8px 0; color:#b28247; margin:0;
}
.inner-contact .text p i{ padding:0 10px 0 0; width:28px; height:28px;}
.inner-contact .text p i img{ width:28px; height:28px;}
.inner-contact .text .note
{
    position: relative;
    padding: 15px 0 20px 0;
    padding-right: 330px;
}
@media (max-width: 375px)
{
    .inner-contact .text .note
    {
        padding-right: 300px;
    }
}
.inner-contact .text .note .right
{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: center;
}
@media (max-width: 375px)
{
    .inner-contact .text .note .right
    {
        right: 0;

        width: 90px;
    }
    .inner-contact .text .note .right p
    {
        font-size: 12px;
        line-height: 1.4;
    }
}
.inner-contact .text .note .right img
{
    max-width: 100%;
}
.inner-contact .text .note .right .icon {
  width: 130px;
  height: 130px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: background-image 0.2s ease;
}
.inner-contact .text .note .right .icon-cgzx {
  background-image: url('../images/cgzx.png');
}
.inner-contact .text .note .right .icon-cgzx:hover {
  background-image: url('../images/cgzxon.png');
}
.inner-contact .text .note .right .icon-jszc {
  background-image: url('../images/jszc.png');
}
.inner-contact .text .note .right .icon-jszc:hover {
  background-image: url('../images/jszcon.png');
}
.inner-contact .text .tel
{
    padding: 20px 0;

    border-top: 1px dashed #333;
    border-bottom: 1px dashed #333;
}
.inner-contact .text .tel p
{
    font-size: 38px;
    line-height: 50px;

    margin: 0;

    color: #274ea7;
}
@media (max-width: 1500px)
{
    .inner-contact .text .tel p
    {
        font-size: 26px;
    }
}
.inner-contact .text .tel p:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    float: left;

    margin-right: 4px;

    content: '\e641';
}
.inner-contact .contact .map
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    height: 100%;
}
@media (max-width: 1500px)
{
    .inner-contact .contact .map
    {
        width: 100%;
    }
}
@media (max-width: 1350px)
{
    .inner-contact .contact .map
    {
        width:100%;
    }
}
@media (max-width: 991px)
{
    .inner-contact .contact .map
    {
        position: relative;

        width: 100%;
        height: 350px;
    }
}
/**
 * page
 */
 
.page_info{ text-align:center; margin:0 auto; margin-top:40px; font-size: 16px;}
 
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 50px;

    text-align: center;
}
.clear{ clear:both;}
.page a
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;
    overflow: hidden;

    width: 24px;
    height: 24px;
    margin: 0 8px;

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

    color: #999;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .page a
    {
        margin: 0 6px;
    }
}
.page a.omit:hover
{
    color: #333;
    background-color: #eee;
}
.page a.prev
{
    font-size: 14px;
}
.page a.prev:after
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
.page a.next
{
    font-size: 14px;
}
.page a.next:before
{
    font-family: 'iconfont' !important;

    content: '\e827';
}
.page a.active,
.page a:hover
{
    color: #fff;
    border-color: #b28247;
    background-color: #b28247;
}
.page a.prev:hover,
.page a.next:hover
{
    color: #b28247;
    border-color: #b28247;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
    }
}
.bdshare_popup_box
{
    right: 0 !important;
    left: auto !important;

    display: none !important;
}
.table-box
{
    /* overflow: auto; */

    width: 100%;
    max-width: 100%;
}

.table-box td i{ float:left; font-style:normal; font-size:12px; width:100%; font-weight:normal;}

.BMapLabel
{
    padding: 0 !important;

    border: none !important;
    background: none !important;
}
.inner-software .soft-link
{
    display: inline-block;

    margin-top: 30px;

    text-align: center;
}
.inner-software .soft-link img
{
    max-width: 200px;
}
.inner-software .soft-link p
{
    margin: 10px 0 0 0;

    color: #666;
}
.beatpicker li.cell
{
    width: 12%;
}
@media(max-width: 991px){
    .inner-solution .title-solution,
    .inner-solution .solution{
        position: relative;
        z-index: 2;
    }
}



.inner-news .news .item .note i.more{
    font-style: normal;
}

.inner-news .news .item .note i.more::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;font-style: normal;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #333333;
    margin-right: 10px;

}



.inner-software .softwarelist .text .pic .link a{
    display: inline-block;
    padding: 0 40px;
    line-height: 40px;
    height: 40px;
    background-color: #274ea7;
    color:  #ffffff;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 30px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.inner-software .softwarelist .text .pic .link a:hover{
    background-color: #092a75;
}


.inner-solution-show .solution-show .solution-sort li a:before{
    display: none;
}

.inner-solution-show .solution-show .solution-sort li a .icon{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.inner-solution-show .solution-show .solution-sort li a .icon img{
    display: block;
}

.inner-solution-show .solution-show .solution-sort li a .icon-hover{
    margin-top: -50px;
    opacity: 0;
}
.inner-solution-show .solution-show .solution-sort li.active a .icon-now{
        opacity: 0;
    }
.inner-solution-show .solution-show .solution-sort li.active a .icon-hover{
        opacity: 1;
}


.beer-slider .gz-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .4s;
	        transition: all .4s;
			content: "";
}

.beer-range:hover~.beer-handle {
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}


.gz-p1{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100px;
	height: 30px;
}
.gz-p2{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: 100px;
	height: 30px;
}

/*图标*/
.inner-product-show .gdproduct-show-parttwo .list .item:before{
	display: none;
}

.inner-product-show .gdproduct-show-parttwo .list .item .gz-before{
	line-height: 130px;
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	color: #acacac;
	border-radius: 50%;
	background: url(../images/p_bg.png) no-repeat center;
	background-size: cover;
}
.inner-product-show .gdproduct-show-parttwo .list .item:hover .gz-before{
	-webkit-animation: flipInY 1s 0s ease both;
	animation: flipInY 1s 0s ease both;
}




.inner-product-show .ggpproduct-show-partone .list .item:before{
	display: none;
}
.inner-product-show .ggpproduct-show-partone .list .item .gz-before{
	font-size: 44px;
	line-height: 108px;
	display: block;
	width: 108px;
	height: 108px;
	margin: 0 auto;
	color: #acacac;
	border: 1px solid #acacac;
	border-radius: 50%;
}
.inner-product-show .ggpproduct-show-partone .list .item .gz-before img{
	vertical-align: middle;
	padding-bottom: 12px;
}
.inner-product-show .ggpproduct-show-partone .list .item:hover .gz-before{
	-webkit-animation: flipInY 1s 0s ease both;
	animation: flipInY 1s 0s ease both;
}


.inner-product-show .aqproduct-show-parttwo .list .item:before{
	display: none;
}
.inner-product-show .aqproduct-show-parttwo .list .item .gz-before{
	line-height: 130px;
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto;
	color: #acacac;
	border-radius: 50%;
	background: url(../images/p_bg.png) no-repeat center;
	background-size: cover;
}
.inner-product-show .aqproduct-show-parttwo .list .item:hover .gz-before{
	-webkit-animation: flipInY 1s 0s ease both;
	animation: flipInY 1s 0s ease both;
}



.inner-product-show .aqproduct-show-partfive .list .item:before{
	display: none;
}
.inner-product-show .aqproduct-show-partfive .list .item .gz-before{
	font-size: 44px;
	line-height: 108px;
	display: block;
	width: 108px;
	height: 108px;
	margin: 0 auto;
	color: #acacac;
	border: 1px solid #acacac;
	border-radius: 50%;
}
.inner-product-show .aqproduct-show-partfive .list .item .gz-before img{
	vertical-align: middle;
	padding-bottom: 12px;
}
.inner-product-show .aqproduct-show-partfive .list .item:hover .gz-before{
	-webkit-animation: flipInY 1s 0s ease both;
	animation: flipInY 1s 0s ease both;
}
/**加 详情*/
.wrapper{ margin-left:-15px;}
.wrap-product-show .carousel-wrap
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom:100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;



 
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for
    {
        padding: 10px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    margin: 0 -4px;
    margin-top: 20px;
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-nav
    {
        padding: 0 20px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 4px;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;

    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #222e52;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;

    width: 20px;
    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: #ddd;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow
    {
        left: -10px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 30px;

    display: block;

    content: '\e601';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before
    {
        font-size: 16px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover
{
    background-color: #b28247;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before
{
    color: #fff;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-info
{
    position: relative; padding:0 55px;
}
.wrap-product-show .carousel-wrap .info-box .title-info h1
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1; color:#b28247; 
	/* text-transform:uppercase; */
    display: block;
    margin: 0;
}
.wrap-product-show .carousel-wrap .info-box .title-info p{ font-size:20px; color:#3e3a39;}
.wrap-product-show .carousel-wrap .info-box .title-info span{ width:88px; height:1.5px; background:#666362; display:block; margin-top:35px;}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .title-info h1
    {
        font-size: 22px;
    }
}
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 30px; width:100%; padding:0 55px;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .text p
    {
        font-size: 14px;
    }
	.bg-f8{ margin-top:20px;}
}

.wrap-product-show .carousel-wrap .info-box2
{
    position: relative;

    margin-top: 68px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box2
    {
        margin-top: 30px;
    }
}
.wrap-product-show .carousel-wrap .info-box2 .title-info2
{
    position: relative; padding:0 35px;
}
.wrap-product-show .carousel-wrap .info-box2 .title-info2 h1
{
    font-size: 34px;
    font-weight: bold;
    line-height: 1; color:#b28247; 
	text-transform:uppercase;
    display: block;
    margin: 0;
}
.wrap-product-show .carousel-wrap .info-box2 .title-info2 p{ font-size:20px; color:#3e3a39;}
.wrap-product-show .carousel-wrap .info-box2 .title-info2 span{ width:88px; height:1.5px; background:#666362; display:block; margin-top:35px;}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box2 .title-info2 h1
    {
        font-size: 22px;
    }
}
.wrap-product-show .carousel-wrap .info-box2 .text2
{
    margin-top: 30px; width:100%; padding:0 35px;
}
.wrap-product-show .carousel-wrap .info-box2 .text2 p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box2 .text2 p
    {
        font-size: 14px;
    }
	.bg-f8{ margin-top:20px;}
}



.wrap-product-show .carousel-wrap .info-box .btn-inquiry
{
 
    line-height: 40px;
    display: inline-block;

    height: 40px;
	margin: 90px 0 50px 55px;
    -webkit-transition: all .2s;
            transition: all .2s;

}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry p{ float:left;     color: #3e3a39;   font-size: 16px; border:1px solid #9b9a99; border-radius:8px;   padding: 0 20px;}
.wrap-product-show .carousel-wrap .info-box .btn-inquiry strong{ float:left; font-size:35px; font-family:Arial, Helvetica, sans-serif; color:#b28247; background:url(../images/jt.png) 5px 12px no-repeat; padding-left:25px;}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box .btn-inquiry
    {
        float: none;

        margin-top: 10px;
    }
}

.wrap-product-show .carousel-wrap .info-box a.btn-inquiry:hover
{
    background-color: #0960b1;
}
.wrap-product-show .carousel-wrap .info-box2 .btn-inquiry
{
 
    line-height: 40px;
    display: inline-block;

    height: 40px;
	margin: 40px 0 50px 35px;
    -webkit-transition: all .2s;
            transition: all .2s;

}
.wrap-product-show .carousel-wrap .info-box2 .btn-inquiry p{ float:left;     color: #b28247;   font-size: 16px; border:1px solid #9b9a99; border-radius:8px;   padding: 0 20px;}
.wrap-product-show .carousel-wrap .info-box2 .btn-inquiry strong{ float:left; font-size:35px; font-family:Arial, Helvetica, sans-serif; color:#b28247; background:url(../images/jt.png) 5px 12px no-repeat; padding-left:25px;}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info-box2 .btn-inquiry
    {
        float: none;

        margin-top: 10px;
    }
}

.wrap-product-show .carousel-wrap .info-box2 a.btn-inquiry:hover
{
    background-color: #0960b1;
}

.wrap-product-show .carousel-wrap .info-box a.addcart:before
{
    font-size: 18px;

    content: '\e631';
}
.wrap-product-show .carousel-wrap .info-box .share
{
    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .info-box .share span
{
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    vertical-align: middle;

    color: #666;
}
.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 .prev-next
{
    margin-top: 50px;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .prev-next
    {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info-box .prev-next a
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin-top: 10px;

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

    color: inherit;
    color: #222e52;
    border: 1px solid #222e52;
    border-radius: 20px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info-box .prev-next a
    {
        line-height: 36px;

        width: 36px;
        height: 36px;
    }
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:after
{
    font-family: 'iconfont' !important;

    content: '<';
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next
{
    border-radius: 0 20px 0 0;
}
.wrap-product-show .carousel-wrap .info-box .prev-next a.next:after
{
    content: '>';
}
.wrap-product-show .carousel-wrap .info-box .prev-next a:hover
{
    color: #fff;
    background-color: #0960b1;
}
.wrap-product-show .title-product-show b
{
    font-size: 30px;
    line-height: 1.4;

    display: inline-block;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show b
    {
        font-size: 22px;
    }
}
.wrap-product-show .title-product-show p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 20px 0 0 0;

    color: #666;
}

/*新版产品详情*/
.bg-fff{
	background: #fff;
}
.bg-f9{
	background: #f9f9f9;
}
.bg-f8
{ background:#ebebec;}
.bg-f7
{ background:#ebebeb;}

.inner-product-show .product-show-partonet{padding: 45px 0 80px 0;}

.inner-product-show .product-show-partone{
	padding: 70px 0 50px 0;
}
.inner-product-show .product-show-parttwo {
    padding: 50px 0 60px 0;
}
.inner-product-show .product-show-parttwo .list ul li .item .before{
    position: absolute;
	right: 0;
    top: -20px;
	display: inline-block;
	width: 103px;
	height: 103px;
	border: 1px solid #666;
	border-radius: 100%;
}
.inner-product-show .product-show-parttwo .list ul li .item .before img{
	width: 100%;
}
.inner-product-show .product-show-parttwo .list ul li:nth-child(2n) .item .before{
	right: auto;
	left: 0;
}
.inner-product-show .product-show-parttwo .link a{
	margin-top: 0;
}
.gdproduct-show-img{
	width: 100%;
}
.gdproduct-show-img img{
	width: 100%;
}
.gdproduct-show-img .w-1440 img{
	border-radius: 10px;
}
.inner-product-show .product-show-partthree .list ul li .pic img{
	width: 100%;
	margin-left: 0; height:321px;
}

.inner-product-show .aqproduct-show-partfive .list .item .before img{
	display: inline-block;
	border: 1px dashed #999;
	border-radius: 100%;
}
.inner-product-show .aqproduct-show-partfive .list .item:hover .before img{
	-webkit-animation: flipInY 1s 0s ease both;
	animation: flipInY 1s 0s ease both;
}
.inner-product-show .product-show-partfour .list .item .before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 80px;
	height: 80px;
}

.w-1440{
	width: 1440px;
	margin: 0 auto;
}

.product-show-contrast{
	width: 100%;
	padding: 85px 0 100px 0;
	text-align: center;
}
.g-contrast-h1{
	width: 100%;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #333;
}
.product-show-contrast .g-contrast-text{
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	line-height: 30px;
	color: #666;
}

.pro-con-bg{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 56px;
}
.gz-bg{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: all .4s;
	        transition: all .4s;
			content: "";
	z-index: 999999;		
}
.pro-con-bg:hover .gz-bg{
	display: block;
}
.beer-slider{
	position: relative;
	z-index: 999999;
}


.beer-slider:hover .gz-bg{
	display: block;
}
.beer-range:hover~.beer-handle {
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}


.beer-handle{
	width: 62px;
	height: 62px;
	background: none;
	border: 3px solid #fff;
	z-index: 99999999;
}

.beer-handle:before{
	border-top: solid 0px;
	border-left: solid 0px;
	width:0;
	height:0;
	margin-top: -10px;
	left: 10px;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-right:10px solid #fff;
	transform: rotate(-0deg);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.beer-handle:after {
	border-top: solid 0px;
	border-left: solid 0px;
	width:0;
	height:0;
	margin-top: -10px;
	left: -auto;
	right: 10px;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid #fff;
	transform: rotate(-0deg);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.beer-range:hover~.beer-handle {
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

.beer-slider[data-beer-label]:after, 
.beer-reveal[data-beer-label]:after {
	font-family: arial;
    content: attr(data-beer-label);
    position: absolute;
    bottom: 0rem;
	width: 154px;
    line-height: 46px;
    padding: 0 2rem;
    border-radius: .125rem;
    background: #284caa;
    font-size: 20px;
    color: #fff;
}
.beer-slider[data-beer-label]:after{
	content: "NDVI";
	content: "";
} 
.beer-reveal[data-beer-label]:after{
	content: "RGB";
	content: "";
} 


.beer-slider[data-beer-label]:before,
.beer-reveal[data-beer-label]:before {
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -23px;
	height: 46px;
	line-height: 46px;
	width: 104px;
	border-radius: 4px;
	color: #fff;
	background: rgba(255,255,255,0.2);
	content: "After";
}
.beer-reveal[data-beer-label]:before{
	left: 18px;
	content: "Before";
}

.g-pro-img-1{
	width: 100%;
	padding: 30px 0 74px 0;
	text-align: center;
}
.g-pro-img-2{
	width: 100%;
	padding: 0 60px;
	margin-top: 56px;
	
}
.g-pro-img-2 img{
	max-width: 100%;
	border-radius: 15px;
}
.g-pro-img-2 .slick-arrow{
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 50px;
	background: #cdcdcd url(../images/g-product-right-1.png) center no-repeat;
	border-radius: 100%;
}
.g-pro-img-2 .slick-arrow:hover{
	background: #2a51a8 url(../images/g-product-right-1.png) center no-repeat;
}
.g-pro-img-2 .slick-arrow.slick-prev {
	right: auto;
	left: 0;
	background: #cdcdcd url(../images/g-product-left-1.png) center no-repeat;
}
.g-pro-img-2 .slick-arrow.slick-prev:hover {
	background: #2a51a8 url(../images/g-product-left-1.png) center no-repeat;
}

.g-pro-img-2 .slick-dots button{
	display: none;
}
.g-pro-img-2 .slick-dots{
	width: 100%;
	text-align: center;
}
.g-pro-img-2 .slick-dots li{
	display: inline-block;
	background: #ddd;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	border-radius: 100%;
}
.g-pro-img-2 .slick-dots li.slick-active{
	background: #274ea7;
}

.pro-con-pic{
	width: 100%;
	padding-bottom: 117px;
}
.g-pro-img-3{
	width: 100%;
	margin-top: 86px;
}

.i-product-top_hd {
	width: 100%;
	margin-top: 40px;
	text-align: center;

}

.i-product-top_hd ul {
	display: inline-block;
}

.i-product-top_hd ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: left;
	color: #333;
	font-size: 16px;
	background: url("../assets/images/case-bg-2.jpg") right center no-repeat;
	cursor: pointer;
	position: relative;
}

.i-product-top_hd ul li:before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 18px;
	color: #c5c5c5;
	margin-top: -9px;
}

.i-product-top_hd ul li:last-child:before {
	display: none;
}



.i-product .i-product-parBd {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 70px;
}

.i-product-slideBox {
	width: 100%;

	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}

.i-product-slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}




.g-pro-img-3 ul{
	width: 100%;
	text-align: center;
}
.g-pro-img-3 ul li{
	float: none;
	display: inline-block;
	width: 25%;
	position: relative;
	padding-left: 76px;
}
.g-pro-img-3 ul li:nth-child(4n){
	width: 24%;
}
.g-pro-img-3 ul li .g-pro-img-3-img{
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 76px;
	height: 76px;
	background: #aaa;
	border-radius: 100%;
}
.g-pro-img-3 ul li .g-pro-img-3-img img{
	width: 100%;
}
.g-pro-img-3 ul li .g-pro-img-3-p{
	float: left;
	padding-top: 4px;
	color: #333;
	padding-left: 20px;
	min-height: 76px;
}
.g-pro-img-3 ul li .g-pro-img-3-p1{
	float: left;
	width: 100%;
	line-height: 36px;
	/* font-size: 28px; */
	font-size: 24px;
}
.g-pro-img-3 ul li .g-pro-img-3-p2{
	float: left;
	width: 100%;
	line-height: 34px;
	font-size: 18px;
}

.i-product-top_hd ul li:hover .g-pro-img-3-img,
.i-product-top_hd ul li.on .g-pro-img-3-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;
	background: #2a51a8;
}
.i-product-top_hd ul li:hover .g-pro-img-3-p,
.i-product-top_hd ul li.on .g-pro-img-3-p{
	-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;
	color: #2a51a8;
}

@media (max-width: 1500px){
	.inner-product-show .product-show-partthree .list ul li:nth-child(2n+1) .text {
		padding: 4% 4% 0 3%;
	}
}
@media (max-width: 1440px){
	.w-1440{
		width: 100%;
		padding: 0 3%;
	}
	.g-contrast-h1{
		font-size: 20px;
	}
	.product-show-contrast .g-contrast-text {
	    margin-top: 14px;
	    font-size: 16px;
	    line-height: 24px;
	}
	.pro-con-bg{
		margin-top: 24px;
	}
	.beer-slider{
		/* margin-top: 24px; */
	}
	.g-pro-img-3 ul li .g-pro-img-3-p1{
		font-size: 22px;
	}
	.g-pro-img-3 ul li .g-pro-img-3-p2{
		font-size: 17px;
	}
}
@media (max-width: 1199px){
	.inner-product-show .product-show-partthree .list ul li:nth-child(2n+1) .text {
		padding: 2% 2% 2% 2%;
	}
	.inner-product-show .product-show-partsix {
	    padding: 20px 0;
	}
	.inner-product-show .aqproduct-show-partfive {
	    padding: 20px 0 0px;
	}
	.g-pro-img-3 ul li{
		width: 49%;
		margin: 20px 0;
	}
	.g-pro-img-3 ul li:nth-child(4n){
		width: 50%;
	}
}
@media (max-width: 991px){
	.pro-con-pic{
		padding-bottom: 50px;
	}
	.inner-product-show .product-show-partone {
		padding: 30px 0 30px 0;
	}
	.inner-product-show .product-show-partone .video {
	    margin-top: 0px;
	}
	.inner-product-show .product-show-parttwo .list ul li{
		margin: 10px 0;
	}
	.inner-product-show .product-show-parttwo .list ul li .item .before{
		top: -20px;
	}
	.product-show-contrast {
	    padding: 45px 0 50px 0;
	}
	.inner-product-show .product-show-partthree .list ul li:nth-child(2n+1) .text {
	    padding: 4% 4% 4% 4%;
	}
	.inner-product-show .product-show-partthree .list ul li:nth-child(2n) .text {
	    padding: 4% 4% 4% 4%;
	}
	.g-pro-img-2 .slick-arrow{
		width: 40px;
		height: 40px;
		margin-top: -20px;
		background-size: 36px 36px!important;
	}
	.inner-product-show .aqproduct-show-partfive .list ul li{
		width: 50%;
	}
	.g-pro-img-1 {
	    padding: 30px 0 0px 0;
	}
	.g-pro-img-3 ul li .g-pro-img-3-p1 {
	    font-size: 20px;
	}
	.g-pro-img-3 ul li .g-pro-img-3-p2 {
	    font-size: 18px;
	}
	.inner-product-show .aqproduct-show-partsix {
	    padding: 60px 0 0px 0;
	}
	.inner-product-show .aqproduct-show-partfive .list .item {
	    margin-top: 30px;
	}
}

@media (max-width: 767px){
	.pro-con-pic{
		padding-bottom: 20px;
	}
	.inner-product-show .product-show-partone {
		padding: 15px 0 15px 0;
	}
	.inner-product-show .product-show-parttwo {
	    padding: 20px 0 30px 0;
	}
	.inner-product-show .product-show-parttwo .list ul li .item .before{
		top: auto;
		left: auto;
		right: auto;
		position: inherit;
		
	}
	.inner-product-show .gdproduct-show-parttwo {
	    padding: 30px 0;
	}
	.inner-product-show .gdproduct-show-parttwo .list .item {
	    margin-bottom: 20px;
	}
	.product-show-contrast {
	    padding: 25px 0 20px 0;
	}
	.product-show-contrast .g-contrast-text{
		font-size: 14px;
	}
	.beer-slider[data-beer-label]:after, 
	.beer-reveal[data-beer-label]:after{
		width: auto;
		padding: 0 15px;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}
	.beer-handle{
		width: 48px;
		height: 48px;
	}
	.beer-handle:before {
	    margin-top: -6px;
	    left: 8px;
	    border-top: 6px solid transparent;
	    border-bottom: 6px solid transparent;
	    border-right: 6px solid #fff;
	}
	.beer-handle:after {
	    margin-top: -6px;
	    right: 8px;
	    border-top: 6px solid transparent;
	    border-bottom: 6px solid transparent;
	    border-left: 6px solid #fff;
	}
	.beer-slider[data-beer-label]:before, 
	.beer-reveal[data-beer-label]:before{
		    right: 10px;
		    margin-top: -12px;
		    height: 24px;
		    line-height: 24px;
		    width: auto;
			padding: 0 10px;
	}
	.beer-reveal[data-beer-label]:before{
		right: auto;
		left: 10px;
	}
	.inner-product-show .product-show-parttwo .list ul li{
		width: 50%;
	}
	.g-pro-img-2 {
	    padding: 0 24px;
	    margin-top: 20px;
	}
	.g-pro-img-2 .slick-arrow{
		width: 24px;
		height: 24px;
		margin-top: -15px;
		background-size: 24px 24px!important;
	}
	.inner-product-show .aqproduct-show-partfive .list .item {
	    margin-top: 20px;
	}
	.g-pro-img-1 {
	    padding: 15px 0 0px 0;
	}
	.inner-product-show .aqproduct-show-partfive {
	    padding: 10px 0 20px;
	}
	.inner-product-show .product-show-partfour {
	    padding: 20px 0;
	}
	.inner-product-show .product-show-partfive {
	    padding: 20px 0;
	}
	.inner-product-show .product-show-partsix {
	    padding: 20px 0;
	}
	
	.inner-product-show .product-show-parteight {
	    padding: 20px 0;
	}
	.inner-product-show .product-show-parteight .text .note p{
		line-height: 2;
		margin-bottom: 0;
	}
	.inner-product-show .product-show-parteight .pic {
	    margin-top: 0px;
	}
	.inner-product-show .product-show-parteight .pic p span{
		margin-top: 5px;
	}
	.inner-product-show .product-show-partnine {
	    padding: 20px 0;
	}
	.inner-product-show .product-show-partnine .slick-dots li{
		width: 10px;
		height: 10px;
	}
	.inner-product-show .product-show-partnine .slick-dots{
		margin-top: 20px;
	}
	.inner-product-show .aqproduct-show-partsix {
	    padding: 20px 0 0px 0;
	}
	.inner-product-show .aqproduct-show-partfive .list .item p{
		line-height: 24px;
	}
	.inner-product-show .gdproduct-show-parttwo .list .item p{
		line-height: 24px;
	}
	.inner-product-show .product-show-parttwo .list ul li .item p{
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	.inner-product-show .product-show-partthree .list ul li .text p{
		font-size: 14px;
		line-height: 24px;
	}
	.g-pro-img-3{
		margin-top: 10px;
	}
	.g-pro-img-3 ul li{
		width: 49%;
		margin: 10px 0;
		padding-left: 48px;
	}
	.g-pro-img-3 ul li:nth-child(4n){
		width: 49%;
	}
	.g-pro-img-3 ul li .g-pro-img-3-p{
		min-height: 60px;
		padding-top: 0;
		padding-left: 10px;
	}
	.g-pro-img-3 ul li .g-pro-img-3-p1{
		font-size: 16px;
		height: 40px;
		line-height: 20px;
	}
	.g-pro-img-3 ul li .g-pro-img-3-p2{
		font-size: 14px;
		line-height: 20px;
	}
	.g-pro-img-3 ul li .g-pro-img-3-img{
		width: 48px;
		height: 48px;
	}
	.inner-product-show .product-show-parttwo .list ul li .item .before{
		width: 100px;
		height: 100px;
	}
	.inner-product-show .aqproduct-show-partfive .list .item .before img{
		width: 100px;
	}
	.inner-product-show .gdproduct-show-parttwo .list .item .gz-before{
		
	}
}


@font-face
{
    font-family: 'BarlowCondensed-SemiBold';
    src: url('../fonts/BarlowCondensed-SemiBold.ttf');
}

.w-100{
	float: left;
	width: 100%;
}
.tec-sup-1{
	float: left;
	width: 100%;
	padding: 140px 0 116px 0;
}
.ts-title{
	float: left;
	width: 100%;
	text-align: center;
}
.ts-title .ts-title-top{
	float: left;
	width: 100%;
	line-height: 32px;
	font-size: 32px;
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.ts-title .ts-title-top span{
	color: #274ea7;
}
.ts-title .ts-title-bottom{
	float: left;
	width: 100%;
	margin-top: 20px;
	line-height: 20px;
	font-size: 20px;
	font-size: 20px;
	padding: 0 2%;
	color: #666;
}

.ts-link{
	float: left;
	width: 100%;
	padding: 0 5.1%;
	margin-top: 108px;
}
.ts-link > a{
	float: left;
	width: 28.9%;
	margin-right: 6.65%;
	padding: 66px 0 66px 155px;
	border-radius: 25px;
	background: #efefef;
	-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;
} 
.ts-link > a.a1{
	background: #efefef url(../images/ts-ico-3.png) 40px center no-repeat;
}
.ts-link > a.a1:hover{
	background: #274ea7 url(../images/ts-ico-3-on.png) 40px center no-repeat;
}
.ts-link > a.a2{
	background: #efefef url(../images/ts-ico-4.png) 40px center no-repeat;
}
.ts-link > a.a2:hover{
	background: #274ea7 url(../images/ts-ico-4-on.png) 40px center no-repeat;
}
.ts-link > a.a3{
	background: #efefef url(../images/ts-ico-5.png) 40px center no-repeat;
}
.ts-link > a.a3:hover{
	background: #274ea7 url(../images/ts-ico-5-on.png) 40px center no-repeat;
}
.ts-link > a:nth-child(3n){
	margin-right: 0%;
}


.ts-link > a .ts-link-text{
	color: #333;
}
.ts-link > a .ts-link-text .ts-link-c{
	line-height: 40px;
	font-size: 30px;
}
.ts-link > a .ts-link-text .ts-link-e{
	line-height: 28px;
	font-size: 20px;
}
.ts-link > a:hover .ts-link-text{
	color: #fff;
}

.ts-bg-1{
	background: url(../images/ts-bg-1.jpg) no-repeat;
	background-size: cover;
}
.tec-sup-2{
	float: left;
	width: 100%;
	padding: 75px 5.2% 70px 5.2%;
	color: #fff;
}
.tec-sup-2 .tec-sup-2-con{
	float: left;
	width: 100%;
	padding-right: 124px;
	position: relative;
}
.tec-sup-2 .tec-sup-2-con .tec-sup-2-c{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 26px;
}
.tec-sup-2 .tec-sup-2-con .tec-sup-2-c img{
	vertical-align: middle;
	padding-bottom: 5px;
	margin-right: 15px;
} 
.tec-sup-2 .tec-sup-2-con .tec-sup-2-e{
	float: left;
	width: 100%;
	line-height: 60px;
	margin-top: 5px;
	font-size: 46px;
}
.tec-sup-2 .tec-sup-2-con .tec-sup-2-left{
	float: left;
	width: 56.7%;
	padding-top: 22px;
	font-family: 'BarlowCondensed-SemiBold';
}
.tec-sup-2 .tec-sup-2-con .tec-sup-2-middle{
	float: left;
	width: 43.3%;
	padding-top: 22px;
	font-family: 'BarlowCondensed-SemiBold';
}
.tec-sup-2 .tec-sup-2-con .tec-sup-2-right{
	position: absolute;
	right: 0;
	top: 0;
	float: left;
	width: 124px;
}
.tec-sup-2 .tec-sup-2-con .tec-sup-2-right img{
	max-width: 100%;
}
@media (max-width: 1440px){
	.ts-link {
	    padding: 0 3%;
	    margin-top: 58px;
	}
	.ts-link > a {
	    float: left;
	    width: 30%;
	    margin-right: 5%;
	}
	.ts-link > a:nth-child(3n){
		margin-right: 0;
	}
	.ts-link > a .ts-link-text .ts-link-c {
	    font-size: 24px;
	}
	.ts-link > a .ts-link-text .ts-link-e {
	    font-size: 18px;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-c {
	    line-height: 24px;
	    font-size: 20px;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-e {
	    line-height: 48px;
	    font-size: 36px;
	}
}
@media (max-width: 1199px){
	.ts-title .ts-title-top {
	    line-height: 24px;
	    font-size: 24px;
	}
	.ts-title .ts-title-bottom {
	    margin-top: 10px;
	    line-height: 16px;
	    font-size: 14px;
	}
	.ts-link {
		padding: 0 2%;
	}
	.ts-link > a {
	    width: 32%;
	    margin-right: 2%;
		padding: 36px 0 36px 80px;
		border-radius: 25px;
	}
	.ts-link > a:nth-child(3n){
		margin-right: 0;
	}
	
	
	.ts-link > a.a1{
		background: #efefef url(../images/ts-ico-3.png) 20px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a1:hover{
		background: #274ea7 url(../images/ts-ico-3-on.png) 20px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a2{
		background: #efefef url(../images/ts-ico-4.png) 20px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a2:hover{
		background: #274ea7 url(../images/ts-ico-4-on.png) 20px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a3{
		background: #efefef url(../images/ts-ico-5.png) 20px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a3:hover{
		background: #274ea7 url(../images/ts-ico-5-on.png) 20px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a .ts-link-text .ts-link-c {
	    line-height: 30px;
	    font-size: 20px;
	}
	.ts-link > a .ts-link-text .ts-link-e {
	    line-height: 24px;
	    font-size: 16px;
	}
}
@media (max-width: 991px){
	.tec-sup-1 {
	    padding: 70px 0 66px 0;
	}
	
	.ts-link > a {
	    padding: 24px 0 24px 60px;
	    border-radius: 18px;
	}
	
	.ts-link > a.a1{
		background: #efefef url(../images/ts-ico-3.png) 12px center no-repeat;
		background-size: 36px auto;
	}
	.ts-link > a.a1:hover{
		background: #274ea7 url(../images/ts-ico-3-on.png) 12px center no-repeat;
		background-size: 36px auto;
	}
	.ts-link > a.a2{
		background: #efefef url(../images/ts-ico-4.png) 12px center no-repeat;
		background-size: 36px auto;
	}
	.ts-link > a.a2:hover{
		background: #274ea7 url(../images/ts-ico-4-on.png) 12px center no-repeat;
		background-size: 36px auto;
	}
	.ts-link > a.a3{
		background: #efefef url(../images/ts-ico-5.png) 12px center no-repeat;
		background-size: 36px auto;
	}
	.ts-link > a.a3:hover{
		background: #274ea7 url(../images/ts-ico-5-on.png) 12px center no-repeat;
		background-size: 36px auto;
	}
	.ts-link > a .ts-link-text .ts-link-c {
	    line-height: 24px;
	    font-size: 18px;
	}
	.ts-link > a .ts-link-text .ts-link-e {
	    line-height: 20px;
	    font-size: 14px;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-left{
		padding: 11px 0;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-middle{
		padding: 11px 0;
	}
	.tec-sup-2 {
	    padding: 35px 3% 40px 3%;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-c {
	    line-height: 20px;
	    font-size: 18px;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-e {
	    line-height: 32px;
	    font-size: 28px;
		margin-top: 0;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-c img{
		width: 22px;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-right{
		width: 80px;
	}
}
@media (max-width: 767px){
	.tec-sup-1 {
	    padding: 30px 0 20px 0;
	}
	.ts-title .ts-title-top {
	    line-height: 18px;
	    font-size: 18px;
	}
	.ts-title .ts-title-bottom {
	    margin-top: 8px;
	}
	.ts-link {
	    padding: 0 0%;
		margin-top: 18px;
	}
	.ts-link > a{
		width: 100%;
		margin-top: 15px;
	}
	.ts-link > a {
	    padding: 34px 0 34px 80px;
	}
	.ts-link > a.a1{
		background: #efefef url(../images/ts-ico-3.png) 18px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a1:hover{
		background: #274ea7 url(../images/ts-ico-3-on.png) 18px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a2{
		background: #efefef url(../images/ts-ico-4.png) 18px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a2:hover{
		background: #274ea7 url(../images/ts-ico-4-on.png) 18px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a3{
		background: #efefef url(../images/ts-ico-5.png) 18px center no-repeat;
		background-size: 40px auto;
	}
	.ts-link > a.a3:hover{
		background: #274ea7 url(../images/ts-ico-5-on.png) 18px center no-repeat;
		background-size: 40px auto;
	}
	
	.tec-sup-2 {
	    padding: 20px 0% 20px 0%;
	}
	.tec-sup-2 .tec-sup-2-con{
		padding-right: 0;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-left{
		width: 100%;
		text-align: center;
		padding: 5px 0;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-middle{
		width: 100%;
		text-align: center;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-right{
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		text-align: center;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-c img{
		margin-right: 5px;
	}
	.tec-sup-2 .tec-sup-2-con .tec-sup-2-e {
	    line-height: 28px;
	    font-size: 24px;
	}
}

.tec-sup-guyGu{
	float: left;
	width: 100%;
	padding-top: 90px;
	margin-top: -60px;
	padding-left: 14.5%;
	padding-right: 1.6%;
}

.tec-sup-guyGu .tec-sup-guyGu-li{
	float: left;
	width: 100%;
	margin-top: 60px;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-t{
	float: left;
	width: 100%;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-t span{
	display: inline-block;
	padding: 0 28px;
	line-height: 54px;
	background: #274ea7;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d{
	float: left;
	width: 100%;
	margin-top: 36px;
	
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left{
	float: left;
	width: 50%;
	padding-left: 156px;
	position: relative;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-ewm{
	position: absolute;
	left: 0;
	top: 0;
	width: 156px;
	height: 156px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	overflow: hidden;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-ewm img{
	width: 100%;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text{
	float: left;
	width: 100%;
	padding-left: 32px;
	padding-right: 32px;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1{
	float: left;
	width: 100%;
	margin-top: 17px;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1 span{
	display: inline-block;
	line-height: 33px;
	font-size: 28px;
	font-weight: bold;
	color: #274ea7;
	border-bottom: 2px solid #274ea7;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx{
	float: left;
	width: 100%;
	line-height: 40px;
	font-size: 20px;
	color: #333;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx img{
	vertical-align: middle;
	padding-bottom: 5px;
	margin-left: 6px;
	margin-right: 15px;
}
.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx span{
	font-size: 26px;
	font-family: arial;
}


@media (max-width: 1440px){
	.tec-sup-guyGu {
		padding-top: 60px;
		margin-top: -40px;
		padding-left: 10%;
		padding-right: 0%;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-t span {
	    padding: 0 24px;
	    line-height: 48px;
	    font-size: 20px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1 span{
		font-size: 22px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx{
		font-size: 18px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx span {
	    font-size: 20px;
	}
}
@media (max-width: 1199px){
	.tec-sup-guyGu{
		padding-left: 6%;
		margin-top: 0;
		padding-top: 30px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-t span {
	    padding: 0 20px;
	    line-height: 40px;
	    font-size: 18px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left{
		padding-left: 136px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-ewm {
	    width: 136px;
	    height: 136px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text {
	    padding-left: 6%;
	    padding-right: 6%;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1{
		margin-top: 15px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1 span {
	    line-height: 28px;
	    font-size: 22px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx{
		line-height: 36px;
		font-size: 16px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx span{
		font-size: 18px;
	}
}
@media (max-width: 991px){
	.tec-sup-guyGu{
		padding-left: 4%;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li{
		margin-top: 40px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d{
		margin-top: 16px;
	}
}
@media (max-width: 767px){
	
	.tec-sup-guyGu{
		padding-left: 0%;
		padding-top: 15px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li {
	    margin-top: 15px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left{
		width: 50%;
		padding-left: 0;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-ewm {
	    position: relative;
	    left: auto;
	    top: auto;
		/* margin: 0 auto; */
		width: 120px;
		height: auto;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text {
	    padding-left: 0%;
	    padding-right: 0%;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1 {
	    margin-top: 5px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-p1 span {
	    line-height: 22px;
	    font-size: 16px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con{
		margin-top: 5px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx{
		font-size: 14px;
		line-height: 28px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx img{
		width: 18px;
		margin-left: 0;
		margin-right: 4px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-d .tec-sup-guyGu-li-d-left .tec-sup-guyGu-li-text .tec-sup-guyGu-li-ewm-con .tec-sup-guyGu-li-ewm-lx span{
		font-size: 14px;
	}
	.tec-sup-guyGu .tec-sup-guyGu-li .tec-sup-guyGu-li-t span {
	    padding: 0 12px;
	    line-height: 32px;
	    font-size: 16px;
	}
}

/*产品支持*/
.pro-su{
	float: left;
	width: 100%;
	padding:36px 0 122px 0;
}



.pro-suHd{
	float: left;
	width: 19.5%;
}
.pro-suHd ul{
	float: left;
	width: 100%;
}
.pro-suHd ul .pro-su-imgk{
	width: 80%;
	height: 56px;
	line-height: 56px;
	margin-top: 26px; padding-left:12px;
	border-bottom:1px solid #abaaa9;
	text-align: left;
	font-size: 16px;
	color: #3e3a39;
	cursor: pointer;
}
.pro-suHd ul .pro-su-imgk.on{
	background: #b18147; font-weight:bold; color:#fff;
}


.pro-su-Bd{
	float: right;
	width: 79.9%;
}
.pro-su-Bd .pro-su-slideBox {
	/* opacity: 0;
	filter: alpha(opacity=00); */
	/* position: absolute; */
}
.pro-su-Bd .pro-su-slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	/* opacity: 1;
	filter: alpha(opacity=100); */
}
.pro-su-Bd .pro-su-slideBox > ul{
	float: left;
	width: 100%;
	margin-top: -36px;
}
.pro-su-Bd .pro-su-slideBox > ul > li{
	float: left;
	width: 29.2%; margin-left:2%;
	margin-right: 1.8%;
}
.pro-su-Bd .pro-su-slideBox > ul > li:nth-child(3n){
	margin-right: 0;
}
.pro-su-Bd .pro-su-slideBox > ul > li a{
	display: inline-block;
	overflow: hidden;
}
.pro-su-Bd .pro-su-slideBox > ul > li a img{
	max-width: 100%;
	-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;
}
.pro-su-Bd .pro-su-slideBox > ul > li:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.pro-su-Bd .pro-su-slideBox > ul > li p{
	line-height: 30px; 
	font-weight:lighter;
	text-align: center;
	font-size: 16px;
	color: #333;
}
@media (max-width: 1199px){
	.pro-suHd{
		width: 100%;
		text-align: center;
	}
	.pro-su-Bd{
		width: 100%;
		margin-top: 30px;
	}
	.pro-suHd ul .pro-su-imgk{
		display: inline-block;
		width: auto;
		margin-top: 0;
		height: 36px;
		line-height: 36px;
		padding: 0 3%;
		margin: 0 1%;
		font-size: 16px; color:#3e3a39;
	}
	.pro-su-Bd .pro-su-slideBox > ul{
		margin-top: 0;
	}
	.pro-su-Bd .pro-su-slideBox > ul > li {
	    margin-top: 20px;
	}
	.pro-su {
	    padding: 76px 0 62px 0;
	}
}

@media (max-width: 991px){
	.pro-su-Bd .pro-su-slideBox > ul > li {
		width: 49%;
		margin-right: 1%; margin-left:0;
	}
	.pro-su-Bd .pro-su-slideBox > ul > li:nth-child(2n) {
		margin-right: 0%;
	}
	.pro-su-Bd .pro-su-slideBox > ul > li a{
		width: 100%;
	}
	.pro-su-Bd .pro-su-slideBox > ul > li a img{
		width: 100%;
	}
}
@media (max-width: 767px){
	.pro-su {
		padding: 15px 0 20px 0;
	}
	.pro-suHd ul .pro-su-imgk {
	    height: 36px; text-align: center; float:left;
	    line-height: 36px; padding:0;
	    margin: 5px 1.2%; width:30%;
	    font-size: 12px; overflow: hidden;
	}
	.pro-su-Bd{
		margin-top: 10px;
	}
	.pro-su-Bd .pro-su-slideBox > ul > li{
		margin-top: 5px;
	}
	.pro-su-Bd .pro-su-slideBox > ul > li p {
	    line-height: 20px;
	    margin-top: 6px;
	    font-size: 14px;
	}
}

/*售后服务*/
.af-se{
	float: left;
	width: 100%;
	padding: 140px 5.2% 106px 5.2%;
}

.af-se-TP{
	float: left;
	width: 100%;
}
.af-se-TP .af-se-text{
	float: left;
	width: 100%;
	margin-top: 64px;
	line-height: 36px;
	font-size: 18px;
	color: #333;
	padding-bottom: 52px;
}
.af-se-TP .af-se-TextPic{
	float: left;
	width: 100%;
}
.af-se-TP .af-se-TextPic .af-se-TextPic-1{
	float: left;
	width: 30.1%;
	margin-right: 4.85%;
	text-align: center;
}
.af-se-TP .af-se-TextPic .af-se-TextPic-1:nth-child(3n){
	margin-right: 0;
}
.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-pic{
	float: left;
	width: 100%;
}
.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-pic img{
	max-width: 100%;
}
.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-p1{
	float: left;
	width: 100%;
	margin-top: 33px;
	line-height: 40px;
	font-size: 26px;
	color: #333;
}
.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-ph1{
	font-family: 'BarlowCondensed-SemiBold';
	float: left;
	width: 100%;
	margin-top: 7px;
	line-height: 40px;
	font-size: 40px;
	color: #274ea7;
}
@media (max-width: 1199px){
	.af-se {
	    padding: 100px 3% 86px 3%;
	}
	.af-se-TP .af-se-text {
	    margin-top: 48px;
	    line-height: 32px;
	    font-size: 16px;
		padding-bottom: 32px;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-p1 {
	    margin-top: 12px;
	    line-height: 36px;
	    font-size: 20px;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-ph1 {
	    margin-top: 2px;
	    line-height: 30px;
	    font-size: 30px;
	}
}
@media (max-width: 991px){
	.af-se {
	    padding: 60px 3% 46px 3%;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-p1 {
	    margin-top: 8px;
	    line-height: 32px;
	    font-size: 18px;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-ph1 {
	    line-height: 24px;
	    font-size: 24px;
	}
}
@media (max-width: 767px){
	.af-se {
	    padding: 20px 0% 26px 0%;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1{
		width: 100%;
		margin-right: 0;
	}
	.af-se-TP .af-se-text {
	    margin-top: 12px;
	    line-height: 28px;
	    font-size: 14px;
	    padding-bottom: 0px;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-p1 {
	    margin-top: 8px;
	    line-height: 28px;
	    font-size: 16px;
	}
	.af-se-TP .af-se-TextPic .af-se-TextPic-1 .af-se-ph1 {
	    line-height: 20px;
	    font-size: 20px;
		margin-bottom: 12px;
	}
}

/*产品资料下载*/
.bg-f9{
	background: #f9f9f9;
}
.pro-su-title{
	float: left;
	width: 100%;
	line-height: 60px;
	margin-top: 50px;
	padding: 53px 0 60px 0;
	font-size: 40px;
	color: #333;
}
.pro-su-title p{
	float: left;
	max-width: 80%;
	height: 60px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-su-title a{
	float: left;
	height: 60px;
	max-width: 20%;
	color: #274ea7;
	margin-left: 52px;
	overflow: hidden;
}
.pro-su-con{
	float: left;
	width: 100%;
	padding: 78px 0 92px 0;
}
.pro-su-con .pro-su-left{
	float: left;
	width: 43.95%;
	margin-right: 12.1%;
}
.pro-su-con .pro-su-left:nth-child(2n){
	margin-right: 0;
}

.pro-su-con .pro-su-left .pro-su-le-span{
	float: left;
	width: 100%;
}
.pro-su-con .pro-su-left .pro-su-le-span span{
	display: inline-block;
	padding: 0 40px;
	line-height: 50px;
	font-size: 28px;
	border-radius: 25px;
	background: #274ea7;
	color: #fff;
}
.pro-su-con .pro-su-left .pro-su-le-list{
	float: left;
	width: 100%;
}
.pro-su-con .pro-su-left .pro-su-le-list ul{
	float: left;
	width: 100%;
}
.pro-su-con .pro-su-left .pro-su-le-list ul li{
	float: left;
	width: 100%;
	padding: 41px 0 25px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con{
	float: left;
	width: 100%;
	position: relative;
	padding-right: 66px;
}
.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con .pro-su-le-li-title{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	color: #333;
}
.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con .pro-su-le-li-time{
	float: left;
	width: 100%;
	line-height: 26px;
	font-size: 14px;
	color: #999;
}
.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con .pro-su-le-li-link{
	position: absolute;
	right: 0;
	top: 0;
	width: 66px;
	height: 33px;
	line-height: 31px;
	font-size: 14px;
	text-align: center;
	background: #fafafa;
	color: #666;
	border: 1px solid #e5e5e5;
	-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;
}
.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con .pro-su-le-li-link:hover{
	background: #274ea7;
	border: 1px solid #274ea7;
	color: #fff;
}

@media (max-width: 1199px){
	.pro-su-title {
	    line-height: 48px;
	    padding: 23px 0 20px 0;
	    font-size: 24px;
	}
	.pro-su-title p{
		height: 48px;
	}
	.pro-su-con {
	    padding: 48px 0 52px 0;
	}
	.pro-su-con .pro-su-left .pro-su-le-span span {
	    padding: 0 6%;
	    line-height: 40px;
	    font-size: 20px;
	    border-radius: 20px;
	}
	.pro-su-con .pro-su-left .pro-su-le-list ul li {
	    padding: 28px 0 18px 0;
	}
	.pro-su-con .pro-su-left {
	    width: 48%;
	    margin-right: 4%;
	}
	.pro-su-con .pro-su-left:nth-child(2n){
		margin-right: 0;
	}
	.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con .pro-su-le-li-title {
	    line-height: 28px;
	    font-size: 16px;
		padding-right: 3%;
	}
}
@media (max-width: 991px){
	.pro-su-con {
		padding: 28px 0 22px 0;
	}
	.pro-su-con .pro-su-left{
		width: 100%;
		margin-right: 0;
		margin: 20px 0;
	}
}
@media (max-width: 767px){
	.pro-su-con {
	    padding: 10px 0 20px 0;
	}
	.pro-su-title {
	    line-height: 28px;
	    padding: 10px 0 10px 0;
	    font-size: 16px;
		margin-top: 0;
		font-size: 16px;
	}
	.pro-su-title p{
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.pro-su-title a {
	    height: auto;
	    max-width: none;
	    margin-left: 0px;
	}
	.pro-su-con .pro-su-left {
	    margin: 15px 0;
	}
	.pro-su-con .pro-su-left .pro-su-le-span span {
	    padding: 0 5%;
	    line-height: 32px;
	    font-size: 16px;
	    border-radius: 16px;
	}
	.pro-su-con .pro-su-left .pro-su-le-list ul li {
	    padding: 12px 0 12px 0;
	}
	.pro-su-con .pro-su-left .pro-su-le-list ul li .pro-su-le-li-con .pro-su-le-li-title {
	    line-height: 24px;
	    font-size: 15px;
	}
}