/**
 * style.less
 * 层叠样式表
 * gz jsj
 */
/*
@font-face
{
    font-family: 'xxx';
    font-weight: normal;
    font-style: normal;
    src: url('../font/xxx.eot');
    src: url('../font/xxx.eot?#iefix') format('embedded-opentype'), 
    	 url('../font/xxx.woff2') format('woff2'), 
    	 url('../font/xxx.woff') format('woff'), 
    	 url('../font/xxx.ttf') format('truetype'), 
    	 url('../font/xxx.svg#xxx') format('svg');
}
-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
*/
@font-face
{
    font-family: 'iconfont';

    src: url('font/iconfont.eot');
    src: url('font/iconfont.eot') format('embedded-opentype'), url('font/iconfont.woff') format('woff'), url('font/iconfont.ttf') format('truetype'), url('font/iconfont.svg') format('svg');
}
@font-face {
    font-family: 'PingFang Regular';
    src: url('font/PingFangRegular.woff2') format('woff2'),
    	 url('font/PingFangRegular.woff') format('woff');
    	 font-weight: normal;
    	 font-style: normal;
}
@font-face
{
    font-family: 'AVGARDDO';
    font-weight: normal;
    font-style: normal;
    src:url('http://www.jsjhb.com/font/AVGARDDO.ttf') format('truetype');
}
@font-face
{
    font-family: 'AvantGardeITCbyBT-Book';
    font-weight: normal;
    font-style: normal;
    src: url('font/AvantGardeITCbyBT-Book.ttf') format('truetype');
}
@font-face {
    font-family: 'AvantGardeITCbyBT-Demi';
    src: url('font/AvantGardeITCbyBT-Demi.woff2') format('woff2'),
    	 url('font/AvantGardeITCbyBT-Demi.woff') format('woff');
    	 font-weight: normal;
    	 font-style: normal;
}

@font-face
{
    font-family: 'PingFang Heavy';
    font-weight: normal;
    font-style: normal;
    src: url('http://www.jsjhb.com/web/bocweb/assets/font/PingFang%20Heavy.otf');
}
@font-face{
    font-family: 'impact';
    src: url('font/impact.ttf') format('truetype');
}
@font-face{
    font-family: 'MyriadPro-Regular';
    src: url('http://www.jsjhb.com/web/bocweb/assets/font/MyriadPro-Regular.otf');
}
@font-face{
    font-family: 'AgencyFB.ttf';
    src: url('font/AgencyFB.ttf');
}


.ff
{
    font-family: 'iconfont' !important;
}
/*公共样式开始*/
*{
        margin: 0;
        padding: 0;
        list-style: none;
}
html{ 
	overflow-x:hidden; 
	overflow-y:auto; 
	height:100%;
}

