.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

.swiper-container {
	height: 500px;
	overflow: visible;
	margin-top: 5px;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 105px;
	width: 100%;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 32px;
	height: 20px;
	font-size: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	transition: width .8s;
}

.swiper-pagination-switch:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background: rgba(102, 102, 102, .5);
	vertical-align: middle;
	transition: width .8s, background-color .8s;
	box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.20);
}

.swiper-active-switch:before {
	background: #fa6f66;
	box-shadow: 0 3px 6px 0 rgba(250, 111, 102, .5);
}

.swiper-slide {
	position: relative;
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
	overflow: hidden;
}

.swiper-slide-active {
	opacity: 1;
}

.swiper-slide .img {
	position: absolute;
}

.inner {
	position: relative;
	display: block;
	width: 1180px;
	height: 500px;
	margin: 0 auto;
}

.banner-text {
position: absolute;
    left: 44%;
    bottom: 150px;
    z-index: 999;
    top: 58%;
}

.banner-text h3 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
}

.banner-text em {
	font-style: normal;
	color: #e41e2b;
}

.banner-text h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 48px;
	color: #333333;
	line-height: 60px;
}

.banner-text p {
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
}

.banner-text .btn-primary {
	box-shadow: 0 10px 20px 0 rgba(239, 35, 54, 0.20);
	margin-top: 30px;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	font-size: 18px;
	color: #fff;
	background-color: #E41F2B;
	display: inline-block;
}

.slide1 {
	background: url(../images/bg-pc1.jpg) no-repeat center center;
}

.slide2 {
	background: url(../images/bg-pc2.jpg) no-repeat center center;
}

.slide3 {
	background: url(../images/bg-pc3.jpg) no-repeat center center;
}

.slide4 {
	background: url(../images/bg-pc4.jpg) no-repeat center center;
}

.slide5 {
	background: url(../images/bg-pc5.jpg) no-repeat center center;
}

.slide2 .img1 {
	left: 0px;
	bottom: 120px;
	z-index: 9;
	position: absolute;
}

.slide4 .img1 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}

.slide4 .img2 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}

.slide5 .img1 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}

.slide5 .img2 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}
/*波浪遮罩*/
.cover{
	background: url(../images/banner-cover.png) no-repeat center center;
	position: absolute;
    z-index: 9;
    bottom: 0;
    left: -1280px;
    right: -1280px;
    width: 2560px;
    height: 60px;
    margin: 0 auto;
}
/*底下四个导航*/
.home-events {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -38px;
}

.home-events-box {
	max-width: 1210px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.home-events-box-wrapper {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}

.home-events-box-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.home-events-box-item {
	position: relative;
	float: left;
	width: 25%;
	height: 120px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: .2s;
	transition: .2s;
}

.home-events-box-item a {
	display: block;
	height: 100%;
	padding: 34px 5px 34px 120px;
}

.home-events-box-item:hover i img:last-child {
	opacity: 1;
}

.home-events-box-item:hover h2 {
	color: #fa6f66;
}

.home-events-box-item i {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 60px;
	height: 60px;
}

.home-events-box-item i img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	will-change: opacity;
}

.home-events-box-item i img:last-child {
	opacity: 0;
}

.home-events-box-item h2,
.home-events-box-item p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home-events-box-item h2 {
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 22px;
	color: #3B516A;
	-webkit-transition: .2s;
	transition: .2s;
	will-change: color;
}

.home-events-box-item p {
	font-size: 14px;
	line-height: 20px;
	color: #95989D;
}

.about {
    overflow: hidden;
    margin-top: 80px;
}

.about_l {
    float: left;
    width: 680px;
}
.about_txt {
    position: relative;
}
.about_txt  h6 {
    color: #e63d47;
    font-size: 40px;
    width: 100%;
    line-height: 80px;
    height: 80px;
    font-weight: bold;
}

