/* 首页样式 */
/* banner部分 */
.banner_box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .4s;
}
.banner_box .banner_box_container {
    position: relative;
    width: 100%;
    height: 100%;
}
.banner_box .banner_box_container .banner_box_slide {
    background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
}
/* 文字 */
.banner_slide_txt * {
 font-family:"微软雅黑","Microsoft YaHei" ;
}
.banner_slide_txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15%;
	    transform: translateY(-50px);
	 font-family: "微软雅黑","Microsoft YaHei";
}
.banner_slide_txt>p {
    margin: 0;
    font-size: 18px;
    color: #fff;
}
.banner_slide_txt>h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
	padding-bottom: 20px;
}
.banner_slide_txt>a {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    color: #fff;
    width: 85px;
    border-bottom: 2px solid #e02b20;
}
.banner_slide_txt>a>i {
    font-size: 18px;
    display: inline-block;
    color: #fff;
}
.banner_slide_txt>a:hover {
    color: #e02b20;
}
.banner_slide_txt>a:hover>i {
    color: #e02b20;
}
/* 手动控制 */
.manual_control {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80px;
    z-index: 2;
}
.manual_control i {
    cursor: pointer;
    transition: all .4s;
}
.manual_control i:active,
.manual_control i:focus,
.manual_control i:hover { border: none !important;}
/* .manual_control i:hover {
    transform: scale(1.2);
} */
.manual_control_box {
    background-color: #175ba6;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 40px;
}
.manual_control_box .manual_control_p {
    flex: 3;
    color: #fff;
}
.manual_control_box .manual_control_scroll {
    flex: 3;
}
/* 鼠标居中 */
.manual_scroll_dw {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	cursor: pointer;
}
.manual_control_box .manual_control_scroll>div>i {
    font-size: 30px;
    color: #fff;
}
.manual_control_box .manual_control_scroll>div>span {
    font-size: 12px;
    color: #fff;
}
.manual_control_box .manual_control_media {
    flex: 3.5;
    display: flex;
    justify-content: flex-end;
}
.manual_control_box .manual_control_media>i.iconcplay1 {
	transform: translateY(2px);
}
.manual_control_box .manual_control_media>i {
    font-size: 24px;
    color: #fff;
    margin: 0 8px;
	transition: all .3s;
}
.manual_control_box .manual_control_media>i:hover{   transform: scale(1.2); }
.manual_control_box .manual_control_pag {
    flex: 0.5;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}
.manual_control_box .manual_control_pag>b {
    color: #fff;
    font-size: 14px;
}
/* 媒体查询改变页面布局 */
@media screen and (max-width:1200px) {
    .manual_control {
        padding-left: 0!important;
    }
}
@media screen and (max-width:992px) {
    .banner_slide_txt {
        padding-left: 5%;
    }
    .manual_control_scroll {
        display: none;
    }
    .manual_control_pag {
        display: none!important;
    }
    .manual_control_box .manual_control_media {
        justify-content: flex-end;
    }
	.banner_box .banner_box_container .banner_box_slide {
    background-position: 60%;
}
}
@media screen and (max-width:768px) {
    .banner_slide_txt>h2 {
        font-size: 24px;
    }
	.banner_slide_txt>p {
		font-size: 13px;
		overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display:block;
	}
	.manual_control_box .manual_control_p {   overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display:block;}
}
/* 公司产品 */
.product_box {
    margin-top: 100px;
}
#index-cp{
    background-image: url(../picture/yybg.jpg);
    padding: 100px 0 70px;
    margin-top: 0;
}
.product_box_ct>h3{
    text-align: center;
	color: #fff;
    font-size: 40px;	
}
.product_box_ct>p {
	font-size: 16px;
    line-height: 2.4;
    color: #333;	
		}
