/**
 * style.less
 * 层叠样式表
 */
@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');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
@font-face
{
    font-family: 'ITC Avant Garde Gothic1';
    font-weight: normal;
    font-style: normal;

    src: url('../font/AvantGarde-Demi.eot');
    src: url('../font/AvantGarde-Demi.eot') format('embedded-opentype'), url('../font/AvantGarde-Demi.woff2') format('woff2'), url('../font/AvantGarde-Demi.woff') format('woff'), url('../font/AvantGarde-Demi.ttf') format('truetype'), url('../font/AvantGarde-Demi.svg') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 400;
    font-style: normal;
    src: url('../font/AvantGardeITCbyBT-Book.eot');
    src: url('../font/AvantGardeITCbyBT-Book.eot') format('embedded-opentype'), url('../font/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('../font/AvantGardeITCbyBT-Book.woff') format('woff'), url('../font/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../font/AvantGardeITCbyBT-Book.svg') format('svg');
}
@font-face
{
    font-family: 'hinted-CenturyGothic-Bold';
    font-weight: bold;
    font-style: normal;
    src: url('../font/hinted-CenturyGothic-Bold.eot');
    src: url('../font/hinted-CenturyGothic-Bold.eot') format('embedded-opentype'), url('../font/hinted-CenturyGothic-Bold.woff2') format('woff2'), url('../font/hinted-CenturyGothic-Bold.woff') format('woff'), url('../font/hinted-CenturyGothic-Bold.ttf') format('truetype'), url('../font/hinted-CenturyGothic-Bold.svg') format('svg');
}
@font-face
{
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;

    src: url('../font/Roboto-Light.ttf');
    
}
@font-face
{
    font-family: 'AlternateGotNo1D';
    src: url('../font/AlternateGotNo1D.otf');
    
}
@font-face
{
    font-family: 'centurygothic';
    font-weight: normal;
    font-style: normal;

    src: url('../font/centurygothic.woff');
    src: url('../font/AvantGarde-Demi.woff2') format('woff2'),
	url('../font/AvantGarde-Demi.woff') format('woff');
}



/*
	//放大
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	 
	
	//居中
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	//旋转
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	
	//一行显示点
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	//几行显示点
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	
	//圆点
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	
	//去除select默认样式
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
*/


html,
body
{
    position: relative;
	overflow-x: hidden;
	width: 100%;
    /* height: 100%; */
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Helvetica, Arial, sans-serif,'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', ;
    font-size: 14px;
    font-weight: normal;
	overflow-y: hidden;
    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}
p{
	margin: 0;
	padding: 0;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.swiper-container
{
    width: 100%;
    /* height: 100%; */
    margin-right: auto;
    margin-left: auto;
	margin-top: 90px;
	position: relative;
}
.box-index
{
    background-color: #000;
}
.swiper-slide
{
    overflow: hidden;
}
#i-c1 .swiper-slide
{
    height: auto;
}
.container
{
    width: 100%;
}
@media (min-width: 1430px)
{
    .container
    {
        width: 1400px;
    }
}
@media (max-width: 767px)
{
	.swiper-container{
		margin-top: 66px;
		margin-top: 46px;
	}
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
p{
	margin: 0;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.w-100{
	float: left;
	width: 100%;
	padding: 0 90px;
}
@media (max-width: 1399px)
{
	.w-100{
		padding: 0 3%;
	}
}
.header
{
    position: fixed;
    z-index: 1000;
    top: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: row;

    width: 100%;
    height: 90px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
	background: #fff;		
}
@media (max-width: 991px)
{
    .header
    {
        padding: 0 15px;
    }
}
.header .logo
{
    position: relative;
    z-index: 9;

    float: left;
    overflow: hidden;

    height: 90px;
    padding-top: 25px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}



.header .logo .blue-logo
{
    display: none;
}
.header .logo img
{
    display: block;
    float: left;

   
}
.header .menu
{
    position: absolute;
    right: 0;
    left: 0;

    width: 50px;
    height: 44px;
    margin: auto;
    margin-top: 23px;

    cursor: pointer;
    -webkit-transition: all 1s;
            transition: all 1s;

    background: url(../image/menu.png) no-repeat;
    background-size: contain;
}
.header .right
{
    float: right;
    line-height: 21px;
    margin-top: 36px;
}

.header .right 	div{
	float: right;
}
.header-search{
	width: 74px;
	text-align: center;
	position: relative;
}

.header-search a:after{
	position: absolute;
	right: -0px;
	top: 2px;
	content: "/";
	color: #999;
}




/*搜索*/
.header .right .search-box,
.open-header .right .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(255, 0, 0, .8);
	background: #eee;
}
.header .right .search-box .search,
.open-header .right .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .right .search-box .search:after,
.open-header .right .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .right .search-box .input-text,
.open-header .right .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .right .search-box .input-text,
    .open-header .right .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .right .search-box .input-submit,
.open-header .right .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .right .search-box .input-submit:before,
.open-header .right .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e660';

    color: #666;
}
@media (min-width: 768px)
{
    .header .right .search-box .input-submit,
    .open-header .right .search-box .input-submit
    {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
}
.header .right .search-box.search-xs,
.open-header .right .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .right .search-box.search-xs,
    .open-header .right .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .right .search-box.search-xs,
    .open-header .right .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .right .search-box.search-xs.show,
.open-header .right .search-box.search-xs.show
{
    z-index: 66;
}
.header .right .search-box.search-xs.show .search,
.open-header .right .search-box.search-xs.show .search
{
    left: 0;
}
.header .right .search-box.search-xs .search,
.open-header .right .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .right .search-box.search-xs form .input-text,
    .open-header .right .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .right .search-box.search-xs form .input-text,
    .open-header .right .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .right .search-box.search-xs .input-submit,
.open-header .right .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .right .search-box.search-xs .input-submit:before,
.open-header .right .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .right .search-icon,
.open-header .right .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .right .search-icon:before,
.open-header .right .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #006a5d;
}
.header .right .search-lg,
.open-header .right .search-lg
{
    top: 0;
}
.header .right .search-lg .logo,
.open-header .right .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .right .search-lg .search,
.open-header .right .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
	/* border-bottom: 2px solid rgba(255, 255, 255, .5); */
	
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.header .right .search-lg .search p,
.open-header .right .search-lg .search p
{
	display: none;
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .right .search-lg .input-text,
.open-header .right .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 90%;
    height: 60px;
    padding: 0;
    /* padding-bottom: 30px; */

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: left;
	padding: 0 3%;
    color: #333;
}
.header .right .search-lg .close-btn,
.open-header .right .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px){
    .header .right .search-lg .close-btn,
    .open-header .right .search-lg .close-btn
    {
        right: 8%;
    }
}
@media (max-width: 767px){
	.header .right .search-lg .search, 
	.open-header .right .search-lg .search{
	    max-width: 90%;	
	}
	.header .right .search-lg .search, .open-header .right .search-lg .search{
		padding: 0 0 0 10px;
	}
	.header .right .search-lg .input-text, .open-header .right .search-lg .input-text{
		width: 85%;
		height: 40px;
	}
}
@media (max-width: 375px){
	.header .right .search-lg .input-text, .open-header .right .search-lg .input-text{
		width: 82%;
	}
}
.header .right .search-lg .close-btn:before,
.open-header .right .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #333;
}





.header-ewm{
	width: 74px;
	text-align: center;
	position: relative;
}
.header-ewm:before{
	position: absolute;
	right: -0px;
	top: 2px;
	content: "/";
	color: #999;
}

.header-email{
	width: 74px;
	text-align: center;
	position: relative;
}
.header-email:before{
	display: none;
	position: absolute;
	right: -0px;
	top: 2px;
	content: "/";
	color: #999;
}

.header-oa{
	width: 74px;
	text-align: center;
	position: relative;
}
.header-oa:before{
	/* display: none; */
	position: absolute;
	right: -0px;
	top: 2px;
	content: "/";
	color: #999;
}


.header-cn{
	/* display: none; */
	width: 74px;
	text-align: center;
	position: relative;
}
.header-cn:before{
	position: absolute;
	right: -0px;
	top: 2px;
	content: "/";
	color: #999;
}

.header-en{
	/* display: none; */
	width: 74px;
	text-align: center;
	position: relative;
}
.header-en:before{
	position: absolute;
	right: -0px;
	top: 2px;
	content: "/";
	color: #999;
}
/* .header-cn{
	display: none;
	width: 74px;
	text-align: center;
	position: relative;
}
.header-cn:before{
	position: absolute;
	right: -0px;
	top: 2px;
	content: "/";
	color: #999;
}

.header-en{
	display: none;
	width: 74px;
	text-align: center;
} */



.open-header .language-btn{
	color: #00479d;
}
.language-btn img{
	margin-right: 10px;
	vertical-align: middle;
	padding-bottom: 3px;
}
.langage-box .lang_z {
    position: absolute;
    left: 50%;
    top: 35px;
    width: 100%;
    margin-left: -35px;
    background: #fff;
    border-radius: 3px;
    display: none;
    height: auto;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
    z-index: 99;
}
.langage-box .lang_z dd a {
    display: block;
    border-bottom: 1px solid #dbdbdb;
    line-height: 35px;
    font-size: 14px;
    color: #545454;
    text-align: center;
}
@media (max-width: 1199px){
	.header .logo{
		padding-top: 22px;
	}
	
	.header-en{
		width: 50px;
	}
	.header-cn{
		width: 50px;
	}
	.header-oa{
		width: 50px;
	}
	.header-search{
		width: 50px;
	}
}
@media (max-width: 991px){
	.language-btn{
		width: 122px;
		padding-left: 20px;
	}
}

@media (max-width: 767px)
{
	.header-oa:before{
		display: block;
	}
	.header{
		height: 66px;
		padding: 0 0px;
	}
	.header .logo
	{
		height: 50px;
	    padding-top: 13px;
	}
	.header .logo img{
		height: 100%;
	}
	.langage-box {
		width: 83px;
    }
    .language-btn{
    	width: 83px;
    }
    .language-btn img{
    	width: 15px;
    }
    .language-btn{
    	font-size: 14px;
    	background-size: 12px auto;
    }
	.open-header .header-en:before {
	    position: absolute;
	    right: -0px;
	    top: 2px;
	    content: "/";
	    color: #999;
	}
}

.header-in
{
    position: fixed;
    top: 0;

    background-color: #fff;
}
.header-blue
{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.header-blue .logo{
	  
	
}
.header-blue .menu{
}

@media (max-width: 767px)
{
	.header-blue .logo{
		height: 50px;
		padding-top: 13px;
    }
	.header-blue .logo img{
		height: 100%;
	}

}
.header-blue .logo p
{
    color: #fff;
    border: 1px dashed #fff;
}
.header-blue .logo img
{
}
.header-blue .logo .blue-logo
{
    display: block;
}
.header-blue .menu
{
    background: url(../image/menu.png) center no-repeat;
    background-size: contain;
}
.header-blue .right
{
    
}


.open-header
{
    position: fixed;
    z-index: 1001;
    top: 0;

    width: 100%;
	height: 100%;
    padding: 0 0px;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateY(-202%);
        -ms-transform: translateY(-202%);
            transform: translateY(-202%);

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
	background:#fff url(../image/nav.jpg) bottom center no-repeat;
	background-size: 100% auto;
    
}
.open-header .top{
	float: left;
	width: 100%;
	height: 90px;
	padding: 0 90px;
	/* padding-bottom: 28px; */
	border-bottom: 1px solid #ddd;
}


.open-header .logo
{
    position: relative;
    z-index: 9;

    display: inline-block;
    overflow: hidden;

    margin-top: 25px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}


.open-header .right
{
    float: right;
    margin-top: 36px;
}

.open-header .right div{
	float: right;
}
.open-header .header-search{
	width: 74px;
	text-align: center;
}
.open-header .header-ewm{
	width: 74px;
	text-align: center;
}
.open-header .logo p
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;
    float: left;

    margin: 0px 0 0 0;
    padding: 0 20px;

    color: #1a3f8f;
    border: 1px dashed #00479d;
    border-radius: 20px;
}
.open-header .logo img
{

}
.open-header .h-close
{
        position: absolute;
        right: 0;
        left: 0;
		top: 0;
        width: 50px;
        height: 44px;
        margin: auto;
        margin-top: 23px;
        cursor: pointer;
        -webkit-transition: all 1s;
        transition: all 1s;
}

.open-header .h-close:after
{
    /* font-family: 'iconfont';
    font-size: 25px;
	font-weight: bold;
    content: '\e849';

    color: #00479d; */
}
.nav{
	float: left;
	width: 100%;
	/* padding-top: 76px; */
	padding-top: 2%;
}
.subnav{
   text-align: center;
}
.subnav li{
	width: 245px;
	width: 400px;
	/*height: 83px;*/
	margin: 10px auto;
	line-height: 83px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	font-family: source;
	font-size: 42px;
	font-size: 34px;
	color: #666;
	font-weight: 400;
	position: relative;
}
.subnav li:last-child .sub-nav{
	top: -130px;
}
.subnav li a{
	display: block;
	color: inherit;

}

.subnav li:hover, .subnav li.nav-active{
	background-color: #ff0000;
	color: #fff;
	font-weight: 100;
}
.sub-nav{
	position: absolute;
	top: 0;
	right: -242px;
	right: -400px;
	display: none;
}
.sub-nav li{
	font-size: 24px;
	line-height: 56px;
	border-top: 1px solid #ddd;
	text-align: center;
	line-height: 56px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

}
.header1-auto > .subnav > ul > li:nth-child(3){
		display: none;
	}
.sub-nav li:last-child{
	border-bottom: 1px solid #ddd;
}
.sub-nav li:hover{
	background: none;
	color: #666;
	font-weight: 400;
}
.sub-nav li a:hover{
	color: #ff0000;
}
@media (max-width: 1399px){
	.open-header{
		-webkit-transform: translateY(-105%);
		    -ms-transform: translateY(-105%);
		        transform: translateY(-105%);
	}
	.open-header .top{
		padding: 0 3%;
	}
	.nav{
		padding-top: 36px;
	}
	.subnav li {
	    /* width: 200px; */
	    margin: 5px auto;
	    line-height: 64px;
	    -webkit-border-radius: 32px;
	    -moz-border-radius: 32px;
	    border-radius: 32px;
	    font-size: 36px;
	}
}


@media (max-width: 1299px)
{
	.header .logo p{
		display: none;
	}
	.header-blue .logo p{
		display: none;
	}
	.open-header .logo p{
		display: none;
		
	}
	
}

@media (max-width: 1199px)
{
	.subnav li:hover{
		background-color: #ff0000;
		color: #fff;
	}
	.subnav li.nav-active{
		background-color: unset;
		color: #666;
		font-weight: normal;
	}
    .sub-nav{
		display: none!important;
	}
	
	.open-header .header-search{
		padding-right: 0px;
		width: 50px;
	}
	.header-search{
	}
	.open-header .header-ewm{
		width: 54px;
	}
	.header-ewm{
		width: 54px;
		
	}
	.open-header .header-language{
		width: 120px;
		padding-left: 10px;
	}
	.header-language{
		width: 120px;
		padding-left: 10px;
	}
}

@media (max-width: 991px)
{
	.open-header .right{
		margin-top: 29px;
	}
    .open-header .logo p
    {
        display: none;
    }
}