.about_txt h2 {
    font-size: 24px;
    width: 100%;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
}
.about_txt p {
    line-height: 30px;
    text-indent: 20px;
    font-size: 16px;
}
ul.jingyan {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.jingyan li {
    float: left;
    width: 33.333%;
    text-align: center;
    height: 80px;
    line-height: 80px;
}
ul.jingyan li h3 {
    font-size: 18px;
}

span.count {
    font-size: 40px;
    padding: 0px 8px;
    font-weight: bold;
    color: #fc1722;
}
a.about_m {
	float: right;
    color: #fc1722;
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: 0px;
}
.about_r {
    float: left;
    width: 580px;
    margin-left: 20px;
}
.about_a {
	width: 100%;
    overflow: hidden;
}

.about_a img {
    width: 100%;
    height: 270px;
}
.about_b {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.about_b img {
    width: 100%;
    border: 1px solid #f1f1f1;
}
.about_c {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.about_c img {
    width: 100%;
    border: 1px solid #f1f1f1;
}

.services {
	background-image: url(../images/blue_bg.png);
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 30px;
    background-size: 1000px;
}
.services_t h2 {
    position: relative;
    color: #fff;
    font-size: 40px;
    width: 100%;
    line-height: 80px;
    height: 80px;
    font-weight: bold;
}

.services_t p {
    font-size: 22px;
    color: #fff;
}

.services_t {
    width: 100%;
    margin-top: 40px;
}
.services_box {
    width: 100%;
    overflow: hidden;
    padding: 5px;
}

.services_item {
    width: 30.3333%;
    float: left;
    border-left: 4px solid #3d58dd;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #fff;
    margin-right: 3%;
    padding: 15px;
}
.services_item:hover{
    background: #3d58dd;
	background: #4d68ee;
    transition: all 0.5s;
	color: #fff;
}

.services_ico {
    width: 100%;
    overflow: hidden;
    height: 240px;
    text-align: left;
}

.services_ico img {
    height: auto;
    width: 100%;
}

.services_item h3 {
    font-size: 22px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
}

.services_item p {
    line-height: 24px;
    font-size: 14px;
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.services_dh {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}

ul.services_dh_a {
    width: 100%;
    overflow: hidden;
    padding: 5px;
}

ul.services_dh_a li {
	width: 25%;
    float: left;
    padding: 5px;
    background: #ffffff;
}
ul.services_dh_a li a {
    background: #ff9c01;
    padding: 5px 15px;
    overflow: hidden;
    display: inline-block;
    color: #fff;
	margin-top: 15px;
}
.sdh_f {
    width: 100%;
    overflow: hidden;
}

.sdh_f a {
    background: rgba(255, 255, 255, 0)!important;
    color: #000!important;
    line-height: 35px;
    height: 35px;
    float: left;
    padding: 0px!important;
    width: 33.33333%;
	margin-top: 5px!important;
}




.yingyong {
	/* background: url(../images/bg01.jpg) top center no-repeat; */
	height: 550px;
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-top: 30px;
}

.yingyong_tit {
	background: url(../images/line01.png) bottom center no-repeat;
	text-align: center;
	padding-bottom: 24px;
	overflow: hidden;
}

.yingyong_tit .en {
	font-family: Georgia;
	font-size: 36px;
	text-transform: uppercase;
	color: #999;
	line-height: 58px;
	overflow: hidden;
}

.yingyong_tit .ch {
	font-size: 36px;
	color: #ff9c01;
	font-weight: bold;
	overflow: hidden;
}

.yingyong_main {
	clear: both;
    overflow: hidden;
    margin-top: 20px;
}

.yingyong_main .yingyong_tab li {
    background: #FFF;
    width: 25%;
    float: left;
    display: inline-block;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .04);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .04);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .04);
    padding: 10px;
}

.yypic {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: #CCC;
}

.yypic img {
	width: 100%;
    height: 200px;
    overflow: hidden;
    transform: translate(0, 0);
    transition: all .3s ease-in 0s;
}

.yingyong_main .yingyong_tab li:hover .yypic img {
	transform: scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 1s ease 0s;
}

.yingyong_main .yingyong_tab li:hover {
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .12);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .12);
}

.yingyong_main .hd {
	clear: both;
	overflow: hidden;
	margin-top: 28px
}

.yingyong_main .hd ul {
	text-align: center
}

.yingyong_main .hd ul li {
	cursor: pointer;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	border-radius: 100%;
	overflow: hidden;
	font-size: 0;
	background: #ccc;
}

.yingyong_main .hd ul .on {
	background: #ff9c01;
}

.yyms {
	overflow: hidden;
	height: 93px;
}

.yytitle {
	font-size: 24px;
	height: 46px;
	line-height: 46px;
	color: #444;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.yytitle:hover a {
	font-size: 24px;
	height: 46px;
	line-height: 46px;
	color: #ff9c01;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.yy_ticps {
	width: 300px;
	height: 1px;
	text-align: center;
	overflow: hidden;
	margin: 4px 0;
}

.yy_ticps em {
	font-style: normal;
	width: 66px;
	height: 1px;
	background: #999;
	display: inline-block;
	transform: translate(0, 0);
	transition: all .4s ease-in 0s;
}

.yingyong_main .yingyong_tab li:hover .yy_ticps em {
	width: 300px;
	background: #ff9c01;
}

.yy_au {
	font-size: 15px;
	text-align: center;
	width: 300px;
	height: 38px;
	line-height: 38px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
}
.shebei {
    background: #f9f9f9;
    overflow: hidden;
}

.shebei_t h6 {
    color: #e63d47;
    font-size: 40px;
    width: 100%;
    line-height: 80px;
    height: 80px;
    font-weight: bold;
    text-align: center;
}

.shebei_t h2 {
    font-size: 24px;
    width: 100%;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    text-align: center;
}
.shebei_item {
    float: left;
    width: 25%;
    margin-bottom: 15px;
	padding: 10px;
}

.sb_box {
    width: 100%;
    overflow: hidden;
}

.shebei_thumb img {
    width: 100%;
    height: 173px;
}
.shebei_center {
    position: relative;
    text-align: center;
}