.aboutus_box_wenzi p {
	font-size: 14px
}
.product_ct_img {
    margin-top: 60px;
}
.product_img_item {
    margin: 0 10px;
}
.product_img_item>a>div {
    overflow: hidden;
    border: 1px solid #e9e9e9;
}
.product_img_item>a>p {
    height: 62px;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
	transition: all .4s;
	padding-top: 15px;
}
.product_img_item>a>div>img {
    transition: all .4s;
    width: 100%;
}
.product_img_item>a:hover>div>img {
    transform: scale(1.2);
}
.product_img_item>a:hover p { color: #e02b20; transform: translateY(-3px)}
#index-cp .product_img_item>a>div{
	background: #fff
}
#index-cp .product_img_item>a>div>img{
	padding: .2rem
}
@media screen and (max-width:992px) {
    .product_box {
        margin-top: 50px;
    }
	#index-cp{
		padding: 50px 0
	}
    .product_ct_img {
        margin-top: 30px;
    }
	#index-cp .product_img_item>a>div>img{
		padding: 0
	}
}
/* 公司介绍 */
.aboutus {
    margin-top: 100px;
    padding: 80px 0;
    background-color: #efefef;
}
.aboutus_box {
    display: flex;
}
/* 文字 */
.aboutus_box_wenzi {
    flex: 4;
    padding-right: 100px;
	height: 100%;
}
.aboutus_box_wenzi>span {
    font-size: 16px;
    color: #222;
}
.aboutus_box_wenzi>span::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #222;
    vertical-align: middle;
    margin-right: 16px;
}
.aboutus_box_wenzi>h3 {
    margin-top: 60px;
}
.aboutus_box_wenzi>div {
    font-size: 13px;
    color: #999999;
    height: 50px;
}
.aboutus_box_wenzi>a {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    color: #e02b20;
}
.aboutus_box_wenzi>a>i {
    font-size: 18px;
    display: inline-block;
    color: #e02b20;
}
.aboutus_box_wenzi>a:hover {
    color: #222;
}
.aboutus_box_wenzi>a:hover>i {
    color: #222;
}
.aboutus_box_wenzi>s {
    display: block;
    margin-top: 160px;
    height: 2px;
    width: 200px;
    background-color: #222;
}
/* 视屏 */
.aboutus_box_video {
    flex: 6;
    position: relative;
}
.aboutus_box_video .aboutus_box_dw {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #175ba6;
}
.aboutus_box_video .aboutus_video_dw {
    position: absolute;
    top: 8%;
    right: 0;
    width: 95%;
    height: 100%;
    z-index: 2;
}
/* 媒体查询改变布局 */
@media screen and (max-width:1600px) {
	.aboutus_box_video .aboutus_video_dw {
    position: absolute;
    top: 0;
    right: 0;
    width: 95%;
    height: 100%;
    z-index: 2;
		padding: 30px 0;
}
}
@media screen and (max-width:992px) {
    .aboutus {
        margin-top: 50px;
        padding: 40px 0;
    }
    .aboutus_box {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .aboutus_box_wenzi {
        flex: none;
        width: 100%;
        padding: 0;
    }
    .aboutus_box_video {
        flex: none;
        width: 100%;
        margin-top: 30px;
    }
    .aboutus_box_video .aboutus_box_dw {
        display: none;
    }
    .aboutus_box_video .aboutus_video_dw {
        width: 100%;
    }
}
/* 新闻部分 */
.news {
    margin-top: 100px;
}
.news_box>h3 {
    text-align: center;
    height: 70px;
/*    margin: 0;*/
    border-bottom: 2px solid #222;
}
.news_box_list>ul>li {
    border-bottom: 1px solid #cccccc;
}
.news_box_list>ul>li:hover .news_list_p>p {
    color: #e02b20;
}
.news_box_list>ul>li:hover .news_list_i>i {
    transform: scale(1.4);
    color: #e02b20;
}
.news_box_list>ul>li>a {
    padding: 13px 20px;
    display: flex;
}
.news_box_list>ul>li>a>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_box_list .news_list_date {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.news_box_list .news_list_date .news_date_nian {
   font-size: 38px;
    /* font-weight: 700; */
    color: #175ba6;
    height: 45px;
    line-height: 1;
}
.news_box_list .news_list_date .news_date_yue {
    margin-top: -8px;
    font-size: 12px;
    color: #222;
}
.news_box_list .news_list_i {
    flex: 1.5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.news_box_list .news_list_i>i {
    font-size: 24px;
    color: #222;
    transition: all .4s;
}
.news_box_list .news_list_p {
    flex: 7;
    overflow: hidden;
}
.news_box_list .news_list_p>p {
    width: 100%;
    text-align: left;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #222;
	transition: all .3s;
}
.news_box_list li:hover p{ transform: translateX(5px)}
/* 下拉 */
.news_list_down {
    display: none;
    padding: 25px;
    background-color: #e9e9e9;
}
.news_list_down>p {
    text-indent: 2em;
}
/* 按钮 */
.news_box_btn {
    margin-top: 46px;
    display: flex;
    justify-content: center;
}
.news_box_btn>a {
    width: 220px;
    height: 44px;
    background-color: #e02b20;
    border-radius: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    transition: all .4s;
}
.news_box_btn>a>i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    transition: all .4s;
}
.news_box_btn>a:hover {
    background-color: #175ba6;
}
/* 媒体查询 */
@media screen and (max-width:992px) {
    .news {
        margin-top: 50px;
    }
	.aboutus_box_wenzi>s { display:none}
	.aboutus_box_video .aboutus_video_dw { top:0;}
	.news_box>h3 { height: 50px;}
	.aboutus_box_wenzi>h3 { margin-top: 30px;}
}
@media screen and (max-width:768px) {
	.news_box_list .news_list_i { display: none}
	.news_box_list .news_list_date { flex: 2.5;}
	.news_box_list .news_list_date .news_date_nian { font-size: 32px; height: 38px;}
	.news_box_list .news_list_date .news_date_yue { font-size: 12px;}
	.news_box_list .news_list_p>p { font-size: 14px;}
}
.iconshubiao01 {
	animation: shadow 0.7s linear infinite;
	animation: rotate 0.7s linear infinite
}
@keyframes shadow {
0%, 100% {
transform:scaleX(1)
}
50% {
transform:scaleX(1.2)
}
}
@keyframes rotate {
0% {
transform:translateY(0)
}
25% {
transform:translateY(5px)
}
50% {
transform:translateY(10px) scale(1.1, .9)
}
75% {
ransform:translateY(5px)
}
100% {
transform:translateY(0)
}
}
#video { width: 100%; height: 100%; position: relative;border-radius: 5px; overflow: hidden;}
#video video { width: 100%; height: 100%; background: #000;  }
.swiper-pagination-custom { font-size: 12px;}

.message {
    background-image: url(../images/Bar-Peeling-7.png);	
    padding: 50px 0;
    background-size: cover;
    background-position: center;	
}
.message h3 {
	 text-align:center;
	 color:#e02b20;
	 margin-bottom: 3%;
}
.message_ct {
	margin-left: -3%;
}
.message_ct p {
    float: left;
    overflow: hidden;
    width: 50%;
	margin-bottom: 3%;
    padding: 0 0 0 3%;
}
.message_ct p input {
    border: 1px solid #e02b20;
	font-size: 20px;
    padding: 10px;	
	width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
   
}
.message_ct p textarea {
    border: 1px solid #e02b20;
	font-size: 20px;
    padding: 10px;	
	width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    min-height: 150px;	
}
.et_contact_bottom_container {
	float:right
}
.et_contact_bottom_container input {
	border: 1px solid #e02b20;
    background: #fff;
    padding: 5px 20px;
}