@media (max-width: 767px)
{
	.open-header .top{
		text-align: left;
	}
	
	.header-ewm{
	}
	.open-header
	{
	    height: 100%;
	    padding: 0 15px;
	}
	 .header .menu {
		left: auto;
		right: 3%;
	  /*  width: 36px;
	    height: 50px; */
	   width: 30px;
	   height: 42px;
	    margin-top: 12px;
		background: url(../image/menu-ph.png) no-repeat;
		background-size: 100% 100%;
	}
	.open-header .top{
		height: 66px;
	}
	.open-header .logo img{
		margin-right: 0;
	}
    .open-header .h-close:after
    {
        font-size: 30px;
    }
	.open-header .right{
		display: none;
	}
	
	.open-header .logo
	{
	    height: 36px;
	    margin-top: 15px;
	}
	.open-header .logo img{
		height: 100%;
	}
	.open-header .h-close {
		width: 38px;
		height: 40px;
		left: auto;
		right: 3%;
	    margin-top: 16px;
	}
	.open-header .h-close img{
		width: 100%;
	} 
    .open-header .h-close:after {
    	font-size: 20px;
	}

	.header .right{
		display: none;
		margin-top: 8px;
	}
	.open-header .right{
		display: block;
		position: absolute;
		bottom: 50px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.open-header .right > div{
		float: none;
		display: inline-block;
		position: relative;
	}
	.open-header .right > div.header-en{
		display: none;
	}
	.open-header .right > div.header-cn{
		display: inline-block;
	}
	.open-header .right > div.header-cn:before{
		right: auto;
		left: 0;
	}
	.open-header .header-search a:after{
		display: none;
	}
	.header-search{
		padding-right: 0px;
		background: none;
	}
	.header-search img{
	}
	.open-header .header-search{
		padding-right: 0px;
	}
	.header-language{
		width: 100px;
	}
	.header-language img{
		display: none;
	}
	.subnav li{
		width: 220px;
		margin: 5px auto;
		line-height: 48px;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		border-radius: 24px;
		font-size: 18px;
	}
	
}

/*header end*/

/*foot start*/



.footer {
	float: left;
	width: 100%;
	padding: 0 0%;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.border{
	border-bottom: 1px solid #dcdcdc;
}
.footer.footer-in{
	background: #efefef;
}


.footer-top {
	float: left;
	width: 100%;
	padding: 52px 0% 56px 0%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


@media (max-width: 1366px) {
	.footer-top {
		padding: 52px 0% 56px 0%;
	}
}






.footer-top .foot-leftLogo {
	float: left;
	width: 17.9%;
	position: relative;
}

.footer-top .foot-leftLogo a img {
	float: left;
	max-width: 100%;
	margin-right: 12px;
}
.footer-top .foot-leftLogo .foot-sel{
	float: left;
	width: 207px;
	height: 42px;
	margin-top: 40px;
	padding-left: 28px;
	padding-right: 28px;
	border: 1px solid #d2d2d2;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	outline: none;
	background: #efefef url(../image/sel.jpg) 95% center no-repeat;
	border-radius: 10px;
}




.footer-top .foot-right {
	float: left;
	width: 51.4%;
	line-height: 36px;
	color: #7d7c7c;
}

.footer-top .foot-right .foot-ri-left {
	float: left;
	width: 25%;
	position: relative;
}
.footer-top .foot-right .foot-ri-left:nth-child(2){
	display: none;
}


.footer-top .foot-ri-le-title {
	float: left;
	width: 100%;
	font-size: 18px;
	font-size: 16px;
	line-height: 18px;
	color: #333;
	position: relative;
	padding-bottom: 25px;
	text-align: center;
}



.footer-top .foot-right .foot-ri-left .foot-ri-le-link {
	float: left;
	width: 100%;
	font-size: 15px;
	text-align: center;
}

.footer-top .foot-right .foot-ri-left .foot-ri-le-link a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #999;
}

.footer-top .foot-right .foot-ri-left .foot-ri-le-link a:hover {
	color: #ed1b23;
}


.foot-ri-add{
	float: left;
	width: 20.2%;
	line-height: 30px;
}
.foot-ri-add-en{
	font-family: 'hinted-CenturyGothic-Bold';
	float: left;
	width: 100%;
	line-height: 20px;
	font-size: 28px;
	color: #ed1c23;
}
.foot-ri-add-title{
	float: left;
	width: 100%;
	margin-top: 5px;
	font-size: 18px;
	color: #666;
}
.foot-ri-add-link{
	float: left;
	margin-top: 16px;
	font-size: 15px;
	color: #999;
}
.foot-ri-add-link p{
	margin: 0;
}


.foot-ri-ewm{
	float: left;
	width: 10.5%;
	line-height: 24px;
	text-align: center;
}
.foot-ri-ewm .div1{
	margin-top: 10px;
	font-size: 15px;
	color: #ed1c23;
}
.foot-ri-ewm img{
	width: 100%;
}
.foot-ri-ewm p{
	margin-bottom: 0;
}


.foot-copy {
	float: left;
	width: 100%;
	padding: 21px 0% 25px 0%;
	font-size: 15px;
	line-height: 30px;
	color: #aaa;
	position: relative;
	background-size: cover;
}

.foot-copy .foot-copyLeft {
	float: left;
	
}

.foot-copy .foot-copyRight {
	float: right;
	cursor: pointer;
	font-size: 14px;
	
	
}


.foot-copy .foot-copyRight a {
	color: #aaa;
	margin-left: 40px;
}
.foot-copy .foot-copyRight a img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 10px;
}

.foot-copy .foot-copyRight a:hover {
	color: #d31215;
}
@media (max-width: 1680px) {
	
	.footer{
		height: 100%;
	}
}

@media (max-width: 1600px) {
	.footer-top .foot-right .foot-ri-left .foot-ri-le-link{
		font-size: 13px;
	}
	.foot-ri-add-link{
		font-size: 13px;
	}
	.foot-ri-ewm{
		line-height: 24px;
	}
	.foot-ri-ewm .div1{
		font-size: 13px;
	}
}

@media (max-width: 1440px) {
	.footer-top .foot-right .foot-ri-left .foot-ri-le-link{
		font-size: 12px;
	}
	.footer-top .foot-leftLogo a img{
		width: 180px;
	}
	.footer-top .foot-leftLogo .foot-sel{
		width: 180px;
	}
	.foot-ri-add-link {
	    font-size: 12px;
	}
	.foot-ri-ewm{
		line-height: 20px;
	}
	.foot-ri-ewm .div1{
		font-size: 12px;
	}
	.foot-copy {
	    padding: 10px 0% 10px 0%;
	    font-size: 12px;
	}
}
@media (max-width: 1199px) {
	.footer-top .foot-right{
		display: none;
		width: 100%;
	}
	.footer-top .foot-leftLogo{
		width: 35%;
	}
	.foot-ri-add{
		width: 40%;
	}
	.foot-ri-ewm{
		width: 25%;
	}
	.foot-ri-ewm img{
		width: auto;
	}
}


@media (max-width: 991px) {
	
	.footer-top {
		padding: 40px 3% 20px 3%;
	}

	.footer-top .foot-leftLogo {
		text-align: center;
		padding-top: 0;
	}

	.footer-top .foot-leftLogo a img {
	}

	.footer-top .foot-right {
		width: 100%;
		margin-top: 20px;
	}

	.footer-top .foot-right-1 {
		width: 100%;
	}

	.foot-copy {
	    padding: 10px 3% 10px 3%;
	}

	.foot-copyRight {
		position: inherit;
		width: 100%;
		text-align: center;
	}
	
	.foot-copy .foot-copyLeft{
		width: 100%;
		text-align: center;
	}
	.contact-con-fx{
		width: 100%;
		text-align: center;
		margin-top: 0;
	}
	.contact-con-fx a{
		float: none !important;
	}
	.foot-copy .foot-copyLeft .foot-copyLe-link {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-top: 10px;
	}

	.foot-copy .foot-copyLeft .foot-copy-bq {
		text-align: center;
	}
	.foot-copy .foot-copyRight a{
		margin: 0 20px;
	}
	.contact-con-fx a{
		margin: 0 10px !important;
	}
	
}

@media (max-width: 767px) {
	
	.footer-top .foot-leftLogo{
		width: 100%;
		text-align: center;
	}
	.footer-top .foot-leftLogo a{
		display: none;
	}
	.footer-top .foot-leftLogo a img{
		float: none;
	}
	.footer-top .foot-leftLogo .foot-sel{
		display: inline-block;
		float: none;
		display: inline-block;
		margin-top: 0;
		width: 200px;
		font-size: 14px;
	}
	.foot-ri-add{
		width: 100%;
		text-align: center;
		margin-top: 20px;
		line-height: 24px;
	}
	.foot-ri-add-en{
		font-size: 24px;
	}
	.foot-ri-add .foot-ri-add-link{
		width: 100%;
		margin-top: 10px;
		font-size: 14px;
	}
	.foot-ri-ewm{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	
	.footer-top {
		padding: 10px 0 10px 0;
	}
	
	.footer-top .foot-right{
		margin-top: 0;
		padding-bottom: 20px;
		line-height: 28px;
	}
	
	.footer-top .foot-ri-le-title {
	    line-height: 12px;
	    padding-top: 20px;
	    padding-bottom: 10px;
	}
	.footer-top .foot-ri-le-title:after{
		left: 50%;
		width: 20px;
		margin-left: -10px;
	}
	
	
	.footer-top.footer-top-in {
		padding: 30px 0 20px 0;
	}
	
	.footer-top .foot-ri-le-title{
		text-align: center;
		font-size: 18px;
	}
	.footer-top .foot-right .foot-ri-left {
		display: none;
	}
	.footer-top .foot-right .foot-ri-left:last-child{
		display: block;
		width: 100%;
		padding-left: 10%;
	}
	.footer-top .foot-ri-le-title{
		display: none;
	}
	.footer-top .foot-right-1 {
		margin-top: 20px;
	}

	.footer-top .foot-right-1 .foot-right-1-ce {
		text-align: center;
	}

	.footer-top .foot-right-1 .foot-right-1-add .foot-right-1-add-p {
		font-size: 14px;
		line-height: 24px;
		padding-left: 25px;
	}

	.footer-top .foot-right-1 .foot-right-1-add .foot-right-1-add-p img {
		width: 20px;
	}

	.foot-copy .foot-copyLeft .foot-copyLe-link {
		padding-top: 0;
		font-size: 14px;
		line-height: 24px;
	}

	.foot-copy .foot-copyLeft .foot-copyLe-link a {
		margin: 0 3px;
	}

	.foot-copy .foot-copyLeft .foot-copyLe-link span {
		padding: 0 12px;
	}

	.foot-copy .foot-copyLeft .foot-copy-bq {
		line-height: 24px;
		margin-top: 5px;
		font-size: 14px;
	}
	.foot-copy .foot-copyRight{
		line-height: 36px;
	}
	.foot-copy .foot-copyRight a{
		margin: 0 10px;
	}
	.foot-copy .foot-copyLeft{
		margin-top: 0px;
	}
	.contact-con-fx a{
		width: 32px !important;
		height: 32px !important;
	}
	.foot-copy {
		font-size: 14px;
	    padding: 10px 3% 10px 3%;
		line-height: 24px;
	}
}
/*foot end*/



/*banner*/
.swiper-container {
	
	float: left;
	width: 100%;
	/* height: 630px; */
	height: 624px;
	margin-right: auto;
	margin-left: auto;
	/* padding-top: 100px; */
}
.swiper-container .swiper-pagination{
	bottom: 30px;
	height: 16px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: none;
}
.swiper-container .swiper-pagination-bullet{
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	content: '';
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #ed1b23;
	border: 2px solid #ed1b23;
}


.swiper-slide {
	overflow: hidden;
}
.banner {
	position: relative;

	overflow: hidden;

	width: 100%;
	height: 100%;
}



.banner .banner-text .text
{
    -webkit-animation: slideInDown 1s 0s ease both;
            animation: slideInDown 1s 0s ease both;
}
.banner .banner-text .text h4,
.banner .banner-text .text h3,
.banner .banner-text .text p,
.banner .banner-text .text span
{
    -webkit-animation: slideInDown 1s 0s ease both;
            animation: slideInDown 1s 0s ease both;
}
.banner .banner-text .text1 h4,
.banner .banner-text .text1 h3,
.banner .banner-text .text1 p,
.banner .banner-text .text1 span
{
    -webkit-animation: slideInDown 1s 0s ease both;
            animation: slideInDown 1s 0s ease both;
}
.banner .banner-text .text-2 h4,
.banner .banner-text .text-2 h3,
.banner .banner-text .text-2 p,
.banner .banner-text .text-2 span
{
    -webkit-animation: slideInDown 1s 0s ease both;
            animation: slideInDown 1s 0s ease both;
}
.banner .banner-text .text-3 .pic,
.banner .banner-text .text-3 .note
{
    -webkit-animation: slideInDown 1s 0s ease both;
            animation: slideInDown 1s 0s ease both;
}
.banner .banner-text .text-3 .txt1,
.banner .banner-text .text-3 .txt2,
.banner .banner-text .text-3 .txt3
{
    -webkit-animation: slideInDown 1s 0s ease both;
            animation: slideInDown 1s 0s ease both;
}
.banner .banner-text .text-3 .txt4,
.banner .banner-text .text-3 .txt5
{
    -webkit-animation: slideInDown 1s 0s ease both;
            animation: slideInDown 1s 0s ease both;
}

.banner .text {
	top: 50%;
	
	position: absolute;
	
	width: 100%;
	
	
	text-align: center;
	z-index: 999;

}
@media (max-width: 1680px) {
	.swiper-container{
		height: 551px;
	}
}
@media (max-width: 1600px) {
	.swiper-container{
		height: 525px;
	}
}
@media (max-width: 1440px) {
	.swiper-container{
		height: 472px;
	}
	.banner .text {
		/*max-width: 400px;*/
	}
}
@media (max-width: 1400px) {
	.swiper-container{
		height: 459px;
	}
}
@media (max-width: 1366px) {
	.swiper-container{
		height: 448px;
	}
}
@media (max-width: 1199px) {
	.swiper-container{
		height: 336px;
	}
}
@media (max-width: 991px) {
	.banner{
	}
	.swiper-container {
		height: auto;
	}
}
@media (max-width: 767px) {
	.banner .text {
		display: none;
		/* max-width: 300px; */
	}
	.swiper-container{
		padding-top: 0;
	}
	.swiper-container .swiper-pagination{
		bottom: 10px;
	}
	.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
	    border: 1px solid #ed1b23;
	}
	
}


/*旗手*/
.banner .text1 {
	top: 27.4%;
	left: 17.2%;
	text-align: left;
	color: #fff;
}
.banner .text1 h1{
	font-family: 'AlternateGotNo1D';
	float: left;
	width: 100%;
	line-height: 70px;
	font-size: 72px;
	position: relative;
}
.banner .text1 h2{
	float: left;
	width: 100%;
	line-height: 53px;
	font-size: 36px;
}
.banner .text1 h3{
	float: left;
	max-width: 566px;
	font-size: 18px;
	line-height: 42px;
	margin-top: 18px;
}
.banner .text1 h3 p{
	float: left;
	width: 100%;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(181,181,181,0.64);
}
.banner .text1 h3 p:first-child{
	border-top: 1px solid rgba(181,181,181,0.64);
}

/*轮胎*/
.banner .text2 {
	width: auto;
	top: auto;
	bottom: 25px;
	/* left: 34.2%; */
	left: auto;
	right: 4.6875%;
	color: #fff;
	text-align: right;
}
.banner .text2 h1{
	float: right;
	width: 100%;
	height: 46px;
	background: url(../image/b2-img.png) right center no-repeat;
}

.banner .text2 h2{
	float: left;
	width: 100%;
	line-height: 42px;
	font-size: 28px;
	margin-top: 6px;
}

.banner .text2 h3{
	float: left;
	width: 100%;
	line-height: 38px;
	font-size: 24px;
	vertical-align: middle;
}
.banner .text2 h3 span{
	/* font-family: 'centurygothic'; */
	font-weight: lighter;
	font-family: 'ITC Avant Garde Gothic';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	font-size: 22px;
}

/*房产置业*/
.banner .text3 {
	top: auto;
	bottom: 67px;
	left: 4.7%;
	text-align: left;
	color: #fff;
}
.banner .text3 h1{
	float: left;
	width: 100%;
}
.banner .text3 h1 span{
	display: inline-block;
	height: 64px;
	line-height: 56px;
	padding: 0 20px;
	border: 4px solid #fff;
	font-size: 28px;
	border-radius: 32px;
	color: #fff;
	background: #b72e20;
}
.banner .text3 h2{
	float: left;
	width: 100%;
	line-height: 80px;
}

/*海带*/
.banner .text4 {
	top: 19.6%;
	left: 18.7%;
	text-align: left;
	color: #fff;
}
.banner .text4 h1{
	float: left;
	width: 100%;
	height: 137px;
	background: url(../image/b4-img.png) no-repeat;
}

.banner .text4 h2{
	font-family: 'AlternateGotNo1D';
	float: left;
	width: 100%;
	line-height: 63px;
	margin-top: 17px;
	font-size: 64px;
}
.banner .text4 h3{
	float: left;
	width: 100%;
	line-height: 58px;
	font-size: 42px;
	font-weight: bold;
}
.banner .text4 h4{
	float: left;
	width: 100%;
	line-height: 38px;
	font-size: 24px;
	font-weight: 300;
}
.banner .text4 h5{
	float: left;
	width: 100%;
	
}
.banner .text4 h5 span{
	display: inline-block;
	line-height: 46px;
	border: 1px dashed #fff;
	font-size: 28px;
	font-weight: 300;
	margin-top: 8px;
	border-radius: 23px;
	padding: 0 20px;
}

/*宾馆*/
.banner .text5 {
	top: auto;
	bottom: 70px;
	left: 0%;
	text-align: center;
	color: #fff;
}
.banner .text5 h1{
	float: left;
	width: 100%;
	text-align: center;
}
.banner .text5 h1 span{
	display: inline-block;
	padding: 0 28px;
	line-height: 44px;
	font-size: 28px;
	background: #ff0000;
	border: 2px solid #fff;
	border-radius: 24px;
}
.banner .text5 h2{
	float: left;
	width: 100%;
	line-height: 54px;
	font-size: 24px;
	text-align: center;
	text-shadow: 2px 4px 4px rgba(0,0,0,0.25);
}

/*度假村*/
.banner .text6 {
	top: auto;
	bottom: 57px;
	left: auto;
	right: 5%;
	text-align: center;
	color: #fff;
}
.banner .text6 h1{
	float: left;
	width: 100%;
	text-align: center;
}
.banner .text6 h1 span{
	display: inline-block;
	float: right;
	padding: 0 18px;
	line-height: 55px;
	font-size: 28px;
	background: #4183cd;
	border-radius: 28px;
	border: 2px solid #fff;
}
.banner .text6 h2{
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 50px;
	text-align: right;
}

/*皮艇*/
.banner .text7 {
	top: auto;
	top: 45.3%;
	left: 17.5%;
	text-align: left;
	color: #fff;
}
.banner .text7 h1{
	font-family: 'AlternateGotNo1D';
	float: left;
	width: 100%;
	line-height: 58px;
	font-size: 64px;
}

.banner .text7 h2{
	font-family: 'ITC Avant Garde Gothic';
	float: left;
	width: 100%;
	line-height: 80px;
	line-height: 31px;
	font-size: 24px;
}

.banner .text7 h3{
	float: left;
	width: 100%;
	line-height: 80px;
	line-height: 62px;
	font-size: 32px;
	font-weight: 300;
}



.banner .text9{
	top: auto;
	bottom: 52px;
	right: 3.5%;
	text-align: right;
	color: #fff;
}
.banner .text9 h1{
	float: left;
	width: 100%;
	font-size: 28px;
}
.banner .text9 h1 span{
	display: inline-block;
	padding: 0 10px;
	line-height: 44px;
	border: 2px dashed #fff;
	border-radius: 22px;
}
.banner .text9 h2{
	 font-family: 'ITC Avant Garde Gothic';
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 34px;
	margin-top: 7px;
}
.banner .text9 h3{
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 30px;
}


@media (max-width: 1680px) {
	.banner .text1 h1:after{
		width: 164px;
	}
	.banner .text2{
		bottom: 8px;
	}
	.banner .text3{
		bottom: 12px;
	}
	.banner .text5 h2{
		line-height: 62px;
	}
	.swiper-container .swiper-pagination{
		bottom: 20px;
	}
	.banner .text4 h2 {
	    line-height: 58px;
	    margin-top: 10px;
	    font-size: 58px;
	}
	.banner .text4 h3 {
	    line-height: 50px;
	    font-size: 38px;
	}
	.banner .text4 h4 {
	    line-height: 32px;
	    font-size: 22px;
	}
	.banner .text5 h1 span{
		font-size: 22px;
	}
	.banner .text5 h2 {
		font-size: 28px;
	}
	.banner .text6{
		bottom: 44px;
	}
}
@media (max-width: 1440px) {
	.banner .text5 h2{
		line-height: 82px;
	}
	.swiper-container .swiper-pagination{
		bottom: 20px;
	}
	.banner .text5 h1 span{
		padding: 0 20px;
		line-height: 40px;
		font-size: 20px;
	}
	.banner .text5 h2 {
		font-size: 20px;
	}
	.banner .text6{
		bottom: 46px;
	}
	.banner .text2 {
		bottom: 15px;
	}
	.banner .text2 h1{
		height: 36px;
		background-size: auto 36px;
	}
	.banner .text2 h2 {
	    line-height: 30px;
	    font-size: 20px;
	}
	.banner .text2 h3 {
	    line-height: 30px;
	    font-size: 18px;
	}
	.banner .text2 h3 span {
	    font-size: 18px;
	}
	.banner .text4 h2{
		line-height: 48px;
		margin-top: 5px;
		font-size: 48px;
	}
	.banner .text4 h3 {
	    line-height: 48px;
	    font-size: 32px;
	}
	.banner .text4 h4 {
	    line-height: 32px;
	    font-size: 18px;
	}
	.banner .text4 h5 span {
	    line-height: 36px;
	    font-size: 18px;
	    margin-top: 10px;
	    border-radius: 18px;
	    padding: 0 16px;
	}
	.banner .text4 h1{
		height: 120px;
		background-size: auto 100%;
	}
	.banner .text5{
		bottom: 44px;
	}
	.banner .text5 h2 {
		line-height: 44px;
		font-size: 20px;
	}
	.banner .text6 h1 span {
	    padding: 0 18px;
	    line-height: 42px;
	    font-size: 20px;
	    border-radius: 24px;
	}
	.banner .text6 h2 {
	    font-size: 18px;
	    line-height: 36px;
	}
	.banner .text9{
		bottom: 38px;
	}
	.banner .text9 h1{
		font-size: 24px;
	}
	.banner .text9 h1 span {
	    line-height: 36px;
	    border-radius: 18px;
	}
	.banner .text9 h2 {
	    font-size: 22px;
	    line-height: 28px;
	    margin-top: 4px;
	}
	.banner .text9 h3 {
	    font-size: 22px;
	    line-height: 28px;
	}
}
@media (max-width: 1366px) {
	.banner .text1{
		top:32%;
	}
	.banner .text1 h1:after {
	    width: 140px;
	}
	
	.swiper-container .swiper-pagination .swiper-pagination-bullet{
		margin: 0 8px;
	}
}


@media (max-width: 1199px) {
	.banner .text1 h1{
		line-height: 30px;
		font-size: 30px;
		padding-left: 0%;
	}
	.banner .text1 h1 {
	    line-height: 24px;
	    font-size: 24px;
	    padding-left: 0%;
	}
	.banner .text1 h1:after {
	    width: 100px;
	}
	.banner .text1 h2 {
	    line-height: 58px;
	    font-size: 32px;
	    padding-left: 0%;
	}
	.banner .text1 h3 span {
	    padding: 0 20px;
	    line-height: 42px;
	    font-size: 18px;
	}
	.banner .text2{
		left: 14.2%;
	}
	.banner .text4{
		left: 32%;
	}
}

@media (max-width: 991px) {
	.swiper-container .swiper-slide:nth-child(1){
		display: none!important;
	}
	.banner .text1 {
		display: none;
	    top: 40%;
	}
	
	.banner .text1 h1:after {
	    width: 70px;
	}
	.banner .text2,
	.banner .text3,
	.banner .text4,
	.banner .text5,
	.banner .text6,
	.banner .text7,
	.banner .text8,
	.banner .text9,
	.banner .text10{
		display: none;
	}
	
}
@media (max-width: 767px) {
	.swiper-container .swiper-slide:nth-child(1){
		display: none!important;
	}
	.banner .text1 h1:after{
		display: none;
	}
	.banner .text1 h1{
		padding-left: 0;
		text-align: center;
		    line-height: 24px;
		    font-size: 18px;
			padding: 0 3%;
	}
	.banner .text1 h2{
		padding-left: 0;
		text-align: center;
		line-height: 28px;
		font-size: 20px;
		padding: 0 3%;
		margin-top: 10px;
	}
	.banner .text1 h3{
		padding-left: 0;
		text-align: center;
		padding: 0 3%;
		margin-top: 10px;
	}
	.banner .text1 h3 span {
	    padding: 5px 10px;
	    line-height: 22px;
	    font-size: 16px;
	}
	.banner .text1{
		top: 50%;
		-webkit-transform: translate(-0%,-50%);
		-ms-transform: translate(-0%,-50%);
		-moz-transform: translate(-0%,-50%);
		transform: translate(-0%,-50%);
	}
	.swiper-container .swiper-pagination .swiper-pagination-bullet {
	    margin: 0 2px;
		width: 10px;
		height: 10px;
	}
	.swiper-container .swiper-pagination-bullet {
	    
	    border: 2px solid #fff;
		
	}
}






.banner-in {
	position: relative;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
}
.banner-in .text.text8{
	text-align: left;
}
.banner-in .text.text8 h1{
	line-height: 120px;
	color: #fff;
	font-size: 32px;
}
.banner-in .text.text8 h1 span{
	font-family: 'ITC Avant Garde Gothic';
	font-size: 24px;
	margin-left: 15px;
}
.banner-in .text.text8.co-1 h1{
	color: #ed1b23;
}

.banner-in .text.text8.co-1 h1 .news-banner{
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	line-height: 70px;
	margin-top: 60px;
	font-weight: bold;
	color: #fff;
}
.banner-in .text.text8.co-1 h1 .news-banner font{
	display: inline-block;
	position: relative;
	bottom: -2px;
	float: left;
	line-height: 70px;
	border-bottom: 3px solid #fff;
	margin-bottom: -2px;
}
@media (max-width: 1199px) {
	.banner-in {
	}
}

@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 {
		margin-top: 66px;
	}
	.banner-in .owl-theme {
		width: 200%;
		margin-left: -50%;
	}
	.banner.banner-in .text{
		display: block;
		    -webkit-animation: slideInDown 0s 0s ease both;
		    animation: slideInDown 0s 0s ease both;
	}
	.banner-in .text.text8.co-1 h1 .news-banner font{
		/* bottom: -1px; */
		line-height: 40px;
		color: #ed1b23;
		border-bottom: 0px solid #fff;
		margin-bottom: 0px;
		bottom: 0;
	}
	.banner-in .text.text8.co-1 h1 .news-banner{
		margin-top: 0;
		line-height: 40px;
		color: #ed1b23;
		font-weight: normal;
		   
	}
}

.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(../image/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(../image/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;
	}
}