body
{
	min-height:100%;
	width: 100%;
	overflow-x:hidden; 
	overflow-y:hidden;
	font-family: 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    font-weight: normal;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 100%;
        padding: 0 7%;
    }
}
@media (max-width: 1349px)
{
    .container
    {
        padding: 0 15px;
    }
}
@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;
    }
}
.w-100{
	float: left;
	width: 100%;
}
.w-1400{
	width: 1400px;
	margin: 0 auto;
}
@media (max-width: 1399px){
	.w-1400{
		width: 100%;
		padding: 0 2%;
	}	
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
    text-decoration: none;
    -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;
}
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;
    max-width: 100%;
}
a
{
    text-decoration: none;
    color: inherit;
}
p{
	margin: 0;
}
a:hover
{
    text-decoration: none;
    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;
    color: inherit;
}
*[data-type='iframe'], *[data-fancybox], .slick-slide:focus, a:link{
    outline: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
/*公共样式结束*/
/*
公共类
*/
.hidden-1{
	overflow: hidden;
}
/*首页banner 开始*/

.banner{
    width: 100%;
    overflow: hidden;
    padding-bottom: 52%;
    position: relative;
}
.banner-pic{
    /*display: none;*/
    opacity: 0;
    transition: all .4s ease;
    position: absolute;
}
.banner>div:nth-child(4){
    margin-top: 90px;
}
.banner>div:nth-child(7){
    margin-top: 85px;
}
.pic-active{
    /*display: block !important;*/
    opacity: 1;
    transition: all .4s ease;
}
.banner-left{
    width:100%;
    height: 100%;
    position: absolute;
    color: #fff;
    z-index: 99;
}
.banner-txt{
	position: absolute;
	top: 45%;
	left: 50%;
	width: 100%;
	text-align: center;
	font-size: 46px;
	line-height: 46px;
	font-weight: bold;
	color: #fff;
	z-index: 100;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.banner-txt-p1{
	padding-bottom: 24px;
	background: url("images/banner-bg.png") bottom center no-repeat;
	opacity: 0.9;
}
.banner-txt-p1 .font-1{
	font-family: 'AgencyFB.ttf';
}
.banner-txt-p2{
	margin-top: 32px;
	opacity: 0.9;
}

@media (max-width: 1199px){
	.banner-txt{
		font-size: 36px;
	}
	.banner-txt-p1{
		padding-bottom: 14px;
		background: url("images/banner-bg.png") bottom center no-repeat;
	}
	.banner-txt-p1 .font-1{
		font-family: 'AgencyFB.ttf';
	}
	.banner-txt-p2{
		margin-top: 15px;
	}

}
@media (max-width: 767px){
	.banner-txt{
		font-size: 18px;
		line-height: 18px;
	}
	.banner-txt-p1{
		padding-bottom: 10px;
		
		background-size: 50px auto;
		/*-webkit-animation: fadeInLeft 1s 0s ease both;
        animation: fadeInLeft 1s 0s ease both;*/
	}
	
	.banner-txt-p2{
		margin-top: 10px;
		/*-webkit-animation: fadeInLeft 1s 0s ease both;
        animation: fadeInLeft 1s 0s ease both;*/
	}
}

.banner-index{
	display: none;
}
@media (max-width: 767px){
	#banner{
		display: none;
	}
	.banner-txt{
		width:300px;
	}
	.banner-index{
		display: block;
	}
}
.one{
    position: absolute;
    top: 32%;
}
.one span{
    font-family: alternategotno1d;
    font-size: 28px;
    line-height: 26px;
    text-transform: uppercase;
    margin-right: 15px;
}
.one span:last-child{
    font-family: source-light;
    font-weight: 100;
    font-size: 18px;
}
.one-span{
    margin-bottom: 91px;
    cursor: pointer;
}
.banner-active:before{
    display: block;
    width: 110px;
    height: 1px;
    background-color: #fff;
    content: '';
    float: right;
    margin-top: 4%;
}
.banner-right{
    position: absolute;
    right: 4.3%;
    /*width: 10px;*/
    bottom: 0;
    overflow: hidden;
    z-index: 9999;
}
.banner-pic video{ /*,.banner-pic img*/
    width: 100%;
}
.first-word{
    position: absolute;
    top: 35%;
    left: 27%;
    right: 18%;
    bottom: 39%;
    color: #fff;
    z-index: 999;
}
 .first-word p{
    margin: 0;
    font-family: alternategotno1d;
    font-size: 56px;
    line-height: 53px;
    text-transform: uppercase;
 }
.first-word p:last-child{
    font-family: source-light;
    font-size: 32px;
    font-weight: 100;
}
.first-word:after{
    font-family: "iconfont" !important;
    content: '\e610';
    font-size: 65px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.second{
    position: absolute;
    top: 30%;
    left: 27%;
    right: 45%;
    bottom: 39%;
    color: #fff;
    z-index: 999;
}
.second p{
    margin: 0;
}
.second>p:first-child{
    margin: 0;
    font-family: alternategotno1d;
    text-align: center;
    font-size: 72px;
    text-transform: uppercase;
}
.second>p:nth-child(2){
    font-family: source-light;
    font-size: 36px;
    text-align: center;
    font-weight: normal;
}
.second ul{
    overflow: hidden;
    float: left;
    margin-top: 50px;
}
.second ul li{
    float: right;
    width: 56px;
    height: 384px;
    border-right: 1px solid #ddd;
}
.second ul li:last-child{
    border-left: 1px solid #ddd;
}
.second ul li p{
    font-family: source-light;
    font-size: 18px;
    padding: 0 18px;
}
.three-span{
    width: 125%;
}
.four-span{
    width: 120%;
}
/*首页banner结束*/    
/*首页header*/


.header{
	float: left;
	width: 100%;
	padding: 0 50px;
	position: relative;
}
.header .logo{ 
	float: left;
	margin-top: 25px;
	margin-right: 34px;
	-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;
}
.header .logo 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;
}
.header .logo-right{ 
	float: left;
	margin-top: 29px;
	margin-right: 51px;
	-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;
}
.header .logo-right 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;
}
.header .one-1{
	float: left;
	width: 1px;
	height: 71px;
	margin-top: 26px;
	background: #e6e6e6;
}
.header .nav{
	float: left;
	padding-left: 14px;
}
@media (max-width: 1680px){
	.header{
		padding: 0 3%;
	}
	.header .logo-right{ 
		margin-right: 35px;
	}
}
@media (max-width: 1440px){
	.header{
		padding: 0 2%;
	}
	
}
@media (max-width: 1366px){
	.header .logo{ 
		margin-top: 10px;
		margin-right: 24px;
	}
	.header .logo-right{ 
		margin-top: 10px;
		margin-right: 24px;
	}
	.header .one-1{
		height: 61px;
		margin-top: 16px;
		
	}
}
@media (max-width: 1200px){
	.header .logo{ 
		margin-top: 15px;
		margin-right: 15px;
		padding-bottom: 15px;
		-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;
	}
	.header .logo-right{ 
		margin-top: 15px;
		margin-right: 15px;
		-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;
	}
	.header .logo img{ 
		height: 50px;
	}
	.header .logo-right img{ 
		height: 50px;
	}
}
@media (max-width: 1199px){
	.header .logo-right{
		display: none;
	}
	.header .one-1{
		display: none;
		
	}
}
/*移动端导航*/
.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)
{
    .header .nav-collapse
    {
        display: block;

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

        display: block;

        margin-top: 10px;

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

        margin-top: 0;

        border: none;
    }
    .header .logo img{ 
		height: 38px;
	}
}
@media (max-width: 375px){
	.header .nav-collapse{
		top: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
/*移动端导航结束*/
/*PC导航开始*/

@media (min-width: 1200px)
{
    .header .nav
    {
        position: relative;

        float: left;

        padding-left: 30px;
    }
}

@media (max-width: 1680px){
	.header .nav{
		padding-left: 20px;
	}
}
@media (max-width: 1560px)
{
    .header .nav
    {
        padding-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .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(26, 160, 150, .9);
    }
    .header .nav .tbl
    {
        display: table;

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        float: left;
        margin: 6px 16px 0 16px;
    }
    .header .nav .nav-list1 > li > a
    {
        position: relative;
        display: inline-block;
        padding: 25px 15px 30px 15px;
        -webkit-transition: all .4s;
                transition: all .4s;    
        font-size: 16px;
        text-align: center;        
    }
    
    .header .nav .nav-list1 > li > a > .span-30{
    	font-family: 'AvantGardeITCbyBT-Book';
    	display: block;
    	width: 100%;
    	line-height: 30px;
    	font-size: 16px;
    	color: #666; 
    }
    .header .nav .nav-list1 > li > a > .span-24{
    	font-family: 'AVGARDNI';
    	display: block;
    	width: 100%;
    	line-height: 24px;
    	font-size: 14px;
    	color: #a8a8a8;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0;
        height: 4px;
        content: '';
        -webkit-transition: all .4s;
                transition: all .4s;
        background-color: #1aa096;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 > li.active > a > .span-30{
    	color: #1aa096;
    }
    .header .nav .nav-list1 > li.active > a > .span-24{
    	color: #1aa096;
    }
    .header .nav .nav-list1 .nav-list2
    {
        display: none;

        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        height: auto !important;
        padding: 20px 0;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 13px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 30px;

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

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        text-decoration: underline;

        color: #243376;
    }
    .header .nav .nav-list1 li > a:hover .span-30,
    .header .nav .nav-list1 li > a:hover .span-24
    {
        color: #1aa096;
    }
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        max-width: 260px;
        margin-left: 40px;
    }
    .header .nav .nav-list1 .nav-list2 li .pic img
    {
        max-width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li .pic .img-box
    {
        padding-bottom: 69.23076923%;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2
    {
        right: 0;
        left: 0;

        overflow: hidden;

        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;

        border-bottom: 40px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li
    {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding-bottom: 999px;

        border-left: 1px solid #e7e7e7;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li .pic
    {
        max-width: 130px;
        margin-left: 0;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li h4
    {
        font-size: 13px;
        font-weight: bold;

        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        left: 100%;

        display: none;

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

        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 12px;
        line-height: 2;
    }
}
@media (min-width: 1680px) and (max-width: 1790px){
	.header .nav .nav-list1 > li {
    	margin: 6px 10px 0 10px;
	}
}

@media (min-width: 1200px) and (max-width: 1440px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;
    }
    .header .nav .nav-list1 > li > a > .span-30{
    	color: #1aa096;
    	font-size: 14px;
    }
    .header .nav .nav-list1 > li > a > .span-24{
    	color: #1aa096;
    	font-size: 12px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav .nav-list1 .nav-list2 li .pic
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

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

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

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

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background-color: #243376;
    }
}
.header .nav-2 .nav-top,
.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;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

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

    margin: 0;

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

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

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

    margin: 25px 0;

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

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

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;
        float: left;
		width: 100%;
        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
    .header .fade-out ul.nav-list1 > li
    {
    	float: left;
        width: 100%;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
	.header .fade-out ul.nav-list1 > li
    {
    	width: 100%;
        margin: 0px 0;
    }
    
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.header .search-box
{
    position: absolute;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

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

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .search-box
    {
        position: fixed;

        height: 60px;
    }
}
.header .search-box .hbg
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.header .search-box .search
{
    line-height: 40px;

    position: relative;

    overflow: hidden;
    zoom: 1;

    width: 90%;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .input-text
{
    float: left;

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

    color: #333;
    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    position: absolute;
    right: 0;

    width: 70px;
    height: 40px;

    border: 1px solid #d5d5d5;
    background-color: #243376;
}
@media (max-width: 1199px)
{
    .header .search-box .input-submit
    {
        line-height: 30px;

        width: 50px;
        height: 30px;
    }
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;
    display: none;

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

    content: '\e660';

    color: #243376;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg p
{
    line-height: 2;

    margin: 0;

    color: #999;
}
@media (max-width: 1199px)
{
    .header .search-lg p
    {
        font-size: 12px;
    }
}
.header .search-lg .search
{
    position: relative;
    left: 0;

    width: 90%;

    border: none;
    border-radius: 0;
}
.header .search-lg .search:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

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

    content: '\e660';

    color: #999;
}
@media (max-width: 1199px)
{
    .header .search-lg .search:before
    {
        font-size: 18px;
        line-height: 30px;
    }
}
.header .search-lg .input-text
{
    font-size: 16px;
    line-height: 38px;

    width: 100%;
    height: 40px;
    padding: 0 80px 0 40px;

    color: #333;
    border: 1px solid #d5d5d5;
    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .header .search-lg .input-text
    {
        line-height: 28px;

        height: 30px;
    }
}
.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder
{
    color: #999;
}
.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder
{
    color: #999;
}
.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder
{
    color: #999;
}
.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder
{
    color: #999;
}
.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder
{
    color: #fff;
}
.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder
{
    color: #fff;
}
.header .search-lg .close-btn
{
    position: absolute;
    top: 15%;
    right: 10px;

    cursor: pointer;
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #000;
}
.header .right
{
    position: relative;

    float: right;

    height: 100px;

    color: #fff;
    background-color: #243376;
}
@media (max-width: 1199px)
{
    .header .right
    {
        height: 70px;

        background: none;
    }
}
.header .right .share
{
    float: left;
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .header .right .share
    {
        display: none;
    }
}
.header .right .bdsharebuttonbox
{
    display: inline-block;

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

    position: relative;

    display: inline-block;

    height: 100px;
    margin: 0;
    padding: 0 40px;

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

    background: none;
}
@media (max-width: 1660px)
{
    .header .right .bdsharebuttonbox a
    {
        padding: 0 20px;
    }
}
@media (max-width: 1360px)
{
    .header .right .bdsharebuttonbox a
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .right .bdsharebuttonbox a
    {
        height: 70px;
    }
}
.header .right .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 24px;

    display: inline-block;
    float: left;

    margin-right: 10px;

    content: '\e62d';
    text-align: center;
}
.header .right .bdsharebuttonbox a:after
{
    line-height: 100px;

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

    content: '|';
}
.header .right .bdsharebuttonbox a:hover
{
    opacity: 1;
    color: #fff;
}
.header .right .bdsharebuttonbox .bds_sqq:before
{
    content: '\e62d';
}
.header .right .bdsharebuttonbox .bds_tsina:before
{
    content: '\e62b';
}
.header .right .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.header .right .bdsharebuttonbox .bds_video:before
{
    content: '\e62a';
}
.header .find
{
    font-size: 16px;
    line-height: 100px;

    float: right;

    padding: 0 40px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1660px)
{
    .header .find
    {
        padding: 0 20px;
    }
}
@media (max-width: 1360px)
{
    .header .find
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        padding: 0 40px 0 0;

        color: #666;
    }
}
.header .find::before
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: bold;

    float: left;

    margin-right: 10px;

    content: '\e660';
}
.header.fixed-header{
		position: fixed;
		top: 0;
		background: #fff;
		z-index: 99999;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
@media (min-width: 1200px)
{
    
    .header.fixed-header .logo
    {
        height: 60px;
        padding: 7px 0px;
        margin-top: 15px;
    	margin-right: 24px;
    	
    }
    .header.fixed-header .nav .nav-list1 > li > a{
    	padding: 15px 15px 10px 15px;
    }
    .header.fixed-header .phone-right-num{
    	font-size: 30px;
    }
    .header.fixed-header .one-1{
    	height: 60px;
    	margin-top: 10px;
    }
   .header.fixed-header .nav .nav-list1 > li > a > .span-30{
   	line-height: 24px;
   }
    .header.fixed-header .logo img{
    	height: 100%;
    }
     .header.fixed-header .logo-right{
    	height: 60px;
        padding: 7px 0px;
        margin-top: 15px;
    	margin-right: 24px;
    }
    .header.fixed-header .phone-right{
    	margin-top: 12px;
    }
    .header.fixed-header .logo-right img{
    	height: 100%;
    }
    .header.fixed-header .right
    {
        height: 80px;
    }
    .header.fixed-header .find
    {
        line-height: 80px;
    }
    .header.fixed-header .right .bdsharebuttonbox a
    {
        line-height: 80px;

        height: 80px;
    }
    .header.fixed-header .right .bdsharebuttonbox a:after
    {
        line-height: 80px;
    }
    
}
@media (max-width: 1680px){
    	.header .nav .nav-list1 > li > a{
    		padding: 25px 8px;
    	}
    	.header .nav .nav-list1 > li
	    {
	        margin: 0 9px;
    	}
    }
    @media (max-width: 1600px){
    	.header .nav .nav-list1 > li > a{
    		padding: 25px 6px;
    	}
    	
    }
@media (max-width: 1366px){
	.header .nav .nav-list1 > li > a{
    	padding: 15px 5px;
    }	
}
@media (max-width: 1199px)
{
	.header .fade-out ul.nav-list1 > li
    {
        margin: 0px 0;
    }
    .header .nav .nav-list1 > li > a{
    	padding: 0px 0px;
    }	
    .header .nav .nav-list1 > li > a > .span-24{
		float: right;
	}  
	.header .nav .nav-list1 > li > a > .span-30{
		float: left;
	} 
}  
 
/*PC导航结束*/
/*header右侧电话*/
.close-l{
	position: absolute;
	left: 0;
	top: -24px;
	z-index: 2;
	cursor: pointer;
}
.close-r{
	position: absolute;
	left: auto;
	right: 0;
	top: -24px;
	z-index: 2;
	cursor: pointer;
}
.header .phone-right{
	float: right;
	margin-top: 24px;
	padding-left: 70px;
	background: url("images/phone.png") left 6px no-repeat;
	-webkit-transition: all 0.3s ease-out 0.3s; 
   	-moz-transition: all 0.3s ease-out 0.3s; 
    -o-transition: all 0.3s ease-out 0.3s; 
    transition: all 0.3s ease-out 0.3s;
}
.header .phone-right-txt{
	font-family: 'PingFang Regular';
	color: #010101;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out 0.3s; 
   	-moz-transition: all 0.3s ease-out 0.3s; 
    -o-transition: all 0.3s ease-out 0.3s; 
    transition: all 0.3s ease-out 0.3s;
}
.header .phone-right-num{
	font-family: 'impact';
	color: #1aa096;
	font-size: 38px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-out 0.3s; 
   	-moz-transition: all 0.3s ease-out 0.3s; 
    -o-transition: all 0.3s ease-out 0.3s; 
    transition: all 0.3s ease-out 0.3s;
}
@media (max-width: 1499px){
	.header .phone-right-num{
		font-size: 30px;
	}
}
@media (max-width: 1366px){
	.header .phone-right-num{
		font-size: 24px;
	}
	.header .phone-right{		
		float: right;
		margin-top: 20px;
		padding-left: 50px;
		background-size: 40px auto;
	}
}
@media (max-width: 1199px){
	.header .phone-right{
		display: none;
	}
}

/*footer开始*/
.bg-eef0f0{
	background: #eef0f0;
}
.bg-181b1b{
	background: #181b1b;
}
.footer{
	float: left;
	width: 100%;
}
.footer .content{
	float: left;
	width: 100%;
	padding: 0 50px;
}
.footer .content.content-top{
	padding-top: 31px;	
	padding-bottom: 55px;	
}
.footer .content.content-top .footer-left{
	float: left;
	width: 19%;
}
.footer .content.content-top .footer-left .footer-left-top{
	float: left;
	width: 100%;
}
.footer .content.content-top .footer-left .footer-left-bottom{
	float: left;
	width: 100%;
	margin-top: 31px;
}
.footer .content.content-top .footer-left .footer-left-bottom .footer-left-bottom-txt1{
	float: left;
	width: 100%;
	height: 38px;
	font-size: 22px;
	color: #010101;
	font-weight: bold;
}
.footer .content.content-top .footer-left .footer-left-bottom .footer-left-bottom-txt2{
	float: left;
	width: 100%;
	
	line-height: 31px;
	padding-bottom: 15px;
	font-size: 16px;
	padding-right: 20%;
	background: url("images/foot-bg.png") left bottom no-repeat;
}
.footer .content.content-top .footer-middle{
	float: left;
	width: 65%;
}
.footer .content.content-top .footer-middle .ul-1{
	float: left;
	width: 100%;
}
.footer .content.content-top .footer-middle .ul-1 li{
	float: left;
	width: 14.285%;
}
.footer .content.content-top .footer-middle .ul-1 li .title-1{
	float: left;
	width: 100%;
	line-height: 23px;
	font-size: 16px;
	color: #030303;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer .content.content-top .footer-middle .ul-1 li .a-1{
	float: left;
	display: block;
	width: 100%;
	line-height: 38px;
	font-size: 14px;
	color: #030303;
	color: #666;
}
.footer .content.content-top .footer-middle .ul-1 li .a-1:hover{
	color: #1aa096;
}
.footer .content.content-top .footer-right{
	float: left;
	width: 16%;
}
.footer .content.content-top .footer-right .footer-right-txt{
	float: left;
	width: 100%;
	text-align: right;	
	margin-top: -5px;
	line-height: 30px;
	font-size: 14px;
}

.footer .content.content-top .footer-right .footer-right-ewm{
	float: right;
	width: 124px;
	margin-top: 27px;
}
.footer .content.content-top .footer-right .footer-right-ewm img{
	width: 124px;
	height: 124px;
}
.footer .content.content-top .footer-right .footer-right-ewm .footer-right-ewm-txt{
	width: 100%;
	line-height: 42px;
	text-align: center;	
}
.footer .content.content-bottom{
	text-align: center;
	line-height: 21px;
	padding: 15px 5%;
	font-size: 14px;
	color: #dfdfdf;
}
@media (max-width: 1680px){
	.footer .content.content-top .footer-left .footer-left-bottom .footer-left-bottom-txt2 {
		font-size: 12px;
		padding-right: 10px;
	}
	.footer .content{
		padding: 0 3%;
	}
}
@media (max-width: 1440px){
	
	.footer .content{
		padding: 0 2%;
	}
}
@media (max-width: 1366px){
	.footer .content.content-top .footer-middle .ul-1 li .a-1{
		font-size: 12px;
	}
	.footer .content.content-top .footer-left .footer-left-bottom .footer-left-bottom-txt2{
		font-size: 14px;
	}
	.footer .content.content-top .footer-right .footer-right-txt{
		font-size: 12px;
	}
	.footer .content.content-top .footer-middle .ul-1 li .title-1{
		font-size:14px;
	}
	.footer .content.content-top .footer-left{
		width: 18%;
	}
	.footer .content.content-top .footer-right{
		width: 17%;
	}
	.footer .content.content-top .footer-middle .ul-1 li .a-1{
		line-height: 32px;
	}
}
@media (max-width: 1200px){
	.footer .content.content-top{
		display: none;
	}
	.footer .content.content-top .footer-left{
		width: 15%;
	}
	.footer .content.content-top .footer-right{
		width: 15%;
	}
	.footer .content.content-top .footer-middle{
		width: 70%;
	}
	.footer .content.content-top .footer-left .footer-left-top img{
		height: 50px;
	}
	.footer .content.content-top .footer-left .footer-left-bottom .footer-left-bottom-txt2{
		line-height: 24px;
	}
}
@media (max-width: 991px){
	.footer .content.content-top .footer-left{
		width: 100%;
	}
	.footer .content.content-top .footer-right{
		width: 100%;
	}
	.footer .content.content-top .footer-middle{
		width: 100%;
	}
}
/*footer结束*/
/*右侧漂浮*/
.side-always {
	position: fixed;
	z-index: 3;
	width: 76px;
	/* height: 260px; */
	right: 16px;
	top: 50%;
	margin-top: -130px;
	box-sizing: border-box; 
}
.side-always .side-items {
	display: block;
	position: relative;
	overflow: visible;
	background-color: #dcdcdc;
	cursor: pointer;
	width: 100%;
	height: 79px;
	text-align: center;
	border-bottom: 1px solid #bcbcbc;
	transition-duration: .3s;
}
.side-always .side-items:last-child{
	border: 0;
}
.side-always .side-ico {
	float: left;
    position: relative;
    z-index: 4;
    width: 100%;
    height: 40px;
	margin-top: 10px;
    transition-duration: .3s;
    background-size: 40px !important;
	text-align: center;
}
.side-always .side-txt{
	float: left;
	width: 100%;
	text-align: center;
	height: 18px;
	line-height: 18px;
	margin-top: 4px;
	font-size: 12px;
}
.side-always .side-items:hover {
	background: #1aa096; 
}
.side-always .side-items:hover .side-txt{
	color: #fff;
}
.side-always .tele-item .side-ico {
    background: url("images/side-tele.png") no-repeat center; 
}
.side-always .tele-item:hover .side-ico {
    background: url("images/side-teleon.png") no-repeat center; 
}
  .side-always .qq-item .side-ico {
    background: url("images/side-qq.png") no-repeat center; 
}
 .side-always .qq-item:hover .side-ico {
	background: url("images/side-qqon.png") no-repeat center; 
}
.side-always .ewm-item .side-ico {
    background: url("images/side-ewm.png") no-repeat center; 
}
.side-always .ewm-item:hover .side-ico {
    background: url("images/side-ewmon.png") no-repeat center; 
}
.side-always .toTop-item .side-ico {
	margin-top: 20px;
    background: url("images/side-toTop-item.png") no-repeat center;
}
.side-always .toTop-item:hover .side-ico {
	background: url("images/side-toTop-itemon.png") no-repeat center;
}

.side-always .side-tele {
    position: absolute;
    display: none;
    width: 170px;
    height: 79px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    line-height: 79px;
    color: #fff;
    left: -171px;
    top: 0%;
    
    background-color: #1aa096; 
}
  .side-always .side-tele-content {
    display: block;
    padding: 0 10px;
    text-align: center; 
}
  .side-always .side-ewm {
    position: absolute;
    display: none;
    width: 110px;
    height: 110px;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
    right: 104%;
    top: 50%;
    margin-top: -55px; 
}

.side-always.side-always-L{
	right: auto;
	left: 16px;
}
.side-always.side-always-L .side-items{
	background: #1aa096;
	border: 0;
	margin-bottom: 11px;
} 
.side-always.side-always-L .side-items:hover{
	background-color: #bf1a20;
}
.side-always.side-always-L .side-items .side-txt{
	color: #fff;
}
@media (min-width: 1200px) and (max-width: 1599px){
	.side-always{
		display: none;
	}
	.side-always{
		width: 70px;
	}
	.side-always .side-ico{
		width: 30px;
		height: 30px;
		margin-left: 20px;
		margin-top: 10px;
	}
	.side-always .side-items{
		height: 70px;
	}
	.side-always .tele-item .side-ico{
		background-size: 30px !important;
	}
	.side-always .qq-item .side-ico{
		background-size: 30px !important;
	}
	.side-always .ewm-item .side-ico{
		background-size: 30px !important;
	}
	.side-always .toTop-item .side-ico{
		background-size: 30px !important;
	}
}


/*侧漂浮结束*/
/*首页内容开始*/
.bg-fcfcfc{
	background: #fcfcfc;
}
.mian{
	float: left;
	width: 100%;
}
.ico-content{
	float:left;
	width: 100%;
	padding: 58px 0 41px 0;
}
.ico-content .ico-content-ul{
	float:left;
	width: 100%;
	
}
.ico-content .ico-content-ul li{
	float: left;
	width: 16.66%;
	text-align: center;
	padding: 3px 0 4px 0;
	background: url("images/index-bg1.jpg") center right no-repeat;
}
.ico-content .ico-content-ul li:last-child{
	background:none;
}
.ico-content .ico-content-ul li img{
	height: 60px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s; 
	-o-transition: all 0.5s ease-out 0s; 
	transition: all 0.5s ease-out 0s;
}

.ico-content .ico-content-ul li:hover img{
	transform:rotateY(360deg);
	-ms-transform:rotateY(360deg); 	/* IE 9 */
	-moz-transform:rotateY(360deg); 	/* Firefox */
	-webkit-transform:rotateY(360deg); /* Safari 和 Chrome */	
	
}
.ico-content .ico-content-ul li .ico-txt-1{
	float: left;
	width: 100%;
	margin-top: 9px;
	font-size: 16px;
	
}
.ico-content .ico-content-ul li .ico-txt-1 .ico-txt-p-1{
	font-family: 'PingFang SC Regular';
	float: left;
	width: 100%;
	line-height: 30px;
	margin: 0;
	color: #1aa096;
}
.ico-content .ico-content-ul li .ico-txt-1 .ico-txt-p-2{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 25px;
	margin: 0;
	color: #1aa096;
}
@media (max-width: 991px){
	.ico-content .ico-content-ul li{
		width: 33.33%;
		margin:15px 0;
		padding: 3px 10px;
	}
	.ico-content .ico-content-ul li:nth-child(3n){
		background: none;
	}
}
@media (max-width: 767px){
	.ico-content{
		padding: 10px 0;
	}
	.ico-content .ico-content-ul li .ico-txt-1{
		font-size: 13px;
	}
	.ico-content .ico-content-ul li{
		margin: 8px 0;
		background: url("images/index-bg1.jpg") middle right no-repeat;
	}
	
	.ico-content .ico-content-ul li img{
		height: 40px;
	}
	.ico-content .ico-content-ul li .ico-txt-1 .ico-txt-p-1{
		line-height: 18px;
	}
	.ico-content .ico-content-ul li .ico-txt-1 .ico-txt-p-2{
		font-size: 12px;
		line-height: 16px;
		display: none;
	}
	
}

/*首页关于我们*/
.position{
	position: relative;
}
.img-absolute{
	position: absolute;
	left: -30px;
	bottom: 123px;
}
.index-about{
	float: left;
	width: 100%;
	padding: 85px 0 78px 0;
}
.index-about .index-about-left{
	float: left;
	width: 59%;
}
.index-about .index-about-left .index-about-left-title{
	float: left;
	width: 100%;
}
.index-about .index-about-left .index-about-left-title .index-about-left-title-h1{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 60px;
	font-size: 60px;
	margin: 0;
}
.index-about .index-about-left .index-about-left-title .index-about-left-title-h1 strong{
	font-family: 'AvantGardeITCbyBT-Demi';
}


.index-about .index-about-left .index-about-left-title .index-about-left-title-h2{
	float: left;
	width: 100%;
	line-height: 26px;
	padding: 5px 0;
	font-size: 20px;
	margin: 0;
	
}
.index-about .index-about-left .index-about-left-title-1{
	font-family: 'PingFang Regular';
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 37px;
	color: #1aa096;
	margin-top: 23px;
	background: url("images/index-about-bg-1.jpg") left bottom no-repeat;
	
}
.index-about .index-about-left .index-about-left-txt-1{
	font-family: 'PingFang Regular';
	float: left;
	width: 100%;
	margin-top: 39px;
	line-height: 32px;
	font-size: 16px;
	color: #333;
	padding-right: 70px;
	text-indent: 2em;
	color: #333;
	font-style:normal;
}
.index-about .index-about-left .index-about-left-txt-1 p{
	margin: 0;
}
.index-about .index-about-left .index-about-left-foot{
	float: left;
	width: 100%;
	margin-top: 32px;
}
.index-about .index-about-left .index-about-left-foot .index-about-left-foot-p1{
	float: left;
	width: 100%;
	line-height: 33px;
	font-size: 21px;
	font-weight: bold;
	color: #1aa096;
}
.index-about .index-about-left .index-about-left-foot .index-about-left-foot-p2{
	float: left;
	width: 100%;
	line-height: 20px;
	font-family: 'AvantGardeITCbyBT-Book';
	font-weight: lighter;
	letter-spacing: -0px;
	color: #1aa096;
	font-size: 12px;
}
.index-about .index-about-right{
	
	float: left;
	width: 41%;
}

.top-link{
	float: left;
	width: 100%;
	text-align: right;
	height: 128px;
}
.top-link a{
	float: right;
	height: 16px;
	line-height: 16px;
	margin-top: 73px;
	padding-left: 22px;
	font-size: 16px;
	color: #999;
	border-left: 5px solid #bf1a20;
}
.top-link a:hover{
	color: #1aa096;
	margin-right: 5px;
} 
.index-about .index-about-right img{
	width: 100%;
}
@media (max-width: 1680px){
	.img-absolute{
		display: none;
	}
}


@media (max-width: 1366px){
	.index-about{
		padding: 35px 3% 28px 3%;
	}
	.index-about .index-about-left .index-about-left-title .index-about-left-title-h1{
		font-size: 48px;
	}
}
@media (max-width: 1200px){
	.index-about .index-about-left .index-about-left-title-1{
		margin-top: 10px;
	}
	.index-about .index-about-left .index-about-left-txt-1{
		margin-top: 10px;
		font-size: 14px;
		line-height: 26px;
		padding-right: 30px;
	}
	.index-about .index-about-left .index-about-left-foot{
		margin-top: 10px;
	}
	.index-about .index-about-left .index-about-left-foot .index-about-left-foot-p1{
		line-height: 28px;
		font-size: 18px;
	}
}
@media (max-width: 991px){
	.index-about .index-about-left{
		width: 100%;
	}
	.index-about .index-about-left .index-about-left-title .index-about-left-title-h1{
		font-size: 40px;
	}
	.index-about .index-about-right{
		width: 100%;
	}
	.index-about{
		padding: 20px 2% 20px 2%;
	}
	.top-link{
		height: 60px;
	}
	.top-link a {
	    margin-top: 20px;
	    padding-left: 22px;
	    font-size: 14px;
	    border-left: 3px solid #bf1a20;
	}
	.index-about .index-about-right img{
		/*display: none;*/
	}
}
@media (max-width: 767px){
	.index-about .index-about-right img{
		display: none;
	}
	.top-link{
		display: none;ico-txt-p-2
	}
}
@media (max-width: 767px){
	.index-about {
	    padding: 10px 3% 10px 3%;
	}
	.index-about .index-about-left .index-about-left-title .index-about-left-title-h1 {
		line-height: 40px;
	    font-size: 28px;
	}
	.index-about .index-about-left .index-about-left-title .index-about-left-title-h2{
		font-size: 16px;
	}
	.index-about .index-about-left .index-about-left-title-1{
		margin-top: 5px;
		font-size: 18px;
	}
	.index-about .index-about-left .index-about-left-txt-1{
		line-height: 24px;
		padding-right: 0;
	}
	.index-about .index-about-left .index-about-left-foot .index-about-left-foot-p1{
		font-size: 16px;
		line-height: 26px;
	}
}
/*首页品牌优势*/
.index-advantage-bg{
	background: url("images/advantage-bg-1.jpg") repeat;
	position: relative;
}
.absolute-1{
	position: absolute;
	right: 0;
	bottom: 22px;	
}
.absolute-2{
	position: absolute;
	left: 0;
	top: 0px;	
	opacity: 0;
}
.absolute-2.block{
	opacity: 1;
	z-index: 9;
}
.index-advantage{
	float: left;
	width: 100%;
	padding-left: 52.5%;
	padding-top: 68px;
}
.index-advantage .index-advantage-title{
	float: left;
	width: 100%;
}
.index-advantage .index-advantage-title .index-advantage-title-left{
	float: left;
	line-height: 53px;
	margin-right: 10px;
	font-weight: bold;
	color: #010101;
	font-size: 48px;
}
.index-advantage .index-advantage-title .index-advantage-title-left span{
	color: #1aa096;
}

.index-advantage .index-advantage-title .index-advantage-title-right{
	float: left;
	color: #f9e7bd;
}
.index-advantage .index-advantage-title .index-advantage-title-right .index-advantage-title-right-top{
	font-family: 'AvantGardeITCbyBT-Demi';
	line-height: 26px;
	font-size: 26px;
	
}
.index-advantage .index-advantage-title .index-advantage-title-right .index-advantage-title-right-bottom{
	font-family: 'AvantGardeITCbyBT-Book';
	line-height: 27px;
	font-size: 30px;
}
.index-advantage .index-advantage-txt{
	float: left;
	width: 100%;
	margin-top: 17px;
}
.index-advantage .index-advantage-txt .index-advantage-p1{
	font-family: 'PingFang Regular';
	display: inline-block;
	background: #1aa096;
	padding: 5px 20px;
	font-size: 22px;
	font-size: 22px;
	line-height: 29px;
	color: #fff;
}
.index-advantage .index-advantage-ul-1{
	float: left;
	width: 100%;
	padding: 31px 0 61px 0;
}
.index-advantage .index-advantage-ul-1 ul{
	float: left;
	width: 100%;
}
.index-advantage .index-advantage-ul-1 ul li{
	font-family: 'PingFang Regular';
	float: left;
	width: 100%;
	margin-top: 30px;
	line-height: 24px;
	position: relative;
	padding-left: 40px;
	font-size: 16px;
}
.index-advantage .index-advantage-ul-1 ul li span{
	font-family: 'PingFang Heavy';
	position: absolute;
	left: 0;
	top: -4px;
	font-weight: bold;
	font-size: 24px;
	color: #1aa096;
}
.index-advantage .index-advantage-ul-1 ul li span font{
	font-size: 18px;
	margin-left: -6px;
	
}
.index-advantage-imgk.on{
	color: #1aa096;
}
@media (min-width: 1680px) and (max-width: 1800px){
	.absolute-2{
		width: 50%;
	}
}


@media (max-width: 1680px){
	.index-advantage{
		padding-top: 30px;
	}
	.absolute-2{
		width: 800px;
	}
	.index-advantage .index-advantage-ul-1 {
	    float: left;
	    width: 100%;
	    padding: 10px 0 20px 0;
	}
}
@media (min-width: 1440px) and (max-width: 1560px){
	.absolute-2{
		width: 50%;
	}
}

@media (max-width: 1440px){
	.absolute-2{
		width: 700px;
	}
	.index-advantage .index-advantage-ul-1 ul li{
		margin-top: 15px;
	}
	.index-advantage .index-advantage-ul-1{
		padding: 15px 0 25px 0;
	}
}
@media (min-width: 1200px) and (max-width: 1366px){
	.absolute-2 {
	    width: 51.15%;
	}
}
@media (max-width: 1366px){
	.index-advantage{
		padding-left: 54%;
		padding-right: 2%;
	}
}


@media (max-width: 1200px){
	.absolute-2{
		/*width: 50%;*/
		/*height: 100%;*/
	}
	.index-advantage .index-advantage-ul-1 ul li{
		margin-top: 5px;
		font-size: 12px;
	}
	.index-advantage .index-advantage-title .index-advantage-title-left{
		font-size: 36px;
	}
	.index-advantage .index-advantage-title .index-advantage-title-right .index-advantage-title-right-top{
		font-size: 26px;
	}
	.index-advantage .index-advantage-title .index-advantage-title-right .index-advantage-title-right-bottom{
		font-size: 30px;
	}
	.index-advantage{
		padding-top:20px ;
	}
	.index-advantage .index-advantage-txt{
		margin-top: 10px;
	}
	
	.index-advantage .index-advantage-ul-1 {
	    padding: 11px 0 20px 0;
	}
	.index-advantage .index-advantage-ul-1 ul li span{
		font-size: 18px;
		top: -2px;
	}
	.absolute-1{
		width: 80px;
	}
}
@media (max-width: 1199px){
	.index-advantage{
		padding-left: 52%;
	}
	.absolute-2{
		width: 50%;
	}
	.index-advantage .index-advantage-title .index-advantage-title-left{
		font-size: 30px;
		line-height: 50px;
	}
	.index-advantage .index-advantage-title .index-advantage-title-right .index-advantage-title-right-top{
		line-height: 24px;
		font-size: 22px;
	}
	.index-advantage .index-advantage-title .index-advantage-title-right .index-advantage-title-right-bottom{
		line-height: 26px;
		font-size: 24px;
	}
		.index-advantage .index-advantage-ul-1 {
	    padding: 7px 0 12px 0;
	}
	.index-advantage .index-advantage-ul-1 ul li{
		line-height: 20px;
	}
}
@media (max-width: 991px){
	.index-advantage {
    	padding:10px 2%;
	}
	.index-advantage-parBd{
		display: none;
		float: left;
		width: 100%;
		padding-top: 620px;
	}
	.index-advantage-parBd img{
		float: left;
		width: 100%;
	}
	.absolute-2{
		/*position: inherit;
		top: auto;
		left: auto;*/
		/*float: left;*/
		/*width: 96%;*/
		/*margin: 0 2%;*/
	}
	.index-advantage .index-advantage-txt .index-advantage-p1{
		width: 100%;
		text-align: center;
	}
	.index-advantage{
		padding: 20px 3% 10px 3%;
	}
}
@media (max-width: 767px){
	.absolute-2{
		display: none;
	}
	.index-advantage .index-advantage-txt .index-advantage-p1{
		font-size: 20px;
	}
}
/*专利研发 产品设备*/
.product{
	float: left;
	width: 100%;
	padding: 91px 0 99px 0;
}
.product .product-title{
	float: left;
	width: 100%;
}
.product .product-title .product-title-left{
	float: left;
}
.product .product-title .product-title-left .product-title-left-L{
	float: left;
	line-height: 74px;
	font-size: 32px;
	font-weight: bold;
	color: #1aa096;
	background: url(images/index-product-bg-1.jpg) left bottom no-repeat;
}
.product .product-title .product-title-left .product-title-left-R{
	float: left;
	line-height: 58px;
	margin-top: 16px;
	font-size: 16px;
	color: #666;
	margin-left: 28px;
}
.product .product-title .product-title-right{
	float: right;
}
.product .product-title .product-title-right a{
	display: inline-block;
	line-height: 15px;
	padding-left: 20px;
	border-left: 5px solid #bf1a20;
	margin-top: 38px;
	font-size: 14px;
	color: #999;
}
.product .product-title .product-title-right a:hover{
	color: #1aa096;
	margin-right: 5px;
} 
.product .product-ul{
	float: left;
	width: 100%;
	margin-top: 59px;
}
.product .product-ul li{
	float: left;
	width: 22.5%;
	margin-right: 3.2%;
	
}
.product .product-ul li:last-child{
	margin-right: 0;
}
.product .product-ul li .product-li-img{
	width: 100%;
	overflow: hidden;
    
}
.product .product-ul li .product-li-img img{
	width: 100%;
	-webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.product .product-ul li .product-li-txt{
	float: left;
	width: 100%;
	background: #f8f8f8;
	padding: 12px 22px 27px 22px;
	-webkit-transition: all 0.3s ease-out 0s; 
   	-moz-transition: all 0.3s ease-out 0s; 
    -o-transition: all 0.3s ease-out 0s; 
    transition: all 0.3s ease-out 0s;
}
.product .product-ul li .product-li-txt .product-li-txt-t{
	float: left;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .product-ul li .product-li-txt .product-li-txt-b{
	float: left;
	width: 100%;
	height: 52px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	
}
.product .product-ul li:hover .product-li-txt{
	background: #1aa096;
}
.product .product-ul li:hover .product-li-txt .product-li-txt-t{
	color: #fff;
}
.product .product-ul li:hover .product-li-txt .product-li-txt-b{
	color: #fff;
}

.product .product-ul li:hover .product-li-img img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}



@media (max-width: 1366px){
	.product{
		padding: 91px 3% 99px 3%;
	}
}
@media (max-width: 1199px){
	.product{
		padding: 20px 2% 20px 2%;
	}
	.product .product-title .product-title-left .product-title-left-L{
		font-size: 26px;
	}
	.product .product-ul{
		margin-top: 30px;
	}
	.product .product-ul li .product-li-txt .product-li-txt-t{
		height: 36px;
		line-height: 36px;
		font-size: 17px;
	}
	.product .product-ul li .product-li-txt .product-li-txt-b{
		height: 40px;
		line-height: 20px;
		font-size: 13px;
	}
}
@media (max-width: 991px){
	.product .product-ul li{
		width: 46%;
		margin: 15px 2%;
	}
	.product .product-title .product-title-left .product-title-left-R{
		display: none;
	}
	.product .product-ul{
		margin-top: 10px;
	}
	.product .product-ul li .product-li-txt{
		padding: 10px 15px 15px 15px;
	    
	}
}
@media (max-width: 767px){
	.product{
		padding: 10px 2% 10px 2%;
	}
	.product .product-title .product-title-left .product-title-left-L{
		font-size: 16px;
		line-height: 58px;
	}
	.product .product-title .product-title-right a{
		margin-top: 36px;
	}
	.product .product-ul li .product-li-txt .product-li-txt-t{
		height: 28px;
	    line-height: 28px;
	    font-size: 15px;
	}
	.product .product-ul li .product-li-txt .product-li-txt-b{
		height: 36px;
	    line-height: 18px;
	    font-size: 13px;
	}
	.product .product-ul li{
		margin: 8px 2%;
	}
}

/*首页药物详情*/
.product-bg-1{
	background: url(images/product-bg-1.jpg) right top no-repeat;
	background-size: cover;
}
.product-particulars{
	float: left;
	width: 100%;
	position: relative;
} 
.product-particulars .product-particulars-title{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 67px;
}
.product-particulars .product-particulars-title h1{
	float: left;
	width: 100%;
	line-height: 68px;
	font-size: 40px;
	color: #010101;
	font-weight: bold;
}
.product-particulars .product-particulars-title h1 span{
	color: #1aa096;
}
.product-particulars .product-particulars-title h2{
	float: left;
	width: 100%;
	line-height: 49px;
	font-size: 24px;
	color: #333;
	font-family: 'PingFang Regular';
}

.product-particulars .product-particulars-img{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 85px;
	
}
.product-particulars-list{
	position: absolute;
}
.product-particulars-L-txt{
	top: 65.6%;
	left: 31px;
}
.product-particulars-R-txt{
	top: 65.6%;
	right: 0;
}
.product-particulars-list ul li{
	width: 100%;
	padding-left: 30px;
	line-height: 42px;
	font-size: 20px;
	color: #040000;
	background: url("images/product-list-1.png") left center no-repeat;
}
.product-absolute{
	position: absolute;
}
.product-absolute.product-absolute-img-1{
	left: 0.8%;
	top: 37.3%;
}
.product-absolute.product-absolute-img-2{
	left: 10.1%;
	top: 23.8%;
}
.product-absolute.product-absolute-img-3{
	left: 15.8%;
	top: 41.9%;
}
.product-absolute.product-absolute-img-4{
	left: 23.3%;
	top: 25.2%;
}
.product-absolute.product-absolute-img-5{
	left: 39.5%;
	top: 25.2%;
}
.product-absolute.product-absolute-img-6{
	left: 68.4%;
	top: 45.2%;
}
.product-absolute.product-absolute-img-7{
	left: 73.7%;
	top: 29.6%;
}
.product-absolute.product-absolute-img-8{
	left: 84.4%;
	top: 38.2%;
}
.product-absolute.product-absolute-img-9{
	left: 91.1%;
	top: 25.2%;
}
@media (max-width: 1366px){
	.product-particulars{
		padding: 0 3%;
	}
}
@media (max-width: 1199px){
	.product-particulars-img img{
		width: 25%;
	}
	.product-particulars .product-particulars-title{
		
		padding-top: 27px;
		padding-bottom: 40px;
	}
	.product-particulars .product-particulars-img{
		margin-top: 120px;
	}
	.product-particulars-L-txt{
		top: 70%;
	}
	.product-particulars-R-txt{
		top: 70%;
		right: 2%;
	}
	.product-particulars-list ul li{
		padding-left: 30px;
		line-height: 36px;
		font-size: 16px;
	}
	.product-absolute.product-absolute-img-1{
		width: 80px;
		left: 0.8%;
		top: 37.3%;
	}
	.product-absolute.product-absolute-img-2{
		width: 90px;
		left: 10.1%;
		top: 23.8%;
	}
	.product-absolute.product-absolute-img-3{
		width: 80px;
		left: 15.8%;
		top: 41.9%;
	}
	.product-absolute.product-absolute-img-4{
		width: 80px;
		left: 23.3%;
		top: 25.2%;
	}
	.product-absolute.product-absolute-img-5{
		width: 70px;
		left: 39.5%;
		top: 25.2%;
	}
	.product-absolute.product-absolute-img-6{
		width: 80px;
		left: 65.4%;
		top: 45.2%;
	}
	.product-absolute.product-absolute-img-7{
		width: 80px;
		left: 70.7%;
		top: 29.6%;
	}
	.product-absolute.product-absolute-img-8{
		width: 80px;
		left: 81.4%;
		top: 38.2%;
	}
	.product-absolute.product-absolute-img-9{
		width: 80px;
		left: 88.1%;
		top: 25.2%;
	}
}

@media (max-width: 991px){
.product-particulars-list ul li{
		max-width: 254px;
		max-height: 36px;
		overflow: hidden;
		font-size: 12px;
	}
}
@media (max-width: 767px){
	.product-particulars-list ul li{
		font-size: 14px;
	}
	.product-particulars{
		padding-bottom: 20px;
	}
	.product-absolute.product-absolute{
		display: none;
	}
	.product-particulars-L-txt{
		position: inherit;
		left: auto;
		top: auto;
		float: left;
		width: 100%;
	}
	.product-particulars-R-txt{
		position: inherit;
		right: auto;
		top: auto;
		float: left;
		width: 100%;
	}
	.product-particulars .product-particulars-img{
		margin-top: 20px;
	}
	.product-particulars .product-particulars-title {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.product-particulars-img img{
		width: 60%;
	}
	.product-bg-1{
		background-size:cover;
	}
	.product-particulars .product-particulars-title h1{
		line-height: 48px;
		font-size: 26px;
	}
	
	.product-particulars .product-particulars-title h2{
		line-height: 29px;
		font-size: 16px;
	}
	.product-particulars-list{
		padding-left: 2%;
	}
	
}

/*首页荣誉*/
.honor{
	float: left;
	width: 100%;
	padding-bottom: 66px;
}
/*首页可复用标题*/
.index-title{
	float: left;
	width: 100%;
	margin-top: 36px;
	text-align: center;
}
.index-title h1{
	line-height: 43px;
	padding: 25px 0;
	font-size: 30px;
	color: #1aa096;
	background: url("images/certificate-ico-1.jpg") bottom center no-repeat;
}
.index-title h2{
	line-height: 35px;
	margin-top: 14px;
	font-size: 18px;
	color: #333;
}
@media (max-width: 991px){
	.index-title{
		margin-top: 16px;
	}
	.index-title h1{
		padding: 10px 0;
		font-size: 24px;
	}
	.index-title h2{
		line-height: 20px;
		margin-top: 7px;
		font-size: 15px;
		padding: 0 3%;
	}
}
@media (max-width: 767px){
	.index-title{
		margin-top: 10px;
	}
	.index-title h1{
		font-size: 20px;
		padding: 5px 0;
	}
	.index-title h2{
		line-height: 20px;
		margin-top: 5px;
		font-size: 13px;
	}
}
/*荣誉证书*/
.honor-slickcen{ 
	float:left; 
	width:100%; 
	margin-top:51px; 
	text-align:center;
	padding-bottom: 54px;
}
.honor-slickcen .slick-slide img { 
	
	border: 1px solid #dadada;
}
.honor-slickcen .honor-pic { 
	position:relative; 
	padding:40px 40px 40px 40px;
}
.honor-slickcen .slick-center .honor-pic{ 
	position: relative;
	padding: 0px;
	padding-bottom: 40px;
}

.honor-slickcen .slick-center .honor-text{
	text-align: center;
	bottom: -0px;
	width: 100%;
	text-align: center;
}
.honor-slickcen .honor-text{ 
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height:40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transform: translate(-50%,-0%);
	-moz-transform: translate(-50%,-0%);
	-ms-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
}
.honor-slickcen .slick-arrow{
	width: 50px;
	height: 32px;
	position: absolute;	
	bottom:0%
	
}
.honor-slickcen .slick-prev{
	left: 46.5%;
	background: url("images/certificate-left-1.jpg") no-repeat;
}
.honor-slickcen .slick-next{
	right: 46.5%;
	background: url("images/certificate-right-1.jpg") no-repeat;
}
@media (max-width: 1366px){
	.honor{
		padding: 0px 3% 66px 3%;
	}
}
@media (max-width: 1200px){
	.honor-slickcen .slick-prev{
		left: 45.2%;
	}
	.honor-slickcen .slick-next{
		right: 45.2%;
	}
}
@media (max-width: 991px){
	.honor{
		padding-bottom: 20px;
	}
	.honor-slickcen{
		margin-top: 20px;
		padding-bottom: 40px;
	}
	.honor-slickcen .slick-prev{
		left: 43.5%;
	}
	.honor-slickcen .slick-next{
		right: 43.5%;
	}
	.honor-slickcen .honor-pic {
		padding:20px 20px 30px 20px;
	}
	.honor-slickcen .slick-center .honor-pic{
		padding-bottom: 30px;
	}
	.honor-slickcen .honor-text{
		height: 30px;
		line-height: 30px;
	}
}
@media (max-width: 767px){
	.honor{
		padding-bottom: 0px;
	}
	.honor-slickcen{
		padding-bottom: 20px;
	}
}
/*精选治理案例*/
.case-bg{
	background: url("images/case-bg.jpg") no-repeat;
	background-size: cover;
}
.case{
	float: left;
	width: 100%;
	padding: 57px 0 42px 0;
}
.case .case-title{
	float: left;
	width: 100%;
}
.case .case-title .case-title-left{
	float: left;
}
.case .case-title .case-title-left .case-title-left-L{
	float: left;
	line-height: 74px;
	font-size: 32px;
	font-weight: bold;
	color: #1aa096;
	background: url("images/index-product-bg-1.jpg") left bottom no-repeat;
}

.case .case-title .case-title-right{
	float: right;
}
@media (max-width: 767px){
	.case{
		padding: 0 2%;
	}
	.case .case-title .case-title-left .case-title-left-L{
		font-size: 16px;
		line-height: 58px;
	}
}

.case-slideGroup{ 
	float:left; 
	width:100%; 
	margin-top: -74px;
}
.case-top_hd{ 
	float:right; 
	width:100%; 
	height: 132px;
	
	margin:0 0 0px 0; 
	text-align:center;
}
.case-top_hd ul{ 
	float:right; 
	padding-top: 17px;
}
.case-top_hd ul li{ 
	display:inline-block; 
	*display:inline;
	*zoom:1; 
	height:36px; 
	line-height:36px; 
	padding: 0 24px;
	text-align:center; 
	color:#333; 
	font-size:16px; 
	background: url("images/case-bg-2.jpg") right center no-repeat;
	cursor:pointer; 
	overflow:hidden;
}
.case-top_hd ul li:last-child{
	background: none;
}

.case-slideGroup .case-parBd{ 
	float:left; 
	width:100%; 
	position:relative; 
	z-index:1;
}
.case-slideBox{ 
	float:left; 
	width:100%;
	position:absolute; 
	left:0; 
	top:0; 
	z-index:0; 
	opacity:0;
	filter:alpha(opacity=00);
}
.case-slideBox.block{  
	left:0; 
	top:0; 
	position:relative; 
	z-index:9; 
	opacity:1;
	filter:alpha(opacity=100);
}
.case-slideBox .case-slide_pic{ 
	float:left; 
	width:100%; 
	padding:13px 0 47px 0;
}

.case-top_hd ul li span{ 
	display: inline-block;
	*display:inline;
	*zoom:1;
	height: 36px;
	font-size: 16px;
	border-bottom: 3px solid rgba(0,0,0,0);
	color: #333;
	-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;
}
.case-top_hd ul li.on span{ 

	font-size: 20px;
	border-bottom: 3px solid #bf1a20;
	font-weight: bold;
	color: #bf1a20;

}
.case-slideBox ul{
	float: left;
	width: 100%;
}
.case-slideBox ul li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.case-slideBox ul li:nth-child(4n){
	margin-right: 0%;
}
.case-slideBox .case-img{
	width: 100%;
	overflow: hidden;
}
.case-slideBox .case-img img{
	width: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.case-slideBox ul li:hover .case-img img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.case-slideBox .case-txt{
	width: 100%;
	height: 73px;
	line-height: 49px;
	padding-bottom: 24px;
	font-size: 16px;
	color: #333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media (max-width: 1366px){
	.case{
		padding: 57px 3% 42px 3%;
	}
}
@media (max-width: 1199px){
	.case{
		padding: 27px 3% 12px 3%;
	}
	.case-slideGroup{
		margin-top: 0;
	}
	.case-top_hd{
		height: auto;
	}
	.case-top_hd ul{
		width: 100%;
		padding-bottom: 17px;
	}
}
@media (max-width: 991px){
	.case-top_hd ul li{
		background: none;
	}
	.case-top_hd ul li{
		padding: 0 8px;
	}
	.case-slideBox ul li{
		width: 48%;
		margin-right: 4%;
	}
	.case-slideBox ul li:nth-child(2n){
		margin-right: 0%;
	}
	.case-slideBox .case-txt{
		padding-bottom: 0;
		height: 49px;
	}
}
@media (max-width: 767px){
	.case {
	    padding: 10px 3% 10px 3%;
	}
	.case-top_hd ul li span{
		font-size: 14px;
	}
	.case-top_hd ul li.on span{
		font-size: 15px;
	}
	.case-slideBox .case-txt{
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
}

/*合作伙伴*/
.friend-bg{
	background: url("images/friend-bg-1.jpg") repeat;
}
.friend{
	float: left;
	width: 100%;
	padding: 42px 0 38px 0;
}
.friend-title{
	float: left;
	width: 100%;
	text-align: center;
	line-height: 73px;
	font-size: 30px;
	color: #1aa096;
	font-weight: bold;
	background: url("images/certificate-ico-1.jpg") bottom center no-repeat;
}
.friend .friend-list{
	float: left;
	width: 100%;
	padding-top: 62px;
}
.friend .friend-list ul{
	float: left;
	width: 100%;
}
.friend .friend-list ul li{
	float: left;
	width: 15.7%;
	padding: 14px;
	margin-right: 5.375%;
	margin-bottom: 63px;
	position: relative;
}
.friend .friend-list ul li:nth-child(5n){
	margin-right: 0%;
}
.friend .friend-list ul li .friend-rotate{
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top:0;
	background: url("images/friend-bg-2.png") no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s; 
	-o-transition: all 0.5s ease-out 0s; 
	transition: all 0.5s ease-out 0s;
}
.friend .friend-list ul li .friend-img{
	cursor: pointer;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
/* 	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s; */
	border: 1px solid #e2e2e2;
}
.friend .friend-list ul li:hover .friend-rotate{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */	
	
	
}
/* .friend .friend-list ul li:hover .friend-img{
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}
 */
@media (max-width: 1366px){
	.friend{
		padding: 42px 3% 38px 3%;
	}
}
@media (max-width: 991px){
	.friend{
		padding: 22px 2% 18px 2%;
	}
	.friend .friend-list ul li {
	    
	    width: 18%;
	    padding: 14px;
	    margin-right: 2.5%;
	    margin-bottom: 23px;
	}
	.friend .friend-list{
		padding-top: 32px;
	}

}

@media (max-width: 767px){
	.friend .friend-list ul li:nth-child(5n){
		margin-right: auto;
	}
	.friend .friend-list ul li {
	    width: 48%;
	    padding: 14px;
	    margin-right: 0%;
	    margin-bottom: 0px;
	    margin-top: 0px;
	}
	.friend .friend-list ul li:nth-child(2n){
		margin-right: 0;
	}
	.friend .friend-list ul li .friend-rotate{
		background-size: cover;
	}
	.friend{
		padding: 10px 3% 10px 3%;
	}
	.swiper-pagination{
		bottom: 0;
		width: 100%;
	}
	.friend .friend-list ul{
		padding-bottom: 32px;
	}
	.friend-title{
		line-height: 43px;
		padding: 5px 0;
		font-size: 20px;
	}
	.swiper-pagination-bullet-active {
	    background: #1aa096;
	}
}
@media (min-width: 480px) and (max-width: 767px){
	.friend .friend-list ul li .friend-rotate{
		background-size: 221px 221px;
	}
}
.news{
	float: left;
	width: 100%;
	padding: 47px 0 98px 0;
}
.news-title{
	float: left;
	width: 100%;
	line-height: 72px;
	font-size: 28px;
	color: #1aa096;
	font-weight: bold;
	background: url("images/index-product-bg-1.jpg") left bottom no-repeat;
}

.news-slideGroup{ 
	float:left; 
	width:100%; 
	margin-top: -72px;
}
.news-top_hd{ 
	float:right; 
	width:100%; 
	height: 126px;
	
	margin:0 0 0px 0; 
	text-align:center;
}
.news-top_hd ul{ 
	float:right; 
	padding-top: 24px;
}
.news-top_hd ul li{ 
	display:inline-block; 
	*display:inline;
	*zoom:1; 
	height:32px; 
	line-height:32px; 
	padding: 0 10px;
	text-align:center; 
	color:#333; 
	font-size:16px; 
	background: rgba(0,0,0,0);
	border-radius: 4px;
	cursor:pointer; 
	margin-left: 27px;
	overflow:hidden;
}
.news-top_hd ul li:last-child{
	background: none;
}

.news-slideGroup .news-parBd{ 
	float:left; 
	width:100%; 
	position:relative; 
	z-index:1;
}
.news-slideBox{ 
	float:left; 
	width:100%;
	position:absolute; 
	left:0; 
	top:0; 
	z-index:0; 
	opacity:0;
	filter:alpha(opacity=00);
}
.news-slideBox.block{  
	left:0; 
	top:0; 
	position:relative; 
	z-index:9; 
	opacity:1;
	filter:alpha(opacity=100);
}
.news-slideBox .case-slide_pic{ 
	float:left; 
	width:100%; 
	padding:13px 0 47px 0;
}


.news-top_hd ul li.on{ 
	background: #1aa096;
	font-size: 16px;
	color: #fff;

}
.news-slideBox .news-content{
	position: relative;
	float: left;
	width: 100%;
	min-height: 457px;
	padding-left: 684px;
}
.news-slideBox .news-content .news-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 684px;
	height: 457px;
}
.news-slideBox .news-content .news-img .news-img-r{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.news-slideBox .news-content .news-img .news-img-r img{
	-webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.news-slideBox .news-content .news-img:hover .news-img-r img
{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

    
	



.news-slideBox .news-content .news-img .news-img-r .news-img-bottom{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 17px 3.2%;
}
.news-slideBox .news-content .news-img .news-img-r .news-img-bottom .news-img-bottom-title{
	float: left;
	width: 100%;
	height: 28px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-slideBox .news-content .news-img .news-img-r .news-img-bottom .news-img-bottom-time{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	height: 24px;
	font-size: 14px;
}
.news-slideBox .news-content .news-img .news-img-r .news-img-bottom .news-img-bottom-content{
	float: left;
	width: 100%;
	height: 24px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-slideBox .news-content .news-ul{
	float: left;
	width: 100%;
	padding-left: 24px;
	margin-top: -19px;
}
.news-slideBox .news-content .news-ul li{
	float: left;
	width: 100%;
	margin-top: 19px;
	position: relative;
	padding-left: 100px;
}
.news-slideBox .news-content .news-ul li .news-L-time{
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	padding-top: 17px;
	padding-bottom: 14px;
	color: #fff;
	text-align: center;
	background: #ababab;
	-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;
}
.news-slideBox .news-content .news-ul li .news-L-time .news-day{
	font-family: 'AvantGardeITCbyBT-Demi';
	float: left;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 46px;
}
.news-slideBox .news-content .news-ul li .news-L-time .new-yearMonth{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	height: 23px;
	line-height: 23px;
	font-size: 16px;
}
.news-slideBox .news-content .news-ul li .news-R-content{
	float: left;
	width: 100%;
	padding: 12px 23px 13px 23px;
	-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;
}
.news-slideBox .news-content .news-ul li .news-R-content .news-content-title{
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-slideBox .news-content .news-ul li .news-R-content .news-content-txt{
	float: left;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	
}
.news-slideBox .news-content .news-ul li:hover .news-R-content{
	background: #f8f8f8;
}
.news-slideBox .news-content .news-ul li:hover .news-L-time{
	background: #1aa096;
}
@media (max-width: 1366px){
	.news{
		padding: 27px 3% 58px 3%;
	}
}
@media (max-width: 1199px){
	.news-slideBox .news-content{
		padding-left: 0;
		
	}
	.news-slideBox .news-content .news-img{
		position: inherit;
		width: 100%;
		height: auto;
	}
	.news-slideBox .news-content .news-img .news-img-r img{
		width: 100%;
		height: auto;
	}
	.news-slideBox .news-content .news-ul{
		padding-left: 0;
		margin-top: 20px;
	}
}

@media (max-width: 1199px){
	.news-slideGroup{
		margin: 0;
	}
	.news-top_hd{
		height: auto;
		
	}
}
@media (max-width: 991px){
	.news-top_hd ul{
		width: 100%;
		
	}
	.news-top_hd ul li{
		margin: 0 2%;
	}
	.news-slideBox .news-content{
		padding-top: 10px;
	}
	
}

@media (max-width: 767px){
	.news {
	    padding: 10px 3% 20px 3%;
	}
	.news-title{
		font-size: 16px;
		line-height: 58px;
	}
	.news-slideBox .news-content .news-img .news-img-r .news-img-bottom{
		padding: 5px 2%;
	}
	.news-slideBox .news-content .news-img .news-img-r .news-img-bottom .news-img-bottom-title{
		font-size: 15px;
	}
	.news-slideBox .news-content .news-img .news-img-r .news-img-bottom .news-img-bottom-time{
		font-size: 13px;
	}
	.news-slideBox .news-content .news-img .news-img-r .news-img-bottom .news-img-bottom-content{
		font-size: 13px;
	}
	.news-slideBox .news-content .news-ul{
		margin-top: 0;
	}
	.news-slideBox .news-content .news-ul li{
		padding-left: 80px;
	}
	.news-slideBox .news-content .news-ul li .news-R-content {
		padding: 6px 20px 6px 20px;
	}
	.news-slideBox .news-content .news-ul li .news-R-content .news-content-title{
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.news-slideBox .news-content .news-ul li .news-R-content .news-content-txt{
		height: 38px;
		line-height: 19px;
		font-size: 13px;
	}
	.news-slideBox .news-content .news-ul li .news-L-time{
		width: 80px;
		height: 80px;
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.news-slideBox .news-content .news-ul li .news-L-time .news-day{
		height: 35px;
		line-height: 35px;
		font-size: 35px;
	}
	.news-slideBox .news-content .news-ul li .news-L-time .new-yearMonth{
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
}

/*案例详情 case-details*/
/*banner*/
.banner-gz
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    margin-top: 115px;
}
@media (max-width: 1366px)
{
	.banner-gz
	{
		margin-top: 90px;
	}
}
@media (max-width: 1199px)
{
    .banner-gz
    {
        margin-top: 68px;
    }
}
@media (max-width: 1199px)
{
    .banner-gz .slickbanner
    {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 991px)
{
    .banner-gz .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .to-num
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
    line-height: 50px;

    position: absolute;
    right: 240px;
    bottom: 20px;

    color: #fff;
}
.banner-gz .to-num:before
{
    content: '0';
}
@media (max-width: 991px)
{
    .banner-gz .to-num
    {
        right: 20px;
        bottom: 0;
    }
}
.banner-gz .slick-arrow
{
    line-height: 50px;

    position: absolute;
    z-index: 9;
    right: 400px;
    bottom: 10px;

    padding: 0;

    cursor: pointer;

    opacity: 1;
    background: none;
}
@media (max-width: 991px)
{
    .banner-gz .slick-arrow
    {
        line-height: 34px;

        right: 240px;
        bottom: 0;
    }
}
.banner-gz .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e601';

    color: #fff;
}
.banner-gz .slick-arrow.slick-next
{
    right: 350px;
    left: auto;
}
@media (max-width: 991px)
{
    .banner-gz .slick-arrow.slick-next
    {
        right: 195px;
    }
}
.banner-gz .slick-arrow.slick-next:before
{
    content: '\e827';
}
.banner-gz .slick-arrow.slick-next:after
{
    font-size: 16px;

    position: absolute;
    top: -2px;
    left: -15px;

    float: left;

    content: '|';

    color: #fff;
}
.banner-gz .slick-arrow:hover:before
{
    color: rgba(255, 255, 255, .8);
}
.banner-gz .slick-dots
{
    position: absolute;
    right: 296px;
    bottom: 20px;

    height: 50px;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner-gz .slick-dots
    {
        right: 156px;
    }
}
@media (max-width: 1199px)
{
    .banner-gz .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 991px)
{
    .banner-gz .slick-dots
    {
        bottom: 0;
    }
}

.banner-gz .slick-dots li
{
    position: absolute;
    right: 0;
}
.banner-gz .slick-dots li.slick-active button
{
    opacity: 1;
}
.banner-gz .slick-dots li button
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    opacity: 0;
    color: #fff;
    background: none;
}
.banner-gz .slick-dots li button:before
{
    content: '0';
}
.banner-gz .slick-dots li button:after
{
    position: absolute;
    top: 24px;
    right: -20px;

    display: inline-block;

    width: 20px;
    height: 1px;

    content: '';

    background-color: #fff;
}
@media (max-width: 767px)
{
	.banner-txt{
		top: 50%;
	}
    .banner-gz .slick-dots
    {
    	right: auto;
    	left: auto;
        width: 100%;
        height: 10px;
        text-align: center;
        bottom: 15px;
    }
    .banner-gz .slick-dots li {
	    position: relative;
	    display: inline-block;
	    width: 10px;
	    height: 10px;
	    margin: 0 4px;
	    cursor: pointer;
	    border-radius: 50%;
	    background-color: #fff;
	}
    .banner-gz .slick-dots li button{
     	display: none;
    }
    .banner-gz .slick-dots li.slick-active{
    	background: #1aa096;
    }
}
.banner-gz img
{
    display: block;

    width: 100%;
}
.banner-gz .img-box
{
    padding-bottom: 41.66666667%;
}
.banner-gz .text
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 6%;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .banner-gz .text
    {
        padding: 0 16%;
    }
}
.banner-gz .text-1
{
    text-align: center;
}
.banner-gz .text-1 h2
{
    font-size: 30px;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner-gz .text-1 h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner-gz .text-1 h2
    {
        font-size: 18px;
    }
}
.banner-gz .text-1 h2:after
{
    display: block;

    width: 41px;
    height: 6px;
    margin: 0 auto;
    margin-top: 16px;

    content: '';

    background: url(http://www.jsjhb.com/web/bocweb/images/line-1.png) no-repeat;
}
.banner-gz .text-1 h3
{
    font-size: 46px;
    line-height: 1.52173913;
}
@media (max-width: 991px)
{
    .banner-gz .text-1 h3
    {
        font-size: 24px;

        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .banner-gz .text-1 h3
    {
        font-size: 20px;
    }
}
.banner-gz .text-1 p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;
    line-height: 1.41666667;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .banner-gz .text-1 p
    {
        font-size: 16px;
    }
}
.banner-gz .text-2
{
    text-align: center;
}
.banner-gz .text-2 .pic
{
    position: relative;

    display: inline-block;
}
.banner-gz .text-2 .pic img
{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .pic img
    {
        max-width: 200px;
    }
}
.banner-gz .text-2 .phone-pic
{
    display: none;
}
.banner-gz .text-2 .phone-pic img
{
    display: block;

    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .phone-pic img
    {
        max-width: 80%;
    }
}
.banner .text-2 .note
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 450px;
    margin: auto;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .note
    {
        max-width: 200px;
    }
}
.banner .text-2 .note h5
{
    font-size: 26px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .note h5
    {
        font-size: 16px;

        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
}
.banner .text-2 .note h6
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .note h6
    {
        font-size: 12px;

        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
}
.banner-gz .text-2 .note h6:after
{
    display: block;

    width: 42px;
    height: 5px;
    margin: 0 auto;
    margin-top: 20px;

    content: '';

    background: url(http://www.jsjhb.com/web/bocweb/images/line-1.png) no-repeat;
}
@media (max-width: 767px)
{
    .banner-gz .text-2 .note h6:after
    {
        margin-top: 10px;

        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
    }
}
.banner-gz .text-2 .note p
{
    font-size: 34px;
    font-weight: bold;

    letter-spacing: 10px;
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .note p
    {
        font-size: 18px;

        letter-spacing: 0;
    }
}
.banner-gz .text-2 .txt1,
.banner-gz .text-2 .txt2,
.banner-gz .text-2 .txt3,
.banner-gz .text-2 .txt4,
.banner-gz .text-2 .txt5
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: -8%;

    -webkit-transition: all .5s;
            transition: all .5s;
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .txt1,
    .banner-gz .text-2 .txt2,
    .banner-gz .text-2 .txt3,
    .banner-gz .text-2 .txt4,
    .banner-gz .text-2 .txt5
    {
        top: 0;
        right: -60px;
    }
}
.banner-gz .text-2 .txt1:before,
.banner-gz .text-2 .txt2:before,
.banner-gz .text-2 .txt3:before,
.banner-gz .text-2 .txt4:before,
.banner-gz .text-2 .txt5:before
{
    display: inline-block;

    width: 51px;
    height: 56px;
    margin-right: 16px;

    content: '';
    vertical-align: middle;

    background: url(http://www.jsjhb.com/web/bocweb/images/round-01.png);
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .txt1:before,
    .banner-gz .text-2 .txt2:before,
    .banner-gz .text-2 .txt3:before,
    .banner-gz .text-2 .txt4:before,
    .banner-gz .text-2 .txt5:before
    {
        width: 27px;
        height: 30px;
        margin-top: -4px;
        margin-right: 4px;

        background-size: contain;
    }
}
.banner-gz .text-2 .txt1 p,
.banner-gz .text-2 .txt2 p,
.banner-gz .text-2 .txt3 p,
.banner-gz .text-2 .txt4 p,
.banner-gz .text-2 .txt5 p
{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    display: inline-block;

    vertical-align: middle;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .txt1 p,
    .banner-gz .text-2 .txt2 p,
    .banner-gz .text-2 .txt3 p,
    .banner-gz .text-2 .txt4 p,
    .banner-gz .text-2 .txt5 p
    {
        font-size: 12px;
    }
}
.banner-gz .text-2 .txt1 p:hover,
.banner-gz .text-2 .txt2 p:hover,
.banner-gz .text-2 .txt3 p:hover,
.banner-gz .text-2 .txt4 p:hover,
.banner-gz .text-2 .txt5 p:hover
{
    color: rgba(255, 255, 255, .8);
}
.banner-gz .text-2 .txt2
{
    top: 58%;
    right: -176px;
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .txt2
    {
        right: -80px;
    }
}
.banner-gz .text-2 .txt2:before
{
    background: url(http://www.jsjhb.com/web/bocweb/images/round-02.png);
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .txt2:before
    {
        width: 27px;
        height: 30px;

        background-size: contain;
    }
}
.banner-gz .text-2 .txt3
{
    top: 80%;
    right: auto;
    left: -70px;
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .txt3
    {
        left: -30px;
    }
}
.banner-gz .text-2 .txt3:before
{
    float: right;

    margin-top: -10px;
    margin-right: 0;
    margin-left: 16px;

    background: url(http://www.jsjhb.com/web/bocweb/images/round-01.png);
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .txt3:before
    {
        width: 27px;
        height: 30px;
        margin-top: 4px;
        margin-left: 8px;

        background-size: contain;
    }
}
.banner-gz .text-2 .txt4
{
    top: 22%;
    right: auto;
    left: -150px;
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .txt4
    {
        left: -80px;
    }
}
.banner-gz .text-2 .txt4:before
{
    float: right;

    margin-top: -10px;
    margin-right: 0;
    margin-left: 16px;

    background: url(http://www.jsjhb.com/web/bocweb/images/round-02.png);
}
@media (max-width: 1199px)
{
    .banner-gz .text-2 .txt4:before
    {
        width: 27px;
        height: 30px;
        margin-top: 4px;
        margin-left: 6px;

        background-size: contain;
    }
}
.banner-gz .text-2 .txt4:hover
{
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
}
.banner-gz .text-3 h2
{
    font-size: 34px;
    line-height: 1.47058824;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner-gz .text-3 h2
    {
        font-size: 18px;
    }
}
.banner-gz .text-3 h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 34px;
    font-weight: bold;
    line-height: 1;

    max-width: 680px;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .banner-gz .text-3 h3
    {
        font-size: 18px;

        margin-top: 14px;
    }
}
.banner-gz .text-3 a.more
{
    font-size: 20px;
    line-height: 48px;

    display: inline-block;

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

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

    border: 1px dashed #fff;
    border-radius: 50px;
}
@media (max-width: 991px)
{
    .banner-gz .text-3 a.more
    {
        font-size: 14px;
        line-height: 36px;

        height: 36px;
        margin-top: 14px;
        padding: 0 20px;
    }
}
.banner-gz .text-3 a.more:hover
{
    color: #fff;
    border-color: #243376;
    background-color: #243376;
}
.banner-gz .slick-current .text-1 h2,
.banner-gz .slick-current .text-1 p
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.banner-gz .slick-current .text-1 h3
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.banner-gz .slick-current .text-2 .pic,
.banner-gz .slick-current .text-2 .note
{
    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
}
.banner-gz .slick-current .text-2 .txt1,
.banner-gz .slick-current .text-2 .txt2
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner-gz .slick-current .text-2 .txt3,
.banner-gz .slick-current .text-2 .txt4
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.banner-gz .slick-current .text-3 h2,
.banner-gz .slick-current .text-3 h3,
.banner-gz .slick-current .text-3 a.more
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.banner-in
{
    padding: 0;
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .slick-current img
{
    -webkit-animation: fadeIn 0s 0s ease both;
            animation: fadeIn 0s 0s ease both;
}
.banner-in .img-box
{
    padding-bottom: 19.27083333%;
}
.banner-in .text-in
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner-in .text-in .banner-txt-1{
	text-align: right;
}
.banner-in .text-in .banner-txt-1.banner-txt-2{
	text-align: left;
}
.banner-in .text-in .banner-txt-1.banner-txt-2 .color01{
	color: #010101;
	    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0);
	    -moz-text-shadow: 1px 1px 3px rgba(0,0,0,0);
	    -ms-text-shadow: 1px 1px 3px rgba(0,0,0,0);
	    text-shadow: 1px 1px 3px rgba(0,0,0,0);
}
.banner-in .text-in h3
{
    font-size: 32px;
    font-weight: bold;
	line-height: 44px;
    margin: 0;
    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -ms-text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.banner-in .text-in.color-1aa096{
	color: #1aa096;
}
.banner-in .text-in.color-1aa096 h3{
	    -webkit-text-shadow: 1px 1px 3px rgba(255,255,255,0.5);
	    -moz-text-shadow: 1px 1px 3px rgba(255,255,255,0.5);
	    -ms-text-shadow: 1px 1px 3px rgba(255,255,255,0.5);
	    text-shadow: 1px 1px 3px rgba(255,255,255,0.5);
	
}
@media (max-width: 991px)
{
    .banner-in .text-in h3
    {
        font-size: 24px;
    }
}
.banner-in .text-in h3:after
{
   
}
.banner-in .text-in p
{
    font-family: 'AvantGardeITCbyBT-Book';
    font-size: 26px;
	line-height: 35px;
    margin: 0;

    text-transform: uppercase;
    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -moz-text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    -ms-text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.banner-in .text-in.color-1aa096 p{
	    -webkit-text-shadow: 1px 1px 3px rgba(255,255,255,0.5);
	    -moz-text-shadow: 1px 1px 3px rgba(255,255,255,0.5);
	    -ms-text-shadow: 1px 1px 3px rgba(255,255,255,0.5);
	    text-shadow: 1px 1px 3px rgba(255,255,255,0.5);
	
}

@media (max-width: 991px)
{
    .banner-in .text-in p
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 16px;
    }
}

/*内页导航*/
.wrap-sidenav
{
    position: relative;

    overflow: hidden;

    height: 60px;
    margin-top: -60px;
}
.nav-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	height: 60px;
	background: #1aa096;
}
@media (max-width: 991px)
{
	.nav-bg{
		display: none;
	}
    .wrap-sidenav
    {
    	background: #1aa096;
        height: 50px;
        margin-top: -50px;
    }
    
}
@media (max-width: 767px)
{
 .wrap-sidenav
    {
    	
        margin-top: -0px;
    }
}
.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;

    
}
.wrap-sidenav .sidenav ul li:first-child
{
   
   }
.wrap-sidenav .sidenav ul li a
{
    font-size: 16px;
    line-height: 60px;

    position: relative;

    display: block;

    height: 60px;
    padding: 0 28px;

   color: #fff;
    background: #1aa096;
}
@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
{
    
    background-color: #0b8178;
    font-weight: bold;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
}

/*案例详情内页*/
.case-details{
	float: left;
	width: 100%;
	padding: 51px 0 86px 0;
}
.case-details .case-details-title{
	float: left;
	width: 100%;
	line-height: 21px;
	padding: 25px 0;
	font-size: 30px;
	font-weight: bold;
	background: url(images/case-details/case-de-bg-1.jpg) left bottom no-repeat;
}
.case-details .case-details-txt{
	float: left;
	width: 100%;
	padding: 13px 0 37px 0;
	font-size: 16px;
	line-height: 31px;
	color: #333;
}
.case-details .case-details-ul{
	float: left;
	width: 100%;
}
.case-details .case-details-ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 32px;
}
.case-details .case-details-ul li:nth-child(3n){
	margin-right: 0%;
}

@media (max-width: 991px)
{
	.case-details{
	    padding: 21px 0 36px 0;
	}
	.case-details .case-details-txt{
		padding: 13px 0 0px 0;
	}
	.case-details .case-details-ul li{
		margin-top: 15px;
	}
}
@media (max-width: 767px)
{
	.case-details{
	    padding: 0px 2% 20px 2%;
	}
	.case-details .case-details-title{
		font-size: 20px;
		padding: 20px 0;
	}
	.case-details .case-details-txt{
		line-height: 26px;
		font-size: 16px;
	}
	.case-details .case-details-ul li:nth-child(3n){
		margin-right:4%;
	}
	.case-details .case-details-ul li{
		width: 48%;
		margin-right: 4%;
	}
	.case-details .case-details-ul li:nth-child(2n){
		margin-right: 0% !important;
	}

}

/*案例优势*/
.adv-ul .row
{
    margin: 0 -10px;
}
.adv-ul .col-xs-6
{
    padding: 0 10px;
}
.adv-ul
{
    padding: 0px 0 56px 0;
}
.adv-ul .item
{
    overflow: hidden;

    margin-top: 25px;
}
.adv-ul .item img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.adv-ul .item p
{
    font-size: 16px;
}
.adv-ul .item:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.adv-ul .item .adv-img{
	display: block;
	width: 100%;
	overflow: hidden;
}
.adv-two{
	width: 100%;
	padding: 22px 0 31px 0;
	background:linear-gradient(to right,#1aa096,#3bc2b8);
}
.adv-txt1{
	width: 100%;
	height: 66px;
	line-height: 66px;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #efefef;
}
.adv-two-top{
	display: block;
	width: 100%;
	line-height: 54px;
	/* padding: 15px 0; */
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.adv-two-top:hover{
	color: #fff;
}
.adv-two-txt{
	font-family: 'MyriadPro-Regular';
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.advantagess-btn{
	width: 100%;
	margin-top: 56px;
	text-align: center;
}
.advantagess-btn a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 183px;
	height: 50px;
	line-height: 50px;
	
	background: #1aa096;
	text-align: center;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	-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;
}
.advantagess-btn a:hover{
	background: #39b2a9;
}
@media (max-width: 767px)
{
	.adv-two{
		display: none;
	}
	.advantagess-btn{
		width: 100%;
		margin-top: 26px;
	}
	.adv-ul{
		padding: 0 0 6px 0;
	}
	.advantagess-btn a{
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		border-radius: 20px;
	}
	.adv-txt1{
		
		height: 48px;
		line-height: 48px;
		font-size: 18px;
		
	}
}

/*产品服务TTA*/
.product-services-tta{
	float: left;
	width: 100%;
}
.tta-c_introduction{
	float: left;
	width: 100%;
	padding: 106px 0 44px 0px;
}
.tta-c_introduction .tta-introduction{
	float: left;
	width: 100%;
	padding-left: 450px;
	position: relative;
}
.tta-c_introduction .tta-introduction .tta-introduction-left{
	position: absolute;
	left: 0;
	top: 0;
	
}
.tta-c_introduction .tta-introduction .tta-introduction-left img{
	width: 100%;
}
.tta-c_introduction .tta-introduction .tta-introduction-right{
	float: left;
	width: 100%;
	padding-left: 68px;
}
.tta-introduction-right .tta-introduction-right-title{
	float: left;
	width: 100%;
	margin-top: 26px;
}
.tta-introduction-right .tta-introduction-right-title span{
	display: inline-block;
	*display: inline;
	*zoom:1
	height: 50px;
	line-height: 50px;
	padding: 0 22px;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	background: #1aa096;
}
.tta-introduction-right .tta-introduction-right-txt{
	float: left;
	width: 100%;
	padding-bottom: 104px;
	
}
.tta-introduction-right .tta-introduction-right-txt .tta-introduction-right-list-1{
	float: left;
	width: 100%;
	margin-top: 25px;
}
.tta-introduction-right .tta-introduction-right-txt .tta-introduction-right-list-1 .tta-introduction-right-list-title{
	float: left;
	width: 100%;
	line-height: 22px;
	padding: 9px 0;
}
.tta-introduction-right .tta-introduction-right-txt .tta-introduction-right-list-1 .tta-introduction-right-list-title span{
	display: inline-block;
	*display: inline;
	*zoom:1;
	font-size: 22px;
	color: #010101;
	font-weight: bold;
	border-left: 5px solid #1aa096;
	padding-left: 17px;
}
.tta-introduction-right .tta-introduction-right-txt .tta-introduction-right-list-1 .tta-introduction-right-list-txt{
	float: left;
	width: 100%;
	line-height: 31px;
	margin-top: 3px;
	font-size: 18px;
	color: #333;
}
.width-50{
	float: left;
	width: 50%;
}

.l-tta-line{
	float: left;
	width: 50%;
	background: #1aa096;
	height: 2px;
}
.bg-f8f8f8{
	background: #f8f8f8;
}
.tta-txt-pic{
	float: left;
	width:100%;
	padding: 68px 0 76px 0;
}
.tta-txt-pic .tta-title-1{
	float: left;
	width: 100%;
	line-height: 51px;
	text-align: center;
	font-size: 30px;
	color: #0f9f96;
	font-weight: bold;
	padding: 0 26%;
}
.tta-txt-pic .tta-title-2{
	float: left;
	width: 100%;
	margin-top: 21px;
	text-align: center;
}
.tta-txt-pic .tta-title-2 span{
	display: inline-block;
	*display: inline;
	*zoom:1;
	line-height: 59px;
	background: #0fa096;
	padding: 0 185px;
	font-size: 30px;
	color: #fff;
}
.tta-txt-pic .tta-pic-1{
	float: left;
	width: 100%;
	margin-top: 85px;
	text-align: center;
}
.tta-presentation{
	float: left;
	width: 100%;
	padding: 72px 0;
}
.tta-presentation-title{
	float: left;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	color: #010101;
	margin-bottom: 50px;
}

.tta-presentation-pic{ 
	float:left; 
	width:100%; 
	text-align:center;
	padding-bottom: 76px;
}
.tta-presentation-pic .slick-slide img { 
	
	border: 1px solid #dadada;
}
.tta-presentation-pic .presentation-pic { 
	position:relative; 
	text-align: center;
	padding:20px 20px 20px 20px;
}
.tta-presentation-pic .presentation-pic img{
	display: inline-block;
}
.tta-presentation-pic .slick-center .presentation-pic{ 
	position: relative;
	padding: 0px;
	padding-bottom: 40px;
}


.tta-presentation-pic .slick-arrow{
	width: 61px;
	height: 23px;
	position: absolute;	
	bottom:0%
	
}
.tta-presentation-pic .slick-prev{
	left: 45.7%;
	background: url("images/product-services-tta/product-btn-left.jpg") no-repeat;
}
.tta-presentation-pic .slick-next{
	right: 45.7%;
	background: url("images/product-services-tta/product-btn-right.jpg") no-repeat;
}
@media (max-width: 1599px)
{
	.tta-presentation-pic .slick-prev{
		left: 45.65%;
	}
	.tta-presentation-pic .slick-next{
		right: 45.65%;
	}
}
@media (max-width: 1399px)
{
	.tta-presentation-pic .slick-prev{
		left: 45.4%;
	}
	.tta-presentation-pic .slick-next{
		right: 45.4%;
	}
}
@media (max-width: 1299px)
{
	.tta-presentation-pic .slick-prev{
		left: 44.65%;
	}
	.tta-presentation-pic .slick-next{
		right: 44.65%;
	}
}
@media (max-width: 1199px)
{
	.tta-c_introduction{
		padding: 50px 0 0 0;
	}
	.tta-introduction-right .tta-introduction-right-txt .tta-introduction-right-list-1 .tta-introduction-right-list-txt{
		font-size: 16px;
	}
	.tta-txt-pic .tta-title-1{
		padding: 0 10%;
	}
	.tta-presentation-pic .slick-prev{
		left: 43.8%;
	}
	.tta-presentation-pic .slick-next{
		right: 43.8%;
	}
}
@media (max-width: 991px)
{
	.tta-c_introduction .tta-introduction{
		padding-left: 0;
		padding: 0 0%;
	}
	.tta-c_introduction .tta-introduction .tta-introduction-left{
		position: inherit;
		top: auto;
		left: auto;
		float: left;
		width: 100%;
		text-align: center;
	}
	.tta-c_introduction .tta-introduction .tta-introduction-left img{
		width: 30%;
	}
	.tta-c_introduction .tta-introduction .tta-introduction-right{
		padding-left: 1%;
	}
	.tta-introduction-right .tta-introduction-right-txt{
		padding-bottom: 50px;
	}
	.tta-introduction-right .tta-introduction-right-title span {
	    
	    height: auto;
	    line-height: 40px;
	    padding: 0 20px;
	    font-size: 24px;
	}
	.tta-txt-pic{
		padding: 30px 0 30px 0;
	}
	.tta-introduction-right .tta-introduction-right-txt .tta-introduction-right-list-1 .tta-introduction-right-list-title span{
		font-size: 18px;
	}
	.tta-introduction-right .tta-introduction-right-txt .tta-introduction-right-list-1 .tta-introduction-right-list-txt{
		font-size: 15px;
	}
	.tta-txt-pic .tta-title-1{
		font-size: 24px;
		line-height: 46px;
	}
	.tta-txt-pic .tta-title-2 span {
	   
	    line-height: 42px;
	    
	    padding: 0 10%;
	    font-size: 24px;
	    
	}
	.tta-txt-pic .tta-pic-1{
		margin-top: 40px;
	}
	.tta-presentation{
		padding: 36px 0;
	}
	.tta-presentation-title{
		margin-bottom: 20px;
	}
	.tta-presentation-pic .slick-prev{
		left: 41.8%;
	}
	.tta-presentation-pic .slick-next{
		right: 41.8%;
	}
}
@media (max-width: 767px)
{
	.tta-c_introduction .tta-introduction .tta-introduction-left img{
		width: 60%;
	}
	.tta-introduction-right .tta-introduction-right-txt .tta-introduction-right-list-1{
		margin-top: 15px;
	}
	.tta-introduction-right .tta-introduction-right-title span {
	    width: 100%;
	    text-align: center;
	    line-height: 38px;
	    padding: 0 10px;
	    font-size: 18px;
	}
	.tta-introduction-right .tta-introduction-right-title{
		margin-top: 10px;
	}
	.tta-introduction-right .tta-introduction-right-txt .tta-introduction-right-list-1 .tta-introduction-right-list-title{
		padding: 5px 0;
		
	}
	.tta-introduction-right .tta-introduction-right-txt .tta-introduction-right-list-1 .tta-introduction-right-list-title span{
		font-size: 17px;
	}
	.tta-introduction-right .tta-introduction-right-txt .tta-introduction-right-list-1 .tta-introduction-right-list-txt{
		line-height: 26px;
		font-size: 14px;
	}
	.width-50{
		width: 100%;
	}
	.tta-txt-pic {
	    padding: 20px 0 20px 0;
	}
	.tta-txt-pic .tta-title-1 {
	    font-size: 15px;
	    line-height: 24px;
	    padding: 0 2%;
	}
	.tta-txt-pic .tta-title-2{
		margin-top: 15px;
	}
	.tta-txt-pic .tta-title-2 span {
		width: 100%;
	    line-height: 30px;
	    padding: 0 2%;
	    font-size: 16px;
	}
	.tta-txt-pic .tta-pic-1 {
	    margin-top: 20px;
	}
	.tta-presentation-pic{
		padding-bottom: 40px;
	}
	.tta-presentation{
		padding: 25px 0 15px 0;
	}
	.tta-presentation-title {
	    margin-bottom: 10px;
	    line-height: 18px;
	    font-size: 18px;
	}
	.tta-presentation-pic .presentation-pic {
	    padding: 10px 0px 0px 0px;
	}
	.tta-presentation-pic .slick-prev{
		left: 33.1%;
	}
	.tta-presentation-pic .slick-next{
		right: 33.1%;
	}
}
/*产品服务-产品设备*/
.product-services-product{
	float: left;
	width: 100%;
}
.services-product{
	float: left;
	width: 100%;
	padding-top: 23px;
}
.services-product ul{
	float: left;
	width: 100%;
}
.services-product ul li{
	float: left;
	width: 100%;
	padding: 20px;
	margin-top: 49px;
	background:#f8f8f8;
	-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;
}
.services-product ul li .services-product-link{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 439px;
}
.services-product ul li .services-product-link .services-product-pic{
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}
.services-product ul li .services-product-link .services-product-pic img{
	
	-webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.services-product ul li:hover .services-product-link .services-product-pic img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.services-product ul li:hover{
	background: #1aa096;
} 
.services-product ul li:hover .services-product-link .services-product-text .services-product-title{
	color: #fff;
	background: none;
	border-bottom: 1px solid #ddd;
}
.services-product ul li:hover .services-product-link .services-product-text .services-product-txt{
	color: #fff;
}
.services-product ul li:hover .services-product-link .services-product-text .services-product-more a{
	background: #fff;
	color: #1aa096;
}


.services-product ul li .services-product-link .services-product-text{
	float: left;
	width: 100%;
	padding: 5px 31px 25px 27px;
}
.services-product ul li .services-product-link .services-product-text .services-product-title{
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	color: #333;
	background: url("images/product-services-product/product-bg.jpg") bottom left no-repeat;
	/*background-size: 100% auto;*/
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.services-product ul li .services-product-link .services-product-text .services-product-txt{
	float: left;
	width: 100%;
	margin: 30px 0 26px 0;
	line-height: 30px;
	height: 90px;
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height:2;
}
.services-product ul li .services-product-link .services-product-text .services-product-more{
	float: left;
	width: 100%;
}
.services-product ul li .services-product-link .services-product-text .services-product-more a{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 137px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
	background: #1aa096;
	font-size: 14px;
	color: #fff;
}
/*.services-product ul li .services-product-link .services-product-text .services-product-more a:hover{
	background: #33b6ac;
}*/
@media (max-width: 991px)
{
	.services-product ul li{
		padding: 12px;
	}
	.services-product ul li .services-product-link .services-product-pic{
		width: 300px;
	}
	.services-product ul li .services-product-link{
		padding-left: 300px;
	}
	.services-product ul li .services-product-link .services-product-text{
		padding: 2px 15px 5px 20px;
	}
	.services-product ul li .services-product-link .services-product-text .services-product-title{
		height: 34px;
		line-height: 34px;
		font-size: 18px;
	}
	.services-product ul li .services-product-link .services-product-text .services-product-txt{
		margin: 12px 0 12px 0;
		height: 84px;
		line-height: 28px;
		font-size: 14px;
	}
	.services-product ul li .services-product-link .services-product-text .services-product-more a{
		height: 36px;
		line-height: 36px;
	}
	.services-product ul li{
		margin-top: 20px
	}
	.services-product{
		padding-top: 0;
	}
	
}
@media (max-width: 767px)
{
	.services-product ul li{
		margin-top: 15px;
	}
	.services-product ul li .services-product-link .services-product-pic{
		position: inherit;
		width: 100%;
		top: auto;
		left: auto;
	}
	.services-product ul li .services-product-link{
		padding-left: 0;
	}
	
	.services-product ul li .services-product-link .services-product-text {
	    padding: 10px 10px 5px 10px;
	}
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    padding: 58px 0 89px 0;
}
.page a{
	width: 32px;
    line-height: 32px;
    margin: 5px;
    display: inline-block;
    *display: inline;
    *zoom:1
	color: #999;
}
.page a:last-child{
	width: auto;
}
.page a:first-child{
	width: auto;
}
.page a:hover,
.page a.active{
	color: #1aa096;
}
@media (max-width: 991px)
{
	.page
	{
	    padding: 28px 0 29px 0;
	}
}
@media (max-width: 767px)
{
	.page
	{
	    padding: 20px 0 20px 0;
	}
	.page a{
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
}

/*设备详情*/
.product-services-product-details{
	float: left;
	padding: 72px 0 60px 0;
}

.product-details-top{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 541px;
}

.product-details-top .product-details-pic{
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}

.product-details-top .product-details-text{
	float: left;
	width: 100%;
	padding: 15px 0px 28px 41px;
}
.product-details-top .product-details-text .product-details-title{
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #333;
	background: url("images/product-services-product/product-bg.jpg") bottom left no-repeat;
	/*background-size: 100% auto;*/
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product-details-top .product-details-text .product-details-btn{
	float: left;
	width: 100%;
	margin:28px 0 19px 0;
}
.product-details-top .product-details-text .product-details-btn span{
	display: inline-block;
	*display: inline;
	*zoom:1;
	padding: 0 20px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
	border-radius: 17px;
	background: #1aa096;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.product-details-top .product-details-text .product-details-txt{
	float: left;
	width: 100%;
	line-height: 30px;
	height: 150px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}
.pro-details-bg{
	background:#f8f8f8 url("images/product-services-product-details/product-details-bg-2.png") top left no-repeat;
	background-size: 100% auto;
}
.product-details{
	float: left;
	width: 100%;
}
.product-details .product-details-middle{
	float: left;
	width: 100%;
	padding-bottom: 40px;
}
.product-details .product-details-middle .pro-details-title{
	float: left;
	width: 100%;
	margin-top: 35px;
	line-height: 66px;
	font-size: 26px;
	color: #1aa096;
	font-weight: bold;
	background: url("images/product-services-product-details/product-details-bg1.jpg") left bottom no-repeat;
}
.product-details .product-details-middle .pro-details-title span{
	font-family: 'AvantGardeITCbyBT-Book';
	font-size: 30px;
	color: #919191;
	font-weight: normal;
}
.product-details .product-details-middle .pro-details-span-1{
	float: left;
	width: 100%;
	margin-top: 34px;
}
.product-details .product-details-middle .pro-details-span-1 span{
	display: inline-block;;
	*display: inline;
	*zoom: 1;
	padding: 0 17px;
	line-height: 41px;
	font-size: 20px;
	background: #1aa096;
	font-weight: bold;
	color: #fefefe;
}
.product-details .product-details-middle .pro-details-txt{
	float: left;
	width: 100%;
	padding-bottom: 25px;
}
.product-details .product-details-middle .pro-details-txt .pro-details-txt-1{
	float: left;
	width: 100%;
	line-height: 46px;
	margin-top: 23px;
	font-size: 20px;
	color: #1aa096;
	font-weight: bold;
}
.product-details .product-details-middle .pro-details-txt .pro-details-txt-2{
	float: left;
	width: 100%;
	line-height: 31px;
	font-size: 16px;
	color: #333;
}

.product-details .product-details-middle  .pro-details-title-1{
	float: left;
	width: 100%;
	line-height: 50px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	background: #1aa096;
	text-align: center
}
.pro-details-c-txt{
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.pro-details-c-txt .pro-details-c-txt-l50{
	float: left;
	width: 50%;
	padding-right: 3%;
}
.pro-details-c-txt .pro-details-c-txt-l50.r50{
	padding-left: 3%;
	padding-right: 0;
}
.pro-details-c-txt .pro-details-c-txt-l50 .pro-details-c-txt-title{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	padding: 38px 0 26px 0;
	color: #010101;
}
.pro-details-c-txt .pro-details-c-txt-l50 .pro-details-c-txt-table{
	float: left;
	width: 100%;
}
.pro-details-c-txt .pro-details-c-txt-l50 .pro-details-c-txt-table table{
	width: 100%;
}
.pro-details-c-txt .pro-details-c-txt-l50 .pro-details-c-txt-table table tr td{
	width: 33.3333%;
	font-size: 18px;
	border: 1px solid #979797;
	text-align: center;
	line-height: 24px;
	padding: 6px 14px;
}
.pro-details-c-txt .pro-details-c-txt-l50.r50 .pro-details-c-txt-table table tr td{
	text-align: left;
}

.pro-details-link{
	float: left;
	width: 100%;
	padding: 79px 0 67px 0;
}
.pro-details-link a{
	float: right;
	width: 237px;
	height: 56px;
	line-height: 54px;
	margin-left: 73px;
	padding-left: 28px;
	font-size: 16px;
	color: #333;
	border:1px solid #c0c0c0;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	border-radius: 28px;
}
.pro-details-link a:hover{
	color: #1aa096;
	border:1px solid #1aa096;
}
@media (max-width: 1299px)
{
	.pro-details-c-txt .pro-details-c-txt-l50 .pro-details-c-txt-table table tr td{
		font-size: 15px;
	}
}
@media (max-width: 1199px)
{
	.product-details-top{
		padding-left: 400px;
	}
	.product-details-top .product-details-pic{
		width: 400px;
	}
	.product-details-top .product-details-text{
		padding: 0px 0px 0px 40px;
	}
	.product-details-top .product-details-text .product-details-btn{
		margin:15px 0 10px 0;
	}
	.product-details-top .product-details-text .product-details-txt{
		line-height: 28px;
	}
	.pro-details-c-txt .pro-details-c-txt-l50{
		width: 100%;
		padding: 0;
	}
	.pro-details-c-txt .pro-details-c-txt-l50.r50{
		padding: 0;
	}
}
@media (max-width: 991px)
{
	.product-services-product-details{
		float: left;
		padding: 30px 0 20px 0;
	}
	.product-details-top .product-details-pic{
		position: inherit;
		width: 100%;
		top: auto;
		left: auto;
	}
	.product-details-top{
		padding-left: 0;
	}
	.product-details-top .product-details-pic{
		width: 60%;
		margin: 0 20%;
		text-align: center;
	}

	.product-details-top .product-details-text{
		padding: 2px 15px 5px 20px;
		
	}
	.product-details-top .services-product-text .product-details-title{
		height: 34px;
		line-height: 34px;
		font-size: 18px;
	}
	.product-details-top .product-details-text .product-details-txt{
		margin: 12px 0 12px 0;
		height: 84px;
		line-height: 28px;
		font-size: 14px;
		height: auto;
	}
	.product-details-top .product-details-text .product-details-btn span{
		height: 36px;
		line-height: 36px;
	}
	
}
@media (max-width: 767px)
{
	.product-details-top .product-details-pic{
		width: 80%;
		margin: 0 10%;
		text-align: center;
	}
	.product-details-top .product-details-text .product-details-title{
		height: 48px;
	    line-height: 48px;
	    font-size: 20px;
	}
	.product-details-top .product-details-text {
	    padding: 10px 10px 5px 10px;
	}
	.product-details-top .product-details-text .product-details-btn span{
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}
	
	
	.product-details .product-details-middle .pro-details-title{
		margin-top: 15px;
	    line-height: 48px;
	    font-size: 20px;
	    background-size: 100% ;
	}
	.product-details .product-details-middle .pro-details-title span{
		font-size: 20px;
	}
	.product-details .product-details-middle .pro-details-span-1{
		margin-top: 20px;
	}
	.product-details .product-details-middle .pro-details-span-1 span{
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}
	.product-details .product-details-middle .pro-details-txt .pro-details-txt-1 {
	   
	    line-height: 32px;
	    margin-top: 15px;
	    font-size: 17px;
	}
	.product-details .product-details-middle .pro-details-txt .pro-details-txt-2{
	    font-size: 14px;
		
	}
	.product-details .product-details-middle .pro-details-title-1{
		font-size: 18px;
		line-height: 40px;
	}
	.pro-details-c-txt .pro-details-c-txt-l50 .pro-details-c-txt-title{
		padding: 20px 0 10px 0;
		font-size: 17px;
	}
	.pro-details-c-txt .pro-details-c-txt-l50 .pro-details-c-txt-table table tr td{
		font-size: 13px;
		line-height: 20px;
		padding: 6px 10px;
	}
	.product-details .product-details-middle{
		padding-bottom: 0px;
		padding: 0 2%;
	}
	.pro-details-link{
		padding: 15px 0;
	}
	.pro-details-link a{
		float: left;
		width: 100%;
		height: 56px;
		line-height: 54px;
		margin: 8px 0;
		font-size: 15px;
	}
}

/*产品服务空气检测*/
.air-detection-1{
	float: left;
	width: 100%;
	margin-top: 72px;
	position: relative;
	padding-left: 818px;
}

.air-detection-1-pic{
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 818px;
}
.air-detection-1-pic img{
	width: 100%;
}
.air-detection-1-content{
	float: left;
	width: 100%;
	padding: 0 0 20px 42px;
	color: #333;
}
.air-detection-1-content .air-detection-1-content-title{
	float: left;
	width: 100%;
	line-height: 89px;
	font-size: 26px;
	
}
.air-detection-1-content .air-detection-1-content-txt{
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 16px;
}

.air-detection-2{
	float: left;
	width: 100%;
	margin: 77px 0 81px 0%;
	padding-right: 62%;
	position: relative;
}
.air-detection-2 .air-detection-2-l-text{
	float: left;
	width: 100%;
}
.air-detection-2 .air-detection-2-l-text .air-detection-2-l-text-top{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.air-detection-2 .air-detection-2-l-text .air-detection-2-l-text-top .air-detection-2-l-text-top-title{
	float: left;
	width: 100%;
	line-height: 35px;
	font-size: 30px;
	color: #1aa096;
	font-weight: bold;
}
.air-detection-2 .air-detection-2-l-text .air-detection-2-l-text-top .air-detection-2-l-text-top-txt{
	float: left;
	width: 100%;
	line-height: 44px;
	font-size: 18px;
	color: #333;
}
.air-detection-2 .air-detection-2-l-text .air-detection-2-l-text-bottom{
	float: left;
	width: 100%;
	line-height: 39px;
	margin-top: 29px;
	font-size: 17px;
	color: #333;
}


.air-detection-2 .air-detection-2-r-pic{
	position: absolute;
	right: 0;
	top: 0;
	width: 62%;
	padding-left: 44px;
}
.air-detection-2-r-pic-img{
	float: left;
	position: relative;
	margin-left: 22px;
	text-align: center;
	color: #fff;
}
.air-detection-2-r-pic-img .air-detection-pic{
	
}
.air-detection-2-r-pic-img .air-detection-num{
	font-family: 'impact';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 123px;
	font-size: 46px;
	
}
.air-detection-2-r-pic-img .air-detection-ce{
	position: absolute;
	top: 126px;
	left: 0;
	width: 100%;
}
.air-detection-2-r-pic-img .air-detection-ce .air-detection-c{
	width: 100%;
	line-height: 42px;
	font-size: 30px;
}
.air-detection-2-r-pic-img .air-detection-ce .air-detection-e{
	width: 100%;
	font-family: 'AvantGardeITCbyBT-Book';
	line-height: 31px;
	font-size: 20px;
}
.air-detection-2-r-pic-img  .air-detection-ico{
	position: absolute;
	bottom: 33px;
	left: 0;
	width: 100%;
	
}


.air-detection-bg{
	background:url("images/product-services-air-detection/air-bg-6.jpg") center no-repeat;
	background-size: cover;
}
.air-detection-3{
	float: left;
	width: 100%;
	padding-bottom: 139px;
}
.air-detection-3-title{
	float: left;
	width: 100%;
	margin-top: 93px;
	text-align: center;
}
.air-detection-3-title .air-detection-3-title-h1{
	float: left;
	width: 100%;
	line-height: 45px;
	font-size: 30px;
	color: #010101;
	font-weight: bold;
}
.air-detection-3-title .air-detection-3-title-h2{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	height: 32px;
	font-size: 22px;
	color: #333232;
}

.air-detection-3-list{
	float: left;
	width: 100%;
	margin-top: 80px;
}
.air-detection-3-list ul{
	float: left;
	width: 100%;
}
.air-detection-3-list ul li{
	float: left;
	width: 18.3%;
	margin-top: -18px;
	margin-right: 2.125%;
	color: #fff;
}
.air-detection-3-list ul li:last-child{
	margin-right: 0%;
}
.air-detection-3-list ul li .air-detection-3-list-txt{
	float: left;
	width: 100%;
	background: #1aa096;
}

.air-detection-3-list ul li .air-detection-3-list-txt .air-detection-3-list-title{
	float: left;
	width: 100%;
	margin-top: -18px;
	font-size: 20px;
	font-weight: bold;
}
.air-detection-3-list ul li .air-detection-3-list-txt .air-detection-3-list-title span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 74%;
	margin: 0 13%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #45c0b7;
	-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;
}
.air-detection-3-list ul li .air-detection-3-list-txt .air-detection-3-list-txt-1{
	float: left;
	width: 100%;
	line-height: 34px;
	height: 272px;
	padding: 0px 22px 0px 22px;
	margin: 28px 0 9px 0;
	font-size: 16px;
	overflow: hidden;
}
.air-detection-3-list ul li:hover  .air-detection-3-list-txt .air-detection-3-list-title span{
	background: #eec000;
}

.air-detection-4{
	float: left;
	width: 100%;
	padding: 94px 0 107px 0;
}
.air-detection-4 .air-detection-4-left{
	float: left;
	width: 30%;
	
	
}
.air-detection-4 .air-detection-4-left .air-detection-4-title{
	line-height: 30px;
	font-size: 30px;
	color: #1aa096;
}
.air-detection-4 .air-detection-4-left .air-detection-4-txt{
	font-family: 'AgencyFB.ttf';
	float: left;
	width: 100%;
	margin-top: 13px;
	line-height: 47px;
	font-size: 32px;
	color: #cecece;
}
.air-detection-4 .air-detection-4-left .air-detection-4-txt .txt-57{
	line-height: 57px;
	font-size: 46px;
	
}
.air-detection-4 .air-detection-4-right{
	float: left;
	width: 70%;
	padding-left: 64px;
	line-height: 34px;
	font-size: 18px;
	color: #333;
	border-left: 1px solid #e5e5e5;
}

@media (max-width: 1399px)
{
	.air-detection-2{
		padding-right: 65%;
	}
	.air-detection-2 .air-detection-2-r-pic{
		width: 65%;
		padding-left: 20px;
	}
}
@media (max-width: 1299px)
{
	.air-detection-2{
		padding-right: 68%;
	}
	.air-detection-2 .air-detection-2-r-pic{
		width: 68%;
		padding-left: 10px;
	}
	.air-detection-4 .air-detection-4-right{
		width: 65%;
	}
	.air-detection-4 .air-detection-4-left{
		width: 35%;
	}
}
@media (max-width: 1199px)
{
	.air-detection-1{
		padding-left: 0;
		margin-top: 20px;
	}
	.air-detection-1-pic{
		position: inherit;
		left: auto;
		top: auto;
		width: 100%;
	}
	.air-detection-1-content{
		padding: 0 0 20px 0px;
	}
	.air-detection-2{
		padding-right: 0;
	}
	.air-detection-2 .air-detection-2-r-pic{
		position: inherit;
		left: auto;
		top: auto;
		float: left;
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
		text-align: center;
	}
	.air-detection-2-r-pic-img{
		float: none;
		margin-left: 0;
		margin: 0 2%;
		display: inline-block;
		*display: inline;
		*zoom:1;
	}
	.air-detection-3-list ul{
		text-align: center;
	}
	.air-detection-3-list ul li{
		float: none;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 31%;
		margin: 0 1%;
		padding: 0 0%;
		margin-top: 40px;
	}
	.air-detection-3-list ul li:nth-child(3){
		margin-right: 0;
	}
}

@media (max-width: 991px)
{
	.air-detection-2{
		margin: 27px 0 42px 0;
	}
	.air-detection-2-r-pic-img{
		margin: 0 0%;
	}
	.air-detection-3-title{
		margin-top: 30px;
	}
	.air-detection-3-list{
		margin-top: 20px;
	}
	.air-detection-3{
		padding-bottom: 60px;
	}
	.air-detection-4{
		padding: 44px 0 57px 0;
	}
	.air-detection-4 .air-detection-4-left{
		width: 100%;
	}
	.air-detection-4 .air-detection-4-right{
		width: 100%;
		border: 0;
		padding-left: 0;
	}
}
@media (max-width: 767px)
{
	.air-detection-1-content .air-detection-1-content-title{
		line-height: 60px;
		font-size: 18px;
	}
	.air-detection-1-content .air-detection-1-content-txt{
		font-size: 15px;
		line-height: 30px;
	}
	.air-detection-2 {
	    margin: 10px 0 20px 0;
	}
	.air-detection-2 .air-detection-2-l-text .air-detection-2-l-text-top .air-detection-2-l-text-top-title{
		font-size: 20px;
	}
	.air-detection-2 .air-detection-2-l-text .air-detection-2-l-text-top .air-detection-2-l-text-top-txt{
		font-size: 17px;
		
	}
	.air-detection-2 .air-detection-2-l-text .air-detection-2-l-text-bottom{
		margin-top: 10px;
		font-size: 15px;
		line-height: 28px;
	}
	.air-detection-2-r-pic{
		display: none;
	}
	.air-detection-3-title .air-detection-3-title-h1{
		font-size: 22px;
	}
	.air-detection-3-title .air-detection-3-title-h2{
		font-size: 16px;
	}
	.air-detection-3-title{
		margin-top: 20px;
	}
	.air-detection-3-list{
		margin-top: 0;
	}
	.air-detection-3-list ul li{
		display: block;
		float: left;
		width: 100%;
		margin: 20px 0;
	}
	.air-detection-3-list ul li .air-detection-3-list-txt .air-detection-3-list-txt-1{
		height: auto;
		padding-bottom: 20px;
	}
	.air-detection-3{
		padding-bottom: 0px;
	}
	.air-detection-4 {
	    padding: 24px 2% 37px 2%;
	}
	.air-detection-4 .air-detection-4-left .air-detection-4-title{
		height: 24px;
		line-height: 24px;
		font-size: 24px;
	}
	.air-detection-4 .air-detection-4-left .air-detection-4-txt{
		font-size: 24px;
		line-height: 40px;
	}
	.air-detection-4 .air-detection-4-left .air-detection-4-txt .txt-57{
		line-height: 38px;
		font-size: 32px;
	}
	.air-detection-4 .air-detection-4-right{
		line-height: 30px;
		font-size: 15px;
		margin-top: 10px;
	}
}

/*产品服务-空气治理*/
.air-control-1{
	float: left;
	width: 100%;
	margin: 101px 0 57px 0;
	background: #f8f8f8;
	position: relative;
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.air-control-1 .air-control-1-absolute-1{
	position: absolute;
	left: 40px;
	top: -29px;
	padding: 15px 25px;
	line-height: 25px;
	color: #fff;
	background: #1aa096;
	font-size: 18px;
}
.air-control-1 .air-control-1-left38{
	float: left;
	width: 38%;
	padding: 60px 3% 36px 3%;
}
.air-control-1 .air-control-1-right62{
	float: left;
	width: 62%;
	padding: 60px 3% 36px 3%;
}

.air-control-2{
	float: left;
	width: 100%;
	padding-bottom: 57px;
}

.air-control-2 .air-control-2-l{
	float: left;
	width: 47%;
	margin-right: 2.5%;
	background:url("images/product-services-air-control/control-bg-2.jpg") center no-repeat;
	background-size: cover;
	padding: 52px 25px 37px 47px;
}
.air-control-2 .air-control-2-r{
	float: left;
	width: 50.5%;
	background:url("images/product-services-air-control/control-bg-3.jpg") center no-repeat;
	background-size: cover;
	padding: 42px 55px 49px 68px;
	
}
.air-control-2 .control-2-l-title{
	float: left;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	background: url("images/product-services-air-control/control-bg-1.jpg") left bottom no-repeat;
}
.air-control-2 .control-2-l-txt{
	float: left;
	width: 100%;
	height: 144px;
	line-height: 36px;
	margin-top: 17px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
}

.control-banner{
	position: relative;
}
.control-banner .control-banner-txt{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	width: 100%;
	text-align: center;
}
.control-banner .control-banner-txt .control-banner-txt-c{
	width: 100%;
	line-height: 58px;
	font-size: 36px;
	color: #010101;
}
.control-banner .control-banner-txt .control-banner-txt-e{
	font-family: 'AvantGardeITCbyBT-Book';
	width: 100%;
	line-height: 45px;
	font-size: 32px;
	color: #0b0305;
}
.control-list{
	float: left;
	width: 100%;
	padding: 62px 0 96px 0;
}
.control-list ul{
	float: left;
	width: 100%;
}
.control-list ul li{
	float: left;
	width: 22.6%;
	margin-right: 3.2%;
}
.control-list ul li:nth-child(4n){
	margin-right: 0%;
}
.control-list ul li .control-list-pic{
	width: 100%;
	overflow: hidden;
}
.control-list ul li .control-list-pic img{
	width: 100%;
-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;	
}

.control-list ul li:hover .control-list-pic img{
	-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
	
}

.control-list ul li .control-list-txt{
	float: left;
	width: 100%;
	background: #f8f8f8;
	padding: 11px 13px 24px 13px;
	color: #333;
	-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;
}
.control-list ul li .control-list-txt .control-list-title{
	float: left;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.control-list ul li .control-list-txt .control-list-p{
	float: left;
	width: 100%;
	height: 56px;
	line-height: 28px;
	font-size: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.control-list ul li:hover .control-list-txt{
	background: #1aa096;
	color: #fff;
}
@media (max-width: 1299px)
{
	.air-control-1{
		font-size: 13px;
	}
	.air-control-2 .control-2-l-txt{
		font-size: 14px;
	}	
}
@media (max-width: 1099px)
{
	.air-control-1{
		line-height: 32px;
	}	
	.air-control-1 .air-control-1-left38{
		padding: 40px 2% 26px 2%;
	}
	.air-control-1 .air-control-1-right62{
		padding: 40px 2% 26px 2%;
	}
	.air-control-2 .control-2-l-txt{
		line-height: 30px;
		height: 150px;
	}
	.air-control-2 .air-control-2-l{
		padding: 32px 20px 27px 30px;
	}
    .air-control-2 .air-control-2-r{
        padding: 32px 20px 27px 30px;
    }
    .control-list ul li .control-list-txt .control-list-title{
    	font-size: 16px;
    	height: 30px;
    	line-height: 30px;
    }
    .control-list ul li .control-list-txt .control-list-p{
    	font-size: 13px;
    }
    .control-list{
    	padding: 32px 0 56px 0;
    }
    
}
@media (max-width: 991px)
{
	.air-control-1{
		margin: 51px 0 27px 0;
	}
	.air-control-1 .air-control-1-left38{
		width: 100%;
		padding: 40px 2% 0 2%;
	}
	.air-control-1 .air-control-1-right62{
		width: 100%;	
		padding: 20px 2% 20px 2%;
	}
	.air-control-2 .air-control-2-l{
		width: 100%;
		margin: 10px 0;
		padding: 32px 20px 35px 30px;
	}
	.air-control-2 .air-control-2-r{
		width: 100%;
		margin: 10px 0;
		padding: 32px 20px 35px 30px;
	}
	.air-control-2 .control-2-l-txt{
		height: auto;
	}
	.air-control-2{
		padding-bottom: 30px;
	}
	.control-banner .control-banner-txt .control-banner-txt-c{
		line-height: 32px;
    	font-size: 26px;
	}
	.control-banner .control-banner-txt .control-banner-txt-e{
		line-height: 30px;
    	font-size: 22px;
	}
	.control-list ul li{
		width: 49%;
		margin-right: 2%;
		margin-top: 15px;
	}
	.control-list ul li:nth-child(2n){
		margin-right: 0%;
	}
	.control-list {
	    padding: 20px 0 30px 0;
	}
}
@media (max-width: 767px)
{
	.air-control-1{
		margin: 32px 0 20px 0;
	}
	.air-control-1 .air-control-1-absolute-1{
		width: 96%;
		left: 2%;
		padding: 0 2%;
		top: -16px;
		line-height: 24px;
		padding: 4px 0;
		font-size: 13px;
		text-align: center;
	}
	.air-control-1{		
		margin: 32px 0 0px 0;		
	}
	.air-control-1 .air-control-1-left38{
		padding: 20px 4% 10px 4%;
	}
	.air-control-1 .air-control-1-right62{
		padding: 10px 4% 20px 4%;
	}
	.air-control-2 .control-2-l-title{
		height: 36px;
		line-height: 36px;
		font-size: 18px;
	}
	.air-control-2 .control-2-l-txt{
		margin-top: 12px;
	}
	.air-control-2 .air-control-2-l{
		padding: 12px 3% 15px 3%;
	}
	.air-control-2 .air-control-2-r{
		padding: 12px 3% 15px 3%;
	}
	.air-control-2{
		padding-bottom: 0px;
	}
	.control-list {
	    padding: 0px 0 20px 0;
	}
	.control-banner .control-banner-txt .control-banner-txt-c {
	    line-height: 38px;
	    font-size: 20px;
	}
	.control-banner .control-banner-txt .control-banner-txt-e {
	    line-height: 18px;
	    font-size: 16px;
	}
	.control-list ul li .control-list-txt{
		padding: 10px 4% 10px 4%;
	}
	.control-list ul li .control-list-txt .control-list-title{
		height: 24px;
		line-height: 24px;
		font-size: 15px;
	}
	.control-list ul li .control-list-txt .control-list-p{
		height: 50px;
    	line-height: 25px;
    	margin: 5px 0 0px 0;
	}
	    
}





/*产品服务-空气治理详情*/
.air-details{
	float: left;
	padding: 72px 0 60px 0;
}

.air-details-top{
	float: left;
	width: 100%;
	position: relative;
}

.air-details-top .air-details-pic{
	float: left;
	width: 40.5%;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}

.air-details-top .air-details-text{
	float: left;
	width: 59.5%;
	padding: 10px 0px 0px 32px;
}
.air-details-top .air-details-text .air-details-title{
	float: left;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #dcdcdc;
}
.air-details-top .air-details-text .air-details-title .air-details-title-1{
	line-height: 55px;
	font-size: 30px;
	color: #1aa096;
	font-weight: bold;
}
.air-details-top .air-details-text .air-details-title .air-details-title-2{
	line-height: 49px;
	font-size: 24px;
	color: #333;
}

.air-details-top .air-details-text .air-details-txt{
	float: left;
	width: 100%;
	line-height: 36px;
	padding-top: 27px;
	font-size: 16px;
	color: #333;
}
.bg-fafafa{
	background: #fafafa;
}
.air-details-presentation{
	float: left;
	width: 100%;
}
.air-details-presentation-title{
	float: left;
	width: 100%;
	margin-top: 55px;
}
.air-details-presentation-title span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 32px;
	padding: 10px 50px;
	background: #10a096;
	font-size: 24px;
	color: #fff;
}
.air-details-presentation-img{
	float: left;
	width: 100%;
	margin-top: 7px;
	padding-bottom: 128px;
}
.air-details-presentation-img .air-details-img-div-1{
	float: left;
	width: 22.3%;
	margin-right: 3.6%;	
	margin-top: 47px;
	border: 1px solid #1aa096;
}
.air-details-presentation-img .air-details-img-div-1 img{
	width: 100%;
}
.air-details-presentation-img .air-details-img-div-1:nth-child(4n){
	margin-right: 0%;	
}

@media (max-width: 1199px)
{
	.air-details {
	    float: left;
	    padding: 30px 0 30px 0;
	}
	.air-details-top .air-details-text{
		padding-left: 3%;
	}
	.air-details-top .air-details-text .air-details-title .air-details-title-1{
		line-height: 30px;
		font-size: 20px;
		
	}
	.air-details-top .air-details-text .air-details-title .air-details-title-2{
		line-height: 28px;
		font-size: 16px;
		
	}
	.air-details-top .air-details-text .air-details-txt{
		padding-top: 10px;
		line-height: 30px;
		font-size: 14px;
	}
	.air-details-presentation-img{
		padding-bottom: 50px;
	}
	.air-details-presentation-title{
		margin-top: 30px;
	}
	.air-details-presentation-img .air-details-img-div-1{
		margin-top: 25px;
	}
}
@media (max-width: 991px)
{
	.air-details{
		float: left;
		padding: 30px 0 30px 0;
	}
	.air-details-top .air-details-pic{
		width: 100%;
	}
	.air-details-top .air-details-text{
		padding: 0 3%;
	}
	.air-details-top{
		padding-left: 0;
	}
	.air-details-top .air-details-pic{
		width: 60%;
		margin: 0 20%;
		text-align: center;
	}
	.air-details-top .air-details-text{
		width: 100%;
	}
	.air-details-top .air-details-text .air-details-title{
		padding: 20px 0;
	}
	.air-details-presentation-img .air-details-img-div-1{
		width: 49%;
		margin-right: 2%;
		margin-top: 15px;
	}
	.air-details-presentation-img .air-details-img-div-1:nth-child(2n){
		margin-right: 0%;
	}
	
}
@media (max-width: 767px)
{
	.air-details-top .air-details-pic{
		width: 90%;
		margin: 0 5%;
	}
	.air-details-top .air-details-text .air-details-title {
	    padding: 10px 0;
	}
	.air-details {
	    float: left;
	    padding: 20px 0 20px 0;
	}	
	.air-details-presentation-title span{
		width: 100%;
		padding: 10px 3%;
		text-align: center;
		line-height: 22px;
		font-size: 18px;
	}
	.air-details-presentation-title{
		margin-top: 20px;
	}
	.air-details-presentation-img {
	    padding-bottom: 30px;
	}	
	.air-details-presentation-img .air-details-img-div-1{
		margin-top: 10px;
	}
}	

/*产品服务-生产基地*/
.product-services-base{
	float: left;
	width: 100%;
}
.product-services-base .base-title{
	float: left;
	width: 100%;
	padding: 59px 0 41px 0;
}
.product-services-base .base-title .base-title-1{
	line-height: 58px;
	font-size: 32px;
	color: #010101;
	font-weight: bold;
}
.product-services-base .base-title .base-title-1 span{
	color: #1aa096;
}

.product-services-base .base-title .base-title-2{
	line-height: 44px;
	font-size: 18px;
	color: #333;
}
.product-services-base .base-img{
	float: left;
	width: 100%;
	padding-bottom: 65px;
}
.product-services-base .base-img img{
	margin-bottom: 25px;
	width: 100%;
}
.product-services-base .base-img .base-img-l-img{
	float: left;
	width: 59.25%;
}
.product-services-base .base-img .base-img-r-img{
	float: right;
	width: 39.05%;
}
@media (max-width: 1399px)
{
	.product-services-base .base-img .base-img-l-img{
		width: 59.3%;
	}
	.product-services-base .base-img .base-img-r-img{
		width: 39.0%;
	}	
}
@media (max-width: 1299px)
{
	.product-services-base .base-img .base-img-l-img{
		width: 59.8%;
	}
	.product-services-base .base-img .base-img-r-img{
		width: 39%;
	}	
}
@media (max-width: 1199px)
{
	.product-services-base .base-img .base-img-l-img{
		width: 60%;
	}
	.product-services-base .base-img .base-img-r-img{
		width: 38.8%;
	}	
}
@media (max-width: 991px)
{
	.product-services-base .base-img .base-img-l-img{
		width: 100%;
	}
	.product-services-base .base-img .base-img-r-img{
		width: 100%;
	}	
	.product-services-base .base-title .base-title-1{
		line-height: 48px;
		font-size: 24px;
		
	}
	
	
	.product-services-base .base-title .base-title-2{
		line-height: 36px;
		font-size: 16px;
	}
	.product-services-base .base-title{
		padding: 40px 0 20px 0;
	}
}
@media (max-width: 767px)
{
	.product-services-base{
		padding: 0 1%;
	}
	.product-services-base .base-img{
		padding-bottom: 10px;
	}
	.product-services-base .base-title{
		padding: 20px 0 20px 0;
	}
	.product-services-base .base-title .base-title-1{
		line-height: 40px;
		font-size: 20px;
	}
	.product-services-base .base-title .base-title-2{
		line-height: 28px;
		font-size: 14px;
	}
	.product-services-base .base-img img{
		margin-bottom: 10px;
	}
}

/*关于我们-公司简介*/
.about-profile{
	float: left;
	width: 100%;
	padding: 61px 0 84px 0;
}
.about-profile .about-profile-left{
	float: left;
	width: 39.7%;
	padding-top: 10px;
}

.about-profile-img{
	width: 100%;
}
.about-profile-title{
	float: left;
	width: 100%;
	line-height: 37px;
	margin: 38px 0 34px 0px;
	padding-left: 19px;
	font-size: 38px;
	font-weight: bold;
	color: #1aa096;
	border-left: 5px solid #1aa096;
}
.about-profile-num{
	float: left;
	width: 100%;
	background: #fbfbfb;	
	padding: 12px 0 10px 0;
}
.about-profile-num .about-profile-num-left{
	float: left;
	width: 58%;
	padding-right: 82px;
	text-align: center;
	background: url("images/about/profile-bg-1.jpg") right 29px no-repeat;
}
.about-profile-num .about-profile-num-right{
	float: left;
	width: 42%;
	padding-left: 82px;
	text-align: center;
}
.about-profile-num .about-profile-num-1{
	font-family: 'impact';
	line-height: 72px;
	font-size: 60px;
	color: #333;
	
}
.about-profile-num .about-profile-num-p{
	line-height: 38px;
	color: #999;
}
.about-profile .about-profile-right{
	float: right;
	width: 57.6%;
	line-height: 34px;
	font-size: 16px;
	color: #444;
}

@media (max-width: 1399px)
{
	.about-profile .about-profile-right{
		font-size: 14px;
	}
}
@media (max-width: 1299px)
{
	.about-profile-num .about-profile-num-left{
		padding-right: 0px;
	}
	.about-profile-num .about-profile-num-right{
		padding-left: 0px;
	}
	.about-profile .about-profile-right{
		line-height: 28px;
	}
}
@media (max-width: 991px)
{
	.about-profile .about-profile-left{
		width: 100%;
	}
	.about-profile .about-profile-right{
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
		margin-top: 20px;
	}
	
	.about-profile {
	    float: left;
	    width: 100%;
	    padding: 20px 0 20px 0;
	}
}
@media (max-width: 767px)
{
	.about-profile-title {
	    line-height: 22px;
	    margin: 20px 0 20px 0px;
	    padding-left: 15px;
	    font-size: 22px;
	    border-left: 3px solid #1aa096;
	}
	.about-profile-num .about-profile-num-1{
		line-height: 48px;
		font-size: 36px;
	}
	.about-profile-num .about-profile-num-left{
		width: 65%;
		background: url('images/about/profile-bg-1.jpg') right 15px no-repeat;
	}
	.about-profile-num .about-profile-num-right{
		width: 35%;
	}    
	
}
/*军旅风采*/
.about-army-1{
	float: left;
	width: 100%;
}
.about-army-1 .army-title{
	float: left;
	width: 100%;
	padding: 61px 0 38px 0;
	text-align: center;
}
.about-army-1 .army-title .army-title-1{
	float: left;
	width: 100%;
	line-height: 51px;
	font-size: 34px;
	color: #1aa096;
	font-weight: bold;
}
.about-army-1 .army-title .army-title-2{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 32px;
	font-size: 20px;
	color: #999;
}

.army-pt-1{
	float: left;
	width: 100%;
	padding-bottom: 65px;
	text-align: center;
	color: #333;
}
.army-pt-1 .pt-1-left{
	float: left;
	width: 42.9%;
}
.army-pt-1 .pt-1-left .pt-1-left-txt-1
{
	float: left;
	width: 100%;
	padding-top: 25px;
	line-height: 37px;
	font-size: 20px;
}

.army-pt-1 .pt-1-right{
	float: right;
	width: 54.3%;
}
.army-pt-1 .pt-1-right .pt-1-left-txt-2{
	float: left;
	width: 100%;
	padding-top: 22px;
}
.army-pt-1 .pt-1-right .pt-1-left-txt-2 .txt-2-p1{
	float: left;
	width: 100%;
	line-height: 49px;
	font-size: 24px;
}
.army-pt-1 .pt-1-right .pt-1-left-txt-2 .txt-2-p2{
	float: left;
	width: 100%;
	line-height: 29px;
	font-size: 16px;
	color: #666;
}
.army-pt-1 img{
	width: 100%;
}
.bg-f9f9f9{
	background: #f9f9f9;
}
.about-army-2{
	float: left;
	width: 100%;
	padding: 64px 0 48px 0;
}
.about-army-2 .about-army-2-top{
	float: left;
	width: 100%;
}
.about-army-2 .about-army-2-top .about-army-2-top-l{
	float: left;
	width: 49.7%;
}
.about-army-2 .about-army-2-top .about-army-2-top-r{
	float: right;
	width: 48.5%;
}
.about-army-2 .about-army-2-top .about-army-2-top-r .about-army-2-top-r-img{
	width: 100%;
}
.about-army-2 .about-army-2-top .about-army-2-top-r .about-army-2-top-r-img img{
	width: 100%;
}
.about-army-2 .about-army-2-top .about-army-2-top-r .about-army-2-top-r-txt{
	float: left;
	width: 100%;
	margin-top: 29px;
	line-height: 36px;
	height: 72px;
	font-size: 18px;
	color: #333;
	padding-left: 20px;
	background: url("images/about/army-bg-1.jpg") left center no-repeat;
	overflow: hidden;
}

.about-army-2 .about-army-2-bottom{
	float: left;
	width: 100%;
	line-height: 37px;
	margin-top: 36px;
	font-size: 16px;
	color: #040000;
}
.about-army-2 .about-army-2-bottom .color-c12626{
	color: #c12626;
}
.about-army-3{
	float: left;
	width: 100%;
	padding: 65px 0 95px 0;
}
.about-army-3 .army-3-img{
	float: left;
	width: 100%;
}
.about-army-3 .army-3-img .army-3-img-1{
	float: left;
	
}
.about-army-3 .army-3-img .army-3-img-2{
	float: right;
	
}
.about-army-3 .army-3-txt{
	float: left;
	width: 100%;
	padding-top: 17px;
}
.about-army-3 .army-3-title-1{
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 20px 0;
	font-size: 24px;
	color: #1aa096;
	text-align: center;
	font-weight: bold;
}
.about-army-3 .army-3-p-1{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
@media (max-width: 1399px)
{
	.about-army-3 .army-3-img .army-3-img-1{
		width: 57%;
	}
	.about-army-3 .army-3-img .army-3-img-2{
		width: 41.8%;
	}
	
}
@media (max-width: 1299px)
{
	.about-army-2 .about-army-2-top .about-army-2-top-r .about-army-2-top-r-txt{
		font-size: 14px;
		margin-top: 20px;
		line-height: 30px;
		height: 60px;
	}
}
@media (max-width: 1199px)
{
	.about-army-2 .about-army-2-top .about-army-2-top-r .about-army-2-top-r-txt{
		font-size: 13px;
		height: 56px;
		line-height: 28px;
	}
	.army-pt-1 .pt-1-right .pt-1-left-txt-2{
		padding-top: 12px;
	}
	.army-pt-1 .pt-1-right .pt-1-left-txt-2 .txt-2-p1{
		line-height: 36px;
		font-size: 22px;
	}
	.army-pt-1 .pt-1-right .pt-1-left-txt-2 .txt-2-p2{
		line-height: 24px;
	}
}
@media (max-width: 991px)
{
	.about-army-2 .about-army-2-top .about-army-2-top-r .about-army-2-top-r-txt{
		margin-top: 10px;
		height: auto;
		line-height: 18px;
		background-size: 3px auto;
		background-position: left center;
		padding-left: 10px;
		overflow:inherit;
		
	}
	.about-army-3 .army-3-title-1{
		font-size: 19px;
	}
}
@media (max-width: 767px)
{
	.about-army-1 .army-title{
		
		padding: 20px 0 20px 0;
	}
	.about-army-1 .army-title .army-title-1{
		line-height: 38px;
		font-size: 22px;
	}
	.about-army-1 .army-title .army-title-2{
		line-height: 24px;
		font-size: 13px;
	}
	.army-pt-1{
		padding: 0 1%;
		padding-bottom: 20px;
	}
	.army-pt-1 .pt-1-left{
		width: 100%;
	}
	.army-pt-1 .pt-1-left .pt-1-left-txt-1{
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 28px;
		font-size: 16px;
	}
	.army-pt-1 .pt-1-right{
		width: 100%;
	}
	.army-pt-1 .pt-1-right .pt-1-left-txt-2 .txt-2-p1{
		line-height: 28px;
		font-size: 20px;
	}
	.army-pt-1 .pt-1-right .pt-1-left-txt-2 .txt-2-p2{
		font-size: 14px;
	}
	.about-army-2{
		padding: 15px 1% 20px 1%;
	}
	.about-army-2 .about-army-2-top .about-army-2-top-l{
		width: 100%;
	}
	.about-army-2 .about-army-2-top .about-army-2-top-r{
		width: 100%;
	}
	.about-army-2 .about-army-2-top .about-army-2-top-r .about-army-2-top-r-txt{
		background: none;
		margin-top: 0;
		padding-left: 0;
		margin: 0px 0;
	}
	.about-army-2 .about-army-2-top .about-army-2-top-r .about-army-2-top-r-txt .p1{
		margin: 10px 0 20px 0;
	}
	.about-army-2 .about-army-2-top .about-army-2-top-r .about-army-2-top-r-txt .p2{
		margin: 20px 0 10px 0;
	}
	.about-army-2 .about-army-2-bottom{
		margin-top: 15px;
	}
	.about-army-2 .about-army-2-bottom{
		line-height: 30px;
		font-size: 15px;
	}
	.about-army-3{
		padding: 15px 0 25px 0;
	}
	.about-army-3 .army-3-img .army-3-img-1{
		width: 100%;
		margin: 5px 0;
	}
	.about-army-3 .army-3-img .army-3-img-2{
		width: 100%;
		margin: 5px 0;
	}
	.about-army-3 .army-3-title-1{
		font-size: 16px;
		line-height: 26px;
		padding: 0 2%;
	}
	.about-army-3 .army-3-p-1{
		line-height: 26px;
		font-size: 15px;
		margin-top: 10px;
	}
	
}

/*关于我们-品牌理念*/
.about-ldea-1{
	float: left;
	width: 100%;
	margin-top: 72px;
	padding-right: 55.9%;
	position: relative;
}
.ldea-1-r{
	position: absolute;
	right: 0;
	top: 0;
}
.ldea-1-r img{
	width: 100%;
}
.ldea-1-l{
	float: left;
	width: 100%;
}
.ldea-1-l .ldea-1-l-list-1{
	float: left;
	width: 100%;
	padding-right: 40px;
}
.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-btn-1{
	float: left;
	width: 100%;
}
.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-btn-1 span{
	display: block;
	width: 176px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	background: #1aa096;
	color: #fff;
}
.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-ce-1{
	float: left;
	width: 100%;
	padding: 9px 0 24px 0;
}
.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-ce-1.pd-0{
	padding-bottom: 0;
}
.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-ce-1 .ldea-1-l-c-1{
	float: left;
	width: 100%;
	line-height: 46px;
	font-size: 18px;
	color: #010101;
}
.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-ce-1 .ldea-1-l-e-1{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 19px;
	font-size: 14px;
	color: #999;
}

.idea-title{
	float: left;
	width: 100%;
	text-align: center;
}
.idea-title-1{
	float: left;
	width: 100%;
	line-height: 27px;
	font-size: 27px;
	font-weight: bold;
	color: #333;
}
.idea-title-1 span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 83px 17px 0 17px;
	position: relative;
	background: url("images/about/idea-bg-2.jpg") left bottom no-repeat;
}
.idea-title-2{
	font-family: 'AvantGardeITCbyBT-Book';	
	float: left;
	width: 100%;
	line-height: 53px;
	font-size: 30px;
	color: #999;	
}

.about-ldea-2-list{
	float: left;
	width: 100%;
	padding: 37px 0 122px 0;
}
.about-ldea-2-list ul{
	float: left;
	width: 100%;
}
.about-ldea-2-list ul li{
	float: left;
	width: 18.5%;
	margin-right: 1.875%;
	background: #1aa096;
	padding: 42px 1% 51px 1%;
	text-align: center;
	color: #fff;
}
.about-ldea-2-list ul li:last-child{
	margin-right: 0%;
}

.about-ldea-2-list ul li .ldea-2-img{
	float: left;
	width: 100%;	
}





.about-ldea-2-list ul li .ldea-2-img img{
	height: 60px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s; 
	-o-transition: all 0.5s ease-out 0s; 
	transition: all 0.5s ease-out 0s;
}

.about-ldea-2-list ul li:hover .ldea-2-img img{
	transform:rotateY(360deg);
	-ms-transform:rotateY(360deg); 	/* IE 9 */
	-moz-transform:rotateY(360deg); 	/* Firefox */
	-webkit-transform:rotateY(360deg); /* Safari 和 Chrome */	
	
}


.about-ldea-2-list ul li .ldea-2-title{
	float: left;
	width: 100%;
	line-height: 70px;
	font-size: 24px;
	background: url("images/about/idea-bg-1.jpg") center bottom no-repeat;
}
.about-ldea-2-list ul li .ldea-2-txt{
	float: left;
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 36px;
	height: 72px;
	margin-top: 24px;
	overflow: hidden;
}
@media (max-width: 1399px)
{
	.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-btn-1 span{
		width: 166px;
	    height: 42px;
	    line-height: 42px;
	    font-size: 20px;
	}
	.about-ldea-1{
		padding-right: 56.3%;
	}
	.ldea-1-r{
		width: 56.3%;
	}
	.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-ce-1 .ldea-1-l-c-1{
		line-height: 44px;
	}
}
@media (max-width: 1299px)
{
	.idea-title-1 span{
		background: none;
	}	
	.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-ce-1 .ldea-1-l-c-1{
		font-size: 15px;
		line-height: 28px;
	}
	.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-btn-1 span {
	    width: 146px;
	    height: 38px;
	    line-height: 38px;
	    font-size: 18px;
	}
}
@media (max-width: 1199px)
{
	.about-ldea-1{
		padding-right: 0;
	}
	.ldea-1-r{
		position: inherit;
		top: auto;
		right: auto;
		float: left;
		width: 100%;
	}
	.ldea-1-l{
		margin-bottom: 72px;
	}
	.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-ce-1 .ldea-1-l-c-1{
		font-size: 17px;
	}
	.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-ce-1 .ldea-1-l-e-1{
		font-size: 15px;
	}
	.about-ldea-2-list ul{
		text-align: center;
	}
	.about-ldea-2-list ul li{
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 31%;
		margin: 10px 1%
	}
	.about-ldea-2-list ul li:last-child{
		margin-right: auto;
	}
	.ldea-1-l .ldea-1-l-list-1{
		padding-right: 0;
	}
}
@media (max-width: 767px)
{
	.about-ldea-1{
		margin-top: 20px;
		
	}
	.ldea-1-l{
		margin-bottom: 20px;
	}
	.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-ce-1{
		padding: 10px 0 20px 0;
	}
	.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-ce-1 .ldea-1-l-c-1{
		line-height: 24px;
	}
	.ldea-1-l .ldea-1-l-list-1 .ldea-1-l-ce-1 .ldea-1-l-e-1{
		margin-top: 10px
	}
	.idea-title-1 span {
    	padding: 10px 2% 0px 2%;
    	font-size: 22px;
    }
    .idea-title-2 {
    	line-height: 30px;
    	font-size: 18px;
    }
    .about-ldea-2-list {
    	padding: 0px 0 20px 0;
	}
	.about-ldea-2-list ul{
		padding: 0 1%;
	}
	.about-ldea-2-list ul li{
		display: block;
		width: 100%;
		margin: 5px 0;
		padding: 30px 3% 30px 3%;
	}
	.about-ldea-2-list ul li .ldea-2-title{
		line-height: 50px;
		font-size: 18px;
	}
	.about-ldea-2-list ul li .ldea-2-txt {
	    font-size: 16px;
	    line-height: 24px;
	    height: auto;
	    margin-top: 10px;
	    text-align: center;
    }
}

/*关于我们-荣誉证书*/
.about-honor{
	float: left;
	width: 100%;
	
}
.about-honor ul{
	float: left;
	width: 100%;
	
}
.about-honor ul li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 70px;
}
.about-honor ul li a{
	float: left;
	width: 100%;
	cursor: default ;
}
.about-honor ul li:nth-child(4n){
	margin-right: 0%;
}

.about-honor ul li .honor-img{
	float: left;
	width: 100%;
	border: 1px solid #c7c7c7;
	overflow: hidden;
}
.about-honor ul li .honor-img img{
	width: 100%;
	-webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.about-honor ul li:hover .honor-img img{
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}
.about-honor ul li .honor-txt{
	float: left;
	width: 100%;
	height: 16px;
	line-height: 16px;
	margin-top: 19px;
	font-size: 16px;
	color: #333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media (max-width: 991px)
{
	.about-honor ul li{
		margin-top: 40px;
	}
}
@media (max-width: 767px)
{
	.about-honor ul{
		padding: 0 1%
	}
	.about-honor ul li{
		width: 100%;
		margin: 20px 0% 0 0%;
	}
}








.about-benefit{
	float: left;
	width: 100%;
	padding-bottom: 100px;
}

.benefit-title{
	float: left;
	width: 100%;
	margin-top: 63px;
	text-align: center;
}
.benefit-title-1{
	float: left;
	width: 100%;
	line-height: 51px;
	font-size: 34px;
	color: #1aa096;
	font-weight: bold;
	font-size: 34px;

}
.benefit-title-2{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 32px;
	padding-bottom: 20px;
	font-size: 20px;
	color: #999;
	background: url("images/about/benefit-bg-1.jpg") center bottom no-repeat;
}

.about-benefit ul{
	float: left;
	width: 100%;
	
}
.about-benefit ul li{
	float: left;
	width: 32.4%;
	margin-right: 1.4%;
	margin-top: 52px;
}
.about-benefit ul li a{
	float: left;
	width: 100%;
	cursor: default;
}
.about-benefit ul li:nth-child(3n){
	margin-right: 0%;
}

.about-benefit ul li .benefit-img{
	float: left;
	width: 100%;
	border: 1px solid #c7c7c7;
	overflow: hidden;
}
.about-benefit ul li .benefit-img img{
	width: 100%;
	-webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.about-benefit ul li:hover .benefit-img img{
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}
.about-benefit ul li .benefit-txt{
	float: left;
	width: 100%;
	padding: 0 24px
	line-height: 34px;
	margin-top: 23px;
	font-size: 16px;
	color: #333;
	
}

@media (max-width: 991px)
{
	.benefit-title{
		
		margin-top: 25px;
	}
	.benefit-title-1{
		line-height: 40px;
		font-size: 28px;
	
	}
	.benefit-title-2{
		line-height: 28px;
		padding-bottom: 10px;
		font-size: 16px;
	}
	.about-benefit ul li{
		margin-top: 30px;
	}
	.about-benefit{
		padding-bottom: 50px;
	}
}
@media (max-width: 767px)
{
	.benefit-title{
		
		margin-top: 10px;
	}
	.benefit-title-1{
		line-height: 36px;
		font-size: 20px;
	}
	.benefit-title-2{
		line-height: 20px;
		font-size: 14px;
		padding: 0 2% 15px 2%;
	}
	.about-benefit ul{
		padding: 0 2%;
	}
	.about-benefit ul li{
		width: 100%;
		margin-right: %;
		margin-top: 20px;
	}
	
	.about-benefit ul li:nth-child(3n){
		margin-right: auto;
	}
	.about-benefit ul li:nth-child(2n){
		margin-right: 0;
	}
}

/*品牌优势*/
.advantage-absolute{
	position: absolute;
	top: 606px;
	left: 0;
}
.advantage-title{
	float: left;
	width: 100%;
	line-height: 40px;
	font-size: 40px;
	padding: 70px 0 48px 0;
	color: #1aa096;
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
}
.advantage-title span{
	display: inline-block;
	vertical-align: middle;
}
.advantage-title .span-1{
	color: #333;
	display: inline-block;
	vertical-align: middle;
}
.advantage-title .span-2{
	font-family: 'PingFang Regular';
	font-size: 26px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
.advantage-list-1{
	float: left;
	width: 100%;
}
.advantage-list-1 .advantage-li-1{
	float: left;
	width: 100%;
}
.advantage-list-1 .advantage-li-1 .image-text-title{
	font-family: 'PingFang Regular';
	float: left;
	width: 93.3%;
	height: 65px;
	line-height: 25px;
	padding: 20px 0 20px 6.5%;
	font-size: 18px;
	color: #fff;
}
.advantage-list-1 .advantage-li-1 .image-text-title.t-bg1{
	background: url("images/about/advantage-title-1.png") no-repeat;
}
.advantage-list-1 .advantage-li-1 .image-text-title.t-bg2{
	background: url("images/about/advantage-title-2.png") no-repeat;
}
.advantage-list-1 .advantage-li-1 .image-text-title.t-bg3{
	background: url("images/about/advantage-title-3.png") no-repeat;
}
.advantage-list-1 .advantage-li-1 .image-text-title.t-bg4{
	background: url("images/about/advantage-title-4.png") no-repeat;
}
.advantage-list-1 .advantage-li-1 .image-text-title.t-bg5{
	background: url("images/about/advantage-title-5.png") no-repeat;
}
.advantage-list-1 .advantage-li-1 .image-text-title.t-bg6{
	background: url("images/about/advantage-title-6.png") no-repeat;
}

.advantage-list-1 .advantage-li-1 .image-text{
	float: left;
	width: 100%;
	padding-bottom: 69px;
}

.image-text-left{
	float: left;
	width: 64.3%;
	padding-right: 60px
}
.image-text-left .it-ce-1{
	float: left;
	width: 100%;
	margin-top: 44px;
}
.image-text-left .it-ce-1 .it-ce-1-c{
	float: left;
	font-size: 40px;
	color: #181717;
	font-weight: bold;
}
.image-text-left .it-ce-1 .it-ce-1-e{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	font-size: 22px;
	color: #666;
	margin-left: 20px;	
}

.image-text-left .it-txt-1{
	float: left;
	width: 100%;
	line-height: 32px;
	font-size: 24px;
	color: #333;
	padding: 20px 0 21px 0;
}

.image-text-left .it-title-1{
	float: left;
	width: 100%;
}
.image-text-left .it-title-1 span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 61px;
	font-size: 26px;
	padding: 0 17px;
	font-weight: bold;
	color: #fff;
	background: #1aa096;
}

.image-text-left .it-txt-2{
	float: left;
	width: 100%;
	line-height: 34px;
	padding: 38px 0 18px 0;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
}
.image-text-right{
	float: left;
	width: 35.7%;
	padding-top: 45px;
}
.image-text-right img{
	width: 100%;
	border: 1px solid #e5e5e5;
}

.it-title-2{
	float: left;
	width: 100%;
	padding: 67px 0 53px 0;
}
.it-title-2.title-2-margin{
	padding: 35px 0 35px 0;
}
.it-title-2 span{
	margin-right: 20px;
}
.it-title-2 .title-2-span-1{
	font-size: 34px;
	font-weight: bold;
	color: #010101;
}
.it-title-2 .title-2-span-2{
	font-size: 24px;
	color: #1aa096;
}
.it-title-2 .title-2-span-3{
	font-family: 'AvantGardeITCbyBT-Book';
	font-size: 22px;
	color: #999;
}

.it-pic-p{
	float: left;
	width: 100%;
}
.it-pic-p .it-pic-1{
	float: left;
	width: 100%;
	
}
.it-pic-p .it-pic-1 .it-l-pic{
	float: left;	
}
.it-pic-p .it-pic-1 .it-r-pic{
	float: right;
}
.it-pic-p .it-pic-1 .it-r-pic .it-r-pic-mt-20{
	margin-top: 19px;
}
.it-pic-p .it-p-1{
	float: left;
	width: 100%;
	margin-top: 28px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
}


.advantage-list-1 .advantage-li-1 .image-text-title.t-mt-63{
	margin-top: 63px;
}

.it-txt-3{
	font-family: 'PingFang Regular';
	float: left;
	width: 100%;
	line-height: 26px;
	padding: 29px 0 35px 30px;
	font-size: 18px;
	color: #010101;
}
.it-pic-2{
	float: left;
	width: 100%;
}
.it-pic-2-left{
	float: left;
}
.it-pic-2-right{
	float: right;
	
}
.it-pic-3{
	float: left;
	width: 100%;
}

.it-pic-3 .it-pic-3-pt{
	float: left;
	
	margin-right: 19.5px;
	margin-top: 23px;
}
.it-pic-3 .it-pic-3-pt img{

	width: 100%;
}
.it-pic-3 .it-pic-3-pt div{
	font-family: 'PingFang Regular';
	width: 100%;
	font-size: 16px;
	color: #333;	
	margin-top: 19px;
	line-height: 26px;
	text-align: center;
}
.it-pic-3 .it-pic-3-pt:nth-child(3){
	margin-right: 0px;
}

.it-pic-pt-1{
	float: left;
	width: 100%;
}

.it-pic-pt-1-img{
	float: left;
	width: 50%;
}
.it-pic-pt-1-txt{
	float: left;
	width: 50%;
	padding-left: 48px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
}
.it-pic-pt-1-txt .it-pic-pt-1-txt-name{
	float: left;
	width: 100%;
	text-align: right;
	font-size: 32px;
	font-size: 32px;
	color: #010101;
	font-weight: bold;
	line-height: 55px;
	margin-top: 50px;
	margin-bottom: 19px;
	text-indent: 0em;
}
.it-pic-pt-1-txt .it-pic-pt-1-txt-name span{
	border-bottom: 4px solid #f34b53;
}

.it-pic-pt-2{
	float: left;
	width: 100%;
}
.it-pic-pt-2 .it-pic-pt-2-img{
	float: left;
}
.it-pic-pt-2 .it-pic-pt-2-img .it-pic-pt-2-img-1{
	float: left;
	margin-right: 17px;
}
.it-pic-pt-2 .it-pic-pt-2-img .it-pic-pt-2-img-2{
	float: left;
	margin-right: 17px;
}
.it-pic-pt-2 .it-pic-pt-2-img .it-pic-pt-2-img-3{
	float: left;
	margin-right: 0px;
}

.it-pic-pt-2 .it-pic-pt-2-img .it-pic-pt-2-img-1 img{
	width: 100%;
}
.it-pic-pt-2  .it-pic-pt-2-txt{
	float: left;
	width: 100%;
	margin-top: 31px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	padding: 0 18px;	
}

.it-pic-pt-3{
	float: left;
	width: 100%;
	position: relative;
	padding-right: 64%;
	margin-top: 65px;
	
}
.it-pic-pt-3 .it-pic-pt-3-text{
	float: left;
	width: 100%;
	background: #f9f9f9;
	padding: 52px 38px 22px 38px;
}
.it-pic-pt-3 .it-pic-pt-3-text .it-pic-pt-3-text-1{
	float: left;
	width: 100%;
	height: 49px;
	line-height: 49px;
	font-size: 34px;
	color: #010101;
	font-weight: bold;
}
.it-pic-pt-3 .it-pic-pt-3-text .it-pic-pt-3-text-2{
	float: left;
	width: 100%;
	font-size: 24px;
	color: #0f9f97;
	line-height: 39px;
}
.it-pic-pt-3 .it-pic-pt-3-text .it-pic-pt-3-text-3{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 35px;
	font-size: 16px;
	color: #999;
}
.it-pic-pt-3 .it-pic-pt-3-text .it-pic-pt-3-text-4{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 21px;
	line-height: 36px;
	color: #060001;
	text-indent: 2em;
	min-height: 288px;
}
.it-pic-pt-3 .it-pic-pt-3-pic{
	position: absolute;
	right: 0;
	top: 0;
	width: 64%;
	
}
.it-pic-pt-3 .it-pic-pt-3-pic img{
	width: 100%;
}

.image-text-left.width-100{
	width: 100%;
	padding-right: 0;
	padding-top: 20px;
}
.image-text-left .it-ce-1 .it-ce-1-c.size-34{
	font-size: 34px;
}
.image-text-left .it-title-1.margin-25{
	margin-top: 25px;
}
.image-text-left .it-title-1.margin-25 span{
	font-weight: normal;
}
.it-4-pic{
	float: left;
	width: 100%;
	padding: 56px 0 0px 0;
}

.it-4-pic .it-4-pic-1{
	float: left;
	margin-left: 32px;
}
.it-4-pic .it-4-pic-2{
	float: left;
	margin-left: 128px;
}
.it-4-pic .it-4-pic-3{
	float: left;
	margin-left: 192px;
	
}
.it-4-pic .it-4-pic-txt{
	float: left;
	width: 100%;
	line-height: 24px;
	margin-top: 46px;
	font-size: 16px;
	color: #333;
}
@media (max-width: 1399px)
{
	.it-pic-p .it-pic-1 .it-l-pic{
		width: 70.2%;
	}
	.it-pic-p .it-pic-1 .it-r-pic{
		width: 27.8%;
	}
	.it-pic-2-left{
		width: 60.8%;
	}
	.it-pic-2-right{
		width: 37.2%;
	}
	.it-pic-3 .it-pic-3-pt{
		width: 32.2%;
		margin-right: 1.7%;
		margin-top: 15px;
	}
	.it-pic-3 .it-pic-3-pt:nth-child(3n){
		margin-right: 0%;
	}
	.it-pic-3 .it-pic-3-pt img{
		width: auto;
		height: 100%;
	}
	.it-pic-pt-2 .it-pic-pt-2-img .it-pic-pt-2-img-1{
		
	}
	.it-pic-pt-2 .it-pic-pt-2-img .it-pic-pt-2-img-1{
		margin-right: 10px;
		width: 44%;
	}
	.it-pic-pt-2 .it-pic-pt-2-img .it-pic-pt-2-img-2{
		margin-right: 10px;
		width: 18.4%;
	}
	.it-pic-pt-2 .it-pic-pt-2-img .it-pic-pt-2-img-3{
		width: 35%;
		margin-right: 0px;
	}
	.it-pic-pt-3{
		padding-right: 60%;
	}
	.it-pic-pt-3 .it-pic-pt-3-pic{
		width: 60%;
	}
	.it-pic-pt-3 .it-pic-pt-3-text{
		padding: 32px 28px 16px 28px;
	}
	.it-pic-pt-3 .it-pic-pt-3-text .it-pic-pt-3-text-4{
		min-height: 252px;
	}
	.it-4-pic .it-4-pic-1{
		width: 28%;
		margin-left: 2.4%;
	}
	.it-4-pic .it-4-pic-2{
		width: 13.5%;
		margin-left: 9.2%;
	}
	.it-4-pic .it-4-pic-3{
		width: 29.8%;
		margin-left: 13.8%;
	}
}


@media (max-width: 1299px)
{
	.advantage-list-1 .advantage-li-1 .image-text-title {
	   
	    width: 100%;
	    
	    font-size: 16px;
	    color: #fff;
	}
	
	.advantage-list-1 .advantage-li-1 .image-text-title.t-bg1{
		background-size: cover;
	}
	.advantage-list-1 .advantage-li-1 .image-text-title.t-bg2{
		background-size: cover;
	}
	.advantage-list-1 .advantage-li-1 .image-text-title.t-bg3{
		background-size: cover;
	}
	.advantage-list-1 .advantage-li-1 .image-text-title.t-bg4{
		background-size: cover;
	}
	
	.advantage-list-1 .advantage-li-1 .image-text-title.t-bg5{
		background-size: cover;
	}
	.advantage-list-1 .advantage-li-1 .image-text-title.t-bg6{
		background-size: cover;
	}
	.it-pic-pt-1-txt{
		line-height: 32px;
	}
	.it-pic-3 .it-pic-3-pt img{
		width: 100%;
		height: auto;
	}
	.it-pic-3 .it-pic-3-pt p{
		height: 237px;
		overflow: hidden;
	}
	.it-pic-pt-1-txt .it-pic-pt-1-txt-name{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 40px;
	}
	.it-pic-pt-1-txt{
		padding-left: 20px;
	}
	.it-pic-pt-3{
		padding-right: 50%;
	}
	.it-pic-pt-3 .it-pic-pt-3-pic{
		width: 50%;
	}
	.it-pic-pt-3 .it-pic-pt-3-text {
	    padding: 20px 15px 20px 15px;
	}
	.it-pic-pt-3 .it-pic-pt-3-text .it-pic-pt-3-text-1 {
	    height: 36px;
	    line-height: 36px;
	    font-size: 26px;
	}
	.it-pic-pt-3 .it-pic-pt-3-text .it-pic-pt-3-text-2{
		font-size: 18px;
		line-height: 32px;
	}
	.it-pic-pt-3 .it-pic-pt-3-text .it-pic-pt-3-text-3{
		line-height: 32px;
		font-size: 14px;
	}
	.it-pic-pt-3 .it-pic-pt-3-text .it-pic-pt-3-text-4{
		margin-top: 10px;
		line-height: 34px;
		min-height: 170px;
	}
}
@media (max-width: 1199px)
{
	.advantage-absolute{
		display: none;
	}
	.image-text-left{
		padding-right: 20px;
	}
	.image-text-left .it-ce-1{
		margin-top: 20px;
	}
	.image-text-right{
		padding-top: 25px;
	}
	.image-text-left .it-txt-1{
		padding: 10px 0;
	}
	.image-text-left .it-title-1 span{
		font-size: 24px;
		line-height: 42px;
		font-size: 20px;
	}
	.image-text-left .it-txt-2{
		padding: 18px 0 18px 0;
		line-height:24px;
		font-size: 15px;
	}
	.advantage-list-1 .advantage-li-1 .image-text-title{
		font-size: 14px;
		padding-left: 7%;
	}
	
	.advantage-list-1 .advantage-li-1 .image-text{
		padding-bottom: 30px;
	}
	.it-title-2 .title-2-span-1{
		font-size: 30px;
	}
	.it-title-2 .title-2-span-2{
		font-size: 20px;
	}
	.it-title-2 .title-2-span-3{
		font-size: 18px;	
	}
	.image-text-left .it-ce-1 .it-ce-1-c.size-34{
		font-size: 30px;
	}
}
@media (max-width: 991px)
{
	.image-text-left .it-ce-1 .it-ce-1-c{
		font-size: 32px;
	}
	.image-text-left .it-ce-1 .it-ce-1-e{
		font-size: 18px;
		
	}
	.advantage-title{
		padding: 40px 0 28px 0;
		font-size: 28px;
	}
	
	.advantage-list-1 .advantage-li-1 .image-text-title{
		height:70px;
	    line-height: 25px;
	    padding: 10px 0 10px 10%;
	}
	.image-text-left{
		padding-right: 0;
		width: 100%;
	}    
	.image-text-right{
		padding-top: 10px;
		width: 50%;
		margin: 0 25%;
		text-align: center;
	}
	.it-title-2 {
	   
	    padding: 30px 0 23px 0;
	}
	.it-title-2 .title-2-span-1{
		font-size: 26px;
		margin-right: 10px;
	}
	.it-title-2 .title-2-span-2{
		font-size: 16px;
		margin-right: 10px;
	}
	.it-title-2 .title-2-span-3{
		font-size: 14px;	
		margin-right: 10px;
	}
	.image-text-left .it-ce-1 .it-ce-1-c.size-34{
		font-size: 26px;
	}
	.it-pic-p .it-pic-1 .it-l-pic{
		width: 100%;
		
	}
	.it-pic-p .it-pic-1 .it-r-pic{
		width: 100%;
	}
	.it-pic-p .it-pic-1 .it-r-pic div{
		width: 100%;
		margin-top: 10px;
	}
	.it-pic-p .it-pic-1 .it-r-pic div img{
		width: 100%;
	}
	.it-pic-p .it-pic-1 .it-r-pic .it-r-pic-mt-20{
		margin-top: 10px;
		
	}
	.it-pic-3 .it-pic-3-pt p{
		height: 178px;
	}
	.advantage-list-1 .advantage-li-1 .image-text-title.t-mt-63{
		margin-top: 30px;
	}
	.it-pic-pt-1-img{
		width: 100%;
	}
	.it-pic-pt-1-txt{
		width: 100%;
	}
	.it-pic-pt-1-txt .it-pic-pt-1-txt-name{
		text-align: center;
	}
	.it-pic-pt-2 .it-pic-pt-2-img .it-pic-pt-2-img-1{
		margin-right: 5px;
	}
	.it-pic-pt-2 .it-pic-pt-2-img .it-pic-pt-2-img-2{
		margin-right: 10px;
	}
	.it-pic-pt-3{
		padding-right: 0;
	}
	.it-pic-pt-3 .it-pic-pt-3-pic {
	    position:inherit;
	    right: auto;
	    top: auto;
	    float: left;
	    width: 100%;
    }
    .it-pic-pt-1-txt {
	    padding-left: 0px;
	}
}
@media (max-width: 767px)
{
	.advantage-title{
		padding: 20px 0 15px 0;
	    font-size: 16px;
	    line-height: 28px;
	}
	.advantage-title .span-2{
		display: block;
		width: 100%;
		 font-size: 13px;
	}
	.advantage-list-1 .advantage-li-1 .image-text-title{
		padding-left: 19%;
		padding-right: 2%;
		font-size: 13px;
		line-height: 16px;
	}
	.image-text-left .it-ce-1{
		margin-top: 10px;
	}
	.image-text-left .it-ce-1 .it-ce-1-c{
		width: 100%;
		font-size: 22px;
	}
	.image-text-left .it-ce-1 .it-ce-1-e{
		width: 100%;
		margin-left: 0;
		font-size: 15px;
	}
	.image-text-left .it-txt-1{
		width: 100%;
		font-size: 16px;
	}
	.image-text-left .it-title-1 span{
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		padding: 8px 0;
		text-align: center;
	}
	.image-text-left .it-txt-2{
		padding: 15px 2%;
	}
	.image-text-right{
		width: 70%;
		margin: 0 15%;
		padding-top: 0;
	}
	.advantage-list-1 .advantage-li-1 .image-text{
		padding-bottom: 20px;
	}
	.it-title-2 .title-2-span-1{
		display: block;
		float: left;
		width: 100%;
		font-size: 18px;
		margin-right: 0px;
	}
	.it-title-2 .title-2-span-2{
		display: block;
		float: left;
		width: 100%;
		font-size: 15px;
		margin-right: 0px;
	}
	.it-title-2 .title-2-span-3{
		display: block;
		float: left;
		width: 100%;
		font-size: 13px;	
		margin-right: 0px;
	}
	.it-title-2 {
	    padding: 15px 0 10px 0;
	}
	.it-pic-p .it-p-1 {
	   
	    margin-top: 10px;
	    line-height: 28px;
	    font-size: 16px;
	    
	    padding-left: 2%;
	    padding-right: 2%;
	}
	.advantage-list-1 .advantage-li-1 .image-text-title.t-mt-63 {
	    margin-top: 20px;
	}
	.it-txt-3 {
	    line-height: 22px;
	    padding: 20px 0 20px 0px;
	    font-size: 16px;
	}
	.it-pic-2-left{
		width: 100%;
		margin-bottom: 10px;
	}
	.it-pic-2-right{
		width: 100%;
	}
	.it-pic-3{
		margin-top: 20px;
	}
	.it-pic-3 .it-pic-3-pt{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
	}
	.it-pic-3 .it-pic-3-pt div{
		margin-top: 0;
		line-height: 28px;
	}
	.it-title-2.title-2-margin {
	    padding: 15px 0 15px 0;
	}
	.it-pic-pt-1-txt .it-pic-pt-1-txt-name{
		font-size: 18px;
    	line-height: 32px;
	}
	.it-pic-pt-1-txt{
		font-size: 14px;
		line-height: 28px;
	}
	.it-pic-pt-2 .it-pic-pt-2-img .it-pic-pt-2-img-1{
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.it-pic-pt-2 .it-pic-pt-2-img .it-pic-pt-2-img-2{
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.it-pic-pt-2 .it-pic-pt-2-img .it-pic-pt-2-img-3{
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.it-pic-pt-2 .it-pic-pt-2-txt {
	   
	    margin-top: 15px;
	    line-height: 28px;
	    font-size: 14px;
	    padding: 0 2%;
	}
	.it-pic-pt-3{
		margin-top: 20px;
	}
	.it-pic-pt-3 .it-pic-pt-3-text .it-pic-pt-3-text-1{
		font-size: 18px;
		height: auto;
		line-height: 26px;
	}
	.it-pic-pt-3 .it-pic-pt-3-text .it-pic-pt-3-text-2{
		font-size: 15px;
		height: auto;
		line-height: 24px;
	}
	.it-pic-pt-3 .it-pic-pt-3-text .it-pic-pt-3-text-3{
		font-size: 13px;
		height: auto;
		line-height: 19px;
	}
	.it-pic-pt-3 .it-pic-pt-3-text .it-pic-pt-3-text-4{
		font-size: 13px;
		height: auto;
		line-height: 28px;
		font-size: 14px;
	}
	.it-pic-pt-3 .it-pic-pt-3-text{
		padding: 18px 3%;
	}
	.image-text-left .it-ce-1 .it-ce-1-c.size-34{
		font-size: 18px;
	}
	.image-text-left.width-100{
		padding-top: 20px;
	}
	.image-text-left .it-title-1.margin-25{
		margin-top: 10px;
		
	}
	.image-text-left .it-title-1.margin-25 span{
		padding: 8px 3%;
	}
	.it-4-pic {
	   
	    padding: 16px 2% 0px 2%;
	}
	.it-4-pic .it-4-pic-1 {
	    width: 100%;
	    margin-left: 0%;
	    text-align: center;
	}
	.it-4-pic .it-4-pic-2 {
	    width: 100%;
	    margin-left: 0%;
	    text-align: center;
	}
	.it-4-pic .it-4-pic-3 {
	   	width: 100%;
	   	margin-left: 0%;
		text-align: center;
	}
	.it-4-pic .it-4-pic-txt{
		line-height: 28px;
		font-size: 14px;
	}
	.it-4-pic .it-4-pic-txt{
		margin-top: 20px;
	}
	.advantage-list-1 .advantage-li-1 .image-text{
		padding-bottom: 10px;
	}
}


@media (max-width: 375px)
{
	.advantage-list-1 .advantage-li-1 .image-text-title{
		padding-left: 22%;
		padding-right: 2%;
		font-size: 12px;
		line-height: 16px;
	}
}

/*加盟指南*/
.padding-20{
	padding-left: 20.7%;
}
.banner-in .text-in .padding-20 h3
{
	margin-top: -60px;
	font-size: 70px;
	line-height: 119px;
	margin-bottom: 27px;
	text-shadow: 3px 3px 0 #fff,-3px -3px 0 #fff,-3px 3px 0 #fff,3px -3px 0 #fff;
	letter-spacing: 1px;
	
	background: url("images/guide/banner-ico-1.jpg") left bottom no-repeat;
}
.banner-in .text-in .padding-20 p{
	line-height: 61px;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 3px 3px 0 #fff,-3px -3px 0 #fff,-3px 3px 0 #fff,3px -3px 0 #fff;
	letter-spacing: 1px;
}
@media (max-width: 1199px)
{
	.padding-20{
		padding-left: 24%;
	}
	.banner-in .text-in .padding-20 h3
	{
		margin-top: 0px;
		font-size: 42px;
		line-height: 80px;
		margin-bottom: 20px;
	}
	.banner-in .text-in .padding-20 p{
		line-height: 40px;
		font-size: 28px;
		text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff;
	}
}
@media (max-width: 991px)
{
	.padding-20{
		padding-left: 10%;
	}
}
@media (max-width: 767px)
{
	.banner-in .text-in .padding-20 h3
	{
		font-size: 28px;
		line-height: 50px;
	}
	.banner-in .text-in .padding-20 p{
		line-height: 30px;
		font-size: 18px;
	}
}
.guide{
	float: left;
	width: 100%;
}
.guide.guide-1{
	padding-top: 76px;
	padding-bottom: 62px;
	text-align: center;
}

.guide.guide-1 .guide-1-title-1{
	float: left;
	width: 100%;
	line-height: 66px;
	font-size: 66px;
	color: #1aa096;
	font-weight: bold;
}
.guide.guide-1 .guide-1-title-2{
	float: left;
	width: 100%;
	margin-top: 33px;
}
.guide.guide-1 .guide-1-title-2 span{
	display: inline-block;
	padding: 0 60px;
	line-height: 54px;
	font-size: 30px;
	color: #fff;
	background: #1aa096;
	letter-spacing: 5px;
}
.guide.guide-1 .guide-1-title-3{
	float: left;
	width: 100%;
	line-height: 33px;
	margin-top: 33px;
	font-size: 33px;
	color: #010101;
}
.guide.guide-1 .guide-1-title-3 strong{
	color: #ecbd00;
}

.guide.guide-2{
	padding-bottom: 80px;
}
.guide.guide-2 ul{
	float: left;
	width: 100%;
}
.guide.guide-2 ul li{
	float: left;
	width: 23%;
	margin-right: 2.66%;
	padding: 33px 1.1% 16px 1.1%;
	font-size: 16px;
	color: #333;
	background: #eee;
	-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;
}
.guide.guide-2 ul li:last-child{
	margin-right: 0%;
}
.guide.guide-2 ul li .guide-2-num{
	font-family: 'AgencyFB.ttf';
	float: left;
	width: 100%;
	height: 53px;
	line-height: 53px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
}
.guide.guide-2 ul li .guide-2-p1{
	float: left;
	width: 100%;
	height: 51px;
	line-height: 48px;
	font-size: 26px;
	border-bottom: 1px solid #bbb;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}
.guide.guide-2 ul li .guide-2-txt1{
	float: left;
	width: 100%;
	margin-top: 15px;
	line-height: 36px;
	height: 216px;
	overflow: hidden;
}
.guide.guide-2 ul li:hover{
	color: #fff;
	background:#1aa096;
}
.guide.guide-2 ul li:hover .guide-2-p1{
	border-bottom: 1px solid #fff;
	
}

.guide-bg-1{
	background: url("images/guide/guide-bg-1.jpg") no-repeat;
	background-size: 100% 100%;
}
.guide-1-title-1{
	float: left;
	width: 100%;
	line-height: 64px;
	margin-top: 14px;
	font-size: 44px;
	color: #1aa096;
	font-weight: bold;
}
.guide-1-title-2{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 34px;
	font-size: 20px;
	color: #666;
}
.guide-top{
	margin-top: -112px;
	padding-bottom: 42px;
}
.guide-top-hd{
	height: 112px;
}

.guide-top-hd ul{ 
	float:right; 
	padding-top: 67px;
}
.guide-top-hd ul li{ 
	display:inline-block; 
	*display:inline;
	*zoom:1; 
	height:35px; 
	line-height:35px; 
	padding: 0 24px;
	text-align:center; 
	color:#333; 
	font-size:18px; 
	margin: 0 12px;
	background:none;
	cursor:pointer; 
	overflow:hidden;
}
.guide-top-hd ul li.on{
	background: #1aa096;
	font-weight: bold;
	color: #fff;
}

.guide-slideBox ul li{
	width: 31.4%;
	margin-right: 2.9%;
	margin-top: 45px;
}
.guide-slideBox ul li:nth-child(4n){
	margin-right: 2.9%;
}
.guide-slideBox ul li:nth-child(3n){
	margin-right: 0;
}

.guide-bg-2{
	background: url("images/guide/guide-bg-2.jpg") no-repeat;
}
.guide-3{
	padding-top: 64px;
	padding-left: 39.5%;
}
.guide-3 .guide-3-title{
	float: left;
	width: 100%;
	font-size: 44px;
	line-height: 91px;
	color: #1aa096;
	font-weight: bold;
}
.guide-3 .guide-3-code{
	float: left;
	width: 100%;
}
.guide-3 .guide-3-code span{
	display: block;
	float: left;
	padding: 0 83px;
	height: 48px;
	line-height: 48px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	border-radius: 24px;
	font-size: 32px;
	color: #fff;
	background: #1aa097;
	font-weight: bold;
}
.guide-3 .guide-3-pic{
	float: left;
	width: 100%;
	margin-top: 46px;
}
.guide-3 .guide-3-pic img{
	float: left;
	margin-right: 24px;
}
.guide-3 .guide-3-pic img:nth-child(2){
	margin-right: 0px;
}

.guide-4{
	padding: 100px 0;
}
.guide-4 .guide-4-left{
	float: left;
	width: 62.2%;
	padding-right: 38px;
}
.guide-4 .guide-4-left .guide-4-left-title-1{
	float: left;
	width: 100%;
	height: 65px;
	line-height: 65px;
	background: #1aa096;
	font-size: 46px;
	color: #fff;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}
.guide-4 .guide-4-left .guide-4-left-title-2{
	float: left;
	width: 100%;
	padding:0 30px;
	line-height: 61px;
	margin-top: 34px;
	font-size: 30px;
	color: #010101;
	font-weight: bold;
}
.guide-4 .guide-4-left .guide-4-left-title-2 span{
	color: #1aa096;
}
.guide-4 .guide-4-left .guide-4-left-txt-1{
	float: left;
	width: 100%;
	padding:0 30px 19px 30px;
	line-height: 54px;
}
.guide-4 .guide-4-left .guide-4-left-txt-1 p{
	float: left;
	width: 50%;
	font-size: 18px;
	color: #333;
}
.guide-4 .guide-4-left .guide-4-left-txt-2{
	float: left;
	width: 96%;
	padding: 12px 0;
	margin: 0 3.3%;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;

}
.guide-4 .guide-4-left .guide-4-left-p-1{
	float: left;
	width: 100%;
	line-height: 57px;
	font-size: 34px;
	color: #1aa096;
	font-weight: bold;
}
.guide-4 .guide-4-left .guide-4-left-p-2{
	float: left;
	width: 100%;
	line-height: 39px;
	font-size: 16px;
	color: #ff0000;
}

.guide-4 .guide-4-right{
	float: left;
	width: 37.8%;
	
}

.guide-bg-3{
	background: url("images/guide/guide-bg-3.jpg") no-repeat;
}
.guide-5{
	float: left;
	width: 100%;
}
.guide-5-title{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 53px;
}
.guide-5-title .guide-5-title-1{
	float: left;
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 42px;
	color: #1aa096;
}
.guide-5-title .guide-5-title-2{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	height: 34px;
	font-size: 26px;
	color: #666;
	
}
.guide-5 .guide-5-text{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 60px;
}
.guide-5 .guide-5-text .left-text{
	position: absolute;
	left: 0;
	bottom: 188px;
	width: 30.6%;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.guide-5 .guide-5-text .right-text{
	position: absolute;
	right: 0;
	bottom: 188px;
	width: 30.6%;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.guide-5 .guide-5-text .left-text .t-1{
	float: left;
	width: 100%;
	height: 54px;
	line-height: 54px;
	padding-left: 36px;
	margin-top: 56px;
	text-align: left;
	background: url("images/guide/guide-bg-4.png") right center no-repeat;
}
.guide-5 .guide-5-text .left-text .t-1 span{
	color: #ecbd00;
}
.guide-5 .guide-5-text .right-text .t-1{
	float: left;
	width: 100%;
	height: 54px;
	line-height: 54px;
	padding-left: 36px;
	margin-top: 56px;
	text-align: left;
	background: url("images/guide/guide-bg-5.png") left center no-repeat;
	overflow: hidden;
}
.guide-5 .guide-5-text .right-text .t-1 span{
	color: #ecbd00;
}
.guide-6{
	float: left;
	width: 100%;
	padding: 44px 0 87px 0;
}

.guide-6-title{
	float: left;
	width: 100%;
	text-align: center;
}
.guide-6-title-1{
	float: left;
	width: 100%;
	line-height: 113px;
	font-size: 60px;
	color: #1aa193;
	font-weight: bold;
	letter-spacing: 4px;
}
.guide-6-title-2{
	float: left;
	width: 100%;
	line-height: 45px;
	font-size: 32px;
	color: #fff;
	
}
.guide-6-title-2 span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 32px;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
	background: #1aa193;
}
.guide-6-list-1{
	float: left;
	width: 100%;
	padding-top: 25px;
}
.guide-6-list-1 ul{
	float: left;
	width: 100%;
}
.guide-6-list-1 ul li{
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
	margin-top: 40px;
	border: 2px solid #1c9f97;
	overflow: hidden;
}
.guide-6-list-1 ul li:nth-child(3n){
	margin-right: 0%;
}
.guide-6-list-1 ul li img{
	width: 100%;
	-webkit-transition: all 1s;
		-ms-transition: all 1s;
		transition: all 1s;
}
.guide-6-list-1 ul li:hover img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);	
}

.guide-7-L-img{
	position: absolute;
	left: 0;
	top: 0;
}
.guide-7-L-img img{
	width: 100%;
}
.guide-7{
	float: left;
	width: 100%;
	padding-left: 47.8%;
}
.guide-7 .guide-7-R-TP{
	float: left;
	width: 100%;
	padding-left: 30px;
	padding-bottom: 48px;
}
.guide-7 .guide-7-R-TP .guide-7-R-T{
	float: left;
	width: 100%;
	padding-top: 54px;
}
.guide-7 .guide-7-R-TP .guide-7-R-T .guide-7-R-T-title{
	float: left;
	width: 100%;
	text-align: center;
}
.guide-7 .guide-7-R-TP .guide-7-R-T .guide-7-R-T-title span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 72px;
	height: 58px;
	line-height: 58px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	-ms-border-radius: 29px;
	border-radius: 29px;
	background: #1aa193;
}
.guide-7 .guide-7-R-TP .guide-7-R-T .guide-7-R-T-txt{
	float: left;
	width: 100%;
	line-height: 49px;
	margin-top: 8px;
	font-size: 28px;
	text-align: center;
}
.guide-7 .guide-7-R-TP .guide-7-R-P{
	float: left;
	width: 100%;
}
.guide-7 .guide-7-R-TP .guide-7-R-P .guide-7-R-pic{
	float: left;
	width: 48%;
	margin-top: 30px;
	margin-right: 4%;
}
.guide-7 .guide-7-R-TP .guide-7-R-P .guide-7-R-pic img{
		width: 100%;
	}
.guide-7 .guide-7-R-TP .guide-7-R-P .guide-7-R-pic:nth-child(2n){
	margin-right: 0px;
}


.guide-8{
	padding-top: 71px;
}
.guide-8 .guide-8-img{
	float: left;
	width: 100%;
	padding: 103px 0 62px 0;
}
.guide-8 .guide-8-img-1{
	display: none;
}
.guide-8 .guide-8-img img{
	width: 100%;
}

.guide-9{
	padding-top: 31px;
	padding-bottom: 70px;
}
.guide-9-pic-1{
	float: left;
	padding-top: 26px;
}
.guide-9-pic-1 .guide-9-pic-1-left{
	float: left;
	width: 50%;
	border: 2px solid #1aa193;
}
.guide-9-pic-1 .guide-9-pic-1-left img{
	width: 100%;
}
.guide-9-pic-1 .guide-9-pic-1-right{
	float: left;
	width: 50%;
	margin-top: -39px;
}
.guide-9-pic-1 .guide-9-pic-1-right .guide-9-pic-1-right-pic{
	float: left;
	width: 45.4%;
	margin-left: 4.6%;
	margin-top: 39px;
	border: 2px solid #1aa193;
}
.guide-9-pic-1 .guide-9-pic-1-right .guide-9-pic-1-right-pic img{
	width: 100%;
}
.guide-9-pic-1 .guide-9-pic-1-right .guide-9-pic-1-right-pic:nth-child(2n){
	/* margin-right: 0%; */
}
.guide-9-pic-2{
	float: left;
	width: 100%;
}
.guide-9-pic-2 .guide-9-pic-2-list{
	float: left;
	width: 100%;
	padding-top: 42px;
}
.guide-9-pic-2 .guide-9-pic-2-list-pic{
	float: left;
	width: 23.2%;
	margin-right: 2.4%;
}
.guide-9-pic-2 .guide-9-pic-2-list-pic img{
	width: 100%;
}
.guide-9-pic-2 .guide-9-pic-2-list-pic:nth-child(4n){
	margin-right: 0;
}

.guide-10{
	padding: 13px 0 78px 0;
}
.guide-10 ul{
	float: left;
	width: 100%;
}
.guide-10 ul li{
	float: left;
	margin-top: 47px;
	width: 32%;
	margin-right: 2%;
	cursor: pointer;
}
.guide-10 ul li:nth-child(3n){
	margin-right: 0%;
}
.guide-10 ul li .guide-10-list-pic{
	float: left;
	width: 100%;
	
	overflow: hidden;
}
.guide-10 ul li .guide-10-list-pic img{
	width: 100%;
	-webkit-transition: all 1s;
		-ms-transition: all 1s;
		transition: all 1s;
}
.guide-10 ul li:hover .guide-10-list-pic img{
 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
        transform: scale(1.1);		
}


.guide-10 ul li .guide-10-list-txt{
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	margin-top: 28px;
	font-size: 18px;
	color: #333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media (max-width: 1699px)
{
	.guide-7 .guide-7-R-TP .guide-7-R-T{
		padding-top: 40px;
	}
	.guide-7{
		padding-left: 48.8%;
	}
	.guide-7-L-img{
		width: 48.8%;
	}
}

@media (max-width: 1679px)
{
	
	.guide-7 .guide-7-R-TP .guide-7-R-P .guide-7-R-pic{
		margin-top: 15px;
	}
}

@media (max-width: 1499px)
{
	.guide-7{
		padding-left: 52%;
	}
	.guide-7-L-img{
		width: 52%;
	}
	.guide-7 .guide-7-R-TP .guide-7-R-P .guide-7-R-pic{
		margin-top: 17px;
	}
}

@media (max-width: 1439px)
{
	.guide{
		padding-left: 2%;
		padding-right: 2%;
	}
	.guide-bg-2 {
	    background-size: 100% auto;
		background-position: left bottom;
	}
	.guide-3{
		padding-top: 20px;
		padding-left: 39%;
	}
	.guide-3 .guide-3-pic img{
		width: 48%;
		margin-right: 4%;
	}
	.guide-3 .guide-3-pic img:nth-child(2){
		margin-right: 0%;
	}
	.guide-7{
		padding-left: 52%;
	}
	.guide-7-L-img{
		width: 52%;
	}
	.guide-7 .guide-7-R-TP .guide-7-R-P .guide-7-R-pic{
		margin-top: 17px;
	}
}
@media (max-width: 1399px)
{
	.guide-5 .guide-5-text .left-text{
		font-size: 18px;
	}
	.guide-5 .guide-5-text .right-text{
		font-size: 18px;
	}
	
	.guide-7 .guide-7-R-TP .guide-7-R-P .guide-7-R-pic {
	    margin-top: 23px;
	}
}
@media (max-width: 1299px)
{
	.guide-7 .guide-7-R-TP .guide-7-R-T .guide-7-R-T-txt{
		font-size: 26px;
	}
	.guide-7 .guide-7-R-TP .guide-7-R-P .guide-7-R-pic {
	    margin-top: 17px;
	}
	.guide-5 .guide-5-text .left-text{
		font-size: 16px;
	}
	.guide-5 .guide-5-text .right-text{
		font-size: 16px;
	}
	.guide-5 .guide-5-text .left-text{
		bottom: 150px;
	}
	.guide-5 .guide-5-text .right-text{
		bottom: 150px;
	}
	.guide-4 .guide-4-left .guide-4-left-title-2{
		margin-top: 20px;
	}
	.guide-4 .guide-4-left .guide-4-left-txt-1{
		line-height: 42px;
	}
	.guide-4 .guide-4-left .guide-4-left-txt-2{
		padding: 10px 0;
	}
	.guide-4 .guide-4-left .guide-4-left-p-1{
		line-height: 48px;
		font-size: 30px;
	}
	.guide-top-hd ul li{
		padding: 0 18px;
		margin: 0 8px;
	}
	.guide.guide-2 ul li .guide-2-p1{
		font-size: 18px;
	}
	.guide.guide-2 ul li{
		font-size: 14px;
	}
}
@media (max-width: 1199px)
{
	.case .case-title{
		text-align: center;
	}
	
	.guide-top-hd ul{
		width: 100%;
		padding-top: 40px;
	}
	.guide-top{
		margin: 0;
		text-align: center;
	}
	.guide-top-hd{
		height: auto;
	}
	.guide-4 .guide-4-left .guide-4-left-txt-1 p{
		font-size: 14px;
	}
	.guide-4 .guide-4-left .guide-4-left-txt-1{
		line-height: 32px;
	}
	.guide-4 .guide-4-left .guide-4-left-title-1{
		height: 48px;
		line-height: 48px;
		font-size: 36px;
	}
	.guide-4 .guide-4-left .guide-4-left-title-2{
		line-height: 50px;
		font-size: 25px;
		margin-top: 10px;
	}
	.guide-4 .guide-4-left .guide-4-left-p-1 {
	    line-height: 36px;
	    font-size: 22px;
	}
	.guide-4 .guide-4-left .guide-4-left-p-2{
		line-height: 28px;
	}
	.guide-5{
		padding-left: 0;
		padding-right: 0;
	}
	.guide-5 .guide-5-text .left-text .t-1{
		font-size: 13px;
		padding-left: 16px;
	}
	.guide-5 .guide-5-text .right-text .t-1{
		font-size: 13px;
		padding-left: 24px;
	}
	.guide-7-L-img{
		position: inherit;
		top:auto;
		left: auto;
		float: left;
		width: 100%;
	}
	.guide-7{
		padding-left: 0;
	}
	.guide-7 .guide-7-R-TP .guide-7-R-P .guide-7-R-pic{
		margin-top: 35px;
	}
	.guide-9-pic-1 .guide-9-pic-1-right .guide-9-pic-1-right-pic{
		margin-top: 33px;
	}
}
@media (max-width: 991px)
{
	.guide.guide-2 ul li{
		width: 48%;
		margin-right: 4%;
	}
	.guide.guide-2 ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}
	.guide.guide-2 ul li:nth-child(2n){
		margin-right: 0%;
	}
	.guide .case-slideBox ul li:nth-child(2n){
		margin-right: 2.9%;
	}
	.guide .case-slideBox ul li:nth-child(3n){
		margin-right: 0%;
	}
	
	.guide-slideBox ul li{
		width: 48%;
		margin-right: 4%;
	}
	.guide-slideBox ul li:nth-child(2n){
		margin-right: 0;
	}
	.guide .case-slideBox ul li:nth-child(2n) {
	    margin-right: 0%;
	}
	.guide .case-slideBox ul li:nth-child(3n){
		margin-right: 4%;
	}
	.guide .case-slideBox ul li:last-child{
		margin-right: 0%;
	}
	.guide-3 .guide-3-code span{
		font-size: 26px;
	}
	.guide-4 .guide-4-left{
		width: 100%;
		padding-right: 0;
	}
	.guide-4 .guide-4-right{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.guide-5 .guide-5-text img{
		width: 30%;
	}
	.guide-5 .guide-5-text .left-text{
		width: 35%;
		
		bottom: 80px;
	}
	.guide-5 .guide-5-text .right-text{
		bottom: 80px;
		width: 35%;
		
	}
	.guide-5 .guide-5-text .right-text .t-1{
		margin-top: 30px;
		font-size: 12px;
	}
	.guide-5 .guide-5-text .left-text .t-1{
		margin-top: 30px;
		font-size: 12px;
	}
	.guide-6-list-1 ul li{
		width: 48%;
		margin-right: 4%;
	}
	.guide-6-list-1 ul li:nth-child(3n){
		margin-right: 4%;
	}
	.guide-6-list-1 ul li:nth-child(2n){
		margin-right: 0;
	}
	.guide-9-pic-1 .guide-9-pic-1-left{
		width: 100%;
	}
	.guide-9-pic-1 .guide-9-pic-1-right{
		width: 100%;
	}
	.guide-9-pic-1 .guide-9-pic-1-right .guide-9-pic-1-right-pic{
		width: 48%;
		margin-left: 0;
		margin-right: 4%;
	}
	.guide-9-pic-1 .guide-9-pic-1-right{
		margin-top: 10px;
	}
	.guide-9-pic-1 .guide-9-pic-1-right .guide-9-pic-1-right-pic:nth-child(2n){
		margin-right: 0%;
		
	}
	.guide-9-pic-2 .guide-9-pic-2-list-pic{
		width: 48%;
		margin-right: 4%;
		margin-top: 15px;
	}
	.guide-9-pic-2 .guide-9-pic-2-list-pic:nth-child(2n){
		margin-right: 0%;
	}
	.guide-10 ul li{
		width: 48%;
		margin-right: 4%;
	}
	.guide-10 ul li:nth-child(3n){
		margin-right: 4%;
	}
	.guide-10 ul li:nth-child(2n){
		margin-right: 0;
	}
	.guide-6-title-2{
		font-size: 22px;
	}
	.guide-7 .guide-7-R-TP{
		padding-left: 2%;
	}
}
@media (max-width: 767px)
{
	.guide.guide-1 {
	    padding-top: 10px;
	    padding-bottom: 20px;
	}
	.guide.guide-1 .guide-1-title-1{
		line-height: 24px;
		font-size: 24px;
	}
	.guide.guide-1 .guide-1-title-2{
		margin-top: 15px;
	}
	.guide.guide-1 .guide-1-title-2 span{
		padding: 0 5%;
		line-height: 36px;
		font-size: 20px;
		letter-spacing: 2px;
	}
	.guide.guide-1 .guide-1-title-3{
		line-height: 18px;
		font-size: 18px;
		margin-top: 15px;
	}
	.guide.guide-2 ul li{
		width: 100%;
		margin: 0;
		margin-top: 15px;
		padding: 15px 4% 10px 4%;
	}
	.guide.guide-2 ul li .guide-2-num{
		height: 42px;
		line-height: 42px;
		font-size: 30px;
	}
	.guide.guide-2 ul li .guide-2-txt1{
		height: auto;
		margin-top: 10px;
		line-height: 28px;
		font-size: 14px;
	}
	.guide.guide-2 ul li .guide-2-p1{
		height: 36px;
		line-height: 34px;
		font-size: 16px;
	}
	.guide-1-title-1{
		line-height: 24px;
		font-size: 24px;
	}
	.guide-1-title-2{
		line-height: 28px;
		font-size: 14px;
		margin-top: 5px;
	}
	.guide-top-hd ul{
		padding-top: 15px;
	}
	.guide-top-hd ul li{
		height: 28px;
		line-height: 28px;
		font-size: 16px;
	}
	.guide-slideBox ul li{
		margin-top: 15px;
	}
	.guide-top{
		padding-bottom: 20px;
	}
	.guide-bg-2{
		background: none;
	}
	.guide-3{
		padding-left: 0;
		padding-top: 15px;
	}
	.guide-3 .guide-3-title{
		line-height: 36px;
		font-size: 24px;
		text-align: center;
	}
	
	.guide-3 .guide-3-code{
		text-align: center;
		margin-top: 10px;
	}
	.guide-3 .guide-3-code span{
		float: none;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		font-size: 18px;
		padding: 0 30px;
		height: 38px;
		line-height: 38px;
	}
	.guide-3 .guide-3-pic{
		margin-top: 20px;
	}
	.guide-4 {
	    padding: 20px 0;
	}
	.guide-4 .guide-4-left .guide-4-left-title-1 {
	    height: 36px;
	    line-height: 36px;
	    font-size: 18px;
	}
	.guide-4 .guide-4-left .guide-4-left-title-2{
		font-size: 18px;
		text-align: center;
	}
	.guide-4 .guide-4-left .guide-4-left-txt-1{
		padding: 0 4%;
	}
	.guide-4 .guide-4-left .guide-4-left-txt-1 p{
		width: 100%;
	}
	.guide-4 .guide-4-left .guide-4-left-p-1 {
	    line-height: 30px;
	    font-size: 18px;
	}
	.guide-4 .guide-4-left .guide-4-left-p-2{
		line-height: 26px;
		font-size: 14px;
		margin-top: 10px;
	}
	.guide-4 .guide-4-left .guide-4-left-txt-2{
		width: 96%;
		margin: 0 2%;
	}
	.guide-5 .guide-5-text img{
		width: 60%;
		
	}
	/* .guide-slideBox ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	} */
	.guide-5-title{
		margin-top: 20px;
	}
	.guide-5-title .guide-5-title-1{
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
	.guide-5-title .guide-5-title-2{
		height: 26px;
		line-height: 26px;
		font-size: 16px;
	}
	.guide-5 .guide-5-text{
		margin-top: 50px;
		padding-bottom: 15px;
	}
	.guide-5 .guide-5-text .left-text{
		position: inherit;
		bottom: auto;
		left: auto;
		float: left;
		width: 100%;
	}
	.guide-5 .guide-5-text .right-text{
		position: inherit;
		bottom: auto;
		right: auto;
		float: left;
		width: 100%;
	}
	
	.guide-5 .guide-5-text .left-text .t-1{
		line-height: 17px;
		padding: 10px 5%;
		margin-top: 10px;
		float: left;
		width: 100%;
		background: #1aa096;
		height: auto;
	}
	
	.guide-5 .guide-5-text .right-text .t-1{
		line-height: 17px;
		padding: 10px 5%;
		margin-top: 10px;
		float: left;
		width: 100%;
		background: #1aa096;
		height: auto;
	}
	.guide-6-title-1{
		font-size: 22px;
		line-height: 48px;
	}
	.guide-6-title-2{
		line-height: 24px;
		height: auto;
	}
	.guide-6-title-2 span{
		font-size: 18px;
		height: auto;
		line-height: 24px;
		padding: 10px 30px;
	}
	.guide-6 {
	    padding: 15px 0 20px 0;
	}
	.guide-6-list-1{
		padding-top: 0;
	}
	.guide-6-list-1 ul li{
		margin-top: 15px;
	}
	.guide-7 .guide-7-R-TP .guide-7-R-T .guide-7-R-T-title span{
		font-size: 18px;
		padding: 0 30px;
		height: 38px;
		line-height: 38px;
	}
	.guide-7 .guide-7-R-TP .guide-7-R-T .guide-7-R-T-txt{
		line-height: 28px;
		font-size: 16px;
	}
	.guide-7 .guide-7-R-TP .guide-7-R-T{
		padding-top: 20px;
	}
	.guide-7 .guide-7-R-TP .guide-7-R-P .guide-7-R-pic{
		margin-top: 15px;
	}
	.guide-7 .guide-7-R-TP{
		padding-bottom: 20px;
	}
	.guide-8{
		padding-top: 15px;
	}
	.guide-8 .guide-8-img {
	    padding: 15px 0 20px 0;
		display: none;
	}
	.guide-8 .guide-8-img-1{
		display: block;
		float: left;
		width: 100%;
		text-align: center;
		padding: 30px 0;
	}
	.guide-9 {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.guide-9-pic-1 .guide-9-pic-1-right .guide-9-pic-1-right-pic{
		margin-top: 20px;
	}
	.guide-9-pic-2 .guide-9-pic-2-list{
		padding-top: 20px;
	}
	.guide-10 ul li{
		margin-top: 20px;
	}
	.guide-10 ul li .guide-10-list-txt{
		margin-top: 10px;
		font-size: 15px;
	}
	.guide-10 {
	    padding: 10px 0 30px 0;
	}
}
/*联系我们*/
.contact{
	float: left;
	width: 100%;
}
.contact #map {
	float: left;
    width: 50%;
    height: 670px;
	/*background: #000;*/
   
}
.contact-right{
	float: left;
	width: 50%;
	padding: 75px 3.6% 0 3.6%;
	height: 670px;
	font-size: 14px;
	background: #f8f8f8 url("images/contact/contact-bg-4.png") right bottom no-repeat;
}
.contact-right .contact-right-title{
	float: left;
	width: 100%;
	font-size: 46px;
	
}
.contact-right .contact-right-title .contact-right-title-p1{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	
	line-height: 54px;
}

.contact-right .contact-right-title .contact-right-title-p2{
	font-family: 'PingFang Regular';
	float: left;
	
	line-height: 40px;
	margin-top: 14px;
	margin-left: 160px;
	font-size: 22px;
	color: #333;
}
.contact-right .contact-right-title-2{
	font-family: 'PingFang Regular';
	float: left;
	width: 100%;
	height: 47px;
	line-height: 45px;
	font-size: 26px;
	color: #1aa096;
	background: url("images/contact/contact-bg-1.jpg") left bottom no-repeat;
}

.contact-right .contact-right-add{
	font-family: 'PingFang Regular';
	float: left;
	width: 100%;
	line-height: 42px;
	margin-top: 51px;
	font-size: 18px;
	color: #333;
}

.contact-right .contact-right-add .contact-right-add-ph{
	float: left;
	width: 100%;
	padding-left: 42px;
	background: url("images/contact/contact-bg-2.png") left center no-repeat;
}
.contact-right .contact-right-add .contact-right-add-1{
	float: left;
	width: 100%;
	padding-left: 42px;
	background: url("images/contact/contact-bg-3.png") left center no-repeat;
}
.contact-right .contact-right-add .contact-right-add-2{
	float: left;
	width: 100%;
	padding-left: 42px;
	background: url("images/contact/contact-bg-3.png") left center no-repeat;
}


.contact-right .contact-right-ewm{
	float: left;
	width: 157px;
	margin-top: 58px;
	text-align: center;
	line-height: 45px;
}
.contact-right .contact-right-ewm img{
	width: 100%;
	height: 100%;
	border: 1px solid #c7c7c7;
}

.contact-message{
	float: left;
	width: 100%;
	padding: 76px 0 119px 0;
	font-size: 14px;
}
.contact-message-title{
	float: left;
	width: 100%;
	text-align: center;
}
.contact-message-title-1{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 73px;
	font-size: 42px;
	color: #333;
	font-weight: bold;
	background: url("images/contact/contact-bg-9.png") bottom center no-repeat;
}
.contact-message-title-2{
	float: left;
	width: 100%;
	line-height: 45px;
	text-align: center;
	font-size: 24px;
	color: #666;
	margin-top: 6px;
}
.contact-message-form{
	float: left;
	width: 100%;
	text-align: center;
}
.contact-message-form .cmf-input-1{
	float: left;
	width: 47.7%;
	
	margin-top: 38px;
	height: 53px;
	line-height: 51px;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 8px;
	-mos-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	padding: 0 4.1%;
}
.contact-message-form .cmf-input-1.bg-1{
	margin-right: 4.6%;
	background: url("images/contact/contact-bg-5.png") 2.8% center no-repeat;
}
.contact-message-form .cmf-input-1.bg-2{
	background: url("images/contact/contact-bg-6.png") 2.8% center no-repeat;
}
.contact-message-form .cmf-input-1.bg-3{
	margin-right: 4.6%;
	background: url("images/contact/contact-bg-7.png") 2.8% center no-repeat;
}
.contact-message-form .cmf-input-1.bg-4{
	background: url("images/contact/contact-bg-8.png") 2.8% center no-repeat;
}

.contact-message-form .cmf-input-2{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 138px;
	margin-right: 4.6%;
	margin-top: 38px;
	height: 46px;
	line-height: 46px;
	background: #999;
	-webkit-border-radius: 10px;
	-mos-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 20px;
	margin-top: 65px;
	font-size: 20px;
	color: #fff;
}
.contact-message-form .cmf-input-2.bg5{
	background: #1aa096;
}
.contact-message-form .cmf-input-2:hover{
	opacity:0.8;
}

@media (max-width: 1369px)
{
	.contact-right .contact-right-title .contact-right-title-p2{
		margin-left: 0;
		float: right;
	}
	.contact-right{
		background-size: 50% auto;
	}
	.contact-message{
		padding: 76px 2% 119px 2%;
	}
}
@media (max-width: 1199px)
{
	.contact-right .contact-right-title{
		font-size: 36px;
	}
	.contact-right .contact-right-title .contact-right-title-p2{
		font-size: 18px;
	}
}

@media (max-width: 991px)
{
	.contact #map{
		width: 100%;
	}
	.contact-right{
		width: 100%;
	}
	.contact-message-form .cmf-input-1.bg-1 {
	    background: url(images/contact/contact-bg-5.png) 4% center no-repeat;
	}
	.contact-message-form .cmf-input-1{
		padding-left: 6%;
	}
}
@media (max-width: 767px)
{
	
	.contact #map{
		height: 414px;
	}
	.contact-right{
		height: auto;
		padding: 20px 2% 20px 2%;
	}
	.contact-right .contact-right-title{
		font-size: 22px;
	}
	.contact-right .contact-right-title .contact-right-title-p1{
		line-height: 40px;
	}
	.contact-right .contact-right-title .contact-right-title-p2{
		line-height: 32px;
		font-size: 16px;
		margin-top: 8px;
	}
	.contact-right .contact-right-title-2{
		height: auto;
		line-height: 38px;
		font-size: 18px;
	}
	.contact-right .contact-right-add{
		    line-height: 36px;
		    margin-top: 20px;
		    font-size: 14px;
	}
	.contact-right .contact-right-ewm{
		margin-top: 20px;
	}
	.contact-message {
	    padding: 20px 2% 30px 2%;
	}
	.contact-message-title-1 {
	    line-height: 48px;
	    font-size: 22px;
	}
	.contact-message-title-2{
		line-height: 32px;
		font-size: 16px;
	}
	.contact-message-form .cmf-input-1{
		width: 100%;
		margin-top: 10px;
	}
	.contact-message-form .cmf-input-1{
		padding-left: 15%;
		height: 48px;
		line-height: 46px;
	}
	.contact-message-form .cmf-input-2{
		float: left;
		width: 48%;
		margin: 0;
		margin-right: 4%;
		margin-top: 15px;
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
	.contact-message-form .cmf-input-2.bg5{
		margin-right: 0;
	}
}




.fixed-message{
    position: fixed;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 8;
    text-align: center;
    padding-left: 0 16px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.fixed-message .text{
    max-width: 500px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #aaaaaa;
    padding: 60px 30px;
    margin: 0 auto;
}
.fixed-message .text h3{
	margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
}
    

@media(max-width: 991px){
    .fixed-message .text{
        padding: 30px 15px;
    }
}
.fixed-message .text p{
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 10px;

}

.fixed-message .text a.messageclose{
    display: inline-block;
    padding: 0 30px;
    line-height: 44px;
    color:  #ffffff;
    border-radius: 6px;
    background-color: #1aa096;
    margin-top: 30px;
    font-size: 16px;
}



/*品牌之声*/
.voice{
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.voice ul{
	float: left;
	width: 100%;
	padding-top: 8px;
}
.voice ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 64px;
	overflow: hidden;
}
.voice ul li:nth-child(3n){
	margin-right: 0;
}
.voice ul li .voice-img{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.voice ul li .voice-img img{
	-webkit-transition: all 1s;
		-ms-transition: all 1s;
			transition: all 1s;	
}

    

   

.voice ul li .voice-img .voice-time{
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	padding-top: 14px;
	text-align: center;
	background: #a0a0a0;
	color: #fff;
	-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;
}
.voice ul li .voice-img .voice-time .voice-day{
	font-family: 'impact';
	float: left;
	width: 100%;
	line-height: 32px;
	font-weight: bold;
	font-size: 30px;
}
.voice ul li .voice-img .voice-time .voice-year{
	font-family: 'PingFang Regular';
	float: left;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
}

.voice ul li .voice-txt{
	float: left;
	width: 100%;
	padding: 0 4% 26px 5%;
	border: 1px solid #e5e5e5;
	border-top: 0;
}
.voice ul li .voice-title{
	float: left;
	width: 100%;
	height: 34px;
	line-height: 34px;
	margin-top: 19px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.voice ul li .voice-p{
	float: left;
	width: 100%;
	height:48px;
	line-height: 24px;
	margin-top: 13px;
	font-size: 14px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-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;
}
.voice ul li .voice-a{
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}
.voice ul li:hover .voice-txt{
	
	border: 1px solid #1aa096;
	border-top: 0;
	background: #1aa096;
}

.voice ul li:hover .voice-title{
	color: #fff;
}
.voice ul li:hover .voice-p{
	color: #fff;
}
.voice ul li:hover .voice-a{
	color: #fff;
}
.voice ul li:hover .voice-img .voice-time{
	background: #1aa096;
	color: #fff;
}
.voice ul li .voice-img .voice-time .voice-day{}
.voice ul li .voice-img .voice-time .voice-year{}
.voice ul li:hover .voice-img img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	
}
@media (max-width: 991px)
{
	.voice ul li{
		margin-top: 30px;
		width: 48%;
		margin-right: 4%;
	}
	.voice ul li:nth-child(3n){
		margin-right: 4%;
	}
	.voice ul li:nth-child(2n){
		margin-right: 0%;
	}
}
@media (max-width: 767px)
{
	.voice ul li{
		margin-top: 10px;
		width: 100%;
		margin-right: 0%;
	}
	.voice ul li:nth-child(3n){
		margin-right: 0%;
	}
	.voice ul li:nth-child(2n){
		margin-right: 0%;
	}
}
/*品牌之声详情*/
.voice-details{
	float: left;
	width: 100%;
	padding: 63px 0 100px 0;
}
.voice-details-left{
	float: left;
	width: 70.2%;
}
.voice-details-left .v-d-title{
	float: left;
	width: 100%;
	line-height: 41px;
	padding-bottom: 15px;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #d5d5d5;
}
.voice-details-left .v-d-timeLink{
	font-family: 'PingFang Regular';
	float: left;
	width: 100%;
	line-height: 45px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 16px;
	color: #999;
}
.voice-details-left .v-d-timeLink .v-d-time{
	float: left;
}
.voice-details-left .v-d-timeLink .v-d-time .v-d-time-1{
	float: left;
}
.voice-details-left .v-d-timeLink .v-d-time .v-d-time-num{
	float: left;
	margin-left: 50px;
}
.voice-details-left .v-d-timeLink .v-d-link{
	float: right;
}
.voice-details-left .v-d-text-1{
	float: left;
	width: 100%;
	padding: 34px 0 76px 0;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	/*text-indent: 2em;*/
}
.voice-details-left .v-d-text-1 img{
	width: auto !important;
	height: auto !important;
}
.voice-details-left .v-d-text-1 p,
.voice-details-left .v-d-text-1 span{
	white-space: normal!important;
}
.voice-details-left .v-d-link-1{
	float: left;
	width: 100%;
}
.voice-details-left .v-d-link-1 .v-d-link-left{
	float: left;
	max-width: 48%;
	height: 46px;
	line-height: 44px;
	padding: 0 20px;
	border: 1px dashed #9e9e9e;
	-webkit-border-radius: 22px;
	-mos-border-radius: 22px;
	-ms-border-radius: 22px;
	border-radius: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.voice-details-left .v-d-link-1 .v-d-link-left.v-d-link-right{
	float: right;
}
.voice-details-left .v-d-link-1 .v-d-link-left:hover{
	border: 1px dashed #1aa096;
	color: #1aa096;
}
.voice-details-right{
	float: right;
	width: 26%;
}
.voice-details-right .v-d-title-1{
	float: left;
	width: 100%;
	height: 44px;
	font-size: 26px;
	color: #333;
	background: url("images/voice/voice-details-bg-1.jpg") left bottom no-repeat;
}
.voice-details-right .v-d-list-1{
	float: left;
	width: 100%;
}
.voice-details-right .v-d-list-1 ul{
	float: left;
	width: 100%;
}
.voice-details-right .v-d-list-1 ul li{
	float: left;
	width: 100%;
	padding: 24px 0 20px 0;
	border-bottom: 1px dashed #d2d2d2;
}
.voice-details-right .v-d-list-1 ul li:last-child{
	border-bottom: 0px dashed #d2d2d2;
}
.voice-details-right .v-d-list-1 ul li .v-d-list-title{
	float: left;
	width: 100%;
	line-height: 31px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.voice-details-right .v-d-list-1 ul li .v-d-list-time{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 25px;
	margin-top: 2px;
	font-size: 14px;
	color: #999;
}
.voice-details-right .v-d-list-1 ul li .v-d-list-text {
	float: left;
	width: 100%;
	line-height: 24px;
	height: 48px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}  
@media (max-width: 1439px)
{
	.voice-details {
	    padding: 63px 2% 100px 2%;
	}
}
@media (max-width: 991px)
{
	.voice-details-left .v-d-title{
		font-size: 22px;
	}
}
@media (max-width: 767px)
{
	.voice-details-left{
		width: 100%;
	}
	.voice-details {
	    padding: 23px 2% 20px 2%;
	}
	
	.voice-details-left .v-d-title{
		line-height: 28px;
		font-size: 18px;
	}
	.voice-details-left .v-d-timeLink .v-d-time .v-d-time-num{
		margin-left: 15px;
	}
	.voice-details-left .v-d-text-1{
		margin-top: 15px;
		padding: 15px 0px;
		line-height: 28px;
		font-size: 14px;
	}
	.voice-details-left .v-d-link-1 .v-d-link-left{
		width: 100%;
		max-width: 100%;
	}
	.voice-details-left .v-d-link-1 .v-d-link-right{
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
	}
	.voice-details-right{
		width: 100%;
		margin-top: 20px;
	}
	.voice-details-right .v-d-title-1{
		font-size: 20px;
		line-height: 32px;
	}
	.voice-details-right .v-d-list-1 ul li{
		padding: 15px 0 15px 0;
	}
}


/*售后服务 工程项目托管*/
.trusteeship{
	float: left;
	width: 100%;
	padding: 92px 0 95px 0;
}
.trusteeship .trusteeship-left{
	float: left;
	width: 49%;
}
.trusteeship .trusteeship-left .trusteeship-title{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	background: url("images/after-sale/after-bg-1.jpg") left bottom no-repeat;
	
}
.trusteeship .trusteeship-left .trusteeship-title .trusteeship-title-c{
	float: left;
	width: 100%;
	line-height: 51px;
	font-size: 32px;
	color: #1aa096;
}
.trusteeship .trusteeship-left .trusteeship-title .trusteeship-title-e{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	font-size: 28px;
	color: #666;
}
.trusteeship .trusteeship-left .trusteeship-p1{
	float: left;
	width: 100%;
	line-height: 36px;
	padding: 18px 0 28px 0;
	font-size: 26px;
	color: #333;
}
.trusteeship .trusteeship-txt{
	float: left;
	width: 100%;
	line-height: 42px;
	font-size: 18px;
	color: #333;
}
.trusteeship .trusteeship-txt .trusteeship-txt-p{
	float: left;
	width: 100%;
}
.trusteeship .trusteeship-txt .trusteeship-txt-p .captiontrusteeship-txt-p-left{
	float: left;
	width: 5%;
	font-weight: bold;
}
.trusteeship .trusteeship-txt .trusteeship-txt-p .captiontrusteeship-txt-p-right{
	width: 95%;
	float: left;
}
.trusteeship .trusteeship-right{
	float: right;
}

@media (max-width: 1439px)
{
	.trusteeship{
		padding: 92px 2% 95px 2%;
	}
}
@media (max-width: 1199px)
{
	.trusteeship-right{
		display: none;
	}
	.trusteeship {
		
	    padding: 42px 2% 45px 2%;
	}
	.trusteeship .trusteeship-left{
		width: 100%;
	}
}
@media (max-width: 767px)
{
	
	.trusteeship {
		
	    padding: 22px 2% 25px 2%;
	}
	.trusteeship .trusteeship-left .trusteeship-title .trusteeship-title-c{
		font-size: 22px;
		line-height: 36px;
	}
	.trusteeship .trusteeship-left .trusteeship-title .trusteeship-title-e{
		font-size: 16px;
	}
	.trusteeship .trusteeship-left .trusteeship-p1{
		padding: 20px 0 10px 0;
		font-size: 20px;
	}
	.trusteeship .trusteeship-txt{
		line-height: 30px;
		font-size: 14px;
	}
	.trusteeship .trusteeship-txt .trusteeship-txt-p .captiontrusteeship-txt-p-left{
		width: 8%;
	}
	.trusteeship .trusteeship-txt .trusteeship-txt-p .captiontrusteeship-txt-p-right{
		width: 92%;
	}
	
}
/*售后服务-售后实力*/
.strength{
	float: left;
	width: 100%;
}
.strength .strength-tp{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 51.4%;
	background: #f9f9f9;
	margin-top: 72px;
}
.strength .strength-tp .strength-p{
	position: absolute;
	left: 0;
	top: 0;
	width: 51.4%;
}
.strength .strength-tp .strength-p img{
	width: 100%;
}
.strength .strength-tp .strength-t{
	float: left;
	width: 100%;
	height: 108px;
	line-height: 36px;
	margin: 47px 0 54px 0;
	padding: 0px 5.4% 0px 5.4%;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.strength .strength-title{
	float: left;
	width: 100%;
	margin-top: 72px;
	text-align: center;
}
.strength .strength-title .strength-title-1{
	float: left;
	width: 100%;
	line-height: 43px;
	font-size: 30px;
	color: #1aa096;
	font-weight: bold;
}
.strength .strength-title .strength-title-2{
	font-family: 'AvantGardeITCbyBT-Book';
	float: left;
	width: 100%;
	line-height: 28px;
	font-size: 20px;
	color: #999;
}
.strength .strength-list{
	float: left;
	width: 100%;
	padding: 66px 0 95px 0;
}
.strength .strength-list ul{
	float: left;
	width: 100%;
}
.strength .strength-list ul li{
	float: left;
	width: 14%;
	margin-right: 3.2%;
	font-size: 16px;
	line-height: 32px;
	color: #333;
}
.strength .strength-list ul li:last-child{
	margin-right: 0%;
}
.strength .strength-list ul li .strength-li-img{
	float: left;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.5s ease-out 0s;
		-moz-transition: all 0.5s ease-out 0s; 
		-o-transition: all 0.5s ease-out 0s; 
		transition: all 0.5s ease-out 0s;
}
.strength .strength-list ul li:hover .strength-li-img
{
	transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
}


.strength .strength-list ul li .strength-li-txt{
	float: left;
	width: 100%;
	margin-top: 31px;
}
@media (max-width: 1439px)
{
	.strength .strength-list{
		
		padding: 66px 2% 95px 2%;
	}
	.strength .strength-tp .strength-t{
		height: 144px;
		margin: 32px 0 32px 0;
	}
}
@media (max-width: 1299px)
{
	.strength .strength-tp .strength-t{
		margin: 20px 0 20px 0;
	}
}
@media (max-width: 1199px)
{
	.strength .strength-tp .strength-p{
		position: inherit;
		top: auto;
		left: auto;
		float: left;
		width: 100%;
	}
	.strength .strength-tp{
		padding-left: 0;
	}
	.strength .strength-tp .strength-t{
		height: auto;
		padding: 0 2%;
	}
	.strength .strength-list ul li{
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}
	.strength .strength-list ul li:nth-child(3n){
		margin-right: 0%;
	}
}
@media (max-width: 991px)
{
	.strength .strength-tp{
		margin-top: 30px;
	}
	.strength .strength-title{
		margin-top: 30px;
	}
	.strength .strength-list {
	    padding: 30px 2% 50px 2%;
	}
}

@media (max-width: 767px)
{
	.strength .strength-tp{
		margin-top: 10px;
	}
	.strength .strength-tp .strength-t {
	    margin: 10px 0 10px 0;
		line-height: 28px;
		font-size: 14px;
	}
	.strength .strength-title .strength-title-1{
		line-height: 40px;
		font-size: 20px;
	}
	.strength .strength-title .strength-title-2{
		line-height: 20px;
		font-size: 14px;
	}
	.strength .strength-title{
		margin-top: 15px;
	}
	.strength .strength-list {
	    padding: 15px 2% 30px 2%;
	}
	.strength .strength-list ul li{
		width: 48%;
		margin-right: 4%;
		line-height: 28px;
		font-size: 13px;
	}
	.strength .strength-list ul li:nth-child(3n){
		margin-right: 4%;
	}
	.strength .strength-list ul li:nth-child(2n){
		margin-right: 0%;
	}
	.strength .strength-list ul li .strength-li-txt{
		margin-top: 15px;
	}
	.strength .strength-list ul li .strength-li-img img{
		width: 60%;
	}
}



/*商学院*/
.inner
{
	float: left;
	width: 100%;
    padding: 60px 0 100px 0;
}
@media (max-width: 991px)
{
    .inner
    {
        padding: 60px 0;
    }
}
.top-business
{
    margin-top: 115px;
    padding: 30px 0;

    text-align: center;

    background-color: #e4e4e4;
}
@media (max-width: 1699px)
{
	.top-business{
		margin-top: 104px;
	}
}
@media (max-width: 1366px)
{
	.top-business{
		margin-top: 84px;
	}
}

@media (max-width: 1199px)
{
    .top-business
    {
        margin-top: 80px;
    }
}
@media (max-width: 767px)
{
    .top-business
    {
        margin-top: 68px;
    }
}
.top-business img
{
    display: inline-block;

    vertical-align: middle;
}
.top-business b
{
    font-size: 32px;
    line-height: 1.4;

    display: inline-block;

    text-align: left;
    vertical-align: middle;

    color: #1aa096;
}
.top-business b span
{
    font-size: 18px;
    font-weight: normal;

    display: block;
}
.inner-business .business-video .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-business .business-video .text p
    {
        font-size: 16px;
    }
}
.inner-business .business-video .list .video
{
    position: relative;

    overflow: hidden;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inner-business .business-video .list .video
    {
        margin-top: 30px;
    }
}
.inner-business .business-video .list .video .img-box
{
    /*z-index: 0;*/
	display: block;
    /*padding-bottom: 61.64383562%;*/
    padding-bottom: 0%;
	height: 100%;
    background-color: #000;
	min-height: 200px;    
}
.inner-business .business-video .list .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;

    opacity: .5;
}
.inner-business .business-video .list .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.inner-business .business-video .list .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.inner-business .business-video .list .video .play
{
    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%);

    color: #fff;
}
@media (max-width: 991px)
{
    .inner-business .business-video .list .video .play
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);

        opacity: 1;
    }
}
.inner-business .business-video .list .video .play:before
{
    font-family: 'iconfont';
    font-size: 60px;
    font-weight: normal;
    line-height: 1;

    display: block;

    content: '\e67f';
}
.inner-business .business-video .list .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .95;
}
.inner-business .business-video .list .item
{
    position: relative;
}
.inner-business .business-video .list .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 16px 0 0 0;

    text-align: center;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-business .business-video .list .item p
    {
        font-size: 16px;
    }
}
.inner-business .business
{
    padding-top: 60px;
}
.inner-business .business .list-1
{
    margin-top: 40px;
}
.inner-business .business .list-1 ul
{
    overflow: hidden;
}
.inner-business .business .list-1 ul li
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .inner-business .business .list-1 ul li
    {
        width: 100%;
    }
}
.inner-business .business .list-1 .item
{
    display: block;
    overflow: hidden;

    background-color: #f9f9f9;
}
.inner-business .business .list-1 .item .pic,
.inner-business .business .list-1 .item .text
{
    float: left;
    overflow: hidden;

    width: 50%;
}
@media (max-width: 767px)
{
    .inner-business .business .list-1 .item .pic,
    .inner-business .business .list-1 .item .text
    {
        width: 100%;
    }
}
.inner-business .business .list-1 .item .pic .img-box
{
    /*padding-bottom: 109.5505618%;*/
}
.inner-business .business .list-1 .item .text
{
    padding: 20px;
}
@media (max-width: 767px)
{
    .inner-business .business .list-1 .item .text
    {
        padding: 20px 15px;
    }
}
.inner-business .business .list-1 .item .text b
{
    font-size: 32px;
    line-height: 1.5;

    display: block;

    color: #1aa096;
}
@media (max-width: 1350px)
{
    .inner-business .business .list-1 .item .text b
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .inner-business .business .list-1 .item .text b
    {
        font-size: 22px;
    }
}
.inner-business .business .list-1 .item .text h3
{
    font-size: 20px;
    line-height: 1.3;

    margin: 0;

    color: #1aa096;
}
@media (max-width: 1350px)
{
    .inner-business .business .list-1 .item .text h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inner-business .business .list-1 .item .text h3
    {
        font-size: 16px;
    }
}
.inner-business .business .list-1 .item .text .note
{
    margin-top: 10px;
}
.inner-business .business .list-1 .item .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .inner-business .business .list-1 .item .text p
    {
        font-size: 15px;
    }
}
.inner-business .business .list-2
{
    font-size: 0;
}
.inner-business .business .list-2 .row
{
    margin: 0 -20px;
}
.inner-business .business .list-2 .itembox
{
    display: inline-block;
    float: none;

    padding: 0 20px;

    vertical-align: top;
}
.inner-business .business .list-2 .item
{
    display: block;

    margin-top: 40px;
}
.inner-business .business .list-2 .item .img-box
{
    /*padding-bottom: 62.03703704%;*/
   padding-bottom: 0;
   padding: 0
}
.inner-business .business .list-2 .item .img-box img
{
   width: 100%;
   max-height: 268px;
}

@media (max-width: 1099px)
{
	.inner-business .business .list-2 .item .img-box img
	{
		max-height: 188px;
	}
}
@media (max-width: 991px)
{
	.inner-business .business .list-2 .item .img-box img
	{
		max-height: none;
	}
}
.inner-business .business .list-2 .item .text
{
    margin-top: 20px;
}
.inner-business .business .list-2 .item .text b
{
    font-size: 18px;
    line-height: 1.33333333;

    color: #1aa096;
}
.inner-business .business .list-2 .item .text .note
{
    margin-top: 10px;
}
.inner-business .business .list-2 .item .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .inner-business .business .list-2 .item .text p
    {
        font-size: 15px;
    }
}
.inner-facebook
{
    background: url(images/message_bg.jpg) no-repeat center;
    background-size: cover;
}
.inner-facebook .title-in p
{
    color: #fff;
}
.inner-facebook .title-in p:before,
.inner-facebook .title-in p:after
{
    background-color: #fff;
}
.inner-facebook .message
{
    max-width: 680px;
    margin: 0 auto;
}
.inner-facebook .message ul
{
    overflow: hidden;

    margin: 0 -10px;
    margin-top: 20px;
}
.inner-facebook .message ul li
{
    float: left;
    overflow: hidden;

    width: 50%;
    margin-top: 14px;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inner-facebook .message ul li
    {
        width: 100%;
    }
}
.inner-facebook .message ul li:nth-child(5),
.inner-facebook .message ul li:nth-child(6)
{
    width: 100%;
}
.inner-facebook .message ul li:nth-child(6)
{
    text-align: center;
}
.inner-facebook .message ul li input,
.inner-facebook .message ul li textarea
{
    font-size: 18px;
    line-height: 30px;

    width: 100%;
    min-height: 60px;
    padding: 15px 20px;

    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
}
@media (max-width: 1560px)
{
    .inner-facebook .message ul li input,
    .inner-facebook .message ul li textarea
    {
        line-height: 30px;

        min-height: 50px;
        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .inner-facebook .message ul li input,
    .inner-facebook .message ul li textarea
    {
        font-size: 16px;
    }
}
.inner-facebook .message ul li input::-webkit-input-placeholder,
.inner-facebook .message ul li textarea::-webkit-input-placeholder
{
    color: #999;
}
.inner-facebook .message ul li input:-o-placeholder,
.inner-facebook .message ul li textarea:-o-placeholder
{
    color: #999;
}
.inner-facebook .message ul li input::-moz-placeholder,
.inner-facebook .message ul li textarea::-moz-placeholder
{
    color: #999;
}
.inner-facebook .message ul li input:-ms-input-placeholder,
.inner-facebook .message ul li textarea:-ms-input-placeholder
{
    color: #999;
}
.inner-facebook .message ul li input:focus::-webkit-input-placeholder,
.inner-facebook .message ul li textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.inner-facebook .message ul li input:focus::-o-placeholder,
.inner-facebook .message ul li textarea:focus::-o-placeholder
{
    color: #ccc;
}
.inner-facebook .message ul li input:focus::-moz-placeholder,
.inner-facebook .message ul li textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.inner-facebook .message ul li input:focus::-ms-input-placeholder,
.inner-facebook .message ul li textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
.inner-facebook .message ul li .btn
{
    font-size: 18px;
    line-height: 60px;

    display: inline-block;

    height: 60px;
    margin-top: 20px;
    padding: 0 30px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #1aa096;
}
@media (max-width: 1560px)
{
    .inner-facebook .message ul li .btn
    {
        line-height: 50px;

        height: 50px;
    }
}
@media (max-width: 767px)
{
    .inner-facebook .message ul li .btn
    {
        font-size: 16px;
    }
}
.inner-facebook .message ul li .btn.reset
{
    margin-left: 10px;

    background-color: #245c9a;
}
.inner-facebook .message ul li .btn:hover
{
    /*background-color: #026054;*/
   opacity: 0.8;
}
.inner-facebook .message ul li .js-check
{
    font-size: 18px;
    line-height: 60px;

    height: 62px;

    color: #fff;
}
@media (max-width: 1560px)
{
    .inner-facebook .message ul li .js-check
    {
        font-size: 16px;
        line-height: 52px;

        height: 52px;
    }
}
.inner-facebook .message ul li .js-check i
{
    display: inline-block;

    margin: 0 5px;
}
.inner-facebook .message ul li .js-check span
{
    line-height: 58px;

    display: inline-block;

    vertical-align: top;
}
.inner-facebook .message ul li .js-check label
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0;
    margin-top: -4px;
    margin-right: 20px;

    cursor: pointer;
    vertical-align: top;
}
.inner-facebook .message ul li .js-check label input
{
    width: auto;

    cursor: pointer;
}
.inner-facebook .message ul li .js-check label:after
{
    position: relative;
    position: absolute;
    top: 20px;
    left: 0;

    display: inline-block;
    float: left;

    width: 20px;
    height: 20px;

    content: '';
    cursor: pointer;

    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
.inner-facebook .message ul li .js-check label i
{
    position: absolute;
    z-index: 9;
    top: 25px;
    left: 0;

    display: inline-block;

    width: 10px;
    height: 10px;

    border-radius: 50%;
}
.inner-facebook .message ul li .js-check label.checked i
{
    background-color: #fff;
}
.inner-facebook .message ul li .js-check input[type=radio]
{
    float: left;

    width: 30px;
    height: 30px;

    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}


.title-in
{
    text-align: center;
}
.title-in b
{
    font-family: 'Century Gothic';
    font-size: 42px;
    line-height: 1.19047619;

    display: block;

    color: #1aa096;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .title-in b
    {
        font-size: 26px;
    }
}
.title-in p
{
    font-size: 30px;

    margin: 10px 0 0 0;

    color: #555;
}
@media (max-width: 991px)
{
    .title-in p
    {
        font-size: 20px;
    }
}
.title-in p:before,
.title-in p:after
{
    display: inline-block;

    width: 6px;
    height: 6px;

    content: '';
    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    vertical-align: middle;

    border-radius: 50%;
    background-color: #006a5d;
}
@media (max-width: 991px)
{
    .title-in p:before,
    .title-in p:after
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}
.title-in p:before
{
    margin-right: 20px;
}
.title-in p:after
{
    margin-left: 20px;
}
.title-in.animated p:before,
.title-in.animated p:after
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/*培训基地*/
.inner-training .training-text
{
    display: table;

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

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .inner-training .training-text
    {
        display: block;
    }
}
.inner-training .training-text .pic,
.inner-training .training-text .text
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
.inner-training .training-text .pic img,
.inner-training .training-text .text img{
	width: 100%;
}
@media (max-width: 991px)
{
    .inner-training .training-text .pic,
    .inner-training .training-text .text
    {
        display: block;

        width: 100%;
    }
}
.inner-training .training-text .pic img
{
    max-width: 100%;
}
.inner-training .training-text .text
{
    padding: 0 4%;
}
@media (max-width: 991px)
{
    .inner-training .training-text .text
    {
        padding: 30px 15px;
    }
}
.inner-training .training-text .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 1350px)
{
    .inner-training .training-text .text p
    {
        font-size: 15px;
    }
}
.inner-training .training .list-box
{
    padding: 90px 0 0 0;
}
@media (max-width: 991px)
{
    .inner-training .training .list-box
    {
        padding: 70px 0 0 0;
    }
}
.inner-training .training .list-box .list
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .inner-training .training .list-box .list
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .inner-training .training .list-box .list .item
    {
        margin: 10px 0;
    }
}
.inner-training .training .list-box .list .item .note
{
    text-align: center;
}
.inner-training .training .list-box .list .item .note b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.66666667;

    display: inline-block;

    margin-bottom: 14px;

    border-bottom: 4px solid #1aa096;
}
@media (max-width: 991px)
{
    .inner-training .training .list-box .list .item .note b
    {
        font-size: 18px;

        border-bottom: 2px solid #006a5d;
    }
}
.inner-training .training .list-box .list .item .note p
{
    font-size: 18px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    text-align: left;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .inner-training .training .list-box .list .item .note p
    {
        font-size: 16px;

        display: -webkit-box;
        overflow: hidden;

        height: 96px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
.inner-training .training .list-box-1 .list .item .pic .img-box
{
    /*padding-bottom: 119.04761905%;*/
}
.inner-training .training .list-box-1 .list .item .pic .img-box img{
	height: auto;
}
.inner-training .training .list-box-1 .list .item .note
{
    padding: 15px 0;
}
.inner-training .training .list-box-2 .list ul li:nth-child(2n) .pic
{
    float: right;
}
.inner-training .training .list-box-2 .list .item
{
    overflow: hidden;

    background-color: #f9f9f9;
}
.inner-training .training .list-box-2 .list .item .pic,
.inner-training .training .list-box-2 .list .item .note
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .inner-training .training .list-box-2 .list .item .pic,
    .inner-training .training .list-box-2 .list .item .note
    {
        width: 100%;
    }
}
.inner-training .training .list-box-2 .list .item .pic .img-box
{
    /*padding-bottom: 52.63157895%;*/
}
.inner-training .training .list-box-2 .list .item .pic .img-box img{
	width: 100%;
	height: auto;
}
.inner-training .training .list-box-2 .list .item .note
{
    padding: 100px 6% 0 6%;
}
@media (max-width: 991px)
{
    .inner-training .training .list-box-2 .list .item .note
    {
        padding: 30px 15px;
    }
}





/*traning banner图*/
.banner-in
{
    position: relative;

    /*overflow: hidden;*/

    margin-top: 115px;
}
@media (max-width: 1699px)
{
	.banner-in{
		margin-top: 104px;
	}
}
@media (max-width: 1399px)
{
	.banner-in{
		margin-top: 84px;
	}
}
@media (max-width: 1199px)
{
    .banner-in
    {
        margin-top: 70px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .owl-theme
    {
        width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 991px)
{
    .banner-in .owl-theme
    {
        width: 160%;
        margin-left: -30%;
    }
}
@media (max-width: 767px)
{
    .banner-in .owl-theme
    {
        width: 200%;
        margin-left: -50%;
    }
}
.banner-in .owl-theme img
{
    width: 100%;
}
.banner-in .text
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    text-align: center;
}
.banner-in .text:before
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 23px;
    height: 24%;
    margin-left: -11px;

    content: '';
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;

    background: url(images/bline-1.png) no-repeat bottom;
}
.banner-in .text:after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;

    width: 23px;
    height: 34%;
    margin-left: -11px;

    content: '';
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;

    background: url(images/bline-2.png) no-repeat top;
}
.banner-in .text .note
{
    position: absolute;
    top: 30%;
    left: 0;

    width: 100%;
    padding: 0 15px;

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

    color: #fff;
}
.banner-in .text .note h3
{
    font-size: 46px;
    font-weight: bold;
    line-height: 1.30434783;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner-in .text .note h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text .note h3
    {
        font-size: 24px;
    }
}
.banner-in .text .note h4
{
    font-size: 30px;
    line-height: 1.33333333;

    display: inline-block;

    margin: 18px 0 0 0;
    padding: 10px 30px;

    border: 1px dashed #fff;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .banner-in .text .note h4
    {
        font-size: 20px;

        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text .note h4
    {
        font-size: 16px;
    }
}
@media (max-width: 320px)
{
    .banner-in .text .note h4
    {
        font-size: 12px;

        margin: 4px 0 0 0;
    }
}
.banner-in .text .pic
{
    position: absolute;
    top: 27%;
    left: 0;

    width: 100%;
    height: 36%;
    padding: 0 15px;

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

    color: #fff;
}
.banner-in .text .pic img
{
    max-height: 100%;
}
.banner-in .text-agent
{
    position: absolute;
    top: 50%;
    right: 10%;

    width: 100%;
    max-width: 430px;
    padding: 0 30px;

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

    border-left: 1px solid #fff;
}
@media (max-width: 1440px)
{
    .banner-in .text-agent
    {
        right: 5%;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-agent
    {
        right: 0;

        max-width: 240px;
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-agent
    {
        max-width: 140px;

        border-left: none;
    }
}
.banner-in .text-agent ul
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.banner-in .text-agent ul li:after
{
    display: block;

    width: 8px;
    height: 8px;
    margin: 30px auto;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .text-agent ul li:after
    {
        margin: 10px auto;
    }
}
.banner-in .text-agent ul li:last-child:after
{
    display: none;
}
.banner-in .text-agent ul li .item
{
    color: #fff;
}
.banner-in .text-agent ul li .item b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 767px)
{
    .banner-in .text-agent ul li .item b
    {
        font-size: 14px;
    }
}
.banner-in .text-agent ul li .item b span
{
    font-family: 'Tungsten';
    font-size: 72px;

    display: inline-block;
}
@media (max-width: 991px)
{
    .banner-in .text-agent ul li .item b span
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-agent ul li .item b span
    {
        font-size: 30px;
    }
}
.banner-in .text-agent ul li .item p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .banner-in .text-agent ul li .item p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-agent ul li .item p
    {
        font-size: 12px;
    }
}