* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}


p{
	line-height:36px;}
a {
    text-decoration: none;
}

img {
    /* display: block; */
    border: none;
}

i,
em {
    font-style: normal;
    display: block;
}

/*banner*/
.n-banner{
    position: relative;
    z-index: 1;
    height: 470px;
}
.n-banner .swiper-container {
    height: 600px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.n-banner:hover .pagination{
    opacity: 1;
}
.n-banner:hover .arrow-left{
    opacity: 1;
}
.n-banner:hover .arrow-right{
    opacity: 1;
}
.n-banner .pagination{
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition:all 0.5s;
}
.n-banner .swiper-pagination-switch{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #db0f32;
    margin: 0 3px;
    cursor: pointer; 
}
.n-banner .swiper-active-switch{
    width: 15px;
    height: 15px;
    border-radius:20px; 
    background: #fff;
}


/*pos*/
.pos{
    background: #fff;
    box-shadow:0 2px 6px #BABABA
}
.pos_con{
    width: 1360px;
    margin: 0 auto;
    overflow: hidden;
    height: 70px;
}
.pos_l{
    float: left;
}
.pos_l span{
    font-size: 15px;
}
.poss::before{
    content: '';
    display: inline-block;


    vertical-align: middle;
    margin-right: 8px;
    
}
.pos_l a{
    font-size: 15px;
    color: #333;
    line-height: 70px;
}
.sear_r {
    float: right;
    position: relative;
    margin-top: 9px;
    right: -220px;
    opacity: 0;
}

.sear_r input {
    display: block;
    width: 350px;
    height: 45px;
    background: #e6e3e3;
    border: none;
    border-radius: 23px;
    padding-left: 15px;
    color: #666;
}

.sear_r input:focus,
.sear_r button:focus {
    outline: none;
}

.sear_r button {
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
    height: 45px;
    border-radius: 23px;
    border: none;
    background: #e83828;
    cursor: pointer;
}

.sear_r button::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    display: block;
    width: 24px;
    height: 20px;
    background: url(../images/icon1.png) -40px -9px no-repeat;
    margin-top: -10px;
    margin-left: -12px;
}
/*page*/
.page{

}
.page_con{
    width: 1360px;
    margin: 0 auto;
    overflow: hidden;
}
.page_tit{
    text-align: center;
    margin: 40px auto 20px auto;
    position: relative;
    left: 300px;
    opacity: 0;
}
.page_tit h4{
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #343434;
}
.page_tit i{
    font-size: 28px;
    color: #575757;
}
.page_tit span{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 3px;
    background: #db0f32;
}
.page_com_er{
    width: 550px;
    margin: 40px auto;
    position: relative;
    left: 300px;
    opacity: 0;
}
.page_com_er ul li{
    float: left;
    width: 160px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #666;
    text-align: center;
    line-height: 40px;
    margin: 0 10px;
}
.page_com_er ul li a{
    color: #333;
}
.page_com_er ul li:hover{
    background: #db0f32;
    border: 1px solid #db0f32;
}
.page_com_er ul li:hover a{
    color: #fff;
}
.page_com p{
    color: #333;
    line-height: 30px;

    margin-top: 20px;
}
/*list_pro*/
.page_pro_er{
    margin: 20px auto;
    position: relative;
    left: 300px;
    opacity: 0;
}
.page_pro_er ul li{
    float: left;
    width: 166px;
    height:50px;
    border-radius:0px 30px 30px 0;
	background:#e83828; border-left:8px solid #263852;
    text-align: center;
    line-height: 50px;
    margin:  10px 9px;
}
.page_pro_er ul li a{
    color: #fff;
}
.page_pro_er ul li:hover{
	background:#263852; border-left:8px solid #e83828;
}
.page_pro_er ul li:hover a{
    color: #fff;
}
.page_pro_litpic{
	width:1065px; float:right;
    position: relative;
	min-height:1150px;
    left: 300px;
    opacity: 0;
}
.page_pro_litpic ul li{
    float: left;
    width: 340px;
    margin: 6px;
}
.page_pro_litpic ul li>a{
    display: block;
    height: 300px;
    overflow: hidden;
    width: px;
}
.page_pro_litpic ul li>a img{
    width: 100%;
    height: auto;
    min-height: 320px;
    transition: all 0.6s;
}
.page_pro_litpic ul li:hover img{
    transform: scale(1.1);
}
.page_pro_litpic ul li:hover .cover_red{
    width: 100%;
}
.page_pro_litpic ul li:hover a{
    color: #fff;
}
.pro_litpic_tit{
    width: 100%;
    height: 45px;
    background: #e2e2e2;
    text-align: center;
    position: relative;
}
.pro_litpic_tit a{
    text-align: center;
    color: #333;
    text-align: center;
    line-height: 45px;
    position: relative;
    z-index: 2;
    transition: all 0.6s;
}
.cover_red{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #e83828;
    transition: all 0.6s;
}
/*show_pro*/
.show_pro{
    margin: 0px 0;
}
.pro_show1{
    overflow: hidden;
	float:right;
    width: 1050px;
 
}
.pro_thumb{
    float: left;
    width: 500px;
    border: 8px solid #f3f3f3;
    position: relative;
    left: 300px;
    opacity: 0;
}
.pro_thumb img{
    width: 100%;
    height: 100%;
}
.pro_show_r{
    float:right;
    margin-left: 60px;
    width: 460px;
    position: relative;
    right: 300px;
    opacity: 0;
}
.pro_show_r h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #454545;
}
.pro_show_r ul li{
    padding: 25px 0 10px 0;
    color: #333;
    border-bottom: 1px dotted #999;
}
.pro_show_r ul li::before{
    content: "";
    height: 25px;
    width: 3px;
    background: #db0f32;
    display: inline-block;
    margin-right: 20px;
}
.f_p {
    float: left;
    margin-top: 30px;
}
.f_p a {
    display: block;
    width: 130px;
    height: 40px;
    text-align: center;
    background: #333;
    border-radius: 5px;
    color: #fff;
    line-height: 40px;
    /* float: left; */
    margin-right: 10px;
    margin-top: 7px;
}
.pro_show_r img {
    float: left;

    margin-top: 30px;
}
.show_pro_des{
    width: 1050px;
	float:right;

    position: relative;
    top: 300px;
    opacity: 0;
}