.banner-video {
	position: relative;
	width: 100%;
	height: 100%;
	/* top: 50%;
	width: 102%;
	height: 102%;
	margin-left: -1%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
}
/* @media (max-width: 1680px) {
	.banner-video{
		width: 118%;
		height: 118%;
		margin-left: -9%;
	}
}
@media (max-width: 1600px) {
	.banner-video{
		width: 120%;
		height: 120%;
		margin-left: -10%;
	}
}
@media (max-width: 1440px) {
	.banner-video{
		width: 138%;
		height: 138%;
		margin-left: -19%;
	}
}
@media (max-width: 1366px) {
	.banner-video{
		width: 142%;
		height: 142%;
		margin-left: -21%;
	}
}
@media (max-width: 1199px) {
	.banner-video{
		width: 188%;
		height: 188%;
		margin-left: -44%;
	}
} */
@media (max-width: 991px) {
	.banner-video {
		display: none;
	}
}

.banner-video .video1-dimensions {
	width: 100%;
	height: 100%;
}

.banner-video .video-js {
	width: 100%;
	height: 100%;
}

.banner-video .video-js .vjs-tech {
	position: absolute;
	top: 50%;

	width: 100%;
	height: 100%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.banner-video .video-js .vjs-tech {
		top: 0;
		left: 50%;

		width: auto;
		height: 100%;

		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.banner-img {
	width: 100%;
	height: 100%;

	background-position: center center;
	background-size: cover;
}
.banner-img  img{
	width: 100%;
	/* height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%); */
}
.banner-img-xs {
	display: none;
}
/* @media (max-width: 1680px) {
	.banner-img  img{
		width: 120%;
	}
}
@media (max-width: 1600px) {
	.banner-img  img{
		width: 130%;
	}
}
@media (max-width: 1440px) {
	.banner-img  img{
		width: 140%;
	}
}
@media (max-width: 1366px) {
	.banner-img  img{
		width: 150%;
	}
}
@media (max-width: 1199px) {
	.banner-img  img{
		width: 200%;
	}
} */


@media (max-width: 991px) {
	.banner-img{
		display: none;
	}
	.banner-in .banner-img{
		display: block;
	}
	.banner-in .text.text8 h1{
		font-size: 24px;
	}
	.banner-in .text.text8 h1 span {
	    font-size: 18px;
	    margin-left: 10px;
	}
	.banner-img-xs {
		display: block;
		width: 100%;
	}
	.banner-img-xs img{
		width: 100%;
	}
}

.swiper-button-next {
	display: none;
	background-image: none;
	z-index: 999;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #fff;
	width: 13px;
	height: 13px;
	line-height: 13px;
	margin: 0;
}

.swiper-button-prev {
	display: none;
	background-image: none;
	z-index: 99999;
	top: 0;
	left: 0;
	font-size: 24px;
	color: #fff;
	width: 13px;
	height: 13px;
	line-height: 13px;
	margin: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;

}
@media (max-width: 767px) {
	.banner-in{
		height: 40px;
		line-height: 40px;
		background: #ddd;
	}
	.banner-in .text.text8 h1{
		line-height: 40px;
		font-size: 16px;
		color: #ed1b23;
	}
	.banner-in .text.text8 h1 span{
		font-size: 14px;
	}
	.banner-in .banner-img{
		display: none;
	}
	.swiper-button-next{
		display: block;
		position: absolute;
		width: 22px;
		height: 22px;
		top: 50%;
		margin-top: -11px;
		right: 2%;
		background: url(../image/banner-next.png) no-repeat;
		background-size: 100% 100%;
		z-index: 99;
	}
	.swiper-button-prev{
		display: block;
		position: absolute;
		width: 22px;
		height: 22px;
		top: 50%;
		margin-top: -11px;
		left: 2%;
		background: url(../image/banner-prev.png) no-repeat;
		background-size: 100% 100%;
		z-index: 99;
	}
}

/*banner end*/

/**
 * page
 */
.pagination
{
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
	text-align: center;
	display: flex;
	justify-content: center;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 50px;
    }
}
.pagination a,.pagination span
{
    font-size: 18px;
		
    display: inline-block;
    overflow: hidden;

    width: 48px;
    height: 48px;
    margin: 0 6px;

    -webkit-transition: all .2s linear;
            transition: all .2s linear;
    text-align: center;

    color: #fff!important;
    border-radius: 50%;
    background-color: #ddd!important;
		padding:0!important;
		display:flex;
		line-height:1!important;
		justify-content: center;
		align-items: center;
}
.pagination li.active span {
	background-color: #ed1b23!important;
	border-color: #ed1b23!important;
}
.pagination a:hover,.pagination span:hover {
	background-color: #ed1b23!important;
	border-color: #ed1b23!important;
}
.pagination a.omit
{
    background-color: #ddd;
}
.pagination a.omit:hover
{
    color: #fff;
    background-color: #ed1b23;
}
.pagination a.first-child,
.pagination a.last-child
{
    font-size: 24px;

    margin-right: 30px;
}
.pagination a.first-child::after,
.pagination a.last-child::after
{
    font-family: 'iconfont';

    content: '\e9b5';

    color: #bebebe;
}
.pagination a.last-child
{
    margin-right: 0;
    margin-left: 30px;
}
.pagination a.last-child::after
{
    font-family: 'iconfont';

    content: '\e72f';
}
.pagination a.active,
.pagination a:hover
{
    color: #fff;
    background-color: #ed1b23;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}
@media (max-width: 767px)
{
	.pagination{
		margin-top: 30px;
	}
    .pagination a,.pagination span
    {
        width: 34px;
        height: 34px;
    }
}
.bd_weixin_popup
{
    height: 310px!important;
}

.main{
	float: left;
	width: 100%;
}

.i-brand{
	float: left;
	width: 100%;
	padding-bottom: 80px;
	padding-top: 98px;
}
.i-brand ul{
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.i-brand li{
	width: 20%;
	float: left;
	position: relative;
	cursor: pointer;
}
.i-brand li .brand-li{
	float: left;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .2s ease;
	        transition: all .2s ease;
}
.i-brand li .brand-li .brand-li-p{
	position: absolute;
	left: 0;
	top: 60%;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	/* -webkit-transform: translateY(-30%);
	    -ms-transform: translateY(-30%);
	        transform: translateY(-30%); */
}
.i-brand li .brand-li img{
	width: 100%;
}
.i-brand li .pic{
	width: 100%;
	position: relative;
	opacity: 1;
	z-index: 2;
	transition: all .4s ease;
}
.i-brand li:hover .brand-li{
	z-index: 2;
	opacity: 1;
}
.i-brand li:hover .pic{
	z-index: 1;
	opacity: 0;
}

.i-news{
	float: left;
	width: 100%;
	margin-top: 48px;
}
.i-news .i-news-left{
	float: left;
	width: 51.5%;
	position: relative;
	padding-left: 361px;
}
.i-news .i-news-left img{
	width: 361px;
	position: absolute;
	left: 0;
	top:0;
}
.i-news .i-news-left .i-news-text{
	float: left;
	width: 100%;
	padding: 0 50px 0 40px;
}
.i-news .i-news-left .i-news-text .i-news-text-title{
	float: left;
	width: 100%;
	line-height: 29px;
	font-size: 24px;
	color: #666;
}
.i-news .i-news-left .i-news-text .i-news-text-title span{
	font-family: 'AlternateGotNo1D';
	font-size: 30px;
	color: #ed1b23;
	margin-left: 20px;
}
.i-news .i-news-left .i-news-text .i-news-text-p{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 31px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.i-news .i-news-left .i-news-text .i-news-text-link{
	float: left;
	width: 100%;
	height: 33px;
	margin-top: 38px;
	font-size: 15px;
}
.i-news .i-news-left .i-news-text .i-news-text-link .play-index{
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 33px;
	line-height: 31px;
	padding-left: 43px;
	
	color: #fff;
	border: 1px solid #ed1b23;
	background: #ed1b23 url(../image/play-on.png) 5% no-repeat;

	font-weight: bold;
	border: 1px solid #ed1c24;
	border-radius: 17px;
	margin-right: 5px;
	-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;
}
.i-news .i-news-left .i-news-text .i-news-text-link .play-index:hover{
	background: url(../image/play.png) 5% no-repeat;
	/* color: #999; */
	color: #ed1c24;
}
.i-news .i-news-left .i-news-text .i-news-text-link .iframe
{
    display: none;
    width: 100% !important;
    height: 100% !important;
}

.i-news .i-news-left .i-news-text .i-news-text-link .link{
	display: inline-block;
	width: 129px;
	height: 33px;
	line-height: 33px;
	padding-left: 43px;
	background: url(../image/link.png) left no-repeat;
	color: #999;
}
.i-news .i-news-left .i-news-text .i-news-text-link .link:hover{
	color: #ed1b23;
}
.i-news .i-news-right{
	float: left;
	width: 48.5%;
	position: relative;
	padding-left: 361px;
}
.i-news .i-news-right .nr-pic{
	position: absolute;
	left: 0;
	top:0;
}
.i-news .i-news-right .nr-pic .nr-tp{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.i-news .i-news-right .nr-pic .nr-tp img{
	width: 361px;
	-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;
}


.i-news .i-news-right .nr-pic:hover .nr-tp img{
	
	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-news .i-news-right .nr-pic .nr-tp .nr-p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding: 0 3.6%;
	font-size: 15px;
	background: rgba(0,0,0,0.3);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}





.nr-new{
	float: left;
	width: 100%;
	padding-left: 27px;
}

.i-new-top_hd {
	float: left;
	width: 100%;
	text-align: center;
	
}


.i-new-top_hd ul {
	float: left;
	width: 100%;
	text-align: left;
}

.i-new-top_hd ul li {
	float: left;
	
	line-height: 32px;
	padding: 0px 22px;
	text-align: center;
	color: #666;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.i-new-top_hd ul li:last-child{
	border-right: 1px solid #dcdcdc;
}
.i-new-top_hd ul li span{
	width: 100%;
	line-height: 33px;
}
.i-new-top_hd ul li.on {
	color: #fff;
	background: #ed1b23;
}


.i-new-parBd {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

.i-new-slideBox {
	float: left;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
}
.i-new-slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
}

.i-new-slideBox ul {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.i-new-slideBox ul li{
	float: left;
	width: 100%;
	line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.i-new-slideBox ul li a{
	float: left;
	display: inline-block;
	width: 70%;
	height: 40px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-new-slideBox ul li span{
	float: right;
	display: inline-block;
	width: 20%;
	height: 40px;
	font-size: 15px;
	color: #ed1b23;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-new-slideBox ul li:hover a{
	color: #ed1b23;
}

@media (max-width: 1600px){
	.i-news .i-news-left .i-news-text{
		padding: 0 30px 0 20px;
	}
	.nr-new{
		padding-left: 20px;
	}
	.i-new-slideBox ul li a{
		font-size: 13px;
	}
	.i-new-slideBox ul li span{
		font-size: 12px;
	}
	.i-brand {
	    padding-bottom: 40px;
	    padding-top: 48px;
	}
}
@media (max-width: 1440px){
	.i-news .i-news-left{
		padding-left: 280px;
	}
	.i-news .i-news-left img{
		width: 280px;
	}
	.i-news .i-news-right{
		padding-left: 280px;
	}
	.i-news .i-news-right .nr-pic .nr-tp img{
		width: 280px;
	}
	.i-news .i-news-left .i-news-text .i-news-text-title {
	    line-height: 24px;
	    font-size: 18px;
	}
	.i-news .i-news-left .i-news-text .i-news-text-title span{
		font-size: 22px;
	}
	.i-news .i-news-left .i-news-text .i-news-text-p {
	    font-size: 14px;
	    line-height: 24px;
		margin-top: 20px;
	}
	.i-news .i-news-left .i-news-text .i-news-text-link {
	    height: 30px;
	    margin-top: 20px;
	    font-size: 14px;
	}
	.i-news .i-news-left .i-news-text .i-news-text-link .play-index {
	    width: 140px;
	    height: 30px;
	    line-height: 30px;
		background-size: 30px 30px;
		padding-left: 40px;
	}
	.i-news .i-news-left .i-news-text .i-news-text-link .link {
	    width: 120px;
	    height: 30px;
	    line-height: 30px;
		background-size: 30px 30px;
	    padding-left: 40px;
	}
	.i-new-slideBox ul{
		margin-top: 5px;
	}
	.i-new-slideBox ul li {
	    line-height: 32px;
	}
	.i-new-slideBox ul li a{
		height: 32px;
	}
	.i-new-slideBox ul li span{
		height: 32px;
	}
}
@media (max-width: 1199px){
	.i-news .i-news-left{
		width: 100%;
	}
	.i-news .i-news-right{
		width: 100%;
		margin-top: 40px;
	}
}
@media (max-width: 767px){
	.i-news{
		margin-top: 20px;
	}
	.i-news .i-news-right{
		margin-top: 20px;
	}
	.nr-new{
		padding-left: 0;
		margin-top: 15px;
	}
	.i-news .i-news-left .i-news-text .i-news-text-p{
		margin-top: 10px;
	}
	.i-news .i-news-left .i-news-text .i-news-text-link{
		margin-top: 10px;
	}
	.i-news .i-news-left .i-news-text .i-news-text-link .iframe{
		width: 94% !important;
		left: 3% !important;
		height: 240px !important;
		top: 33% !important;
		border: 0 !important;
		
	}
	.i-news .i-news-left .i-news-text .i-news-text-link .iframe:before{
		position: absolute;
		top: 0;
		right: 0;
		width: 15px;
		height: 15px;
		background: url(../image/clode.png) top center no-repeat;
		background-size: 100% auto;
		color: #fff;
		content: "X";
		z-index: 99999;
	}
	.i-news .i-news-left .i-news-text {
	    padding: 20px 0px 0 0px;
	}
	.i-news .i-news-left{
		padding-left: 0;
	}
	.i-news .i-news-left > img{
		display: none;
		position: inherit;
		left: auto;
		top: auto;
		float: left;
		width: 100%;
	}
	.i-news .i-news-right{
		padding-left: 0;
	}
	.i-news .i-news-right .nr-pic {
	    position: inherit;
	    left: auto;
	    top: auto;
		float: left;
		width: 100%;
	}
	.i-news .i-news-right .nr-pic .nr-tp img{
		width: 100%;
	}
	.i-brand {
	    padding-bottom: 20px;
	    padding-top: 28px;
	}
	.brand-auto .slick-dots{
		border: 0;
		position: absolute;
		bottom: -30px;
	}
	.brand-auto .slick-dots li button{
		display: none;
	}
	.i-brand .slick-slide{
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.i-brand ul{
		padding-bottom: 30px;
		border: 0;
	}
	.brand-auto .slick-dots{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.brand-auto .slick-dots li{
		display: inline-block;
		float: none;
		width: 8px !important;
		height: 8px;
		margin: 0 3px;
		background: #ccc;
		border-radius: 100%;
	}
	.brand-auto .slick-dots li.slick-active{
		background: #cf9d92;
	}
	.i-brand li .brand-li{
		z-index: 2;
		opacity: 1;
	}
}


/*内页导航*/
.bor-1{
	border-bottom: 1px solid #d2d2d2;
}
.wrap-sidenav
{
    position: relative;
    overflow: hidden;
    line-height: 58px;
	z-index: 999;
}
.nav-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	height: 60px;
	background: #1aa096;
	z-index: 999999;
}
@media (max-width: 1024px){
	.banner-in .text-in .banner-txt-1 span {
		height: 60px;
		margin-top: 10px;
	}
	
}
@media (max-width: 991px)
{
	
    .wrap-sidenav
    {
        height: 50px;
    }
    
}
@media (max-width: 767px)
{
 .wrap-sidenav
    {
    	height: 50px;
        margin-top: -0px;
    }
}
.wrap-sidenav .sidenav
{
    position: relative;
	float: left;
	width: 100%;
	
	height: 58px;
	overflow: hidden;
}
.wrap-sidenav .sidenav ul
{
    font-size: 0;
    position: relative;
    position: absolute;
    left: 0;
	height: 58px;
    overflow: hidden;
    white-space: nowrap;
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding-inline-start: 0px;
}
.wrap-sidenav .sidenav ul li
{
    display: inline-block;
	border-right: 1px solid #dcdcdc;

    
}
.wrap-sidenav .sidenav ul li:first-child{
	border-left: 1px solid #dcdcdc;
}
.wrap-sidenav .sidenav ul li:first-child
{
   
   }
.wrap-sidenav .sidenav ul li a
{
    font-size: 16px;
	color: #666;
    line-height: 58px;

    position: relative;

    display: block;

    height: 58px;
    padding: 0 40px;

}
.wrap-sidenav .sidenav ul li a img{
	margin-right: 20px;
}
.wrap-sidenav .sidenav ul li a .block{
	display: inline-block;
	padding-bottom: 3px;
}
.wrap-sidenav .sidenav ul li a .hover{
	display: none;
}
@media (max-width: 1680px){
	.wrap-sidenav .sidenav ul li a{
		padding: 0 60px;
	}
}
@media (max-width: 1440px){
	.wrap-sidenav .sidenav ul li a{
		padding: 0 48px;
	}
}
@media (max-width: 1400px){
	.wrap-sidenav .sidenav ul li a{
		padding: 0 36px;
	}
}
@media (max-width: 1199px){
	.wrap-sidenav{
		padding: 0 3%;
	}
	.wrap-sidenav .sidenav ul li a{
		padding: 0 18px;
	}
}
@media (max-width: 991px)
{
	
    .wrap-sidenav .sidenav ul li a
    {
        font-size: 15px;
        line-height: 50px;

        height: 50px;
        padding: 0 15px;
    }
	.wrap-sidenav .sidenav ul li a img{
		margin-right: 15px;
	}
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a{
	color: #fff;
	background: #ed1b23;
}
.wrap-sidenav .sidenav ul li.active a .block,
.wrap-sidenav .sidenav ul li:hover a .block
{
    display: none;
}
.wrap-sidenav .sidenav ul li.active a .hover,
.wrap-sidenav .sidenav ul li:hover a .hover
{
	display: inline-block;
	padding-bottom: 3px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
}
@media (max-width: 767px)
{
	.wrap-sidenav .sidenav ul{
		width: auto!important;
	}
	.wrap-sidenav .sidenav ul li a .block{
		/* display: none; */
	}
	.wrap-sidenav .sidenav ul li a .none{
		/* display: none; */
	}
	.wrap-sidenav .sidenav ul li a img{
		/* display: none; */
	}
}

/*集团简介*/
.about{
	float: left;
	width: 100%;
	padding: 60px 0 116px 0;
}

.title-address{
	float: left;
	width: 100%;
	position: relative;
	line-height: 32px;
	padding: 0 380px 0 200px;
}
.title-address .title{
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	font-size: 32px;
	font-size: 18px;
	color: #ed1b23;
}
.title-address .middle-xian{
	float: left;
	width: 100%;
	margin: 17px 0 14px 0;
	height: 1px;
	background: #d2d2d2;
	position: relative;
}
.title-address .middle-xian:after,
.title-address .middle-xian:before{
	position: absolute;
	left: 0;
	top: -3px;
	width: 7px;
	height: 7px;
	border: 2px solid #ddd;
	background: #fff;
	content: "";
	border-radius: 100%;
}
.title-address .middle-xian:before{
	left: auto;
	right: 0;
}
.title-address .address{
	float: left;
	position: absolute;
	right: 0;
	top: 0;
	width: 380px;
	text-align: right;
	font-size: 16px;
	font-size: 12px;
	color: #999;
}

.about-1{
	float: left;
	width: 100%;
	margin-top: 87px;
	padding: 111px 0 115px 0;
	background: url(../image/about/img-1.jpg) center no-repeat;
}
.about-1 .about-1-1{
	float: left;
	width: 25%;
	font-size: 20px;
	text-align: center;
	color: #fff;
	position: relative;
}
.about-1 .about-1-1:after{
	position: absolute;
	right: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 100%;
	content: "";
}
.about-1 .about-1-1:last-child:after{
	display: none;
}
.about-1 .about-1-1 .about-1-num{
	float: left;
	width: 100%;
	height: 65px;
	line-height: 65px;
}
.about-1 .about-1-1 .about-1-num span{
	font-family: 'AlternateGotNo1D';
	font-size: 64px;
}
.about-1 .about-1-1 .about-1-p{
	float: left;
	width: 100%;
}

.about-2{
	float: left;
	width: 100%;
	padding-top: 25px;
}
.about-2-title{
	float: left;
	width: 100%;
}
.about-2-title span{
	display: inline-block;
	font-size: 25px;
	line-height: 54px;
	color: #ed1b23;
	border-bottom: 3px solid #ff0000;
}
.about-2 .about-2-text{
	float: left;
	width: 100%;
	padding-top: 34px;
	line-height: 36px;
	font-size: 18px;
	color: #666;
	text-indent: 2em;
}
.about-2 .about-2-text img{
	max-width: 100%;
}

@media (max-width: 1400px){
	.about {
	    padding: 40px 0 40px 0;
	}
	.about-1{
		margin-top: 50px;
	}
	.title-address .title{
		font-size: 26px;
	}
	.title-address .address{
		font-size: 14px;
		font-size: 12px;
	}
	.about-1{
		padding: 80px 0;
	}
	.about-1 .about-1-1{
		font-size: 16px;
	}
	.about-1 .about-1-1 .about-1-num span{
		font-size: 48px;
	}
	.about-2-title span {
	    font-size: 22px;
	    line-height: 42px;
	}
	.about-2 .about-2-text {
	    padding-top: 20px;
	    line-height: 30px;
	    font-size: 16px;
	}
}
@media (max-width: 991px){
	.title-address .middle-xian{
		display: none;
	}
	.about {
	    padding: 20px 0 20px 0;
	}
	.about-1 .about-1-1{
		font-size: 14px;
	}
	.about-1 .about-1-1 .about-1-num{
		height: 40px;
		line-height: 40px;
	}
	.about-1 .about-1-1 .about-1-num span{
		font-size: 36px;
	}
	.about-1{
		padding: 40px 0;
	}
	.about-2 .about-2-text {
	    padding-top: 10px;
	    line-height: 28px;
	    font-size: 16px;
	}
	.about-2-title span {
	    font-size: 20px;
	    line-height: 38px;
	}
}
@media (max-width: 767px){
	.title-address{
		padding: 0;
		display: none;
	}
	.title-address .title{
		position: inherit;
		left: auto;
		top: auto;
		width: 100%;
		font-size: 18px;
	}
	.title-address .address{
		position: inherit;
		left: auto;
		top: auto;
		width: 100%;
		display: none;
	}
	.about-2-title span {
		font-size: 18px;
	}
	.about-1{
		margin-top: 20px;
	}
	.about-1 .about-1-1{
		width: 50%;
		margin: 10px 0;
	}
	
	.about-1 .about-1-1:nth-child(2n):after{
		display: none;
	}
	.about-1 {
	    padding: 30px 0;
	}
	.about-2 .about-2-text {
	    padding-top: 10px;
	    line-height: 24px;
	    font-size: 14px;
	}
}

/*发展历程*/
/* .about.course{
	padding-bottom: 375px;
}
.course-1{
	float: left;
	width: 100%;
	margin-top: 132px;
}
.course-1 .course-list{
	float: left;
	width: 100%;
}
.course-1 .course-list ul{
	float: left;
	width: 100%;
}
.course-1 .course-list ul li{
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 20px;
	min-height: 90px;
	position: relative;
}
.course-1 .course-list ul li:after{
	position: absolute;
	left: 50%;
	bottom: -10px;
	height: 100%;
	width: 1px;
	background: #b5b5b5;
	content: "";
	z-index: 1;
}
.course-1 .course-list ul li:last-child:after{
	display: none;
}
.course-1 .course-list ul li .course-li-p{
	float: left;
	width: 44.5%;
	
	font-size: 20px;
	color: #666;
}
.course-1 .course-list ul li .course-li-year{
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%,-0%);
	-ms-transform: translate(-50%,-0%);
	-moz-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
	width: 11%;
	text-align: center;
	z-index: 2;
}
.course-1 .course-list ul li .course-li-year span{
	font-family: 'AlternateGotNo1D';
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 36px;
	color: #ed1b23;
	text-align: center;
	border: 1px solid #b5b5b5;
	border-radius: 100%;
	position: relative;
	background: #fff;
	z-index: 2;
}
.course-1 .course-list ul li .course-li-xian{
	float: left;
	position: absolute;
	width: 44.5%;
	top: 50%;
	right: 0;
	border-top: 1px dashed #b5b5b5;
}
.course-1 .course-list ul li:nth-child(2n) .course-li-p{
	float: right;
}
.course-1 .course-list ul li:nth-child(2n) .course-li-xian{
	right: auto;
	left: auto;
}

@media (max-width: 1600px){
	.about.course {
	    padding-bottom: 120px;
	}
	.course-1{
		margin-top: 60px;
	}
	.course-1 .course-list ul li .course-li-p{
		font-size: 17px;
	}
}
@media (max-width: 1440px){
	.course-1 .course-list ul li .course-li-p{
		font-size: 15px;
	}
	.course-1 {
	    margin-top: 40px;
	}
	.about.course {
	    padding-bottom: 80px;
	}
	.course-1 .course-list ul li{
		padding-top: 24px;
	}
}
@media (max-width: 991px){
	.course-1 .course-list ul li{
		padding-top: 15px;
	}
	.course-1 .course-list ul li .course-li-p{
		width: 40%;
		font-size: 14px;
	}
	.course-1 .course-list ul li .course-li-xian{
		width: 40%;
	}
	.course-1 .course-list ul li .course-li-year{
		width: 20%;
	}
	
}
@media (max-width: 767px){
	.about.course{
		padding-bottom: 0;
	}
	.course-1 .course-list ul li .course-li-xian {
		display: none;
	}
	.course-1 .course-list ul li:after{
		display: none;
	}
	.course-1 .course-list ul{
		padding-top: 60px;
	}
	.course-1 .course-list ul li .course-li-year{
		top: -90px;
		
		float: left;
		width: 100%;
	}
	.course-1 .course-list ul li .course-li-p{
		float: left;
		width: 100%;
		line-height: 24px;
		font-size: 14px;
	}
	.course-1 .course-list ul li {
		padding-top: 15px;
		padding-bottom: 100px;
	}
} */
.about.course-2{
	padding-bottom: 60px;
}

.course-text{
	float: left;
	width: 100%;
	margin-top: 53px;
	/* padding-left: 85px; */
	padding-left: 60px;
	color: #fff;
	background: url(../image/about/img-3.jpg) center no-repeat;
}
.course-text .course-txt-1{
	float: left;
	width: 190px;
	padding-top: 768px;
	padding-bottom: 345px;
	/* padding-top: 788px;
	padding-bottom: 325px; */
	margin-right: 14px;
}
.course-text .course-txt-1.course-txt-2{
	width: 180px;
	padding-top: 628px;
	/* padding-top: 728px; */
	/* margin-right: 35px; */
	
}

.course-text .course-txt-1.course-txt-3{
	width: 190px;
	padding-top: 528px;
	margin-left: 10px;
}

.course-text .course-txt-1.course-txt-4{
	/* width: 260px; */
	width: 190px;
	/* padding-top: 428px; */
	padding-top: 480px;
	/* margin-right: 63px; */
}
.course-text .course-txt-1.course-txt-4{
	width: 190px;
	/* padding-top: 422px; */
	    padding-top: 400px;
	/* margin-right: 61px; */
}
.course-text .course-txt-1.course-txt-5{
	padding-top: 300px;
}
.course-text .course-txt-1.course-txt-7{
	width: 190px;
	padding-top: 123px;
	/* margin-right: 74px; */
}
.course-text .course-txt-1.course-txt-6{
	width: 190px;
	padding-top: 223px;
}
.course-text .course-txt-1.course-txt-8{
    padding-top: 10px;
}

.course-text .course-txt-1 .course-txt-con-1{
	float: left;
	width: 100%;
	margin-top: 24px;
}
.course-text .course-txt-1 .course-txt-con-1 .course-year{
	font-family: 'AlternateGotNo1D';
	float: left;
	width: 100%;
	line-height: 60px;
	font-size: 48px;
}
.course-text .course-txt-1 .course-txt-con-1 .course-span{
	float: none;
	display: inline-block;
	line-height: 0;
	position: relative;
	top: -8px;
	margin-left: 10px;
}
.course-text .course-txt-1 .course-txt-con-1 .course-span span{
	display: inline-block;
	padding: 0 10px;
	line-height: 33px;
	background: #ed1b23;
	border-radius: 17px;
	font-size: 18px;
}
.course-text .course-txt-1 .course-txt-con-1 .course-p{
	float: left;
	width: 100%;
	line-height: 30px;
	margin-top: 9px;
	font-size: 16px;
}




@media (max-width: 1680px){
	.course-text {
	    margin-top: 40px;
	    padding-left: 40px;
	}
	.course-text .course-txt-1{
		width: 12.5%;
		padding-top: 788px;
		padding-bottom: 305px;
		margin-right: 0px;
		padding-right: 1%;
	}
	.course-text .course-txt-1.course-txt-2{
		width: 12.5%;
		padding-top: 728px;
		margin-right: 0px;
	}
	.course-text .course-txt-1.course-txt-2-06{
		width: 12.5%;
		padding-top: 608px;
		margin-left: 0px;
	}
	.course-text .course-txt-1.course-txt-3{
		width: 12.5%;
		padding-top: 548px;
		margin-right: 0px;
	}
	.course-text .course-txt-1.course-txt-4{
		width: 12.5%;
		padding-top: 422px;
		margin-right: 0px;
	}
	.course-text .course-txt-1.course-txt-4-17{
		padding-top: 300px;
	}
	.course-text .course-txt-1.course-txt-5{
		width: 12.5%;
		padding-top: 123px;
		margin-right: 0px;
	}
	.course-text .course-txt-1.course-txt-6{
		width: 12.5%;
		padding-top: 223px;
	}
	/* .course-text .course-txt-1{
		width: 12%;
		padding-top: 788px;
		padding-bottom: 305px;
		margin-right: 20px;
	}
	.course-text .course-txt-1.course-txt-2{
		width: 12%;
		padding-top: 728px;
		margin-right: 20px;
	}
	.course-text .course-txt-1.course-txt-3{
		width: 14.9%;
		padding-top: 418px;
		margin-right: 80px;
	}
	.course-text .course-txt-1.course-txt-4{
		width: 12%;
		padding-top: 422px;
		margin-right: 80px;
	}
	.course-text .course-txt-1.course-txt-5{
		width: 13.8%;
		padding-top: 223px;
		margin-right: 74px;
	}
	.course-text .course-txt-1.course-txt-6{
		width: 13.2%;
		padding-top: 223px;
	} */
	.course-text .course-txt-1 .course-txt-con-1 .course-span span{
		font-size: 16px;
	}
	.course-text .course-txt-1 .course-txt-con-1 .course-p {
	    line-height: 24px;
	    margin-top: 5px;
	    font-size: 14px;
	}
}
@media (max-width: 1440px){
	.course-text{
		background-size: 100% auto;
	}
	.course-text .course-txt-1 .course-txt-con-1 .course-span span{
		font-size: 12px;
	}
.course-text .course-txt-1 .course-txt-con-1 .course-year{
	font-size: 38px;
}
	.course-text .course-txt-1 .course-txt-con-1 .course-p{
		font-size: 12px;
	}
	.course-text .course-txt-1{
		padding-top: 588px;
		padding-bottom: 205px;
	}
	.course-text .course-txt-1.course-txt-2{
		padding-top: 528px;
	}
	.course-text .course-txt-1.course-txt-2-06{
		padding-top: 408px;
	}
	.course-text .course-txt-1.course-txt-3{
		padding-top: 358px;
	}
	.course-text .course-txt-1.course-txt-4{
		padding-top: 282px;
	}
	.course-text .course-txt-1.course-txt-4-17{
		padding-top: 200px;
	}
	.course-text .course-txt-1.course-txt-5{
		padding-top: 23px;
	}
	.course-text .course-txt-1.course-txt-6{
		padding-top: 123px;
	}
	/* .course-text .course-txt-1 {
	    padding-top: 488px;
	    padding-bottom: 105px;
	}
	.course-text .course-txt-1.course-txt-2{
		padding-top: 428px;
	}
	.course-text .course-txt-1.course-txt-3{
		padding-top: 118px;
	}
	.course-text .course-txt-1.course-txt-4{
		padding-top: 118px;
	}
	.course-text .course-txt-1.course-txt-5{
		    padding-top: 73px;
	}
	.course-text .course-txt-1.course-txt-6{
		width: 15%;
		padding-top: 23px;
		margin-right: 0;
	} */
}

@media (max-width: 1366px){
	
}
@media (max-width: 1199px){
	.course-text{
		background-size: 100% auto;
	}
	.course-text .course-txt-1{
		margin-right: 10px;
		width: 15%;
		padding-bottom: 220px;
	}
	.course-text .course-txt-1 .course-txt-con-1{
		margin-top: 10px;
	}
	.course-text .course-txt-1 .course-txt-con-1 .course-year {
	    line-height: 40px;
	    font-size: 36px
	}
	.course-text .course-txt-1 .course-txt-con-1 .course-p{
		line-height: 18px;
	}
	.course-text .course-txt-1.course-txt-2{
		margin-right: 10px;
		width: 15%;
	}
	.course-text .course-txt-1.course-txt-3{
		margin-right: 20px;
	}
	.course-text .course-txt-1.course-txt-4{
		margin-right: 20px;
		width: 15%;
	}
	.course-text .course-txt-1.course-txt-5{
		margin-right: 20px;
		width: 15%;
	}
	.course-text{
		padding-left: 20px;
	}

	.course-text{
		padding: 30px 3%;
	}
	.course-text .course-txt-1{
		float: left;
		width: 50%!important;
		margin: 0!important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		padding-right: 20px!important;
	}
	.course-text .course-txt-1 .course-txt-con-1 .course-p{
		height: 54px;
		overflow: hidden;
	}
	.about.course-2{
		padding-bottom: 40px;
	}
}
@media (max-width: 767px){
	.course-text{
		background-size: auto 100%;
	}
	.about.course-2 {
	    padding-bottom: 20px;
	}
	.course-text .course-txt-1{
		width: 50%!important;
		margin: 0;
		/* padding-right: 0!important; */
	}
/* 	.course-text .course-txt-1.course-txt-6 {
		width: 100%!important;
	}
	.course-text .course-txt-1.course-txt-6 .course-txt-con-1{
		width: 50%;
	} */
	.course-text .course-txt-1 .course-txt-con-1 .course-p{
		height: 90px;
	}
	.course-text {
	    padding: 20px 3%;
		margin-top: 20px;
	}
}

/*企业文件*/
.about.culture{
	
}
.culture-1{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.culture-1 .culture-top{
	float: left;
	width: 100%;
}
.culture-li-1{
	float: left;
	width: 50%;
	background: #f9f9f9;
	margin-top: -2px;
}
.culture-li-1 .culture-li-pic{
	float: left;
	width: 50%;
}
.culture-li-1 .culture-li-pic img{
	width: 100%;
}
.culture-li-1:nth-child(3) .culture-li-pic,
.culture-li-1:nth-child(4) .culture-li-pic{
	float: right;
}

.culture-li-1 .culture-li-text{
	float: left;
	width: 50%;
	padding: 54px 12.4% 44px 12.4%;
}
.culture-li-1 .culture-li-text .culture-li-span{
	float: left;
	width: 100%;
	height: 56px;
}
.culture-li-1 .culture-li-text .culture-li-span span{
	display: inline-block;
	height: 56px;
	line-height: 53px;
	border-bottom: 3px solid #e60012;
	font-size: 32px;
	color: #ed1b23;
	overflow: hidden;
}
.culture-li-1 .culture-li-text .culture-li-p{
	float: left;
	width: 100%;
	height: 72px;
	line-height: 36px;
	margin-top: 14px;
	font-size: 20px;
	color: #555;
	overflow: hidden;
}

.culture-bot{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.culture-bot .culture-bot-text{
	float: left;
	width: 50%;
	padding: 38px 7.7% 52px 7.7%;
	background: #f9f9f9;
}
.culture-bot .culture-bot-text .culture-bot-te-title{
	float: left;
	width: 100%;
	padding-left: 26px;
}
.culture-bot .culture-bot-text .culture-bot-te-title span{
	display: inline-block;
	height: 54px;
	line-height: 51px;
	font-size: 32px;
	color: #ed1b23;
	border-bottom: 3px solid #ed1b23;
}
.culture-bot .culture-bot-text .culture-bot-te-span{
	float: left;
	width: 100%;
	margin-top: 24px;
}
.culture-bot .culture-bot-text .culture-bot-te-span span{
	display: inline-block;
	line-height: 42px;
	border: 1px dashed #ed1b23;
	border-radius: 21px;
	padding: 0 24px;
	font-size: 24px;
	color: #ed1b23;
}
.culture-bot .culture-bot-text .culture-bot-te-p{
	float: left;
	width: 100%;
	padding-left: 26px;
	padding-top: 17px;
	line-height: 36px;
	font-size: 20px;
	color: #666;
}
.culture-bot .culture-bot-pic{
	float: left;
	width: 50%;
}
.culture-bot .culture-bot-pic img{
	width: 100%;
}
@media (max-width: 1680px){
	.culture-li-1 .culture-li-text {
	    padding: 40px 10% 40px 10%;
	}
	.culture-bot .culture-bot-text {
	    padding: 20px 3% 26px 3%;
	}
	.culture-li-1 .culture-li-text .culture-li-span{
		height: 42px;
	}
	.culture-li-1 .culture-li-text .culture-li-span span {
	    height: 42px;
	    line-height: 40px;
	    border-bottom: 2px solid #e60012;
	    font-size: 26px;
	}
	.culture-li-1 .culture-li-text .culture-li-p {
	    height: 60px;
	    line-height: 30px;
	    margin-top: 10px;
	    font-size: 18px;
	}
}
@media (max-width: 1600px){
	.culture-bot .culture-bot-text .culture-bot-te-span{
		margin-top: 18px;
	}
	.culture-bot .culture-bot-text {
	    padding: 16px 3% 21px 3%;
	}
}
@media (max-width: 1440px){
	.culture-li-1 .culture-li-text {
	    padding: 30px 8% 32px 8%;
	}
	.culture-bot .culture-bot-text {
	    padding: 18px 3% 24px 3%;
	}
	.culture-bot .culture-bot-text .culture-bot-te-title{
		padding-left: 2%;
	}
	.culture-bot .culture-bot-text .culture-bot-te-title span {
	    height: 42px;
	    line-height: 40px;
	    font-size: 26px;
	    border-bottom: 2px solid #ed1b23;
	}
	.culture-li-1 .culture-li-text .culture-li-span span{
		font-size: 26px;
	}
	.culture-li-1 .culture-li-text .culture-li-p{
		font-size: 18px;
	}
	.culture-bot .culture-bot-text .culture-bot-te-p {
	    padding-left: 2%;
	    padding-top: 10px;
	    line-height: 30px;
	    font-size: 18px;
	}
}
@media (max-width: 1400px){
	.culture-li-1 .culture-li-text {
		padding: 28px 10% 28px 10%;
	}
}
@media (max-width: 1366px){
	.culture-li-1{
		margin-top: 0;
	}
	.culture-li-1 .culture-li-text {
		padding: 28px 10% 28px 10%;
	}
	.culture-bot .culture-bot-text {
	    padding: 20px 3% 27px 3%;
	}
}
@media (max-width: 1199px){
	.culture-li-1{
		width: 100%;
		margin-top: 20px;
	}
	.culture-li-1:nth-child(3) .culture-li-pic,
	.culture-li-1:nth-child(4) .culture-li-pic{
		float: left;
	}
	.culture-li-1:nth-child(2n) .culture-li-pic{
		float: right;
	}
	.culture-li-1 .culture-li-text {
	    padding: 78px 10% 78px 10%;
	}
	.culture-bot .culture-bot-text .culture-bot-te-title span {
	    height: 36px;
	    line-height: 34px;
	    font-size: 20px;
	    border-bottom: 2px solid #ed1b23;
	}
	.culture-bot .culture-bot-text .culture-bot-te-span {
	    margin-top: 10px;
	}
	.culture-bot .culture-bot-text .culture-bot-te-span span {
	    line-height: 32px;
	    border-radius: 16px;
	    padding: 0 12px;
	    font-size: 16px;
	}
	.culture-bot .culture-bot-text .culture-bot-te-p {
	    padding-top: 5px;
	    line-height: 24px;
	    font-size: 14px;
	}
	.culture-bot .culture-bot-text {
	    padding: 14px 3% 17px 3%;
	}
}
@media (max-width: 991px){
	.culture-li-1 .culture-li-text .culture-li-span span{
		font-size: 20px;
	}
	.culture-li-1 .culture-li-text .culture-li-p {
	    font-size: 14px;
	}
	.culture-li-1 .culture-li-text {
	    padding: 43px 10% 44px 10%;
	}
	.culture-bot .culture-bot-text{
		width: 100%;
	}
	.culture-bot .culture-bot-pic{
		width: 100%;
	}
}
@media (max-width: 767px){
	
	.culture-li-1{
		width: 100%;
		margin-top: 10px;
	}
	.culture-li-1 .culture-li-pic{
		width: 100%;
	}
	.culture-li-1 .culture-li-text {
		width: 100%;
	    padding: 15px 6% 15px 6%;
	}
	.culture-1{
		margin-top: 10px;
	}
	.culture-li-1 .culture-li-text .culture-li-span span {
	    height: 34px;
	    line-height: 32px;
		font-size: 18px;
	}
	.culture-li-1 .culture-li-text .culture-li-p {
	    height: 48px;
	    line-height: 24px;
	    margin-top: 5px;
	}
	.culture-bot{
		margin-top: 15px;
	}
}

/*荣誉资质*/
.honor{
	padding: 50px 0 116px 0;
}
.honor-1{
	float: left;
	width: 100%;
	height: 0;
	padding-bottom: 42.64367816091954%;
	position: relative;
	margin-top: 52px;
}
.honor-1 img{
	width: 100%;
}
.wrap-ambient{
	position: absolute;
	top: -0;
	left: 0;
}
.wrap-ambient .ambient
{
   float: left;
  width: 100%;
   padding-top: 226px;
   padding-left: 65px;
}
.wrap-ambient .ambient ul
{
    float: left;
    width: 1180px;
    height: 315px;
	margin: 0;
	overflow-x: auto;
	position:relative;
	overflow-y:hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
}

/*修改滚动条样式*/
.wrap-ambient .ambient ul::-webkit-scrollbar{
	height:13px;
}
.wrap-ambient .ambient ul::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:10px;
}
.wrap-ambient .ambient ul::-webkit-scrollbar-thumb{
  background: #ff0000;
  border-radius:10px;
}
.wrap-ambient .ambient ul::-webkit-scrollbar-thumb:hover{
  background: #ff0000;
}
.wrap-ambient .ambient ul::-webkit-scrollbar-corner{
  background: #f9f9f9;
}


.wrap-ambient .ambient ul li
{
	height: 272px;
	margin: 0 9px;
}

.wrap-ambient .ambient .item
{
	float: left;
	height: 100%;
}
.wrap-ambient .ambient .item .img-box
{
	float: left;
	height: 100%;
	padding-bottom: 0;
	text-align: center;
}
.wrap-ambient .ambient .item .img-box img
{
	position: inherit;
	left: auto;
	top: auto;
	display: inline-block;
	width: auto;
	height: 216px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wrap-ambient .ambient .item p
{
    font-size: 16px;
    line-height: 56px;
    display: -webkit-box;
    overflow: hidden;
    height: 56px;
	line-height: 24px;
	max-width: 400px;
    margin: 4px 0 4px 0;
    text-align: center;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	font-weight: 300;
	
}
.wrap-ambient .ambient .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-ambient .ambient .showMorehandle
{
    margin-top: 50px;
    text-align: center;
}
.wrap-ambient .ambient .showMorehandle a
{
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    display: inline-block;
    width: 44px;
    height: 44px;
    color: #fff;
    border-radius: 50%;
    background-color: #243376;
}
.wrap-ambient .ambient .showMorehandle a:hover
{
    background-color: rgba(36, 51, 118, .9);
}

@media (max-width: 1600px){
	.wrap-ambient .ambient{
		padding-top: 206px;
	}
}
@media (max-width: 1440px){
	.wrap-ambient .ambient {
	    padding-top: 166px;
		padding-left: 3%;
	}
	.wrap-ambient .ambient ul{
		width: 850px;
		height: 300px;
	}
	.wrap-ambient .ambient ul::-webkit-scrollbar{
		height:10px;
	}
}
@media (max-width: 1199px){
	.wrap-ambient .ambient {
	    padding-top: 66px;
	}
	.wrap-ambient .ambient ul{
		width: 650px;
		height: 300px;
	}
	
}
@media (max-width: 991px){
	.honor-1 img{
		height: 500px;
		width: auto;
	}
}

@media (max-width: 767px){
	.honor {
	    padding: 20px 0 20px 0;
	}
	.honor-1{
		height: auto;
		margin-top: 0;
		padding-bottom: 0;
	}
	.honor-1 img{
		display: none;
	}
	.wrap-ambient{
		position: inherit;
		left: auto;
		top: auto;
		float: left;
		width: 100%;
	}
	.wrap-ambient .ambient {
	    padding-top: 0px;
	    padding-left: 0%;
	}
	.wrap-ambient .ambient ul{
		margin-top: 0;
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
	}
	.wrap-ambient .ambient ul li{
		float: left;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}
	.wrap-ambient .ambient .item{
		width: 100%;
	}
	.wrap-ambient .ambient .item .img-box{
		width: 100%;
	}
	.wrap-ambient .ambient .item p {
	    font-size: 16px;
	    line-height: 56px;
	    height: 56px;
		color: #333;
	}
	.wrap-ambient .ambient .item .img-box img{
		display: inline-block;
		width: auto;
		height: auto;
		max-width: 100%;
	}
}


/*董事长致辞*/
.founder-1{
	float: left;
	width: 100%;
	margin-top: 58px;
	position: relative;
	padding-left: 775px;
}
.founder-1-pic{
	width: 775px;
	position: absolute;
	left: 0;
	top: 0;
}
.founder-1-pic img{
	width: 100%;
}
.founder-1-text{
	float: left;
	width: 100%;
	padding-left: 68px;
	padding-top: 15px;
}
.founder-1-text .founder-1-tit{
	float: left;
	width: 100%;
}
.founder-1-text .founder-1-tit span{
	display: inline-block;
	padding: 0 38px;
	height: 64px;
	line-height: 64px;
	background: #ed1b23;
	font-size: 32px;
	color: #fff;
	border-radius: 34px;
}
.founder-1-text .founder-1-p{
	float: left;
	width: 100%;
	margin-top: 34px;
	line-height: 36px;
	font-size: 18px;
	color: #333;
	text-indent: 2em;
}
.founder-1-text .founder-1-fod{
	float: left;
	width: 100%;
	margin-top: 38px;
}
.founder-1-text .founder-1-fod span{
	float: right;
	display: inline-block;
	line-height: 34px;
	font-size: 18px;
	color: #666;
	border-bottom: 1px solid #797979;
}
@media (max-width: 1600px){
	.founder-1 {
	    margin-top: 50px;
	    padding-left: 50%;
	}
	.founder-1-pic{
			width: 50%;
	}
	.founder-1-text{
		padding-left: 4%;
	}
	.founder-1-text .founder-1-tit span {
	    padding: 0 24px;
	    height: 48px;
	    line-height: 48px;
	    font-size: 24px;
	    border-radius: 24px;
	}
	.founder-1-text .founder-1-p {
	    margin-top: 12px;
	    line-height: 32px;
	    font-size: 16px;
	}
	.founder-1-text .founder-1-fod{
		margin-top: 15px;
	}
	.founder-1-text .founder-1-fod span {
	    line-height: 32px;
	    font-size: 16px;
	}
}
@media (max-width: 1199px){
	.founder-1{
		padding-left: 0;
	}
	.founder-1-pic{
		position: inherit;
		left: auto;
		top: auto;
		width: 100%;
	}
	.founder-1-text{
		width: 100%;
	}
	.founder-1-text {
	    padding-left: 0%;
		padding-top: 30px;
	}
}
@media (max-width: 1199px){
	.founder-1{
		margin-top: 20px;
	}
	.founder-1-text{
		padding-top: 20px;
	}
	.founder-1-text .founder-1-tit span {
	    padding: 0 24px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 18px;
	    border-radius: 18px;
	}
	.founder-1-text .founder-1-p {
	    margin-top: 10px;
	    line-height: 28px;
	    font-size: 14px;
	}
	.founder-1-text .founder-1-fod span {
	   line-height: 28px;
	   font-size: 14px;
	}
}

/*产业视界*/
.horizon-1{
	float: left;
	width: 100%;
	margin-top: 64px;
}
.horizon-1 .horizon-1-top{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.horizon-1 .horizon-1-top .horizon-1-top-img{
	width: 100%;
}
.horizon-1 .horizon-1-top .horizon-abs{
	position: absolute;
	left: 71.8%;
	top: 50%;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
}
.horizon-1 .horizon-1-top .horizon-abs img{
	float: left;
}
.horizon-1 .horizon-1-top .horizon-abs-span{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.horizon-1 .horizon-1-top .horizon-abs-span span{
	display: inline-block;
	padding: 0 30px;
	line-height: 75px;
	border-radius: 38px;
	font-size: 42px;
	color: #fff;
	background: #ff0000;
}

.horizon-1 .horizon-1-bottom{
	float: left;
	width: 100%;
}
.horizon-1 .horizon-1-bottom ul{
	float: left;
	width: 100%;
}
.horizon-1 .horizon-1-bottom ul li{
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-top: 46px;
	position: relative;
}
.horizon-1 .horizon-1-bottom ul li img{
	width: 100%;
}
.horizon-1 .horizon-1-bottom ul li:nth-child(2n){
	margin-right: 0%;
}
.horizon-1 .horizon-1-bottom ul li .horizon-1-bo{
	position: absolute;
	right: 12%;
	top: 50%;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
}
.horizon-1 .horizon-1-bottom ul li .horizon-1-bo span{
	display: inline-block;
	padding: 0 30px;
	line-height: 75px;
	border-radius: 38px;
	font-size: 42px;
	color: #fff;
	background: #ff0000;
}
.horizon-1 .horizon-1-bottom ul li:nth-child(2n) .horizon-1-bo{
	right: auto;
	left: 12%;
}

@media (max-width: 1600px){
	.horizon-1{
		margin-top: 40px;
	}
	.horizon-1 .horizon-1-top .horizon-abs{
		left: 68%;
	}
	.horizon-1 .horizon-1-bottom ul li .horizon-1-bo{
		right: 8%;
	}
	.horizon-1 .horizon-1-bottom ul li:nth-child(2n) .horizon-1-bo {
	    left: 8%;
	}
}
@media (max-width: 1440px){
	.horizon-1 .horizon-1-top .horizon-abs img{
		width: 300px;
	}
	.horizon-1 .horizon-1-top .horizon-abs-span span {
	    padding: 0 24px;
	    line-height: 60px;
	    border-radius: 30px;
	    font-size: 30px;
	}
	.horizon-1 .horizon-1-bottom ul li .horizon-1-bo span{
		padding: 0 24px;
		line-height: 60px;
		border-radius: 30px;
		font-size: 30px;
	}
}
@media (max-width: 1199px){
	.horizon-1 .horizon-1-top .horizon-abs-span span {
	    padding: 0 20px;
	    line-height: 48px;
	    border-radius: 24px;
	    font-size: 22px;
	}
	.horizon-1 .horizon-1-bottom ul li .horizon-1-bo span{
		padding: 0 20px;
		line-height: 48px;
		border-radius: 24px;
		font-size: 22px;
	}
	.horizon-1 .horizon-1-bottom ul li .horizon-1-bo{
		right: 4%;
	}
	.horizon-1 .horizon-1-bottom ul li:nth-child(2n) .horizon-1-bo{
		left: 4%;
	}
	.horizon-1 .horizon-1-top .horizon-abs img {
	    width: 200px;
	}
	.horizon-1 .horizon-1-top .horizon-abs-span{
		margin-top: 15px;
	}
	.horizon-1 .horizon-1-top .horizon-abs{
		left: 72%;
	}
	.horizon-1 .horizon-1-bottom ul li{
		margin-top: 30px;
	}
}

@media (max-width: 991px){
	.horizon-1 .horizon-1-bottom ul li{
		margin-top: 20px;
	}
	.horizon-1 .horizon-1-top .horizon-abs{
		left: 68%;
	}
	.horizon-1{
		margin-top: 50px;
	}
	.horizon-1 .horizon-1-top .horizon-abs-span span {
	    padding: 0 16px;
	    line-height: 36px;
	    border-radius: 20px;
	    font-size: 20px;
	}
	.horizon-1 .horizon-1-bottom ul li .horizon-1-bo span{
		padding: 0 16px;
		line-height: 36px;
		border-radius: 20px;
		font-size: 20px;
	}
}
@media (max-width: 767px){
	.horizon-1 .horizon-1-top .horizon-1-top-img{
		width: 200%;
		margin-left: -50%;
	}
	.horizon-1 .horizon-1-bottom ul li{
		width: 100%;
		margin-right: 0;
	}
	.horizon-1 {
	    margin-top: 20px;
	}
	.horizon-1 .horizon-1-top .horizon-abs{
		left: 4%;
	}
	.horizon-1 .horizon-1-top .horizon-abs img{
		width: 150px;
	}
	.horizon-1 .horizon-1-top .horizon-abs-span span {
	    padding: 0 14px;
	    line-height: 28px;
	    border-radius: 14px;
	    font-size: 16px;
	}
	.horizon-1 .horizon-1-bottom ul li .horizon-1-bo span{
		padding: 0 14px;
		line-height: 28px;
		border-radius: 14px;
		font-size: 16px;
	}
}

/*新闻*/
.news{
	float: left;
	width: 100%;
	margin: 53px 0 159px 0;
	position: relative;
}
.news .news-left{
	float: left;
	width: 250px;
	position: absolute;
	left: 0;
	top: 0;
}
.news .news-left .news-left-title{
	float: left;
	width: 100%;
	padding: 15px 25px 14px 25px;
	color: #fff;
	background: url(../image/news/bg-1.jpg) no-repeat;
}
.news .news-left .news-left-title .news-left-ti-cn{
	float: left;
	width: 100%;
	line-height: 31px;
	font-size: 24px;
}
.news .news-left .news-left-title .news-left-ti-en{
	font-family: 'ITC Avant Garde Gothic';
	float: left;
	width: 100%;
	line-height: 24px;
	font-size: 18px;
}
.news .news-left .news-left-nav{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.news .news-left .news-left-nav ul{
	float: left;
	width: 100%;
}
.news .news-left .news-left-nav ul li{
	float: left;
	width: 100%;
	padding: 9px 15px;
	border-bottom: 1px dashed #dcdcdc;
}
.news .news-left .news-left-nav ul li a{
	display: block;
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 32px;
	border-radius: 18px;
	position: relative;
	color: #666;
}
.news .news-left .news-left-nav ul li a:after{
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -2px;
	width: 5px;
	height: 5px;
	background: #d81319;
	border-radius: 100%;
	content: "";
}
.news .news-left .news-left-nav ul li:hover a,
.news .news-left .news-left-nav ul li.hover a{
	background: #ff0000;
	color: #fff;
}
.news .news-left .news-left-nav ul li:hover a:after,
.news .news-left .news-left-nav ul li.hover a:after{
	background: #fff;
}
.news .news-right{
	float: right;
	width: 78.7%;
	padding-top: 8px;
}
.news .news-right .news-ri-top{
	float: left;
	width: 100%;
	padding-top: 60px;
}
.news .news-right .news-ri-top-left{
	float: left;
	width: 48.1%;
}
.news .news-right .news-ri-top-left a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.news .news-right .news-ri-top-left a img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news .news-right .news-ri-top-left:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.news .news-right .news-ri-top-left .news-ri-top-left-text{
	float: left;
	width: 100%;
	padding: 28px 4.5% 50px 4.5%;
	background: #f9f9f9;
}
.news .news-right .news-ri-top-left .news-ri-top-left-text .news-ri-top-left-title{
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	color: #444;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .news-right .news-ri-top-left .news-ri-top-left-text .news-ri-top-left-time{
	float: left;
	width: 100%;
	line-height: 22px;
	font-size: 14px;
	color: #999;
}
.news .news-right .news-ri-top-left .news-ri-top-left-text .news-ri-top-left-p{
	float: left;
	width: 100%;
	line-height: 30px;
	margin-top: 7px;
	font-size: 16px;
	color: #777;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news .news-right .news-ri-top-left .news-ri-top-left-text .news-ri-top-left-link{
	float: left;
	width: 100%;
	margin-top: 17px;
}
.news .news-right .news-ri-top-left .news-ri-top-left-text .news-ri-top-left-link a{
	display: inline-block;
	width: 118px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	border-radius: 21px;
	text-align: center;
	background: #ed1b23;
	color: #fff;
}
.news .news-right .news-ri-top-left .news-ri-top-left-text .news-ri-top-left-link a:hover{
	opacity: 0.9;
}
.news .news-right .news-ri-top-left:hover .news-ri-top-left-text .news-ri-top-left-title{
	color: #ed1b23;
}
.news .news-right .news-ri-top-right{
	float: left;
	width: 51.9%;
}
.news .news-right .news-ri-top-right ul{
	float: left;
	width: 100%;
}
.news .news-right .news-ri-top-right ul li{
	float: left;
	width: 46.7%;
	margin-left: 3.3%;
	margin-bottom: 24px;
}
.news .news-right .news-ri-top-right ul li a{
	display: inline-block;
	float: left;
	width: 100%;
	overflow: hidden;
}
.news .news-right .news-ri-top-right ul li a img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news .news-right .news-ri-top-right ul li:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.news .news-right .news-ri-top-right .news-ri-top-ri-text{
	float: left;
	width: 100%;
	padding: 17px 4.2% 29px 4.2%;
	line-height: 30px;
	background: #f9f9f9;
}
.news .news-right .news-ri-top-right .news-ri-top-ri-text .news-ri-top-ri-p{
	float: left;
	width: 100%;
	height: 60px;
	font-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .news-right .news-ri-top-right .news-ri-top-ri-text .news-ri-top-ri-time{
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #006a5e;
}
.news .news-right .news-ri-top-right ul li:hover .news-ri-top-ri-text .news-ri-top-ri-p{
	color: #ed1b23;
}

.news-list{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.news-list ul{
	float: left;
	width: 100%;
}
.news-list ul li{
	float: left;
	width: 49.3%;
	margin-right: 1.4%;
	margin-top: 20px;
	position: relative;
	padding-left: 113px;
}
.news-list ul li:nth-child(2n){
	margin-right: 0%;
}
.news-list ul li .news-li-time{
	position: absolute;
	left: 0;
	top: 0;
	width: 113px;
	height: 113px;
	padding-top: 20px;
	background: #ed1b23;
	color: #fff;
	text-align: center;
}
.news-list ul li .news-li-time .news-li-day{
	font-family: 'ITC Avant Garde Gothic1';
	font-weight: bold;
	float: left;
	width: 100%;
	height: 51px;
	line-height: 51px;
	font-size: 56px;
	overflow: hidden;
}
.news-list ul li .news-li-time .news-li-year{
	font-family: 'ITC Avant Garde Gothic';
	float: left;
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 16px;
	overflow: hidden;
}
.news-list ul li .news-li-text{
	float: left;
	width: 100%;
	padding: 22px 7.8% 21px 5.8%;
	background: #f9f9f9;
}
.news-list ul li .news-li-text .news-li-title{
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list ul li .news-li-text .news-li-p{
	float: left;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list ul li:hover .news-li-text .news-li-title{
	color: #ed1b23;
}

@media (max-width: 1440px){
	.news-list{
		margin-top: 0;
	}
	.news .news-right .news-ri-top-left .news-ri-top-left-text .news-ri-top-left-title{
		font-size: 18px;
	}
	.news .news-right .news-ri-top-right .news-ri-top-ri-text .news-ri-top-ri-p{
		font-size: 18px;
	}
	.news {
	    margin: 20px 0 50px 0;
	}
	.news-list ul li .news-li-text .news-li-title{
		font-size: 18px;
	}
	.news-list ul li .news-li-time .news-li-day{
		font-size: 48px;
	}
}
@media (max-width: 1199px){
	.news .news-left{
		position: inherit;
		left: auto;
		top: auto;
	}
	.news .news-left{
		width: 100%;
	}
	.news .news-left .news-left-title{
		width: 25%;
	}
	.news .news-left .news-left-nav{
		width: 75%;
		margin-top: 24px;
	}
	.news .news-left .news-left-nav ul li{
		width: 25%;
		padding: 0px 10px;
		border-bottom: 0;
	}
	.news .news-right{
		width: 100%;
		margin-top: 30px;
	}
	.news .news-right .news-ri-top{
		padding-top: 40px;
	}
	.news .news-right .news-ri-top-left .news-ri-top-left-text .news-ri-top-left-title{
		font-size: 16px;
	}
	.news .news-right .news-ri-top-left .news-ri-top-left-text .news-ri-top-left-p{
		font-size: 14px;
	}
	.news .news-right .news-ri-top-right .news-ri-top-ri-text .news-ri-top-ri-p{
		font-size: 16px;
	}
	.news-list ul li .news-li-text .news-li-title{
		font-size: 16px;
	}
	.news-list ul li .news-li-text .news-li-p{
		font-size: 14px;
	}
}
@media (max-width: 991px){
	.news .news-right .news-ri-top {
		padding-top: 60px;
	}
	.news .news-right .news-ri-top-left{
		width: 100%;
	}
	.news .news-right .news-ri-top-right{
		width: 100%;
	}
	.news .news-right .news-ri-top-right ul li{
		margin-left: 0;
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 0;
		margin-top: 24px;
	}
	.news .news-right .news-ri-top-right ul li:nth-child(2n){
		margin-right: 0%;
	}
	.news-list ul li{
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
}
@media (max-width: 767px){
	.news {
	    margin: 20px 0 20px 0;
	}
	.news .news-left .news-left-title{
		width: 50%;
	}
	.news .news-left .news-left-nav{
		width: 50%;
		margin-top: 0;
	}
	.news .news-left .news-left-nav ul li{
		width: 100%;
		margin-top: 5px;
	}
	.news .news-left .news-left-title {
	    padding: 10px 3% 10px 3%;
	}
	.news .news-left .news-left-nav ul li a{
		height: 32px;
		line-height: 32px;
	}
	.news .news-left .news-left-title .news-left-ti-cn{
		font-size: 20px;
	}
	.news .news-left .news-left-title .news-left-ti-en{
		font-size: 14px;
	}
	.news .news-right{
		margin-top: 10px;
	}
	.news .news-right .news-ri-top{
		padding-top: 20px;
	}
	.news .news-right .news-ri-top-left .news-ri-top-left-text {
	    padding: 10px 3% 10px 3%;
	}
	.news .news-right .news-ri-top-left .news-ri-top-left-text .news-ri-top-left-link a {
	    width: 100px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 14px;
	    border-radius: 18px;
	}
	.news .news-right .news-ri-top-right ul li{
		width: 100%;
		margin-right: 0;
	}
	.news .news-right .news-ri-top-right .news-ri-top-ri-text {
	    padding: 10px 3% 10px 3%;
	    line-height: 24px;
	}
	.news .news-right .news-ri-top-right .news-ri-top-ri-text .news-ri-top-ri-p{
		height: auto;
		line-height: 24px;
		padding: 5px 0 5px 0;
	}
	.news .news-right .news-ri-top-right .news-ri-top-ri-text .news-ri-top-ri-time{
		height: 20px;
		line-height: 20px;
	}
	.news .news-right .news-ri-top-right ul li{
		margin-top: 15px;
	}
	.news-list ul li .news-li-time{
		width: 76px;
		height: 76px;
		padding-top: 10px;
	}
	.news-list ul li{
		padding-left: 76px;
		margin-top: 12px;
	}
	.news-list ul li .news-li-text {
	    padding: 10px 3% 10px 3%;
	}
	.news-list ul li .news-li-text .news-li-title {
	    height: 28px;
	    line-height: 28px;
	}
	.news-list ul li .news-li-text .news-li-p{
		height: 28px;
		line-height: 28px;
	}
	.news-list ul li .news-li-time .news-li-day {
	    height: 36px;
	    line-height: 36px;
	    font-size: 36px;
	}
	.news-list ul li .news-li-time .news-li-year{
		font-size: 14px;
	}
}


/*新闻详情*/
.bg-4{
	 background: #ed1b23;
	 margin-top: 90px;
 }

.news-de-1{
	float: left;
	width: 100%;
	padding: 44px 0;
	line-height: 32px;
	background: #ed1b23;
	color: #fff;
}
.news-de-1 .news-de-1-title{
	float: left;
	font-size:28px;
	 color: #fff;
	 max-width: 65%;
	 height: 32px;
	 overflow: hidden;
}
.news-de-1 .news-de-1-fun{
	float: right;
	max-width: 35%;
	height: 32px;
	overflow: hidden;
}
.news-de-1 .news-de-1-fun a{
	width: 76px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
}
.news-de-1 .news-de-1-fun a:first-child:after{
	display: none;
}
.news-de-1 .news-de-1-fun a:hover{
	color: #fff;
	opacity: 0.8;
}
.news-de-1 .news-de-1-fun a:after{
	position: absolute;
	left: -0px;
	top: 50%;
	margin-top: -16px;
	font-size: 16px;
	content: "|";
}
.news-de-1 .news-de-1-fun .switcher-bigger{
	float: left;
	background: url(../image/news/jia.png) center no-repeat;
}
.news-de-1 .news-de-1-fun .switcher-small{
	float: left;
	background: url(../image/news/jian.png) center no-repeat;
}
.news-de-1 .news-de-1-fun .bdsharebuttonbox{
	float: left;
}
.news-de-1 .news-de-1-fun .bdsharebuttonbox a:first-child:after{
	display: block;
}
.news-de-1 .bdshare-button-style0-16 .bds_sqq{
	background-position: 0 0 !important;
	background: url(../image/news/qq.png) center no-repeat !important;
}
.news-de-1 .bdshare-button-style0-16 .bds_tsina{
	background-position: 0 0 !important;
	background: url(../image/news/wb.png) center no-repeat !important;
}
.news-de-1 .bdshare-button-style0-16 .bds_weixin{
	background-position: 0 0 !important;
	background: url(../image/news/wx.png) center no-repeat !important;
}

.news-details{
	float: left;
	width: 100%;
	padding: 60px 0 188px 0;
}
.news-details .news-de-left{
	float: left;
	width: 72.4%;
}
.news-details .news-de-left img{
	max-width: 100%;
}
.news-details .news-de-left .text{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 2;
	color: #666;
	padding-bottom: 54px;
	border-bottom: 1px solid #dcdcdc;
}
.news-details .news-de-left .text p.bo-dcdcdc{
	border-bottom: 1px solid #dcdcdc;
}
.news-details .news-de-left .text p{
	text-indent: 2em;
}
.news-details .news-de-left .new-de-gjc{
	float: left;
	width: 100%;
	padding: 31px 0 35px 0;
	line-height: 42px;
	font-size: 18px;
	color: #999;
	border-bottom: 1px solid #dcdcdc;
}
.news-details .news-de-left .new-de-gjc span{
	display: inline-block;
	padding: 0 26px;
	line-height: 42px;
	margin-right: 38px;
	border-radius: 21px;
	color: #fff;
	background: #ff0000;
}

.news-de-2-link{
	float: left;
	width: 100%;
	padding: 38px 0 0px 0;
}
.news-de-2-link .news-de-2-link-div1{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.news-de-2-link span{
	display: inline-block;
	vertical-align: text-top;
	width: 8.5%;
	height: 42px;
	line-height: 40px;
	border-radius: 42px;
	font-size: 18px;
	color: #666;
	text-align: center;
	border: 1px dashed #ff0000;
}
.news-de-2-link a{
	display: inline-block;
	vertical-align: text-top;
	width: 91.5%;
	padding: 0 36px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-de-2-link a:hover{
	color: #ff0000;
}


.news-details .news-de-right{
	float: right;
	width: 18.9%;
}
.news-details .news-de-right .news-de-ri-return{
	float: left;
	width: 100%;
	height: 50px;
	line-height: 48px;
	border-radius: 24px;
	font-size: 20px;
	border: 1px solid #f4767b;
	text-align: center;
	color: #ed1b23;
	-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-details .news-de-right .news-de-ri-return:hover{
	background: #ed1b23;
	color: #fff;
}
.news-de-ri-title{
	float: left;
	width: 100%;
	line-height: 24px;
	padding: 36px 0 27px 76px;
	font-size: 24px;
	color: #ed1b23;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.news-de-ri-title:after{
	position: absolute;
	left: 0;
	top: 45px;
	width: 50px;
	height: 4px;
	background: #ed1b23;
	content: "";
}
.news-de-right .news-de-ri-newsli{
	float: left;
	width: 100%;
}
.news-de-right .news-de-ri-newsli ul{
	float: left;
	width: 100%;
}
.news-de-right .news-de-ri-newsli ul li{
	float: left;
	width: 100%;
	padding: 30px 0 15px 0;
	border-bottom: 1px solid #ddd;
}
.news-de-right .news-de-ri-newsli ul li > a{
	display: inline-block;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-de-right .news-de-ri-newsli ul li > a img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}

.news-de-right .news-de-ri-newsli ul li:hover > a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.news-de-right .news-de-ri-newsli ul li .news-de-ri-li-text{
	float: left;
	width: 100%;
}
.news-de-right .news-de-ri-newsli ul li .news-de-ri-li-text .news-de-ri-li-te-t{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	color: #666;
	max-height: 90px;
	overflow: hidden;
}
.news-de-right .news-de-ri-newsli ul li:hover .news-de-ri-li-text .news-de-ri-li-te-t a{
	color: #ed1b23;
}
.news-de-right .news-de-ri-newsli ul li .news-de-ri-li-text .news-de-ri-li-te-time{
	font-family: 'ITC Avant Garde Gothic';
	float: left;
	width: 100%;
	line-height: 30px;
	margin-top: 1px;
	font-size: 16px;
	color: #999;
}
.news-de-right .news-de-ri-newsli ul li .news-de-ri-li-text .news-de-ri-li-te-p{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	color: #999;
	max-height: 60px;
	overflow: hidden;
}
.news-de-right .news-de-ri-newsli ul li .news-de-ri-li-text .news-de-ri-li-te-a{
	float: left;
	width: 100%;
	margin-top: 13px;
}
.news-de-right .news-de-ri-newsli ul li .news-de-ri-li-text .news-de-ri-li-te-a a{
	display: inline-block;
	line-height: 34px;
	font-size: 16px;
	color: #ed1b23;
	border-bottom: 3px solid #ed1b23;
}
.news-de-right .news-de-ri-more{
	float: left;
	width: 100%;
	padding: 24px 0 42px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.news-de-right .news-de-ri-more a{
	display: inline-block;
	padding: 0 32px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 25px;
	color: #fff;
	background: #ed1b23;
}
.news-de-right .news-de-ri-more a:hover{
	opacity: 0.9;
}
.news-de-right .news-de-ri-ewm{
	float: left;
	width: 100%;
	padding: 13px 0 22px 122px;
	border-bottom: 1px dashed #e5e5e5;
	position: relative;
}
.news-de-right .news-de-ri-ewm .news-de-ri-img{
	position: absolute;
	left: 0;
	top: 15px;
	width: 114px;
	height: 114px;
	border: 2px solid #e5e5e5;
}
.news-de-right .news-de-ri-ewm .news-de-ri-img img{
	width: 110px;
	height: 110px;
}
.news-de-right .news-de-ri-ewm .news-de-ri-text-p1{
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 20px;
	color: #ed1b23;
}
.news-de-right .news-de-ri-ewm .news-de-ri-text-p2{
	float: left;
	width: 100%;
	line-height: 24px;
	margin-top: 3px;
	font-size: 16px;
	color: #111;
}
 @media (max-width: 1440px){
	 .news-de-right .news-de-ri-newsli ul li .news-de-ri-li-text .news-de-ri-li-te-t{
		 font-size: 18px;
	 }
	 .news-de-right .news-de-ri-ewm .news-de-ri-text-p1{
		 font-size: 16px;
	 }
	 .news-de-right .news-de-ri-ewm .news-de-ri-text-p2{
		 font-size: 14px;
	 }
 }
 @media (max-width: 1400px){
	 .news-de-right .news-de-ri-newsli ul li .news-de-ri-li-text .news-de-ri-li-te-t{
	 		 font-size: 16px;
	 }
	 .news-de-right .news-de-ri-ewm .news-de-ri-text-p1{
	 		 font-size: 14px;
	 }
	 .news-de-right .news-de-ri-ewm .news-de-ri-text-p2{
	 		 font-size: 12px;
	 }
 }
 @media (max-width: 1199px){
	 .news-details .news-de-left{
		 width: 72%;
	 }
	 .news-details .news-de-right{
	 		 width: 25%;
	 }
	 .news-details .news-de-left .text {
	     font-size: 16px;
		 padding-bottom: 30px;
	}
	.news-details .news-de-left .new-de-gjc {
	    padding: 20px 0 20px 0;
	    line-height: 36px;
	    font-size: 15px;
	}
	.news-details .news-de-left .new-de-gjc span{
		margin-right: 20px;
	}
	.news-de-2-link {
	    padding: 20px 0 0px 0;
	}
	.news-details {
	    padding: 30px 0 30px 0;
	}
	.news-de-2-link span{
		font-size: 16px;
	}
	.news-de-2-link a{
		font-size: 16px;
	}
	.news-de-2-link span {
	    height: 36px;
	    line-height: 34px;
	    border-radius: 17px;
	}
	.news-de-2-link a {
	    padding: 0 20px;
	    height: 36px;
	    line-height: 36px;
	}
	 .news-de-1 {
	    
	     padding: 30px 0;
	     line-height: 32px;
	    
	 }
	 .news-de-1 .news-de-1-title{
		 width: 100%;
		 max-width: 100%;
		 text-align: center;
	 }
	 .news-de-1 .news-de-1-fun{
		 width: 100%;
		 max-width: 100%;
		 text-align: center;
		 margin-top: 20px;
	 }
	 .news-de-1 .news-de-1-fun .switcher-small{
		 float: none;
		 display: inline-block;
		 vertical-align: top;
	 }
	 .news-de-1 .news-de-1-fun .switcher-bigger{
		 float: none;
		 display: inline-block;
		 vertical-align: top;
	 }
	 .news-de-1 .news-de-1-fun .bdsharebuttonbox{
		 float: none;
		 display: inline-block;
		 vertical-align: top;
	 }
	  .news-de-2-link span{
	 		 width: 12%;
	 	 }
	 	 .news-de-2-link a{
	 	 		 width: 88%;
	 	 }
}

@media (max-width: 991px){
	.news-details .news-de-left{
		width: 100%;
	}
	.news-details .news-de-right{
		width: 100%;
		margin-top: 30px;
	}
	.news-de-right .news-de-ri-newsli ul li{}
}

@media (max-width: 767px){
	 .bg-4{
		 margin-top: 80px;
	 }
	 .news-details {
	     padding: 20px 0 30px 0;
	 }
	 .news-details .news-de-left .text{
		 font-size: 14px;
		 line-height: 24px;
		 padding-bottom: 20px;
	 }
	 .news-details .news-de-left .new-de-gjc {
	     padding: 10px 0 10px 0;
	     line-height: 21px;
	     font-size: 13px;
	 }
	 .news-details .news-de-left .new-de-gjc span{
		 float: left;
		 clear: both;
		 margin-right: 10px;
	 }
	 .news-de-2-link .news-de-2-link-div1{
		 margin-top: 5px;
	 }
	 .news-de-1 {
	     padding: 15px 0;
	     line-height: 24px;
	 }
	 .news-de-1 .news-de-1-title{
		 font-size: 18px;
		 height: auto;
		 padding: 0 3%;
	 }
	 .news-de-1 .news-de-1-fun{
		 margin-top: 10px;
	 }
	 .news-de-1 .news-de-1-fun a{
		 width: 50px;
	 }
	 .news-de-1 .news-de-1-fun .switcher-small{
		 background-size: 18px auto;
	 }
	 .news-de-1 .news-de-1-fun .switcher-bigger{
		 background-size: 18px auto;
	 }
	 .news-de-1 .bdshare-button-style0-16 .bds_sqq{
		 background-size: 18px auto !important;
	 }
	 .news-de-1 .bdshare-button-style0-16 .bds_tsina{
		 background-size: 18px auto !important;
	 }
	 .news-de-1 .bdshare-button-style0-16 .bds_weixin{
		 background-size: 18px auto !important;
	 }
	 .news-de-1 .news-de-1-fun a:after{
		 font-size: 12px;
	 }
	 
	 .news-de-2-link {
		 padding: 5px 0 10px 0;
	 }
	 .news-de-2-link span{
		 width: 20%;
		 height: 36px;
		 line-height: 34px;
		 font-size: 14px;
	 }
	 .news-de-2-link a{
		 width: 80%;
		 padding-left: 3%;
		 height: 36px;
		 line-height: 36px;
		 font-size: 14px;
	 }
	 .news-details .news-de-right{
		 margin-top: 5px;
	 }
	 .news-details .news-de-right .news-de-ri-return {
	     height: 40px;
	     line-height: 38px;
	     border-radius: 20px;
	     font-size: 16px;
	}
	.news-de-ri-title {
	    line-height: 20px;
	    padding: 15px 0 15px 50px;
	    font-size: 20px;
		margin-top: 20px;
	}
	.news-de-ri-title:after {
	    top: 25px;
	    width: 36px;
	    height: 2px;
	}
	.news-de-right .news-de-ri-newsli ul li {
	    padding: 20px 0 15px 0;
	}
	.news-de-right .news-de-ri-newsli ul li .news-de-ri-li-text .news-de-ri-li-te-t{
		max-height: 72px;
		line-height: 24px;
		font-size: 16px;
	}
	.news-de-right .news-de-ri-newsli ul li .news-de-ri-li-text .news-de-ri-li-te-p{
		line-height: 24px;
		font-size: 14px;
	}
	.news-de-right .news-de-ri-newsli ul li .news-de-ri-li-text .news-de-ri-li-te-a{
		margin-top: 8px;
	}
	.news-de-right .news-de-ri-newsli ul li .news-de-ri-li-text .news-de-ri-li-te-a a {
	    line-height: 28px;
	    font-size: 14px;
	    border-bottom: 2px solid #ed1b23;
	}
	.news-de-right .news-de-ri-more {
	    padding: 15px 0 15px 0;
		text-align: center;
		border-bottom: 0px solid #e5e5e5;
	}
	.news-de-right .news-de-ri-ewm{
		display: none;
	}
}

/*成山责任列表*/
.duty-list{
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.duty-list ul{
	float: left;
	width: 100%;
	margin-top: -44px;
}
.duty-list ul li{
	float: left;
	width: 48.3%;
	margin-right: 3.4%;
	margin-top: 44px;
}
.duty-list ul li:nth-child(2n){
	margin-right: 0%;
}
.duty-list ul li > a{
	float: left;
	width: 100%;
	overflow: hidden;
}
.duty-list ul li  > a img{
	float: left;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.duty-list ul li:hover > a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.duty-list ul li .duty-li-text{
	float: left;
	width: 100%;
	padding: 35px 4.5% 55px 4.5%;
	background: #f9f9f9;
}

.duty-list ul li .duty-li-text .duty-li-title{
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #444;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.duty-list ul li .duty-li-text .duty-li-time{
	font-family: 'ITC Avant Garde Gothic';
	float: left;
	width: 100%;
	line-height: 22px;
	font-size: 14px;
	color: #999;
}
.duty-list ul li .duty-li-text .duty-li-p{
	float: left;
	width: 100%;
	line-height: 30px;
	max-height: 90px;
	margin-top: 7px;
	font-size: 16px;
	color: #777;
	overflow: hidden;
}
.duty-list ul li .duty-li-text .duty-li-link{
	float: left;
	width: 100%;
	margin-top: 17px;
}
.duty-list ul li .duty-li-text .duty-li-link a{
	float: left;
	line-height: 42px;
	padding: 0 26px;
	font-size: 16px;
	border-radius: 21px;
	background: #ed1b23;
	color: #fff;
}
.duty-list ul li .duty-li-text .duty-li-link a:hover{
	opacity: 0.9;
}
.duty-list ul li:hover .duty-li-text .duty-li-title{
	color: #ed1b23;
}
@media (max-width: 991px){
	.duty-list ul li .duty-li-text {
	    padding: 20px 3% 20px 3%;
	}
	.duty-list ul{
		margin-top: -20px;
	}
	.duty-list ul li{
		margin-top: 20px;
	}
}
@media (max-width: 767px){
	.duty-list{
		padding-bottom: 10px;
	}
	.news .news-right .news-ri-top {
	    padding-top: 0px;
	}
	.duty-list ul{
		margin-top: 0;
	}
	.duty-list ul li{
		width: 100%;
		margin-top: 15px;
	}
	.duty-list ul li .duty-li-text {
	    padding: 15px 3% 15px 3%;
	}
	.duty-list ul li .duty-li-text .duty-li-title {
	    height: 24px;
	    line-height: 24px;
	    font-size: 18px;
	}
	.duty-list ul li .duty-li-text .duty-li-p {
	    line-height: 24px;
	    max-height: 72px;
	    margin-top: 5px;
	    font-size: 14px;
	}
	.duty-list ul li .duty-li-text .duty-li-link{
		margin-top: 10px;
	}
	.duty-list ul li .duty-li-text .duty-li-link a {
	    line-height: 36px;
	    padding: 0 20px;
	    font-size: 14px;
	    border-radius: 18px;
	}
}

/*人才理念*/
.about.talent{
	padding-bottom: 152px;
}
.talent-1{
	float: left;
	width: 100%;
	margin-top: 132px;
}
.talent-1 .talent-text{
	float: left;
	width: 50%;
	background: #f9f9f9;
	padding: 70px 3.8% 82px 3.8%;
}
.talent-text .talent-te-span{
	float: left;
	width: 100%;
}
.talent-text .talent-te-span span{
	display: inline-block;
	padding: 0 28px;
	line-height: 60px;
	border-radius: 30px;
	background: #ed1b23;
	font-size: 28px;
	color: #fff;
}
.talent-text .talent-te-p{
	float: left;
	width: 100%;
	line-height: 36px;
	max-height: 108px;
	padding-left: 28px;
	margin-top: 20px;
	font-size: 20px;
	color: #666;
	overflow: hidden;
}
.talent-1 .talent-pic{
	float: left;
	width: 50%;
	overflow: hidden;
}
@media (max-width: 1440px){
	.talent-1{
		margin-top: 50px;
	}
	.about.talent{
		padding-bottom: 80px;
	}
}
@media (max-width: 1199px){
	.talent-text .talent-te-span span {
	    padding: 0 20px;
	   
	    font-size: 20px;
	}
	.talent-text .talent-te-p {
	  
	    padding-left: 18px;
	    font-size: 16px;
	}
}
@media (max-width: 991px){
	.talent-1 .talent-text{
		width: 100%;
	}
	.talent-1 .talent-pic{
		width: 100%;
	}	
	.talent-1 .talent-text {
	    padding: 40px 3% 40px 3%;
	}
}
@media (max-width: 767px){
	.talent-1 .talent-pic img{
		width: 100%;
	}
	.talent-1{
		margin-top: 15px;
	}
	.about.talent{
		padding-bottom: 15px;
	}
	.talent-1 .talent-text {
	    padding: 15px 3% 15px 3%;
	}
	.talent-text .talent-te-span span {
	    padding: 0 20px;
	    line-height: 40px;
	    border-radius: 20px;
		font-size: 16px;
	}
	.talent-text .talent-te-p {
	    line-height: 26px;
	    max-height: none;
	    padding-left: 3%;
	    margin-top: 10px;
	    font-size: 14px;
	}
}

.job{
	float: left;
	width: 100%;
	padding: 78px 0 0px 0;
}
.job-top{
	float: left;
	width: 100%;
	height: 280px;
	padding: 36px 3.5% 0 3.5%;
	background: url(../image/job/img-1.jpg) center bottom no-repeat;
	position: relative;
}
.job-top .job-p1{
	position: absolute;
	right: 13%;
	top: 55%;
	padding: 0 3%;
	line-height: 54px;
	font-size: 28px;
	color: #fff;
	border: 1px dashed #fff;
	border-radius: 27px;
	font-style: italic;
}
.job-top a{
	float: left;
	padding: 0 32px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 48px;
	line-height: 46px;
	border-radius: 24px;
	font-size: 18px;
	border:1px dashed #fff;
	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;
}
.job-top a:hover,
.job-top a.hover{
	color: #ed1b23;
	background: #fff;
	border:1px solid #fff;
}
.job-list{
	float: left;
	width: 100%;
	padding: 30px 0 100px 3.2%;
	background: #fff;
	position: relative;
}
.job-list .job-li-p{
	float: left;
	width: 100%;
	text-align: center;
}
.job-list .job-li-p .job-li-p-t{
	float: left;
	width: 100%;
	margin-top: 148px;
}
.job-list .job-li-p .job-li-p-t span{
	display: inline-block;
	padding: 0 32px;
	line-height: 64px;
	background: #c70210;
	font-size: 32px;
	color: #fff;
	border-radius: 32px;
}
.job-list .job-li-p .job-li-p-1{
	float: left;
	width: 100%;
	line-height: 35px;
	font-size: 18px;
	color: #999;
	margin-top: 30px;
}
.job-list ul li{
	float: left;
	width: 50%;
	margin-top: 48px;
	position: relative;
	padding-left: 139px;
}
.job-list ul li .job-li-name{
	position: absolute;
	left: 0;
	top: 0;
	width: 139px;
	height: 139px;
	line-height: 137px;
	font-size: 24px;
	border: 1px solid #dedede;
	border-radius: 100%;
	color: #ed1b23;
	background: #efefef;
	text-align: center;
	overflow: hidden;
}
.job-list ul li .job-li-text{
	float: left;
	width: 100%;
	padding-left: 43px;
	padding: 12px 5.1% 3px 5.1%;
}
.job-list ul li .job-li-text .job-li-title{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #ed1b23;
	overflow: hidden;
}
.job-list ul li .job-li-text .job-li-jj{
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #999;
	overflow: hidden;
}
.job-list ul li .job-li-text .job-li-jj span{
	margin-right: 54px;
	position: relative;
}
.job-list ul li .job-li-text .job-li-jj span:after{
	position: absolute;
	right: -28px;
	top: 50%;
	margin-top: -5px;
	width: 1px;
	height: 11px;
	background: #ccc;
	content: "";
}
.job-list ul li .job-li-text .job-li-jj span:last-child:after{
	display: none;
}
.job-list ul li .job-li-text .job-li-link{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.job-list ul li .job-li-text .job-li-link a{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 18px;
	font-size: 16px;
	border-radius: 17px;
	color: #fff;
	background: #ff0000;
}
.job-list ul li .job-li-text .job-li-link a:hover{
	opacity: 0.9;
}


/*文字弹窗*/

/*弹窗*/
.g_tc{ 
	background:rgba(0,0,0,0.6); 
	position:fixed; 
	left:0px; 
	top:0; 
	width:100%; 
	height:100%; 
	/* z-index:10000; */
	padding: 0 60px;
	z-index: -1;
	opacity: 0;
	-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;
}
.x1{ 
	position:absolute; 
	right:43px; 
	top:43px;
	z-index: 999;
}
.x1 img{
	width: 100%;
}
.c_100{  
	width:100%; 
	height: 100%;
	position:relative;
	
}
.pic-Text{
	float: left;
	width: 700px;
	height: 700px;
	background:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -350px;
	z-index:99;
	padding: 43px 48px 55px 48px;
}
.tc-contact{
	float: left;
	width: 100%;
	position: relative;
}
.tc-contact .tc-co-title{
	float: left;
	width: 100%;
}
.tc-contact .tc-co-title span{
	display: inline-block;
	float: left;
	font-size: 24px;
	padding-bottom: 11px;
	color: #ed1b23;
	border-bottom: 3px solid #ff0000;
}
.tc-con-1{
	float: left;
	width: 100%;
	height: 535px;
	overflow-y: auto;
	margin-top: 30px;
}

.tc-contact .tc-co-span1{
	float: left;
	width: 100%;
}
.tc-contact .tc-co-span1 span{
	display: inline-block;
	float: left;
	line-height: 26px;
	background: #ff0000;
	font-size: 16px;
	color: #fff;
	padding: 0 14px;
	border-radius: 13px;
}
.tc-contact .tc-co-list{
	float: left;
	width: 100%;
	margin-top: 16px;
	padding-bottom: 53px;
}
.tc-contact .tc-co-list ul{
	float: left;
	width: 100%;
}
.tc-contact .tc-co-list ul li{
	float: left;
	width: 100%;
	margin-top: 13px;
}
.tc-contact .tc-co-list ul li span{
	display: inline-block;
	width: 23px;
	height: 23px;
	line-height: 23px;
	margin-right: 10px;
	text-align: center;
	background: #ddd;
	font-size: 16px;
	color: #666;
	border-radius: 100%;
}
.tc-co-btn {
	float: left;
	width: 100%;
}
.tc-co-btn a{
	display: inline-block;
	padding: 0 24px;
	height: 36px;
	line-height: 36px;
	background: #ed1b23;
	border-radius: 24px;
	font-size: 16px;
	color: #fff;
}

/*修改滚动条样式*/
.tc-con-1::-webkit-scrollbar{
	width:10px;
}
.tc-con-1::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:10px;
}
.tc-con-1::-webkit-scrollbar-thumb{
  background: #ff0000;
  border-radius:10px;
}
.tc-con-1::-webkit-scrollbar-thumb:hover{
  background: #ff0000;
}
.tc-con-1::-webkit-scrollbar-corner{
  background: #f9f9f9;
}


.pic-Text1{
	float: left;
	width: 1132px;
	height: 810px;
	background:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:99;
	padding: 36px 68px 0px 68px;
}
.x2{ 
	position:absolute; 
	right:69px; 
	top:32px;
	z-index: 999;
}
.x2 img{
	width: 100%;
}
.tc-contact-2{
	float: left;
	width: 100%;
	position: relative;
}

.tc-contact-2 .tc-co2-title{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #666;
	line-height: 20px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ddd;
}

.tc-contact-2 .tc-con-form{
	float: left;
	width: 100%;
	padding-top: 66px;
}

.tc-contact-2 .book-div-1{
	float: left;
	width: 100%;
	margin-top: 8px;
}
.tc-contact-2 .book-div-1.area-re{
	position: relative;
	padding-left: 97px;
}
.tc-contact-2 .book-div-1 .book-div-50{
	float: left;
	width: 44%;
	position: relative;
	padding-left: 97px;
}
.tc-contact-2 .book-div-1 .book-div-50:nth-child(2n){
	float: right;
}
.tc-contact-2 .book-div-1 .label-1{
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
	float: left;
	width: 97px;
	line-height: 48px;
	font-size: 16px;
	padding-right: 5px;
	color: #666;
	font-weight: normal;
	margin: 0;
}

.tc-contact-2 .book-div-1 .b-input{
	float: left;
	height: 48px;
	line-height: 46px;
	font-size: 16px;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding: 0 12px;
	color: #666;
}
.tc-contact-2 .book-div-1 .b-input.wid-100{
	width: 100%;
}

.tc-contact-2 .book-div-1 .span1{
	float: left;
	width: 24px;
	line-height: 64px;
	font-size: 24px;
	color: #999;
	text-align: right;
}

.tc-contact-2 .book-sex{
	float: left;
	max-height: 48px;
	padding-left: 0px;
	overflow: hidden;
}
.tc-contact-2 .book-sex span{
	display: inline-block;
	line-height: 48px;
	margin-left: 30px;
}
.tc-contact-2 .book-sex span input[type=radio]{
	float: left;
	width: 20px;
	height: 20px;
	border:0;
	padding: 0;
	margin: 0;
	outline:none;
	margin-right:20px;
	margin-top: 14px;
	background: url(../image/radio1.png) no-repeat;
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.tc-contact-2 .book-sex span input[type=radio]:checked{
	background: url(../image/radio1-on.png) no-repeat;
}
.tc-contact-2 .book-sex span label{
	float: left;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

.tc-contact-2 .area-1{
	float: left;
	width: 100%;
	height: 160px;
	line-height: 34px;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding: 0 12px;
	color: #666;
}
.tc-contact-2 .b-input-sub{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 55px;
}
.tc-contact-2 .b-input-sub input{
	width: 228px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 27px;
	background: #ed1b23;
}
.tc-contact-2 .b-input-sub input:hover{
	opacity: 0.9;
}


@media (max-width: 1680px){
	.job-top .job-p1{
		right: 8%;
		line-height: 40px;
		font-size: 20px;
	}
}
@media (max-width: 1440px){
	.job-top a{
		margin-top: 5px;
		margin-bottom: 5px;
		height: 36px;
		line-height: 34px;
		border-radius: 18px;
	}
	
	.job-top .job-p1{
		right: 5%;
		padding: 0 1%;
		line-height: 36px;
		font-size: 18px;
	}
	.job-list .job-li-p .job-li-p-t{
		margin-top: 108px;
	}
	.job-list .job-li-p .job-li-p-t span{
		padding: 0 32px;
		line-height: 48px;
		font-size: 24px;
		border-radius: 24px;
	}
	.job-list .job-li-p .job-li-p-1{
		line-height: 32px;
		font-size: 16px;
		margin-top: 24px;
	}
	
	
	.job-list ul li{
		padding-left: 113px;
	}
	.job-list ul li .job-li-name {
	    width: 113px;
	    height: 113px;
	    line-height: 111px;
	    font-size: 15px;
	}
	.job-list ul li .job-li-text {
	    padding: 5px 3% 5px 3%;
	}
	.job-list ul li .job-li-text .job-li-title {
	    height: 30px;
	    line-height: 30px;
	    font-size: 18px;
	}
	.job-list ul li .job-li-text .job-li-jj {
	    height: 28px;
	    line-height: 28px;
	    font-size: 14px;
	}
	.job-list ul li .job-li-text .job-li-link a {
	    height: 30px;
	    line-height: 30px;
	    padding: 0 14px;
	    font-size: 14px;
	    border-radius: 15px;
	}
}

@media (max-width: 1366px){

	.pic-Text1 {
		width: 1132px;
		height: 738px;
	}	
	.tc-contact-2 .b-input-sub{
		margin-top: 15px;
	}
}
@media (max-width: 1199px){
	.x2{
		right: 5%;
	}
	.pic-Text1 {
	    width: 974px;
	    height: 738px;
		padding: 36px 5% 0px 5%;
	}
	.job-top a {
	    padding: 0 20px;
	    margin-right: 18px;
	    height: 36px;
	    line-height: 34px;
	    border-radius: 18px;
	    font-size: 15px;
	}

	.job-list ul li .job-li-text .job-li-jj span{
		margin-right: 5%;
	}
	.job-list ul li .job-li-text .job-li-jj span:after {
	    right: -10%;
	}
}
@media (max-width: 991px){
	.tc-contact-2 .tc-con-form{
		padding-top: 30px;
	}
	.job-list ul li{
		width: 100%;
		margin-top: 30px;
	}
	.pic-Text1{
		width: 100%;
	}
	.tc-contact-2 .book-div-1 .book-div-50{
		width: 48%;
	}
	.tc-contact-2 .book-sex span{
		margin-left: 5px;
	}
	.tc-contact-2 .book-sex span input[type=radio]{
		margin-right: 5px;
	}
}
@media (max-width: 767px){
	.job-top .job-p1{
		width: 70%;
		top: 50%;
		right: auto;
		left: 60%;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		padding: 0 2%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.job-top {
		text-align: center;
	    height: 280px;
	    padding: 16px 3.5% 0 3.5%;
	}
	.job-top a {
		display: inline-block;
		float: none;
	    padding: 0 2%;
	    margin: 0 1px;
	    height: 22px;
	    line-height: 20px;
	    border-radius: 10px;
	    font-size: 12px;
		margin-top: 5px;
	}
	.job-list {
	    padding: 0px 0 28px 3%;
	}
	.job-list .job-li-p .job-li-p-t{
		margin-top: 38px;
	}
	.job-list .job-li-p .job-li-p-t span{
		padding: 0 20px;
		line-height: 32px;
		font-size: 16px;
		border-radius: 16px;
	}
	.job-list .job-li-p .job-li-p-1{
		line-height: 26px;
		font-size: 14px;
		margin-top: 10px;
	}
	.job-list ul li{
		margin-top: 15px;
		padding-left: 100px;
	}
	.job-list ul li .job-li-name {
	    width: 100px;
	    height: 100px;
	    line-height: 98px;
	    font-size: 12px;
	}
	.job-list ul li .job-li-text .job-li-title {
	    height: 26px;
	    line-height: 26px;
	    font-size: 16px;
	}
	.job-list ul li .job-li-text .job-li-jj {
	    height: 40px;
	    line-height: 20px;
	    font-size: 14px;
	}
	.job-list ul li .job-li-text .job-li-link{
		margin-top: 5px;
	}
	.job-list ul li .job-li-text .job-li-link a {
	    height: 24px;
	    line-height: 24px;
	    padding: 0 10px;
	    font-size: 12px;
	    border-radius: 12px;
	}
	.g_tc{
		padding: 0;
	}
	.pic-Text{
		width: 92%;
		height: 96%;
		    padding: 20px 3% 20px 3%;
		margin-left: 4%;
		margin-top: 4%;
		    top: 0%;
		    left: 0%;
	}
	.x1 {
	    right: 10px;
	    top: 10px;
		width: 16px;
		height: 16px;
	}
	.tc-contact .tc-co-title span {
	    font-size: 18px;
	    padding-bottom: 5px;
	    border-bottom: 2px solid #ff0000;
	}
	.tc-con-1{
		margin-top: 15px;
		height: 620px;
	}
	.tc-contact .tc-co-span1 span {
	    line-height: 24px;
	    font-size: 14px;
	    padding: 0 10px;
	    border-radius: 12px;
	}
	.tc-contact .tc-co-list {
	    margin-top: 10px;
	    padding-bottom: 30px;
	}
	.tc-contact .tc-co-list ul li{
		margin-top: 10px;
	}
	.tc-contact .tc-co-list ul li span {
	    width: 20px;
	    height: 20px;
	    line-height: 20px;
	    margin-right: 5px;
	    font-size: 14px;
	}
	.tc-con-1::-webkit-scrollbar{
		width: 6px;
	}
	.x2{
		top: 10px;
		right: 10px;
		width: 16px;
		height: 16px;
	}
	.pic-Text1 {
	    width: 94%;
		height: 96%;
		padding: 10px 3% 0px 3%;
	}
	.tc-contact-2 .tc-co2-title {
	    font-size: 16px;
	    line-height: 18px;
	    padding-bottom: 10px;
	}
	.tc-contact-2 .tc-con-form{
		padding-top: 10px;
	}
	.tc-contact-2 .book-div-1{
		margin-top: 0;
	}
	.tc-contact-2 .book-div-1 .book-div-50{
		width: 100%;
		margin-top: 3px;
	}
	.tc-contact-2 .book-div-1 .label-1 {
	    width: 90px;
	    line-height: 28px;
	    font-size: 14px;
	    padding-right: 4px;
	}
	.tc-contact-2 .book-div-1 .b-input {
	    height: 28px;
	    line-height: 26px;
	    font-size: 14px;
	    border-radius: 10px;
	    padding: 0 10px;
	}
	.tc-contact-2 .area-1{
		height: 100px;
	}
	.tc-contact-2 .book-sex span{
		line-height: 28px;
	}
	.tc-contact-2 .book-sex span input[type=radio]{
		margin-top: 5px;
	}
	.tc-contact-2 .book-sex span label{
		font-size: 14px;
	}
	.tc-contact-2 .book-div-1.area-re{
		margin-top: 5px;
	}
	.tc-contact-2 .b-input-sub input {
	    width: 200px;
	    height: 28px;
	    line-height: 28px;
	    font-size: 14px;
	    border-radius: 20px;
	}
	.tc-contact-2 .b-input-sub{
		margin-top: 10px;
	}
	.job {
	    padding: 20px 0 0px 0;
	}
}
@media (max-width: 375px){
	.tc-con-1{
			height: 535px;
	}
	.tc-contact-2 .book-div-1 .label-1 {
		 line-height: 24px;
	}
	.tc-contact-2 .book-div-1 .b-input {
	    height: 24px;
	    line-height: 22px;
		border-radius: 5px;
	}
	.tc-contact-2 .tc-con-form{
		padding-top: 5px;
	}
	.tc-contact-2 .book-div-1 .book-div-50{
		margin-top: 4px;
	}
}

/*联系我们*/
.w-1576{
	width: 1576px;
	margin: 0 auto;
}
@media (max-width: 1680px){
	.w-1576{
		width: 100%;
		padding: 0 3%;
	}
}
@media (max-width: 1199px){
	.w-1576{
		width: 100%;
		padding: 0 0%;
	}
}

.about.contact{
	float: left;
	width: 100%;
	padding: 44px 0 0px 0%;
	position: relative;
}
.contact .contact-1{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 50%;
	background: #f9f9f9;
	margin-top: 42px;
}
.contact .contact-1 .cont-left{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	padding: 67px 0 0 4.8%;
}
.contact .contact-1 .cont-left .cont-le-title{
	float: left;
	width: 100%;
}
.contact .contact-1 .cont-left .cont-le-title span{
	display: inline-block;
	padding: 0 60px;
	line-height: 55px;
	font-size: 28px;
	border-radius: 28px;
	color: #fff;
	background: #ed1b23;
}
.contact .contact-1 .cont-left .cont-le-list{
	float: left;
	width: 100%;
	margin-top: 31px;
}
.contact .contact-1 .cont-left .cont-le-list ul{
	float: left;
	width: 412px;
}
.contact .contact-1 .cont-left .cont-le-list ul li{
	float: left;
	width: 100%;
	line-height: 46px;
	font-size: 20px;
	color: #666;
	font-weight: 300;
	border-bottom: 1px dashed #eee;
}
.contact .contact-1 .cont-left .cont-le-list ul li img{
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.contact .contact-1 .cont-right{
	float: left;
	width: 100%;
}
.contact .contact-1 .cont-right img{
	width: 100%;
}
.bg-f9f9f9{
	background: #f9f9f9;
	margin-top: 43px;
}
.contact-2{
	float: left;
	width: 100%;
	padding: 32px 0 48px 0;
}
.contact-2 ul{
	float: left;
	width: 100%;
}
.contact-2 ul li{
	float: left;
	width: 23.8%;
	margin-right: 1.6%;
	background: #fff;
	padding: 21px 2% 36px 2%;
}
.contact-2 ul li:last-child{
	margin-right: 0%;
}
.contact-2 .contact-2-title{
	float: left;
	width: 100%;
	
}
.contact-2 .contact-2-title span{
	float: left;
	display: inline-block;
	max-width: 100%;
	height: 35px;
	height: 46px;
	line-height: 33px;
	line-height: 20px;
	font-size: 20px;
	font-size: 16px;
	padding-bottom: 4px;
	color: #ed1b23;
	border-bottom: 2px solid #ff0000;
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
}
.contact-2 .contact-2-sp{
	float: left;
	width: 100%;
	margin-top: 21px;
}
.contact-2 .contact-2-sp .p1{
	float: left;
	width: 100%;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
}
.contact-2 .contact-2-sp .p1 img{
	float: left;
	margin-top: 8px;
	margin-right: 15px;
}
.contact-2 .contact-2-sp .p1 span{
	float: left;
	font-size: 18px;
	color: #666;
}

.contact-3{
	float: left;
	width: 100%;
	padding: 64px 0 120px 0;
}
.contact-3 .contact-3-title{
	float: left;
	width: 100%;
	text-align: center;
}
.contact-3 .contact-3-title span{
	display: inline-block;
	padding: 0 72px;
	position: relative;
	font-size: 42px;
	color: #ed1b23;
	font-weight: bold;
}
.contact-3 .contact-3-title span:after{
	position: absolute;
	left: 0;
	top: 50%;
	width: 52px;
	height: 1px;
	background: #ed1b23;
	content: "";
}
.contact-3 .contact-3-title span:before{
	position: absolute;
	right: 0;
	top: 50%;
	width: 52px;
	height: 1px;
	background: #ed1b23;
	content: "";
}
.contact-3 .contact-3-form{
	float: left;
	width: 100%;
	margin-top: 43px;
	background: #f9f9f9;
	padding-left: 50%;
	position: relative;
}
.contact-3-form-left{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	padding: 48px 3.7% 0 3.2%;
	margin-top: -14px;
}
/*在线留言*/
.contact-message-form{
	
}
.contact-message-form .contact-me-fo-div1{
	float: left;
	width: 100%;
	margin-top: 14px;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
	float: left;
	width: 48.8%;
	height: 53px;
	line-height: 23px;
	padding: 15px 3%;
	border: 1px solid #bfbfbf;
	background: none;
	font-size: 16px;
	color: #666;
	background: #fff;
	border-radius: 5px;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
	float: left;
	width: 100%;
	height: 178px;
	line-height: 28px;
	padding: 20px 3%;
	border: 1px solid #bfbfbf;
	background: none;
	font-size: 16px;
	color: #333;
	background: #fff;
	border-radius: 5px;
}
.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3{
	float: left;
	padding: 0 65px;
	height: 60px;
	line-height: 60px;
	background: #ed1b23;
	font-size: 18px;
	color: #fff;
	border-radius: 30px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s; 
	-o-transition: all 0.4s ease-out 0s; 
	transition: all 0.4s ease-out 0s;
}
.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3:hover{
	opacity: 0.8;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.left{
	margin-right: 2.4%;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.right{
	margin-right: 0%;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
	float: left;
	max-height: 53px;
	overflow: hidden;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span{
	display: inline-block;
	line-height: 53px;
	margin-left: 33px;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
	float: left;
	width: 27px;
	height: 27px;
	border:0;
	padding: 0;
	margin: 0;
	outline:none;
	margin-right:20px;
	margin-top: 12px;
	background: url(../image/contact/radio.png) no-repeat;
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
	float: left;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #666;
	font-weight: normal;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
	background: url(../image/contact/radio-on.png) no-repeat;
}
.contact-message-form .contact-me-fo-div2{
	float: left;
	width: 100%;
	margin-top: 17px;
}
@media (max-width: 1440px){
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
		padding: 10px 3%;
		height: 54px;
		line-height: 34px;
		font-size: 18px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
		height: 200px;
		font-size: 18px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
		font-size: 18px;
	}
	.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3{
		padding: 0 80px;
		height: 54px;
		line-height: 54px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		width: 28px;
		height: 28px;
		background-size: 100% 100%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
		background-size: 100% 100%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
		max-height: 54px;
	}
}

@media (max-width: 767px){
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
		padding: 10px 3%;
		height: 48px;
		line-height: 28px;
		font-size: 14px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.left{
		margin-right: 0;
	}
	.contact-message-form .contact-me-fo-div1{
		margin-top: 0;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
		width: 100%;
		margin-top: 15px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span{
		line-height: 48px;
		margin-left: 0;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
		margin-right: 15px;
		font-size: 16px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		margin-top: 12px;
		margin-right: 10px;
		width: 24px;
		height: 24px;
		background-size: 100% 100%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
		width: 24px;
		height: 24px;
		background-size: 100% 100%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
		margin-top: 15px;
		line-height: 28px;
		padding: 10px 3%;
		height: 140px;
		font-size: 14px;
	}
	.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3{
		padding: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}
.contact-3-pic{
	float: left;
	width: 100%;
}
.contact-3-pic img{
	width: 100%;
}

@media (max-width: 1680px){
	.contact .contact-1 .cont-left {
	    padding: 40px 0 0 3%;
	}
	.contact-3-form-left {
	    padding: 24px 3% 0 3%;
	}
}
@media (max-width: 1600px){
	.contact-message-form .contact-me-fo-div1{
		margin-top: 10px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
		height: 48px;
		line-height: 18px;
		padding: 15px 3%;
		font-size: 14px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span {
	    line-height: 48px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
		max-height: 48px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
		font-size: 14px;
	}
}
@media (max-width: 1440px){
	.contact .contact-1 .cont-left {
	    padding: 35px 0 0 3%;
	}
	.contact .contact-1 .cont-left .cont-le-list ul li {
	    line-height: 40px;
	    font-size: 18px;
	}
	.contact .contact-1 .cont-left .cont-le-list ul li img{
		margin-top: 8px;
	}
	.contact .contact-1 .cont-left .cont-le-title span {
	    padding: 0 40px;
	    line-height: 48px;
	    font-size: 24px;
	    border-radius: 24px;
	}
	.contact-2 .contact-2-title span {
	    height: 28px;
	    line-height: 26px;
	    font-size: 16px;
	}
	.contact-2 .contact-2-sp .p1 span{
		font-size: 14px;
	}
	.contact-2 ul li {
	    padding: 15px 2% 20px 2%;
	}
	.contact-2 .contact-2-sp .p1 img{
		width: 20px;
	}
	.contact-2 .contact-2-sp .p1 {
	    height: 36px;
	    line-height: 36px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1 {
	    height: 40px;
	    line-height: 20px;
	    padding: 10px 3%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span{
		line-height: 40px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2 {
	    height: 140px;
	    font-size: 14px;
		padding: 10px 3%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
		max-height: 40px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		margin-top: 6px;
	}
}

@media (max-width: 1199px){
	.contact .contact-1 .cont-left {
	    padding: 25px 0 0 3%;
	}
	.contact .contact-1 .cont-left .cont-le-title span {
	    padding: 0 24px;
	    line-height: 36px;
	    font-size: 18px;
	    border-radius: 18px;
	}
	.contact .contact-1 .cont-left .cont-le-list{
		margin-top: 15px;
	}
	.contact .contact-1 .cont-left .cont-le-list ul li {
	    line-height: 36px;
	    font-size: 16px;
	}
	.contact .contact-1 .cont-left .cont-le-list ul li img{
		margin-top: 8px;
		width: 20px;
	}
	.contact-2 {
	    padding: 0px 0 30px 0;
	}
	.contact-2 ul li {
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	    padding: 25px 2% 20px 2%;
	}
	.contact-2 ul li:nth-child(2n){
		margin-right: 0%;
	}
	.contact-2 .contact-2-title span {
	    height: 28px;
	    line-height: 28px;
	    font-size: 18px;
	}
	.contact-3-form-left{
		position: inherit;
		left: auto;
		top: auto;
		float: left;
		width: 100%;
		padding: 36px 3% 36px 3%;
	}
	.contact-3 .contact-3-form{
		padding-left: 0;
	}
	.contact-3-pic{
		display: none;
	}
}
@media (max-width: 991px){
	.contact .contact-1 .cont-right{
		display: none;
	}
	.contact .contact-1 .cont-left{
		position: inherit;
		left: auto;
		top: auto;
		float: left;
		width: 100%;
		padding: 25px 3% 25px 3%;
	}
	.contact .contact-1 .cont-left .cont-le-list ul{
		width: 100%;
	}
	.contact .contact-1{
		padding-left: 0;
	}
	.contact-3 .contact-3-title span {
	    padding: 0 60px;
	    font-size: 32px;
	}
}

@media (max-width: 767px){
	.contact-2 {
	    padding: 10px 0 20px 0;
	}
	.contact-2 ul li{
		width: 100%;
		margin: 10px 0 0 0;
	}
	.about.contact {
	    padding: 24px 0 0px 0%;
	}
	.contact .contact-1{
		margin-top: 24px;
	}
	.contact .contact-1 .cont-left .cont-le-list ul li{
		font-size: 14px;
	}
	.bg-f9f9f9{
		margin-top: 24px;
	}
	.contact-2 ul li {
	    padding: 15px 4% 10px 4%;
	}
	.contact-2 .contact-2-sp .p1 {
	    height: 32px;
	    line-height: 32px;
	}
	.contact-2 .contact-2-sp .p1 img{
		width: 18px;
		margin-top: 8px;
	}
	.contact-3 {
	    padding: 20px 0 20px 0;
	}
	.contact-3 .contact-3-title span {
	    padding: 0 40px;
	    font-size: 22px;
	}
	.contact-3 .contact-3-title span:before{
		width: 30px;
	}
	.contact-3 .contact-3-title span:after{
		width: 30px;
	}
	.contact-3 .contact-3-form{
		margin-top: 20px;
	}
	.contact-3-form-left {
	    padding: 10px 3% 20px 3%;
	}
	.contact-message-form .contact-me-fo-div1{
		margin-top: 0;
	}
}

/*成山公益*/
.about.welfare{
	padding-bottom: 150px;
}

.wel-1{
	float: left;
	width: 100%;
	margin-top: 58px;
	padding: 50px 0 65px 0;
	background: url(../image/duty/wel-bg-1.jpg) center no-repeat;
}
.wel-1 .wel-1-t{
	float: left;
	width: 100%;
	text-align: center;
}
.wel-1 .wel-1-t span{
	display: inline-block;
	padding: 0 36px;
	line-height: 84px;
	line-height: 60px;
	font-size: 36px;
	border-radius: 42px;
	color: #fff;
	font-style: italic;
	border: 1px dashed #fff;
}
.wel-1 .wel-1-p{
	float: left;
	width: 100%;
	margin-top: 30px;
	line-height: 36px;
	line-height: 32px;
	padding: 0 7.4%;
	font-size: 18px;
	font-size: 16px;
	letter-spacing: 0.6px;
	color: #fff;
	text-indent: 2em;
}
.wel-1 .wel-1-i{
	float: left;
	width: 100%;
	margin-top: 32px;
	text-align: center;
}
.wel-1 .wel-1-i img{
	margin: 0 20px;
}


.picText1{
	float: left;
	width: 100%;
	position: relative;
}
.picText1 .wel-2{
	float: left;
	width: 100%;
	background-size: cover !important;
	margin-top: 40px;
	padding-left: 7.5%;
	padding-left: 3.5%;
}
.picText1 .wel-2 .wel-2-text{
	float: left;
	width: 600px;
	width: 720px;
	padding: 20px 0 33px 0;
	line-height: 36px;
	line-height: 26px;
	font-size: 18px;
	font-size: 14px;
	color: #333;
	font-weight: bolder;
}
.picText1 .wel-2 .wel-2-text .wel-2-text-p{
	float: left;
	max-height: 360px;
	text-indent: 2em;
	overflow: hidden;
}

.picText1 .slick-dots{
	position: absolute;
	bottom: 34px;
	right: 23.8%;
}
.picText1 .slick-dots li{
	display: inline-block;
	margin: 0 6px;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #fff;
}
.picText1 .slick-dots li.slick-active{
	background: #ba1313;
}
.picText1 .slick-dots li button{
	display: none;
}

.wel-3{
	float: left;
	width: 100%;
}
.wel-3-t{
	float: left;
	width: 100%;
	margin-top: 50px;
	text-align: center;
}
.wel-3-t span{
	display: inline-block;
	padding: 0 32px;
	line-height: 64px;
	background: #c70210;
	font-size: 32px;
	color: #fff;
	border-radius: 32px;
}

.wel-ul-1{
	float: left;
	width: 100%;
	margin-top: 0px;
}

.wel-ul-1 li{
	float: left;
	width: 32%;
	margin-top: 30px;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
}
.wel-ul-1 li img{
	width: 100%;
}
.wel-ul-1 li:nth-child(3n){
	margin-right: 0;
}
.wel-ul-1.wel-ul-2 li:nth-child(3n){
	margin-right: 1.1%;
}

/* .wel-ul-1.wel-ul-2 li{
	width: auto;
	margin-right: 1.1%;
}
.wel-ul-1.wel-ul-2 li img{
	width: auto;
	height: 294px;
} */
.wel-ul-1.wel-ul-2 li{
	width: 25.7%;
	margin-right: 1.4%;
}
.wel-ul-1.wel-ul-2 li:last-child{
	width: 18.4%;
}
.wel-ul-1.wel-ul-2 li:nth-child(4){
	margin-right: 0%;
}
.wel-ul-1 li .wel-3-txt{
	position: absolute;
	left: 0%;
	bottom: -100%;
	-webkit-transform: translate(-0%,-0%);
	-ms-transform: translate(-0%,-0%);
	-moz-transform: translate(-0%,-0%);
	transform: translate(-0%,-0%);
	width: 100%;
	height: 100%;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
	background: #c70210;
	-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;
	text-align: center;
}
.wel-ul-1 li .wel-3-txt span{
	position: absolute;
	left: 0%;
	top: 50%;
	width: 100%;
	padding: 0 48px;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
}
.wel-ul-1 li:hover .wel-3-txt{
	bottom: 0;
}


.wel-4{
	float: left;
	width: 100%;
	background: #efefef;
	margin-top: 104px;
	padding: 55px 60px 65px 50px;
}

.wel-4 .slider-for{
	float: left;
	width: 64%;
}

.wel-4 .img-box
{
	padding-bottom: 61.84084372003835%;
}
.wel-4 .slider-nav
{
	float: right;
	width: 36%;
	
}

.wel-4 .slider-nav button{
	width: 18px;
	height: 10px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%,-0%);
	-moz-transform: translate(-50%,-0%);
	-ms-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
}
.wel-4 .slider-nav button.slick-prev{
	background: url("../image/max-lord/up.png") no-repeat;
	background-size: 100% 100%;
	top: 7px;
}
.wel-4 .slider-nav button.slick-prev:hover{
	background: url("../image/max-lord/up.png") no-repeat;
	background-size: 100% 100%;
}
.wel-4 .slider-nav button.slick-next{
	background: url("../image/max-lord/down.png") no-repeat;
	background-size: 100% 100%;
	bottom: 7px;
}
.wel-4 .slider-nav button.slick-next:hover{
	background: url("../image/max-lord/down.png") no-repeat;
	background-size: 100% 100%;
}
.wel-4 .slider-nav .slick-slide
{
    padding: 4.4px 0px;
	cursor: pointer;
}
.wel-4 .slider-nav .slick-slide.slick-current .item .img-box{
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}

.wel-4 .slider-nav .slick-slide.slick-current .item .img-box img{
	box-sizing: border-box;
}

.wel-4 .slider-nav .item{
	padding-left: 42px;
}

.wel-4 .slider-nav .item .img-box
{
    opacity: .9;
	padding-bottom: 21.28440366972477%;
	padding-left: 188px;
	background: #fff;
	position: relative;
	overflow: visible;
}
.wel-4 .slider-nav .slick-slide.slick-current .item .img-box:after{
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -12px;
	width: 11px;
	height: 20px;
	background: url(../image/duty/wel-bg-4.png) no-repeat;
	background-size: 100% 100%;
	content: "";
}


.wel-4 .slider-nav .item .img-box img
{
   border: 6px solid #fff;
   width: 188px;
   height: 116px;
}

.wel-4 .slider-nav .item .img-box .vd-play{
	position: absolute;
	left: 15%;
	top: 50%;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	width: 35px;
	height: 40px;
	background: url(../image/duty/wel-bg-2.png) no-repeat;
	background-size: 100% 100%;
	content: "";
}
.wel-4 .slider-nav .slick-current .item .img-box
{
    opacity: 1;
}
.wel-4 .slider-nav .slick-current .item .img-box img
{
	float: left;
	border: 0px solid #fff;
	width: auto;
	height: auto;
    -webkit-filter: grayscale(0%);
       -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
         -o-filter: grayscale(0%);
            filter: grayscale(0%);
}

.wel-4-txt{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	padding: 22px 26px 0 26px;
}
.wel-4-txt p{
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 18px;
	max-height: 72px;
	overflow: hidden;
}

.wel-4 .video
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 644px;
	overflow: hidden;
}

.wel-4 .video .img-box
{
	width: 100%;
	height: 100%;
    z-index: 0;
	position: relative;
	padding-bottom: 61.84084372003835%;
    background-color: rgba(0,0,0,0);
	
}
.wel-4 .video .img-box .black{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 99;
	-webkit-transition: all 1s ease;
	        transition: all 1s ease;
}
.wel-4 .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
		width: auto;
}
.wel-4 .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}



.wel-4 .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wel-4 .video .play
{
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 160px;
    height: 160px;
    margin-bottom: 0%;
    -webkit-transition: all .0s;
            transition: all .0s;
    color: #fff;
    background: url(../image/duty/wel-bg-3.png) center no-repeat;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	outline: none;
}


.wel-4 .video .play:before
{
    font-size: 60px;
    font-weight: normal;
    line-height: 1;

    display: block;

   width: 63px;
   height: 63px;
    
}
.wel-4 .video:hover .img-box img
{
    /* -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); */

    /* opacity: .95; */
}
.wel-4 .video:hover .img-box .black{
	background-color: rgba(0,0,0,0);
}

@media (max-width: 1680px){
	/* .wel-ul-1.wel-ul-2 li{
		margin-right: 2%;
	}
	.wel-ul-1.wel-ul-2 li:nth-child(3n){
		margin-right: 2%;
	} */
	.wel-4-txt {
	    padding: 15px 3% 0 3%;
	}
	.wel-4-txt p {
	    line-height: 36px;
	    font-size: 16px;
	    max-height: 72px;
	}
	.wel-4 .slider-nav .item .img-box{
		padding-left: 172px;
	}
	.wel-4 .slider-nav .item .img-box img {
		width: 172px;
		height: 97px;
	}
	.wel-4 .slider-nav .slick-slide.slick-current .item .img-box img{
		width: 172px;
		height: 97px;
	}
	.picText1 .wel-2 .wel-2-text{
		width: 680px;
	}
}
@media (max-width: 1600px){
	/* .wel-ul-1.wel-ul-2 li{
		margin-right: 1.5%;
	}
	.wel-ul-1.wel-ul-2 li:nth-child(3n){
		margin-right: 1.5%;
	} */
	.wel-4 .slider-nav .slick-slide.slick-current .item .img-box img{
		width: 142px;
		height: 91px;
	}
	.wel-4 .slider-nav .item .img-box img {
	    width: 142px;
	    height: 91px;
	}
	.wel-4 .slider-nav .item .img-box{
		padding-left: 142px;
	}
	.picText1 .wel-2 .wel-2-text{
		width: 680px;
	}
	.wel-4-txt p{
		line-height: 30px;
		max-height: 60px;
	}
	.wel-4 .slider-nav .item .img-box .vd-play{
		width: 28px;
		height: 30px;
	}
	.wel-4 .video .play{
		width: 120px;
		height: 120px;
	}
}
@media (max-width: 1440px){
	/* .wel-ul-1.wel-ul-2 li{
		width: 32%;
	} */
	
	.wel-4 .slider-nav .slick-slide.slick-current .item .img-box img{
		width: 122px;
		height: 79px;
	}
	.wel-4 .slider-nav .item .img-box img {
	    width: 122px;
	    height: 79px;
	}
	.wel-4 .slider-nav .item .img-box{
		padding-left: 122px;
	}
	
	.wel-4 .slider-nav .slick-slide{
		    padding: 4px 0px;
	}
	.wel-4-txt p {
	    line-height: 24px;
	    max-height: 48px;
		font-size: 14px;
	}
	/* .wel-ul-1.wel-ul-2 li{
		margin-right: 1%;
	}
	.wel-ul-1.wel-ul-2 li:nth-child(3n){
		margin-right: 1%;
	} */
}
@media (max-width: 1400px){
	.wel-4 .slider-nav .slick-slide.slick-current .item .img-box img{
		width: 116px;
		height: 76px;
	}
	.wel-4 .slider-nav .item .img-box img {
	    width: 116px;
	    height: 76px;
	}
	.wel-4 .slider-nav .item .img-box{
		padding-left: 116px;
	}
	.wel-4 .slider-nav .item .img-box .vd-play {
	    width: 18px;
	    height: 24px;
		left: 15%;
	}
	.wel-4 .video .play {
	    width: 100px;
	    height: 100px;
	}
}
@media (max-width: 1366px){
	.wel-4 .slider-nav .slick-slide.slick-current .item .img-box img{
		width: 128px;
		height: 81px;
	}
	.wel-4 .slider-nav .item .img-box img {
	    width: 128px;
	    height: 81px;
	}
	.wel-4 .slider-nav .item .img-box{
		padding-left: 128px;
	}
}
@media (max-width: 1199px){
	.wel-1 {
	    margin-top: 30px;
	    padding: 40px 0 40px 0;
	}
	.wel-1 .wel-1-t span {
	    padding: 0 20px;
	    line-height: 60px;
	    font-size: 36px;
	    border-radius: 30px;
	}
	.wel-1 .wel-1-p {
	    margin-top: 20px;
	    line-height: 30px;
	    padding: 0 5%;
	    font-size: 16px;
	    letter-spacing: 0px;
	}
	.wel-1 .wel-1-i{
		margin-top: 20px;
	}
	.picText1 .wel-2{
		padding-left: 5%;
	}
	.picText1 .wel-2 .wel-2-text img{
		width: 300px;
	}
	.picText1 .wel-2 .wel-2-text .wel-2-text-p {
	    /* max-height: 360px; */
	    max-height: none;
	}
	.picText1 .wel-2 .wel-2-text {
	    width: 600px;
	    padding: 30px 0 50px 0;
	    line-height: 32px;
	    font-size: 16px;
	}
	.picText1 .wel-2{
		background-size: cover !important;
	}
	.wel-3-t span {
	    padding: 0 20px;
	    line-height: 48px;
	    font-size: 24px;
	    border-radius: 24px;
	}
	.wel-ul-1 li .wel-3-txt span{
		padding: 0 28px;
	}
	.wel-ul-1 li .wel-3-txt {
	    line-height: 28px;
	    font-size: 16px;
	}
	.wel-4 .slider-for{
		width: 100%;
	}
	.wel-4 .slider-nav{
		width: 100%;
	}
	.wel-4 .slider-nav .slick-slide.slick-current .item .img-box:after{
		display: none;
	}
	.wel-4 .slider-nav .item{
		padding: 0 2%;
	}
	.wel-4 .slider-nav .item .img-box{
		float: left;
		width: 100%;
		height: 221px;
	}
	.wel-4 .slider-nav .item .img-box img{
		width: 100%;
		height: 173px;
	}
	.wel-4 .slider-nav .slick-current .item .img-box{
		float: left;
		width: 100%;
		height: 221px;
	}
	.wel-4 .slider-nav .item .img-box{
		padding-left: 0;
	}
	.wel-4 .slider-nav .slick-slide.slick-current .item .img-box img{
		float: left;
		width: 100%;
		height: 173px;
	}
	.wel-4 .slider-nav .item .img-box .vd-play{
		left: 50%;
	}
	.wel-4-txt {
		height: 48px;
		margin-top: 173px;
	    padding: 6px 3% 6px 3%;
	}
	.wel-4-txt p {
	    line-height: 18px;
	    max-height: 36px;
	    font-size: 14px;
	}
}
@media (max-width: 991px){
	.wel-1{
		margin-top: 60px;
	}
	.wel-1 .wel-1-i img{
		width: 280px;
	}
	.wel-1 .wel-1-t span {
	    padding: 0 15px;
	    line-height: 48px;
	    font-size: 30px;
	    border-radius: 24px;
	}
	.wel-1 .wel-1-p {
	    margin-top: 15px;
	    line-height: 24px;
	    padding: 0 5%;
	    font-size: 14px;
	    letter-spacing: 0px;
	}
	.wel-3-t{
		margin-top: 30px;
	}
	.wel-ul-1 li{
		width: 100%;
		margin-right: 0;
	}
	.wel-ul-1.wel-ul-2 li{
		width: 100%;
		margin-right: 0;
	}
	.wel-ul-1.wel-ul-2 li:nth-child(4){
		width: 100%;
	}
	.wel-4{
		margin-top: 30px;
		padding: 30px 3% 30px 3%;
	}
	.about.welfare {
	    padding-bottom: 50px;
	}
}
@media (max-width: 767px){
	.wel-4{
		display: none;
	}
	.wel-4 .slider-nav .item .img-box .vd-play{
		top: 38%;
	}
	.wel-1 .wel-1-t span {
		padding: 0 10px;
		line-height: 36px;
		font-size: 16px;
		border-radius: 18px;
	}
	.wel-1 .wel-1-p {
	    margin-top: 10px;
	    line-height: 24px;
	    padding: 0 3%;
	    font-size: 14px;
	}
	.wel-1 .wel-1-i img {
	    width: 160px;
		margin: 0 5px;
	}
	.wel-1{
		padding: 20px 0;
		margin-top: 20px;
	}
	.picText1 .wel-2 .wel-2-text {
	    width: 100%;
	    padding: 20px 0 50px 0;
	    line-height: 28px;
	    font-size: 14px;
		letter-spacing: 1px;
	}
	.picText1 .wel-2{
		background-size: 100% 100%;
		padding: 0 3%;
	}
	.picText1 .wel-2 .wel-2-text img {
	    width: 200px;
		margin: 0 auto;
	}
	.picText1 .slick-dots{
		right: 0;
		bottom: 10px;
		width: 100%;
		text-align: center;
	}
	.picText1 .slick-dots li {
	    margin: 0 4px;
	    width: 10px;
	    height: 10px;
	}
	.wel-3-t{
		margin-top: 60px;
	}
	.wel-3-t span {
	    padding: 0 18px;
	    line-height: 36px;
	    font-size: 18px;
	    border-radius: 18px;
	}
	.wel-ul-1 li{
		margin-top: 15px;
	}
	.wel-4 .video{
		height: 266px;
	}
	.wel-4 .video .play {
		/* display: none; */
	    width: 40px;
	    height: 40px;
	}
	.wel-4 .slider-nav .slick-current .item .img-box{
		height: 148px;
	}
	.wel-4 .slider-nav .slick-slide.slick-current .item .img-box img{
		height: 100px;
	}
	.wel-4 .slider-for{
		overflow: hidden;
	}
	.wel-4-txt {
	    height: 48px;
	    margin-top: 100px;
	    padding: 6px 3% 6px 3%;
	}
	.wel-4 .slider-nav .item .img-box img{
		height: 100px;
	}
	.wel-4 .slider-nav .item .img-box{
		height: 148px;
	}
	.wel-4 {
	    padding: 20px 3% 20px 3%;
		overflow: hidden;
	}
	.about.welfare {
	    padding-bottom: 30px;
	}

}


/*成山党建*/
.about.building{
	padding-bottom: 212px;
}

.bui-1{
	float: left;
	width: 100%;
	padding: 68px 9.1% 202px 11.6%;
	margin-top: 25px;
	background: url(../image/duty/bui-bg-1.jpg) bottom center no-repeat;
	background-size: cover;
}
.bui-1 .bui-1-t{
	float: left;
	width: 100%;
	color: #fff;
}
.bui-1 .bui-1-t span{
	display: inline-block;
	/* height: 83px; */
	line-height: 40px;
	font-size: 32px;
	border-bottom: 3px solid #fff;
	font-style: italic;
	font-weight: bold;
	max-width: 100%;
	
	/* white-space: nowrap;
	text-overflow: ellipsis; */
}
.bui-1 .bui-1-p{
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	margin-top: 35px;
	text-indent: 2em;
	max-height: 180px;
	overflow: hidden;
}
.bui-1 .bui-1-pic{
	float: left;
	width: 100%;
}
.bui-1 .bui-1-pic .slick-slide{
	padding: 0 15px;
}

.bui-1 .bui-1-pic img{
	/* float: left;
	width: 23.5%;
	margin-right: 2%; */
}
.bui-1 .bui-1-pic img:nth-child(4n){
	/* margin-right: 0; */
}
.bui-1 .slick-dots{
	float: left;
	width: 100%;
	height: 13px;
	text-align: center;
	margin-top: 20px;
}
.bui-1 .slick-dots li{
	cursor: pointer;
	display: inline-block;
	float: none;
	width: 13px;
	height: 13px;
	margin: 0 8px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 1px 3px 3px rgba(0,0,0,0.3);
}
.bui-1 .slick-dots li button{
	display: none;
}
.bui-1 .slick-dots li.slick-active{
	background: #e60112;
}



.bui-2{
	float: left;
	width: 100%;
	padding: 56px 0 106px 0;
	text-align: center;
}
.bui-2 img{
	max-width: 100%;
}

.bui-3{
	float: left;
	width: 100%;
	padding: 134px 10.2% 195px 9.2%;
	background: url(../image/duty/bui-bg-2.jpg) bottom center no-repeat;
	background-size: cover;
}
.bui-3 .bui-3-le{
	float: left;
	width: 48.6%;
}
.bui-3 .bui-3-le .bui-3-t{
	float: left;
	width: 100%;
}
.bui-3 .bui-3-le .bui-3-t span{
	display: inline-block;
	line-height: 62px;
	font-size: 42px;	
	border-bottom: 3px solid #e60112;	
	font-style: italic;	
	font-weight: bold;
	color: #e60112;
}
.bui-3 .bui-3-le .bui-3-p{
	float: left;
	width: 100%;
	margin-top: 17px;
	line-height: 36px;
	font-size: 18px;
	max-height: 252px;
	overflow: hidden;
	color: #333;
	text-indent: 2em;
}
.bui-3 .bui-3-pic{
	float: right;
	width: 44.2%;
}

.bui-3 .bui-3-pic .slick-dots{
	position: absolute;
	bottom: 21px;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.bui-3 .bui-3-pic .slick-dots li{
	display: inline-block;
	float: none;
	width: 11px;
	height: 11px;
	margin: 0 8px;
	background: #fff;
	border-radius: 100%;
}
.bui-3 .bui-3-pic .slick-dots li button{
	display: none;
}
.bui-3 .bui-3-pic .slick-dots li.slick-active{
	background: #e60112;
}

.bui-4{
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 81px 9.9% 95px 26.7%;
	background: url(../image/duty/bui-bg-3.jpg) bottom center no-repeat;
	background-size: cover;
}
.bui-4 .bui-4-t{
	float: left;
	width: 100%;
	text-align: center;
}
.bui-4 .bui-4-t span{
	display: inline-block;
	line-height: 64px;
	font-size: 42px;
	border-bottom: 3px solid #e60112;
	font-weight: bold;
	font-style: italic;
	color: #e60112;
}
.bui-4 .bui-4-p{
	float: left;
	width: 100%;
	line-height: 36px;
	margin-top: 28px;
	font-size: 18px;
	color: #333;
	text-indent: 2em;
	max-height: 144px;
	overflow: hidden;
}
.bui-4 .bui-4-pic{
	float: left;
	width: 100%;
	margin-top: 12px;
}
.bui-4 .bui-4-pic img{
	padding: 0 9px;
}


.bui-4 .slick-dots{
	float: left;
	width: 100%;
	height: 13px;
	text-align: center;
	margin-top: 30px;
}
.bui-4 .slick-dots li{
	display: inline-block;
	float: left;
	width: 13px;
	height: 13px;
	margin: 0 8px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 1px 3px 3px rgba(0,0,0,0.3);
}
.bui-4 .slick-dots li button{
	display: none;
}
.bui-4 .slick-dots li.slick-active{
	background: #e60112;
}


.bui-5{
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 111px 18.3% 95px 18.3%;
	background: url(../image/duty/bui-bg-4.jpg) bottom center no-repeat;
	background-size: cover;
}
.bui-5 .bui-5-t{
	float: left;
	width: 100%;
	text-align: center;
}
.bui-5 .bui-5-t span{
	display: inline-block;
	line-height: 64px;
	font-size: 42px;
	border-bottom: 3px solid #e60112;
	font-weight: bold;
	font-style: italic;
	color: #e60112;
}
.bui-5 .bui-5-p{
	float: left;
	width: 100%;
	line-height: 36px;
	margin-top: 28px;
	font-size: 18px;
	color: #333;
	text-indent: 2em;
	max-height: 144px;
	overflow: hidden;
}
.bui-5 .bui-5-pic{
	float: left;
	width: 100%;
	margin-top: 12px;
}
.bui-5 .bui-5-pic img{
	padding: 0 9px;
}

.bui-5 .slick-dots{
	float: left;
	width: 100%;
	height: 13px;
	text-align: center;
	margin-top: 30px;
}
.bui-5 .slick-dots li{
	display: inline-block;
	float: none;
	width: 13px;
	height: 13px;
	margin: 0 8px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 1px 3px 3px rgba(0,0,0,0.3);
}
.bui-5 .slick-dots li button{
	display: none;
}
.bui-5 .slick-dots li.slick-active{
	background: #e60112;
}



.bui-6{
	float: left;
	width: 100%;
	margin-top: 30px;
	position: relative;
}
.bui-6-bg{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 2;
}
.bui-6 .bui-6-left{
	float: left;
	width: 33.27%;
	position: relative;
	z-index: 2;
	color: #fff;
	/* padding: 80px 6.3% 0 6.4%; */
	padding: 40px 3.3% 0 3.4%;
}
.bui-6 .bui-6-left .bui-6-t{
	float: left;
	width: 100%;
}
.bui-6 .bui-6-left .bui-6-t span{
	display: inline-block;
	line-height: 64px;
	font-size: 42px;
	border-bottom: 3px solid #fff;
	font-style: italic;
	font-weight: bold;
}
.bui-6 .bui-6-left .bui-6-p{
	float: left;
	width: 100%;
	margin-top: 36px;
	line-height: 36px;
	text-indent: 2em;
	font-size: 18px;
}



.bui-6 .bui-6-right{
	float: left;
	width: 66.73%;
	position: relative;
	z-index: 1;
}


.bui-6 .slick-dots{
	position: absolute; 
	bottom: 40px;
	left: 0;
	float: left;
	width: 100%;
	height: 20px;
	text-align: center;
}
.bui-6 .slick-dots li{
	display: inline-block;
	float: none;
	width: 20px;
	height: 20px;
	margin: 0 8px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 1px 3px 3px rgba(0,0,0,0.3);
}
.bui-6 .slick-dots li button{
	display: none;
}
.bui-6 .slick-dots li.slick-active{
	background: #e60112;
}

.bui-7{
	float: left;
	width: 100%;
	padding: 76px 13.33% 142px 6.66%;
	background: url(../image/duty/bui-bg-5.jpg) bottom center no-repeat;
	background-size: cover;
	margin-top: 30px;
}
.bui-7 .bui-7-le{
	float: left;
	width: 53.6%;
	margin-top: -20px;
}
.bui-7 .bui-7-le img{
	float: left;
	width: 50%;
	padding-right: 3.7%;
	margin-top: 20px;
}
.bui-7 .bui-7-ri{
	float: left;
	width: 46.4%;
	padding-left: 4.8%;
	padding-top: 38px;
}
.bui-7-ri-t{
	float: left;
	width: 100%;
}
.bui-7-ri-t span{
	display: inline-block;
	line-height: 74px;
	border-bottom: 3px solid #c70210;
	font-size: 42px;
	color: #c70210;
	font-weight: bold;
	font-style: italic;
}
.bui-7-ri-p{
	float: left;
	width: 100%;
	margin-top: 30px;
	line-height: 36px;
	font-size: 18px;
	color: #333;
	text-indent: 2em;
	font-weight: bolder;
}

.bui-8{
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 64px 11.4% 70px 11.4%;
	background: url(../image/duty/bui-bg-6.jpg) bottom center no-repeat;
	background-size: cover;
}
.bui-8 .bui-8-t{
	float: left;
	width: 100%;
}
.bui-8 .bui-8-t span{
	display: inline-block;
	line-height: 74px;
	border-bottom: 3px solid #fff;
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
.bui-8 .bui-8-p{
	float: left;
	width: 100%;
	margin-top: 30px;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	text-indent: 2em;
	margin-top: 40px;
}
.bui-8 .bui-8-pic{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.bui-8 .bui-8-pic img{
	float: left;
	margin-right: 34px;
}
.bui-8 .bui-8-pic img:last-child{
	margin-right: 0px;
}

@media (max-width: 1680px){
	.bui-1 .bui-1-t span {
	    height: 71px;
	    line-height: 68px;
	    font-size: 32px;
	    border-bottom: 2px solid #fff;
	}
	.bui-1 .bui-1-p {
	    line-height: 30px;
	    font-size: 16px;
	    margin-top: 30px;
	    max-height: 150px;
	}
	.bui-3 .bui-3-le .bui-3-t span {
	    line-height: 48px;
	    font-size: 32px;
	    border-bottom: 2px solid #e60112;
	}
	.bui-3 .bui-3-le .bui-3-p {
	    line-height: 30px;
	    font-size: 16px;
	    margin-top: 30px;
	    max-height: 240px;
		margin-top: 12px;
	}
	.bui-4 {
	    padding: 60px 6% 80px 24%;
	}
	.bui-4 .bui-4-t span{
		line-height: 48px;
		font-size: 32px;
		border-bottom: 2px solid #e60112;
	}
	.bui-4 .bui-4-p {
	    line-height: 30px;
	    font-size: 16px;
	    margin-top: 20px;
	    max-height: 120px;
	    margin-top: 12px;
	}
	.bui-5 {
	    padding: 90px 15% 80px 15%;
	}
	.bui-5 .bui-5-t span{
		line-height: 48px;
		font-size: 32px;
		border-bottom: 2px solid #e60112;
	}
	.bui-5 .bui-5-p{
		line-height: 30px;
		font-size: 16px;
		max-height: 120px;
		margin-top: 12px;
	}
	.bui-6 .bui-6-left {
	    padding: 60px 5% 0 5%;
	}
	.bui-6 .bui-6-left .bui-6-t span{
		line-height: 48px;
		font-size: 32px;
		border-bottom: 2px solid #fff;
	}
	.bui-7 .bui-7-ri{
		padding-top: 10px;
	}
	.bui-7-ri-t span {
	   line-height: 48px;
	   font-size: 32px;
	   border-bottom: 2px solid #e60112;
	}
	.bui-8 {
	    padding: 40px 6% 50px 6%;
	}
	.bui-8 .bui-8-t span{
		line-height: 48px;
		font-size: 32px;
		border-bottom: 2px solid #fff;
	}
	.bui-8 .bui-8-pic img{
		margin-right: 30px;
	}
}
@media (max-width: 1600px){
	.bui-6 .bui-6-left .bui-6-p{
		font-size: 16px;
	}
	.bui-8 {
	    padding: 40px 4% 50px 4%;
	}
	.bui-8 .bui-8-pic img{
		margin-right: 20px;
	}
}
@media (max-width: 1440px){
	.about.building{
		padding-bottom: 80px;
	}
	.bui-1 {
	    padding: 50px 5% 170px 8%;
	    margin-top: 25px;
	}
	.bui-3 {
	    padding: 80px 8% 100px 8%;
	}
	.bui-3 .bui-3-pic{
		width: 48%;
	}
	.bui-5 {
	    padding: 60px 8% 60px 8%;
	}
	.bui-6 .bui-6-left {
	    padding: 40px 5% 0 3%;
	}
	.bui-6 .bui-6-left .bui-6-p {
	    font-size: 16px;
		line-height: 32px;
	}
	.bui-7 {
	    padding: 60px 8% 100px 6%;
	}
	.bui-7-ri-p {
	    margin-top: 20px;
	    line-height: 36px;
	    font-size: 16px;
	}
	.bui-8 .bui-8-pic img{
		height: 254px;
	}
}

@media (max-width: 1199px){
	.bui-1 {
	    padding: 30px 4% 100px 6%;
	    margin-top: 20px;
	}
	.bui-1 .bui-1-t span {
	    height: 48px;
	    line-height: 46px;
	    font-size: 24px;
	    border-bottom: 2px solid #fff;
	}
	.bui-1 .bui-1-p {
	    line-height: 24px;
	    font-size: 14px;
	    margin-top: 20px;
	    max-height: 144px;
	}
	.bui-1-pic{
		margin-top: 10px;
	}
	.bui-2 {
	    padding: 40px 0 60px 0;
	}
	.bui-3 .bui-3-le .bui-3-t span {
	    line-height: 36px;
	    font-size: 24px;
	}
	.bui-3 .bui-3-le .bui-3-p {
	    line-height: 24px;
	    font-size: 14px;
	    margin-top: 20px;
	    max-height: 192px;
	    margin-top: 12px;
	}
	.bui-3 {
	    padding: 40px 3% 60px 3%;
	}
	.bui-4 {
	    padding: 40px 4% 60px 20%;
	}
	.bui-4 .bui-4-t span {
	   line-height: 36px;
	   font-size: 24px;
	}
	.bui-4 .bui-4-p{
		line-height: 24px;
		font-size: 14px;
		max-height: 120px;
		margin-top: 12px;
	}
	.bui-5 .bui-5-t span{
		line-height: 36px;
		font-size: 24px;
	}
	.bui-5 .bui-5-p{
		line-height: 24px;
		font-size: 14px;
		max-height: 120px;
		margin-top: 12px;
	}
	.bui-6 .slick-dots{
		bottom: 20px;
	}
	.bui-6 .slick-dots li{
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}
	.bui-6 .bui-6-left {
	    padding: 30px 5% 0 3%;
	}
	.bui-6 .bui-6-left .bui-6-t span{
		line-height: 36px;
		font-size: 24px;
	}
	.bui-6 .bui-6-left .bui-6-p{
		line-height: 24px;
		font-size: 14px;
		margin-top: 12px;
	}
	.bui-7 .bui-7-ri{
		padding-left: 2.4%;
	}
	.bui-7-ri-t span{
		line-height: 36px;
		font-size: 24px;
	}
	.bui-7-ri-p{
		line-height: 28px;
		font-size: 14px;
		margin-top: 12px;
	}
	.bui-8 .bui-8-t span{
		line-height: 36px;
		font-size: 24px;
	}
	.bui-8 .bui-8-p{
		line-height: 28px;
		font-size: 14px;
		margin-top: 12px;
	}
	.bui-8 .bui-8-pic img{
		height: 190px;
	}
}

@media (max-width: 991px){
	.bui-1{
		padding: 25px 4% 40px 4%;
		margin-top: 50px;
	}
	.bui-1 .bui-1-t span {
	    height: 30px;
	    line-height: 28px;
	    font-size: 18px;
	}
	.bui-1 .bui-1-p {
	    margin-top: 15px;
	    max-height: none;
	}
	.bui-1 .bui-1-pic img{
		width: 49%;
		margin: 6px 2% 6px 0;
	}
	.bui-1 .bui-1-pic img:nth-child(2n){
		margin-right: 0;
	}
	.bui-3 .bui-3-le{
		width: 100%;
	}
	.bui-3 .bui-3-pic{
		width: 100%;
		margin-top: 20px;
	}
	.bui-3 {
	    padding: 30px 3% 40px 3%;
	}
	.bui-3 .bui-3-le .bui-3-t span {
	   height: 30px;
	   line-height: 28px;
	   font-size: 18px;
	}
	.bui-3 .bui-3-pic .slick-dots{
		bottom: 10px;
	}
	.bui-4 {
	    padding: 20px 3% 30px 15%;
	}
	.bui-4 .slick-dots li{
		width: 10px;
		height: 10px;
		margin: 0 3px;
	}
	.bui-4 .slick-dots{
		margin-top: 10px;
	}
	.bui-5 {
	    padding: 30px 4% 30px 4%;
	}
	.bui-5 .slick-dots li{
		width: 10px;
		height: 10px;
		margin: 0 3px;
	}
	.bui-5 .slick-dots{
		margin-top: 10px;
	}
	.bui-6 .bui-6-left {
	    padding: 10px 4% 0 2%;
	}
	.bui-6 .bui-6-left .bui-6-t span {
	   height: 30px;
	   line-height: 28px;
	   font-size: 18px;
	}
	.bui-6 .bui-6-left .bui-6-p{
		line-height: 18px;
		font-size: 12px;
	}
	.bui-7 {
	    padding: 40px 4% 80px 4%;
	}
	.bui-7 .bui-7-le{
		width: 100%;
	}
	.bui-7 .bui-7-ri{
		width: 100%;
	}
	.bui-8 .bui-8-pic img {
	    height: 150px;
		margin-right: 10px;
	}
}
@media (max-width: 767px){
	.about.building{
		padding-bottom: 30px;
	}
	.bui-1{
		margin-top: 20px;
		padding: 20px 3% 10px 3%;
	}
	
	.bui-1 .bui-1-t span {
		height: auto;
		white-space: inherit;
		text-overflow: inherit;
		padding-bottom: 8px;
	}
	.bui-1 .bui-1-p{
		margin-top: 10px;
		line-height: 24px;
		font-size: 14px;
	}
	.bui-1 .bui-1-pic img{
		width: 100%;
	}
	
	.bui-1 .slick-dots{
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.bui-1 .slick-dots li{
		display: inline-block;
		float: none;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		background: #fff;
		border-radius: 100%;
	}
	.bui-1 .slick-dots li button{
		display: none;
	}
	.bui-1 .slick-dots li.slick-active{
		background: #e60112;
	}
	.bui-2 {
	    padding: 20px 0 30px 0;
	}
	.bui-3 {
	    padding: 20px 3% 20px 3%;
	}
	.bui-3 .bui-3-le .bui-3-t{
		text-align: center;
	}
	.bui-3 .bui-3-le .bui-3-p{
		max-height: none;
		letter-spacing: 1px;
	}
	.bui-3 .bui-3-pic .slick-dots{
		bottom: 5px;
	}
	.bui-3 .bui-3-pic .slick-dots li{
		margin: 0 4px;
	}
	.bui-4 {
	    padding: 20px 3% 20px 3%;
		margin-top: 15px;
	}
	.bui-4 .bui-4-pic img{
		padding: 0;
	}
	.bui-4 .bui-4-p{
		max-height: none;
		letter-spacing: 1px;
	}
	.bui-4 .slick-dots li{
		float: none;
	}
	.bui-4 .bui-4-t span {
		height: 30px;
		line-height: 28px;
		font-size: 18px;
	}
	.bui-5 {
		margin-top: 15px;
	    padding: 20px 3% 20px 3%;
	}
	.bui-5 .bui-5-t span{
		height: 30px;
		line-height: 28px;
		font-size: 18px;
	}
	.bui-5 .bui-5-p{
		max-height: none;
		letter-spacing: 1px;
	}
	.bui-6{
		overflow: hidden;
		margin-top: 15px;
	}
	.bui-6 .bui-6-left{
		width: 100%;
		padding: 10px 3% 10px 3%;
	}
	.bui-6 .bui-6-left .bui-6-t{
		text-align: center;
	}
	.bui-6 .bui-6-left .bui-6-t span{
		height: 30px;
		line-height: 28px;
		font-size: 18px;
	}
	.bui-6 .bui-6-left .bui-6-p{
		font-size: 14px;
		line-height: 24px;
	}
	.bui-6 .bui-6-right{
		width: 100%;
		position: relative;
		z-index: 99;
	}
	.bui-6-bg{
		width: 160%;
	}
	.bui-6 .slick-dots{
		bottom: 10px;
	}
	.bui-6 .slick-dots li{
		width: 10px;
		height: 10px;
	}
	.bui-7 {
	    padding: 20px 3% 20px 3%;
		margin-top: 15px;
	}
	.bui-7-ri-t{
		text-align: center;
	}
	.bui-7-ri-t span{
		height: 30px;
		line-height: 28px;
		font-size: 18px;
	}   
	.bui-7 .bui-7-le img{
		padding-right: 0;
	}
	.bui-7 .slick-dots{
		position: absolute;
		bottom: 10px;
		left: 0;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.bui-7 .slick-dots li{
		display: inline-block;
		float: none;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		background: #fff;
		border-radius: 100%;
	}
	.bui-7 .slick-dots li button{
		display: none;
	}
	.bui-7 .slick-dots li.slick-active{
		background: #e60112;
	}
	.bui-8 {
	    padding: 20px 3% 20px 3%;
		margin-top: 15px;
	}
	.bui-8 .bui-8-t{
		text-align: center;
	}
	.bui-8 .bui-8-t span{
		height: 30px;
		line-height: 28px;
		font-size: 18px;
	}
	.bui-8 .bui-8-pic{
		text-align: center;
	}
	.bui-8 .bui-8-pic img{
		height: 140px;
		float: none;
		display: inline-block;
		margin: 5px 5px;
	}
}


.i-news-text .video{
	display: none;
}
@media (max-width: 767px){
	
	.i-news .i-news-left .i-news-text .i-news-text-link > .play-index{
		display: none;
	}
	
	.i-news .i-news-left img{
		width: auto;
	}
	/*首页手机视频*/
	.i-news-text .video
	{
		display: block;
		/* display: none; */
		float: left;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 180px;
		margin-top: 15px;
	}

	.i-news-text .video .img-box
	{
		/* display: none; */
		width: 100%;
		height: 100%;
		z-index: 0;
		position: relative;
		padding-bottom: 49.56521739130435%;
		background-color: rgba(0,0,0,0);
		
	}
	.i-news-text .video .img-box .black{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.6);
		z-index: 99;
		-webkit-transition: all 1s ease;
				transition: all 1s ease;
	}
	.i-news-text .video .img-box img
	{
		-webkit-transition: all .6s ease;
				transition: all .6s ease;

	}
	.i-news-text .video .video-box
	{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;

		overflow: hidden;

		width: 100%;
		height: 100%;

		text-align: center;
	}



	.i-news-text .video .iframe
	{
		display: none;

		width: 100% !important;
		height: 100% !important;
		position: relative;
		z-index: 1;
	}
	.i-news-text .video .play-index
	{
		position: absolute;
		top: 50%;
		left: 0;

		display: inline-block;
		/* display: none; */
		width: 100%;
		height: 54px;
		margin-bottom: 100%;

		-webkit-transition: all .0s;
				transition: all .0s;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);

		color: #fff;
		background: url(../image/video-play.png) center no-repeat;
	}


	.i-news-text .video .play-index:before
	{
		font-family: 'iconfont';
		font-size: 60px;
		font-weight: normal;
		line-height: 1;

		display: block;

		/*content: '\e67f';*/
	   width: 63px;
	   height: 63px;
		
	}
	.i-news-text .video:hover .img-box img
	{
		-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
				transform: scale(1.1);

		/* opacity: .95; */
	}
	.i-news-text .video:hover .img-box .black{
		background-color: rgba(0,0,0,0);
	}

}