@charset "utf-8";

/* CSS Document */

body {
    font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    height: 100%;
    min-width: 1260px;
    background: #fff;
    max-width: 100%;
    overflow: auto;
    color: #666;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #333;
    outline: none;
}

ul,
p,
dl,
dt,
dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
}

input {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input {
    background: transparent;
    padding: 0px;
    font-size: 14px;
    color: #888;
    border: 0px;
    outline: none;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}


/************全局样式************/

.fl {
    float: left;
}

.fr {
    float: right;
}
.dflex { display: flex;}
.dflex_center { display: flex; align-items: center; justify-content: center;}
.dflex_start { display: flex; align-items: center; justify-content: flex-start;}
.dflex_end { display: flex; align-items: center; justify-content:flex-end;}
.dflex_stretch { display: flex;justify-content: center;align-content: center; align-items: stretch;}
.dflex_space-between { display: flex; align-items: center; justify-content: space-between;}

/*t图片样式*/

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

img {
    border: 0px;
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.avatar {
    display: block;
    overflow: hidden;
    width: 100%;
}

.avatar img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.avatar:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
}


/*文字超出隐藏*/

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dot2 {
    display: -webkit-box;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/**/

.wal {
    width: 1200px;
    margin: 0px auto;
}
.main-title {  margin-top: 40px;}
.main_title b{text-align: left;  display: block;}
.main_title b span{display: inline-block; line-height:52px;font-size: 38px; color:#333333;position: relative; font-weight: bold;}
.main_title b span:after{width:20px; height:2px; background:#E51F03; content:""; position: absolute; right:-30px;top:26px;}
.main_title b em{display: block;font-size: 20px; color:#666666;font-weight: normal; font-style: normal;}

/*顶部导航*/

.headDiv {
    height: 120px;
    width: 100%;
    z-index: 9999;
}

.headDiv .wal {
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headDiv .logo {
    height: 120px;

    display: flex;
    align-items: center;
}

.headDiv .logo b {
    font-size: 24px;
    color: #333;
}

.nav {
 
    height: 120px;
 
}

.nav li {
    float: left;
    position: relative;
}

.nav ul li:last-of-type:after{content: "";}
.nav a:hover, .nav li:hover > a {
  
    color: #fff;
	background: #E51F03;
  }
.nav ul li a {
    display: block;
    float: left;
    height:120px;
    line-height: 120px;
    padding: 0 20px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    color: #333;
    
}
.nav li.on a{ color: #fff;
	background: #E51F03;}
/* 二级菜单 */
.ejxl{display: none;background-color: rgba(0,91,172,.9);transition: all 0s;z-index: 999;
    position: absolute;
    top:100%;
    width:100%;
}
.nav ul li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%;}
.nav ul li .ejxl li:after { content: ""; position: relative; } 
.nav ul li .ejxl li a{display: block;color:#fff;font-size: 15px;height:45px;line-height:45px; padding: 0; width: 100%;    text-align: center; }
.nav ul li .ejxl a:hover{background: #E6212A;}

/*电话*/
.header_phone { display: flex; align-items: center; }
.header_phone p {
	color:#666;
	margin-bottom:10px;
	font-size:15px;
}
.header_phone p img{ padding-right:8px;}
.header_phone b{ color:#E6212A; font-size:28px; font-weight:bold; margin-top:0;  display: block;}
/*顶部导航 end*/


/*首页banner图*/
#banner { z-index: 9;}
#banner .swiper {
    width: 100%;
    height: 100%;
}

#banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

#banner .swiper-slide img {
    display: block;
    width: 100%; height:100%;
}

#banner .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 60px;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}

#banner .swiper-button:hover {
    background: #E51F03;
}

.btn-prev {
    left: 5%;
}

.btn-next {
    right: 5%;
}

#banner .swiper-pagination-bullet {
    position: relative;
    margin: 0 8px!important;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #999;
    overflow: hidden;
    z-index: 10;
    outline: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#banner .swiper-pagination-bullet-active {
    background-color: #E51F03;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}


/*首页banner图 end*/

/*简介*/
.about{background: url(../images/combg.jpg) no-repeat left; background-size: 100% auto; padding: 80px 0;}

.about_fl{ width:48%; }
.ab_txt {padding: 6.5%; margin-top: 0px;background: rgba(255,255,255,0.7);}
.ab_txt p{ line-height: 35px; padding: 10px 0; color: #666;font-size: 16px;}
.ab_txt b{ font-size: 22px;
    display: block;
    margin-bottom: 15px;
    color: #333;
    font-weight: normal;}
.more-btn { margin: 15px 0; text-align: center; display: block; width: 100px; height:40px; line-height: 40px; padding: 0 15px; font-size: 15px;  background: #E51F03; color: #fff; transition: all .3s;transform: skewX(-10deg);border:1px solid #E51F03; display: block;
}
.more-btn span{  transform: skewX(10deg); display: block;}
.more-btn:hover { color: #E51F03;border:1px solid #E51F03; background: none;}
.more_center { margin:25px auto;}
.about_fr{  width:35%; }
  /*产品*/
.product {  margin-top: 60px; padding-bottom: 30px}
.pro_box { 
    display: flex; 
    flex-flow: row wrap;
    justify-content: space-between;
}

.pro_nav {
    width: 270px; 
    display: flex; 
    flex-flow: row wrap;
   
}

.pro_nav .main_title{
    width: 100%;
    background: #E51F03;
    padding: 18px 15px 0;
}

.pro_nav .main_title b span{
    color: #fff;
}


.pro_nav .main_title b span:after {
    background: #fff;
}
.pro_nav .main_title b em{
    color: #fff;
}
.pro_nav ul{
    width: 100%;
}
.pro_nav ul li{
    width: 100%;
    margin-top: 20px;
}
.pro_nav ul li a{
    display: block;
    width: calc(100% - 5px);
    height: 85px;
    line-height: 85px;
    background: #efefef;
    font-size: 17px;
    text-indent: 2em;
    border-left: 5px solid #666;
}

.pro_nav ul li:hover a{
    background: #C1C1C1;
    border-left: 5px solid #E51F03;
}

.pro_content { width:calc(100% - 295px);display:flex;flex-flow:row wrap;justify-content: space-between}
.pro_content a { display: block; float: left; width: 31.5%; background: #fff; margin:0 0 20px 0}
.pro_content span { display: block; overflow: hidden;}


.pro_title {
    position: relative;
    align-items: center;
    height:55px;
    padding-left: 20px;
    line-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    background-color: #f8f8f8;
    transition: all 100ms linear;
  }

.pro_title i::after {
    position: absolute;
    content: '';
    width:0;
    height: 55px;
    right: 0;
    background-image: url('../images/jiantou.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #E51F03;
    transition: all 100ms linear;
  }

.pro_content a:hover { box-shadow: 0 0 20px #dedede;}
.pro_content a:hover .pro_title i {
    width: 100%;
  }
  
  .pro_content a:hover .pro_title i::after {
    width: 60px;
  }
  /*优势*/
  .yyfa {
	width: 100%;
	height: auto;
	margin: 80px auto;
	position: relative;
/*	height: 650px;*/
	overflow: hidden;
}

.yyfa .tab {
	overflow: hidden;
	/*position: absolute;
	top:65%;
	left:0;
	right:0;*/
    margin: 0 auto;
}

.team-box {
	position: relative;
	background:rgba(255,255,255,.5);

}

.team-box .team-content {
	background:#f1f1f1;
	padding: 20px 0;
	text-align: center;

	display: inline-block;
	width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
 .team-content .title {
	color: #333;
	 font-weight: bold;
	font-size:30px;
	 padding-bottom: 18px;
	letter-spacing: 0.57px;
}
.team-content  .title2 {
	color: #666;
	font-family: 'MontserratUltraLight';
	font-size: 16px;
	letter-spacing: 1.8px;
	margin-bottom: 8px;
}
.team-content p {
	color: #666;
	font-size: 14px;
	padding: 10px 20px;
	display: inline-block;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}



.team-box:hover .team-content {

	background-color: #E51F03;
	color: #fff;
	
}
.team-box:hover .title,.team-box:hover .title2,.team-box:hover p{ color: #fff;	opacity: 1;
	filter:Alpha(opacity=100);}


.yyfa .tab a {
	display: block;
	width:calc(33.3% - 20px );
	margin:10px 10px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	float: left;

}
.yyfa .tab a.on .team-box .team-content{ 
    background-color: #E51F03;
	}
.yyfa .tab a.on .team-box .team-content .title, .yyfa .tab a.on .team-box .team-content .title2{
    color: #fff;
  }
      .yyfa .tab a.on .team-box .team-content p {color: #fff;	opacity: 1;
        filter:Alpha(opacity=100);}

.yyfa .co {
	overflow: hidden;

}
.yyfa .co > ul {
	margin: 0;
	padding:0px;
}
.yyfa .co li {
	display: none;
	width: 100%;
	height: 600px;
	list-style: none;
}
.yyfa .co li:nth-child(1){ background:url("../images/ys1.jpg") no-repeat top; background-size: 100%;background-position:center;}
.yyfa .co li:nth-child(2){ background:url("../images/ys2.jpg") no-repeat top; background-size: 100%;background-position:center;}
.yyfa .co li:nth-child(3){ background:url("../images/ys3.jpg") no-repeat top; background-size: 100%;background-position:center;}
.yyfa_list{ width: 1200px; margin: 0 auto;padding-bottom: 40px}
.yyfa_list b { display: block;}
/*新闻*/
/*新闻*/
.news_box{ margin-top: 80px;}
.news{ display: flex;
	align-items:center;
	justify-content: center;
    margin-top: 30px;
}
.news_left {
	flex:3;
	margin-top: 20px;
	background: #f5f5f5;
	margin-right: 20px;
    position: relative;


}

.news_left  a {
	display: block;


}
.nesw_txt { position:absolute; bottom: 0; left: 0; width: 100%; background:rgba(229,31,3,.7) ; padding: 15px 0;}
.nesw_txt b {
	text-align: left;
	font-size: 18px;
	margin-top: 20px;
	color: #fff;
	display: block;
	padding: 0 20px;
}
.nesw_txt p {
	line-height: 26px;
	font-size: 14px;
	text-align: left;
	padding: 0 20px;
	color: #fff;

}
.nesw_txt span { color: #fff;	padding:10px 20px; display: block;}

.news_right {
	flex: 5;
	margin-top: 20px;

}
.news_right a{ display: flex; align-items: center; justify-content: center;}


.day {
	color: #666;
	flex: 1;
	height: 100px;
	padding: 10px;
	margin: 10px 0;

	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #f7f7f7;
}
.newscon {
	flex: 4;
	border: 1px solid #f7f7f7;
	height:118px;
	padding:0 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	
	
}
.newscon b {

	font-size: 18px;
	color: #333;
	display: block;
    font-weight: normal;
	margin-bottom: 5px;
}
.newscon p {

	text-align: left;
	line-height: 24px;
	color: #666;
	font-size: 14px;
}

.day span {
    font-size: 42px;
	width: 100%;
	color: #666;
	text-align: center;

}
.day p{ width: 100%;text-align: center;  font-size: 18px; color: #999;}

.news_right a:hover .day  {
	background: #E51F03;
	color: #fff;
}
.news_right a:hover .day p { color: #fff;}
.news_right a:hover .day b, .news_right a:hover .day span{color: #fff;}
.news_right a:hover .newscon { background: #f7f7f7;}

/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 50px;
    color: #fff;
    cursor: pointer;
    background: #E51F03;
    font-size: 30px;
    border-radius: 10px;
}

/*底部footer*/

.foot-bg {
	background:#3c3c3c;
    background-size: 100%;
	padding-top: 20px;
	margin-top: 80px;
    padding-bottom: 20px;
}
.foot-bg a {
	color: #333;
}
.foot-bg a:hover {
	color: #E51F03;
}
.main_foot {
	height: auto;
	padding: 30px 0;

 
 
}
.main_footdl {
	width: 32%;
  

}
.main_footdl dt {

    margin-bottom: 10px;
}
.desc {
    color: #ccc;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 15px;
  }

.main_footdl2 {
	width: 23%;

}
.main_footdl2 dd a { 
    float: left; 
    width: 50%;
    color: #ccc;
    font-size: 16px;
    line-height:40px;}
.main_footdl3 {

    width: 32%;
    padding-left: 4%;


}
.main_footdl2 dt, .main_footdl3 dt {  margin-bottom: 15px;}
.main_footdl2 dt b, .main_footdl3 dt b,.main_footdl dt b{
    text-transform: uppercase;
    height: 59px;
    line-height: 59px;
	padding: 0;
	display: block;
    color: #fff;
    font-size: 24px;
}

.main_footdl2 dt b a:hover, .main_footdl3 dt b a:hover{
	color: #fff;
}
.main_footdl2 dd, .main_footdl3 dd {
	height: auto;
	overflow: hidden;
	margin-top: 10px
}

 .main_footdl3 dd a { 
    float: left; 
    width: 100%; 
    display: block;  
    color: #ccc;
    font-size: 16px;
    line-height: 40px;
  }


#footer {
	background: #222;
	color: #fff;
	padding:20px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);

}
#footer a {
	color: #fff;
}
.copyright {
	text-align: center;
    text-transform: uppercase;
}