.line_p{

    width: 100%;

    margin-bottom: 30px;
    margin-top: 10px;
}

/*list_news*/
.page_list_news{
    width: 1300px;
    margin: 40px auto;
}
.page_list_news ul li{
    padding: 40px 0;
    border-bottom: 1px solid rgba(77,79,78,0.1);
    overflow: hidden;
    cursor: pointer;
    position: relative;
    left: 300px;
    opacity: 0;
}
.page_list_news ul li:hover .page_list_news_des h2{
    color: #db0f32;
}
.page_list_news ul li:hover .page_list_news_des h2::before {
    content: '\00BB';
    font-size: 20px;
    float: left;
    margin-right: 24px;
    display: block;
    color: #db0f32;
}
.page_list_news ul li:hover .black_a{
    display: none;
}
.page_list_news ul li:hover .red_a{
    display: block;
}
.page_list_news ul li span{
    width: 260px;
    float: left;
    height: 190px;
    overflow: hidden;
}
.page_list_news ul li span img{
    width: 100%;
    min-height: 155px;
    height: auto;
}
.page_list_news_des{
    width: 62%;
    float: left;
    margin-left: 3%;
    padding: 18px 0;
}
.page_list_news_des h2{
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.page_list_news_des h3{
    font-size: 15px;
    color: #666;
    padding: 12px 0 18px 0;
    font-weight: normal;
}
.p{
    font-size: 14px;
    color: #444;
    line-height: 24px;
    height: 48px;
    padding: 0 0 0 20px;
    position: relative;
    overflow: hidden;
}
.p::after {
    position: absolute;
    left: 0;
    background-color: #e0e0e0;
    width: 1px;
    height: 65px;
    top: -6.5px;
    content: '';
}
.page_list_news ul li i{
    width: 14px;
    height: auto;
    float: right;
    display: block;
    padding: 63.5px 4.4%;
    box-sizing: content-box;
    position: relative;
}
.page_list_news ul li i img{
    vertical-align: middle;
}
.page_list_news ul li i::after{
    width: 1px;
    height: 155px;
    top: 50%;
    margin-top: -101px;
    left: 0;
    content: '';
    background: rgba(77,79,78,0.2);
    position: absolute;
}
.red_a{
    display: none;
}
/*show_news*/
.page_show_news_des{
    width: 1300px;
    margin: 50px auto 0 auto;
}
.page_show_news_tit{
    font-size: 28px;
    text-align: center;
    display: block;
    color: #444;
}
.update{
    display: block;
    font-size: 15px;
    color: #666;
    text-align: center;
    margin-top: 20px;
}
.linen {
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.1);
    margin: 30px 0;
}
.page_show_news_des p{
    color: #333;
    line-height: 32px;
    font-size: 15px;
    text-align: left;
}
/*contact*/
.page_contact{
    width: 1300px;
    margin: 30px auto;
}
.page_contact ul h4{
    color: rgba(63,63,63,1);
    font-size: 24px;
    font-weight: 800;
    margin: 20px 0 40px 0;
    position: relative;
    left: 300px;
    opacity: 0;
}
.page_contact ul h4 span{
    color: rgba(63,63,63,1);
    font-size: 20px;
    display: inline-block;
    font-weight: normal;
}
.page_contact ul li{
    font-size: 22px;
    color: rgba(89,89,89,1);
    margin: 20px 0;
    left: 300px;
    position: relative;
    opacity: 0;
}
.page_contact ul li::after{

    float: left;
    margin-right: 20px;
}
.page_contact iframe{
    width: 1300px;
    height: 560px;
    margin: 20px auto;
    position: relative;
    left: 300px;
    opacity: 0;
}


