* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
    overflow: hidden;
}

a {
    text-decoration: none;
}
i,em{
    font-style: normal;
    display: block;
}
img{
    border: none;
}
/*n_banner*/
.n_banner{
    height: 875px;
    position: relative;

}
.n_banner .swiper-container {
    height: 875px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.n_banner .swiper-slide {
    height: 875px;
}

.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: #0162ef;
    margin: 0 3px;
    cursor: pointer;
}

.n_banner .swiper-active-switch {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
}
/*list_page*/
.page_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    /* top: 300px; */
    /* opacity: 0; */
}
.page_tit {
    text-align: center;
    margin: 60px 0;
}
.page_tit span{
    display: block;
}
.page_tit h3{
    font-size: 20px;
    color: #333;
}
.page_tit p{
    font-size: 15px;
    color: #666;
    width: 1100px;
    margin: 25px auto 0 auto;
    line-height: 22px;
}
.com_list{
    width: 900px;
    margin: 0 auto;
}
.com_list li{
    float: left;
    width: 440px;
    height: 220px;
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: 100%;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    transition: background-size 0.6s;
}
.com_list li:hover{
    background-size: 110%;
}
.com_list li div{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent,  #0162efb0);
    box-sizing: border-box;
    padding: 40px 15px 20px 245px;
}
.com_list li h3{
    font-weight: normal;
    font-size: 20px;
    color: #fff;
}
.com_list li i{
    display: block;
    width: 18px;
    height: 3px;
    background: #fff;
    margin: 10px 0;
}
.com_list li em{
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
.com_list li a{
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    background: #0162ef;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
.com_list li:hover a{
    background: #ff8001;
}
.page_san{
    background: #f5f5f5;
    margin-top: 80px;
    padding-bottom: 60px;
    padding-top: 40px;
}
.page_san_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.page_san_con ul li{
    overflow: hidden;
}
.page_san_con ul li:nth-child(odd) .li_l,.page_san_con ul li:nth-child(even) .li_r{
    float: left;
}
.page_san_con ul li:nth-child(odd) .li_r,.page_san_con ul li:nth-child(even) .li_l{
    float: right;
}
.li_l,.li_r{
    width: 50%;
    height: 420px;
}
.li_l{
    box-sizing: border-box;
    padding: 110px 70px;
}
.li_l h3{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}
.li_l p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    width: 525px;
}
.li_r img{
    width: 100%;
    height: auto;
    min-height: 420px;
}
/*about*/
.about{

}
.about_tit{
    text-align: center;
    margin: 30px 0 30px 0;
}
.about_tit h3{
    font-size: 48px;
    color: #01b1ed;
}
.about_tit em{
    font-size: 18px;
    margin-top: 5px;
    color: #333;
}
.about_tit em::before,.about_tit em::after{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 1px;
    background: #cacaca;
    content: '';
}
.about_tit em::before{
    margin-right: 15px;
}
.about_tit em::after{
    margin-left: 15px;
}
.about p{
    font-size: 15px;
    color: #333;
    margin-top: 20px;
    line-height: 25px;
}
.about{
    margin-bottom: 60px;
}
/*honor*/
.honor{
    margin: 60px 0;
}
.honor ul li{
    float: left;
    width: 435px;
    margin: 8px 6px;
    text-align: center;
}
.honor ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}
.honor ul li span{
    display: block;
    width: 100%;
    height: 330px;
    overflow: hidden;
}
.honor ul li span img{
    width: 100%;
    transition: all 0.6s;
}
.honor ul li:hover img{
    transform: scale(1.1);
}
.honor ul li:hover .list_tit{
    background: #0162ef;
}
.honor ul li:hover .list_tit i,.honor ul li:hover .list_tit em{
    color: #fff;
}
.honor ul li i{
    font-size: 18px;
}
.honor ul li em{
    font-size: 15px;
    color: #666;
    margin-top: 5px;
}
.honor ul li em::after,.honor ul li em::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    background: #ccc;
    vertical-align: middle;
}
.honor ul li em::after{
    margin-left: 10px;
}
.honor ul li em::before{
    margin-right: 10px;
}
.list_tit{
    padding: 20px 0;
}
/*contact*/
.page_tit h4{
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 35px;
}
.contact_ul{
    width: 1140px;
    margin: 0 auto;
}
.contact_ul ul li{
width: 280px;
    text-align: center;
    height: 260px;
    box-sizing: border-box;
    float: left;
}
.contact_ul ul li span{
    width: 100px;
    height: 100px;
    background-color: #3671cf;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px;
}
.contact_ul ul li i{
    padding: 5px 0;
    font-size: 16px;
    color: #333;
}
.contact_ul ul li em{
    color: #999;
    font-size: 20px;
}
.contact_ul ul li:nth-child(4) span{
    background: transparent;
}
.contact_ul ul li:nth-child(1) span{
    background: #018f46 url(../images/c-tel.png) no-repeat center;
}
.contact_ul ul li:nth-child(2) span{
    background: #018f46 url(../images/e.png) no-repeat center;
}
.contact_ul ul li:nth-child(3) span{
    background: #018f46 url(../images/c-phone.png) no-repeat center;
}
.contact_ul ul li:nth-child(4) span{
    background: #018f46 url(../images/c-add.png) no-repeat center;
}
.mes{
    border-top: 1px solid #eaeaea;
    margin: 40px 0;
    padding-top: 40px;
}
.mes_con{
    width: 1140px;
    margin: 0 auto;
}
.mes_con h3{
    font-size: 28px;
    font-weight: 700;
    color: #333;
    line-height: 35px;
    text-align: center;
    margin-bottom: 24px;
}
.mes form input{
    float: left;
    width: 32%;
    margin-right: 1%;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    color: #333;
    padding-left: 20px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.mes form textarea{
    border: 1px solid #e6e6e6;
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    height: 260px;
    box-sizing: border-box;
}
.mes form button{
    display: block;
    border: none;
    text-align: center;
    font-size: 15px;
    color: #333;
    width: 100%;
    line-height: 45px;
    border-radius: 5px;
    margin-top: 20px;
    background: #f2f2f2;
    cursor: pointer;
}
.mes form button:hover{
    color: #fff;
    background: #028f46;
}
.mes form{
    width: 100%;
}

input::-webkit-input-placeholder {
    color: #999;
}
input:-moz-placeholder {
    color: #999;
}
input:-ms-input-placeholder {
    color: #999;
}
.yz{
    float: left;
    width: 30%;
}

.yz img{
    width: 135px;
    height: 42px;
    margin-left: 10px;
    float: left;
}
/*list_pro*/
.list_pro{
    width: 1350px;
    margin: 60px auto;
    overflow: hidden;
}
.list_pro_l,.list_pro_r{
    float: left;
}
.list_pro_l{
    width: 300px;
}
.list_pro_l>ul{
    box-sizing: border-box;
    border: 1px solid #ececec;
    margin-bottom: 30px;
}
.list_pro_l ul span{
    display: block;
    width: 100%;
	margin-bottom:10px;
    background: #01b1ed;
    line-height: 50px;
    height: 60px;
    position: relative;
    box-sizing: border-box;
    padding-left: 54px;
}
.list_pro_l ul span em{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 71px;
    text-transform: uppercase;
    opacity: 0.1;
    line-height: 60px;
}
.list_pro_l ul h3{
    font-size: 22px;
    color: #ffffff;
    line-height: 60px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}
.list_pro_l ul h3 i{
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
    vertical-align: middle;
}
.list_pro_l>em img{
    width: 100%;
}
.l_pro>li{
    line-height: 50px;
    font-size: 15px;
    
    padding: 0px 15px;
    position: relative;
}
.l_pro>li::after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}
.l_pro>li:last-child{
    border: none;
}
.l_pro>li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;

	font-size:16px;
	padding-left:80px;
	border-radius: 20px;
	background:#01b1ed;
    transition: all 0.6s;
}
.l_pro>li:hover>a{
    padding-left: 8px;
    color: #f9bd13;
}
.l_news li{
    line-height: 40px;
    font-size: 15px;
    color: #333;
    padding: 0 15px;
}
.l_news li a{
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}
.l_news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}
.l_news li:hover a{
    color: #0162ef;
}
.l_news li:hover a:before{
    color: #0162ef;
}
.l_contact li{
    line-height: 45px;
    padding: 0 15px;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
}
.l_contact li:last-child{
    border: none;
}
.list_pro_r{
    width: 1020px;
    margin-left: 30px;
}
.list_pro_r ul li{
    float: left;
    border: 1px solid #ececec;
    width: 332px;
    margin: 5px 3px;
}
.list_pro_r ul li span{
    display: block;
    width: 324px;
    overflow: hidden;
    margin: 3px auto;
    height: 265px;
}
.list_pro_r ul li span img{
    width: 100%;
    height: auto;
    min-height: 265px;
    transition: all 0.6s;
}
.list_pro_r ul li:hover img{
    transform: scale(1.1);
}
.list_pro_r ul li:hover{
    border: 1px solid #01b1ed;
}
.list_pro_r ul li em{
    text-align: center;
    color: #333;
    margin: 8px 0;
}
/*list_news*/
.list_news_r{
    width: 1020px;
    margin-left: 30px;
    float: left;
}
.list_news_r ul li{
    width: 100%;
    height: 190px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    margin-bottom: 35px;
    padding: 30px;
    transition: all 0.6s;
}
.list_news_r ul li:hover{
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}
.list_news_r ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}
.list_news_r ul li em{
    font-size: 18px;
    color: #565656;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding-bottom: 15px;
}
.list_news_r ul li em i{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #666;
}
.list_news_r ul li p{
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-top: 15px;
    height: 22px;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_news_r ul li span{
    display: block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    margin-top: 15px;
    transition: all 0.6s;
}
.list_news_r ul li:hover span{
    background: #01b1ed;
    color: #fff;
}
/*shownews*/
.list_shownews{
    width: 970px;
    margin-left: 70px;
    float: left;
}
.list_shownews h3{
    font-size: 20px;
    color: #363636;
	text-align:center;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}
.u_time{
    width: 100%;
    line-height: 40px;
	text-align:center;
    border-bottom: 1px dotted #666 ;
}
.u_time em,.u_time i{
    display: inline-block;
    font-size: 15px;
    color: #666;
    margin-right: 15px;
}
.u_time em::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    background-position: 0 -360px;
    opacity: .5;
    vertical-align: middle;
    margin-bottom: 7px;
}
.u_time i::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    background-position: 0 -330px;
    opacity: .5;
    vertical-align: middle;
    margin-bottom: 7px;
}
.list_shownews p{
    font-size: 16px;
    color: #333;
    line-height: 35px;
    margin-top: 20px;
}
.fenye{
    margin-top: 50px;
    padding: 20px 0 50px 0;
    border-top: 1px solid #eee;
    overflow: hidden;
}
.page_up,.page_down{
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.page_up a,.page_down a,.page_up,.page_down{
    color: #999;
}
.page_up a:hover,.page_down a:hover{
    color: #0162ef;
}
.page_up{
    float: left;
}
.page_down{
    float: right;
}
.fenye1 {
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    padding: 20px 0;
}
.fenye1 .rows {
    color: #666;
    font-size: 13px;
    padding: 0 10px;
}
.fenye1 .current {
    display: inline-block;
    color: #1d76f8;
    font-size: 14px;
    padding: 0 5px;
}
.fenye1 .num:hover, .fenye1 .next:hover {
    background-color: #cc0000;
    color: #fff;
    border: 1px solid #cc0000;
}
.fenye1 .num, .fenye1 .next {
    display: inline-block;
    margin: 0 3px;
    padding: 0 10px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    height: 28px;
    line-height: 27px;
    border-radius: 5px;
}
.list_show_pro img{
    display: block;
	max-width:940px;
    margin: 40px auto;
}
.list_show_pro_des span em{
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 140px;
    background: #292e39;
    text-align: center;
}
.list_er_con ul li{
    padding-left: 20px;
    
}
.list_er_con ul li a{
    border-bottom: 1px dashed #c5c5c5;
    width: 75%;
}