.shebei_cot {
	background: #fff;
    position: relative;
    width: 90%;
    left: 5%;
    /* height: 100px; */
    z-index: 999;
    background-color: #fff;
    margin-top: -30px;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 30px;
}
.shebei_cot span {
    color: #e63d47;
}

.shebei_cot h4 a {
    font-weight: bold;
    font-size: 16px;
    clear: both;
    color: #021738;
    transition: all 0.3s ease;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shebei_cot p {
      line-height: 24px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #767676;
    height: 72px;
    text-align: left;
}
a.round_btn {
	left: 50%;
	background: #e63d47;
    -moz-border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    position: absolute;
    content: "";
    z-index: 99999;
    line-height: 30px;
}
a.round_btn:hover{
	background: #021738;
}
.shebei_m {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.shebei_m p {
    line-height: 30px;
    height: 30px;
    font-size: 16px;
}

.shebei_m p a {
    color: #fc1722;
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
}
.case_tit h6 {
    color: #e63d47;
    font-size: 40px;
    width: 100%;
    line-height: 80px;
    height: 80px;
    font-weight: bold;
}

.case_tit h2 {
    font-size: 24px;
    width: 100%;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.case_tit {
    text-align: center;
}
li.case_item {
    width: 25%;
    padding: 10px;
    float: left;
}

.case_p {
    width: 100%;
}

.case_p a {
    display: inline-block;
}

.case_p img {
     width: 100%;
    height: 226px;
}
p.case_t {
    text-align: center;
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case_m {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.case_m a {
    color: #fc1722;
    font-weight: bold;
}
.news_tit {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.news_tit h6 {
    color: #e63d47;
    font-size: 40px;
    width: 100%;
    line-height: 80px;
    height: 80px;
    font-weight: bold;
}

.news_tit h2 {
    font-size: 24px;
    width: 100%;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
}


.news_tit {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.news_tit h6 {
    color: #e63d47;
    font-size: 40px;
    width: 100%;
    line-height: 80px;
    height: 80px;
    font-weight: bold;
}

.news_tit h2 {
    font-size: 24px;
    width: 100%;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.news_box {
    width: 100%;
    overflow: hidden;
}

.news_l {
    float: left;
    width: 364px;
    padding-right: 5px;
}

.news_r {
    float: left;
    width: 915px;
}

.news_l_b_m img {
    width: 100%;
}

.news_l_b p {
    line-height: 60px;
    height: 60px;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_l_b p a {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_l_m li {
    width: 160px;
    float: left;
    position: relative;
    margin-right: 2px;
}
.news_l_m li:nth-child(3){
    margin-right: 0px;
}
.news_l_m_img img {
    width: 100%;
    height: 105px;
}

.news_l_m_txt {
	position: absolute;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    height: 105px;
    top: 0;
    text-align: center;
    opacity: 0;
}

.news_l_m {
    width: 100%;
    overflow: hidden;
}

.news_l_m_img {
    width: 100%;
    overflow: hidden;
    height: 105px;
}

span.news_time {
    width: 100%;
    line-height: 35px;
    height: 35px;
    display: inline-block;
}

.news_l_m_txt a {
    height: 75px;
    line-height: 24px;
}
.news_l_m li:hover .news_l_m_txt{
	opacity: 1;
	transition: 0.8s;
}
.news_item {
    width: 50%;
    float: left;
    padding-right: 5px;
    height: 116px;
    overflow: hidden;
}

.news_it_left img {
    width: 100%;
}

.news_it_left {
    float: left;
    width: 148px;
}

.news_it_body {
    float: left;
    width: 275px;
    position: relative;
}

p.news_it_time {width: 100%;padding-left: 5px;}

p.name {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
}

p.text {
    font-size: 13px;
    padding-left: 5px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #767676;
}

.content {
    background: url(../images/bg04.jpg) top center no-repeat;
    height: 465px;
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-top: 30px;
}

.content_t {
    margin-top: 60px;
    background: url(../images/line02.png) bottom center no-repeat;
    text-align: center;
    padding-bottom: 24px;
    overflow: hidden;
    text-align: center;
}

p.en {
    font-family: Georgia;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    line-height: 58px;
    overflow: hidden;
}

p.ch {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
}
.content_tips {
    color: #787878;
    height: 54px;
    line-height: 54px;
    text-align: center;
}
.content_tips {
    color: #787878;
    height: 54px;
    line-height: 54px;
    text-align: center;
}


.content_list li {
    float: left;
    width: 285px;
    height: 145px;
    background: rgba(102,102,102,.6);
    text-align: center;
    margin: 0px 10px 0 10px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.content_list ul li:hover {
	background: #e63d47;
}

.content_list ul li:hover a {
	margin-top: -4px;
	display: block;
}
.content_list li a {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    height: 100%;
    display: block;
    color: #fff;
}

.content_list li a img {
    width: 44px;
    height: 43px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 25px;
}