/*fenye1*/
.fenye1{
    height: 120px;
}
.fenye1 div{
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
}
.fenye1 div span{
    font-size: 15px; 
}
.current{
    padding: 5px 15px;
    border: 1px solid #db0f32;
    margin-right:5px;
    background: #db0f32;
    color: #fff;
    font-size:16px;
    border-radius:30px;    
}
.fenye1 div a{
    padding: 5px 15px;
    border: 1px solid #cccccc;
    font-size:16px; 
    margin-right:5px;
    border-radius:30px; 
    color: #db0f32;
}


/*分页*/
.fenye {
    border-top: 1px solid #d7d8d8;
    padding-top: 25px;
    position: relative;
	margin-bottom:50px;
 
}

.fenye a {
    font-size: 14px;
    color: #333333;
}

.page_up {
    float: left;
}

.page_down {
    float: right;
}

.fenye a:hover {
    color: #db0f32;
}

.nav{ position:relative;}
.navMain{ position:relative; }
.nav .navMain .navLi{ float:left; position:relative;width:120px;}
.nav .navMain .navLi.indexLi{}
.nav .navMain .navLi.indexLi a.a1{}
.nav .navMain .navLi:last-child a.a1{ }
.nav .navMain .navLi a.a1{ display:block; color:#000;  position:relative; height:110px; line-height:110px; text-align:center; font-size:18px; }
.nav .navMain .navLi a.a1 span{}
.nav .navMain .navLi a.a1::after{ display:none; content:''; position:absolute; top:-2px; left:0; width:100%; height:0; border-top:3px solid #327eec;}
.nav .navMain .navLi:hover a.a1,.nav .navMain .navLi.active a.a1{ color: #fff; background:url(../images/catave.jpg) no-repeat center; }
.nav .navMain .navLi:hover a.a1::after,.nav .navMain .navLi.active a.a1::after{}
.nav .navMain .navLi .dh2{ width:100%; padding:0px 0; top:100%; left:0;position:absolute; z-index:1000; display:none; overflow:hidden; background-color:#fff;box-shadow:0 3px 15px rgba(0,0,0,0.1); }
.nav .navMain .navLi .dh2 a.a2{ display:block;text-align:  center; color:#666; margin:auto; line-height:20px; font-size:17px; padding:15px 0; border-bottom:1px solid #ddd;}
.nav .navMain .navLi .dh2 a.a3 span{}
.nav .navMain .navLi .dh2 a.a2 span{ }
.nav .navMain .navLi .dh2 a.a2:hover span{}
.nav .navMain .navLi .dh2 a.a2:hover,.nav .navMain .navLi .dh2 a.a3:hover{  background:#e83828; color: #fff; }
.nav .navMain .navLi .dh2 a.a3{ display: block; width:200px; float:left; line-height:20px; font-size:14px; padding:15px 0; margin:0px 5px; border-bottom:1px solid #ebebeb; }
.nav .navMain .navLi:hover .dh2{ display:block;}
.gsys {display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;}
.gsys a{flex: 1;text-align: center;border-radius:50px;height: 120px;width: 100px;padding: 80px 0;font-size: 16px;margin-left: 20px;-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
border: 1px solid #ccc;
color: #555
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.gsys a i{display: block;text-align: center;font-size: 42px;margin-bottom: 15px}
.gsys a:hover{background: #cf0018;color: #fff}
.aa1 a:hover {background:url(../images/index011.png) no-repeat center;color: #fff;}
