@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:"DINCOND-BOLD","微软雅黑","Arial"; 
    border:none; 
    list-style:none;
}

ul {
    list-style: none;
}
a {
    text-decoration: none;
}
button {
    outline: none;
    border: none;
}
.of{
    overflow: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.header{
    max-width: 1600px;
    margin: 10px auto 0 auto;
    clear: both;
}
.header .header_nav{
    margin-top: 36px;
}
.header .header_nav a{
    text-align: center;
    font-size: 18px;
    color: #222;
    line-height: 24px;
    width: 120px;
    display: block;
    padding-bottom:8px ;
}
.header .header_nav a:hover{
    color: #00377f;
}
.menu .act>a{
    color: #00377f;
	border-bottom: solid 2px #00377f;
}
.header .header_nav a span{
    font-size: 12px;
}
.header_nav li{
    float: left;
    position: relative;
}
.menu li div{
    z-index: 9999;
    position: absolute;
    display: none;
    width: 120px;
    border-top: solid 2px #00377f;
    background-color: #fff;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.2);
}
.header .header_nav .menu li div a{
    font-size: 16px;
    line-height: 42px;
    color: #333;
    padding: 5px;
}
.header .header_nav .menu li div a:hover{
    color: #00377f;
}

.banner_wrap{
    height:450px;
    margin:0 auto;
    position:relative; 
    overflow:hidden; 
    width:100%;
}
.banner, .prd_banner{
    position:absolute; 
    left:50%; 
    margin-left:-960px; 
    width:1920px; 
}
.banner li{
    display:none; 
    width:100%; 
    
}
.myol{ 
    position:absolute; 
    left:50%; 
    bottom:15px; 
    margin-left:-51px;
}
.myol li{
    width:24px; 
    height:3px; 
    background:rgba(0, 0, 0, 0.3); 
    float:left; 
    border-radius:2px; 
    margin:0 5px; 
    cursor:pointer;}
.myol .current{
    background:#bbe1ff;
}
.banner1 {
    width: 560px;
    height: 390px;
    overflow: hidden;
}

.about{
    background: url(../images/bg_1.png) no-repeat #f0f7ff;
    height: 669px;
}
.about_box{
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
.aboout_l{
    position: absolute;
    right:428px;
    top: 80px;
}
.aboout_l h2{
    font-size: 24px;
    color: #333;
    line-height: 56px;
    margin-left: 75px;
    font-weight:normal;
}
.about_r{
    position: absolute;
    right:0;
    top: 260px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}
.about_r p{
    margin-left: 10px;
    max-width: 750px;

    /*显示一行
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */

    /* 显示n行 */
    text-overflow: -o-ellipsis-lastline;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 6;  
    -webkit-box-orient: vertical; 
}
.about_r button{
    padding: 14px 50px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    margin: 30px 0 30px 10px;
    border: solid 1px #037bc4;
    border-radius: 25px;
}
.about_r button:hover{
    background-color: #037bc4;
    color: #fff;
}
.about_r button a{
	 color: #037bc4;
}
.about_r button a:hover{
	color: #fff;
}

.about_btn ul{
    /* background: url(../images/bg3.png) no-repeat; */
    background-color: #fff;
    padding: 10px 9px;
    width: 765px;
    height: 122px;
    display: flex;
    justify-content: space-between;
}
.about_btn li {
    width: 250px;
    height: 106px;
}
.about_btn li a.menu01, .about_btn li a.menu02, .about_btn li a.menu03{
    background: url(../images/about_btn.png) no-repeat 0 0; 
    width: 250px; 
    height: 106px;
    transition: all 0.4s ease;
    display: block;
}
.about_btn li a.menu01{
    background-position: 0 0 ;
}
.about_btn li a.menu02{
    background-position: -250px 0;
}
.about_btn li a.menu03{
    background-position: -500px 0;
}
.about_btn li a.menu01:hover{
    background-position: 0 -106px ;
}
.about_btn li a.menu02:hover{
    background-position: -250px -106px;
}
.about_btn li a.menu03:hover{
    background-position: -500px -106px;
}

.product{
    width: 100%;
    background: url(../images/bg_2.png) no-repeat;
    padding: 40px 0;
}
.product_box{
    width: 1600px;
    margin: 0 auto;
}
.product_top p{
    font-size: 14px;
    color: #666;
    width: 1000px;
    line-height: 24px;
    margin: 14px 0;
    float: left;
}
.product_top a{
    float: right;
    font-size: 14px;
    color: #037bc4;
}
.product_top a:hover{
    text-decoration: underline;
}
.product_box ul{
    float: left;
    width: 1600px;
}
.product_box li{
    float: left;
    margin: 20px 20px 0 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.product_box li:hover, .product_r:hover{
    background-color: rgba(3, 123, 196, 0.1);
}
.product_box li p{
    text-align: center;
    color: #333;
    line-height: 42px;
}
.product_r p{
    text-align: center;
    color: #333;
    line-height: 62px;
}
.product_r{
    float: left;
    background-color: rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.news{
    width: 100%;
    background: url(../images/bg_3.png) no-repeat;
}
.news_box{
    width: 1600px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.news_l{
    width: 746px;
    float: left;
}
.news_l img{
    display: block;
    margin-top:35px;
}
.news_l_time{
    font-size: 14px;
    color: #888;
    line-height: 46px;
}
.news_l a{
    color: #222;
    font-size: 18px;
}
.news_l a:hover{
    color: #037bc4;
}
.news_l_cont{
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical; 
}
.news_r{
    width: 730px;
    float: left;
    margin-left: 50px;
    margin-top: 164px;
}
.news_r li{
    width: 730px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 16px;
}
.news_r li.bb{
    border-bottom: solid 1px #eee;
}
.news_r_time{
    float: left;
    background-color: #eee;
    text-align: center;
    font-size: 14px;
    color: #666;
    padding:7px 20px ;
    line-height: 24px;
    margin-right: 20px;
}
.news_r_time>span{
    font-size: 40px;
    line-height: 50px;
}
.news_r a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #222;
    line-height: 36px;
}
.news_r a:hover{
    color: #037bc4;
}
.news_r button a{color: #fff;}
.news_r button a:hover{
    color: #fff;
}
.news_r_cont{
    text-overflow: -o-ellipsis-lastline;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.news_r button{
    padding: 8px 60px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(3, 123, 196, 0.9);
    cursor: pointer;
    margin-left:200px;
}

.news_r button:hover{
    background-color: rgba(3, 123, 196, 1);
}

.bottom{
    width: 100%;
}
.bottom_box{
    width: 1500px;
    margin: 30px auto 0 auto;
}
.bottom_nav{
    float: left;
    border-right: solid 1px #ccc;
}
.bottom_nav p{
    font-size: 16px;
    color:#666;
    line-height: 56px;
    float: left;
    margin-right: 100px;
}
.bottom_nav p>a{
    color:#666;
}
.bottom_nav p>a:hover{
    text-decoration: underline;
}
.bottom_nav p>span>a{
    color: #003e86;
    font-size: 18px;
    font-weight: bold;
}
.bottom_wechat, .bottom_contect{
    float: left;
    margin-left: 70px;
    margin-top: 20px;
}
.bottom_wechat p{
    font-size: 14px;
    color: #666;
    text-align: center;
}
.bottom_contect{
    background: url(../images/icon.png) no-repeat 0 11px;
    padding-left: 46px;
}
.bottom_contect p{
    font-size: 14px;
    color: #666;
    line-height: 44px;
}
.copyright{
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    border-top: solid 1px #ddd;
    margin-top: 20px;
}


.banner_second{
    width: 100%;
    position: relative;
    height: 450px;
}
.banner_second img{
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.banner_second h2{
    position:absolute;
    top: 150px;
    left: 250px;
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    padding-left: 20px;
    border-left: solid 5px #fff;
}
.banner_second p{
    background: url(../images/home.png) no-repeat;
    position:absolute;
    top: 210px;
    left: 250px;
    padding-left: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.banner_second p>a{
    color: #fff;
}
.banner_second h2.blueP{
    border-left: solid 5px #053a7e;
    color: #053a7e;
}
.banner_second p.blueP{
    color: #053a7e;
    background: url(../images/homeB.png) no-repeat;
}
.banner_second .blueP>a{
    color: #053a7e;
}
.banner_second p>a:hover{
    text-decoration: underline;
}

.column{
    width: 1600px;
    margin: 0 auto;
}
.column_nav{
    border-bottom: solid 1px #d8d8d8;
}
.column_nav li{
    float: left;
    width: 200px;
}
.column_nav li p{
    text-align: center;
    font-size: 18px;
    line-height: 64px;
    background-color: #e5f2f9;
    cursor: pointer;
    letter-spacing:3px;
}
.column_nav li p a{
    color: #333;
}
.column_nav li.on p{
    background-color: #027bc4;
}
.column_nav li.on p a{
    color: #fff;
}
.column_product{
    margin-bottom: 50px;
    overflow: hidden;
}
.column_product h3, .column_news h3, .column_about h3, .column_policies h3, .column_contact h3{
    text-align: center;
    font-size: 36px;
    color: #333;
    border-bottom: solid 1px #d8d8d8;
    line-height: 80px;
    margin-top: 20px;
    letter-spacing:4px;
    margin-bottom: 20px;
}
.column_product li{
    width: 380px;
    height: 292px;
    overflow: hidden;
    background-color: #e5ecf5;
    float: left;
    margin: 10px;
}
.column_product li img{
    transition: all 0.5s;
}
.column_product li img:hover{
    transform: scale(1.1);
}
.column_product li p{
    font-size: 16px;
    color: #333;
    line-height: 52px;
    text-align: center;
    background-color: #f2f6fa;
}    
.bd ul{
    overflow: hidden;
}

.column_news li{
    overflow: hidden;
    border-bottom: solid 1px #e8e8e8;
}
.column_news li>img{
    float: left;
    width: 352px;
    height: 200px;
    margin: 30px;
}
.column_news li>div{
    float: left;
    margin: 70px 30px;
    width: 960px;
}
.column_news li>div>p.column_news_time{
    padding-left: 26px;
    color: #027bc4;
    font-size: 14px;
    background: url(../images/icon2.png) no-repeat;
    line-height: 20px;
}
.column_news li>div>a{
    font-size: 24px;
    color: #333;
    line-height: 80px;
}
.column_news li>div>a:hover{
    color: #027bc4;
}
.column_news li>div>p.column_news_cont{
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.column_about img{
    display: block;
    margin: 30px auto;
    max-width: 1200px;
}
.column_about p{
    width: 1400px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.column_about{
    margin-bottom: 80px;
}
.column_policies ul{
    overflow: hidden;
    margin-bottom: 60px;
}
.column_policies li{
    position: relative;
    float: left;
    margin: 10px 40px;
    width: 661px;
    height: 257px;
}
.column_policies li img{
    width: 661px;
    height: 257px;
    position: absolute;
}
.column_policies li a{
    position: absolute;
    width: 661px;
    height: 257px;
    display: block;
    text-align: center;
    line-height: 257px;
    font-size: 32px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    letter-spacing:4px;
    text-decoration: underline;
}
.column_policies li a:hover{
    background-color: rgba(0, 0, 0, 0.5);
}
.column_contact  div.of{
    margin: 40px 0 100px 0;
}
.column_contact img{
    float: left;
    margin-left: 180px;
}
.column_contact p{
    float: left;
    font-size: 16px;
    color: #555;
    line-height: 42px;
    margin: 40px 0 0 30px;
}
.column_contact p span{
    color: #027bc4;
    font-size: 20px;
    font-weight: bold;
}




/* 上下篇  */
.prenext-pro a.button{height:70px;line-height:70px;padding:0 25px}
.prenext-pro a.button:hover{background:#2784cb;color:#fff}
.prenext-pro a.border{border:1px solid #eee}

/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#2784cb;color:#fff;border:1px solid #2784cb;}
/*分页 end*/


.yema{  
    padding-top: 20px;
    clear: both;
    margin-left: 600px;
}
.yema .pagination { 
    height: 36px;
    padding: 0;  
    margin: 0; 
    text-align: right;
    overflow: hidden;
}
.yema .pagination a { 
    color: #222; 
    padding: 5px 12px; 
    text-decoration: none; 
    transition: background-color .3s;
    border: 1px solid #e5e5e5; 
    margin: 0 1px; 
    font-size:16px; 
    background: #fff; 
    display: block;
    float: left;
}
.yema .pagination:first-child a { 
    border-top-left-radius: 5px; 
    border-bottom-left-radius: 5px; 
}
.yema .pagination:last-child a { 
    border-top-right-radius: 5px;  
    border-bottom-right-radius: 5px; 
}
.yema .pagination a.active { 
    background-color: #2784cb;  
    color: white;  
    border: 1px solid #2784cb; 
}
.yema .pagination a:hover:not( .active) {
    background-color: #2784cb;
    color: #fff; 
}


/* 图集内容 begin */
.article{overflow:hidden}
.article .padding-large{padding:30px 50px}
.article .post h1{font-size:28px;font-weight:600; padding-bottom:15px;}
.article .post h2{font-size:24px;font-weight:600;margin:10px 0}
.article .post h3{font-size:20px;font-weight:600;margin:10px 0}
.article .post hr{margin:10px 0;height:1px}
.article .post strong{font-size:16px;margin:10px 0}
.article .post table{margin:20px 0}
.article .post table th{background:#daf0fd;color:#fff;border:1px solid #fff}
.article .post table tr.ue-table-interlace-color-single{background:#daf0fd}
.article .post p{font-size:16px;line-height:28px;margin-bottom:10px}
.article .post img{max-width:100%;height: auto !important;}
.article .post a{text-decoration:none;}
.article .post a:hover{color:#ff9600;border-bottom:0 solid #ff9600}
.article .post .text-right{text-align:right}
.article .post ul li{padding:0 0 5px 20px;position:relative;font-size:16px}
.article .post ul li p{line-height:24px}
.article .post ul li:before{content:'';position:absolute;top:8px;left:0;background:#888888;width:7px;height:7px;border-radius:50%}
.article .post ol{padding:10px 0 0 0}
.article .post ol.list-paddingleft-2{position:relative}
.article .post ol li{padding:0;position:relative}
.article .post ol li p{line-height:26px;font-size:16px;color:#888888}
/* 内容 end */

@media screen and (max-width: 1601px) {
    .header .header_nav a{font-size: 16px;}
    .logo img{width: 460px;}
    .product_box{width: 1200px;margin: 0 auto;}
    .product_box ul{width: 1200px;}
    .product_box ul li{width: 289px;margin-right: 11px;}
    .product_box ul li img{width: 270px;}
    .product_r{width: 303px;}
    .product_r img{width: 100%;}
    .news_box{width: 1200px;margin: 0 auto;}
    .news_l, .news_r{width: 50%;}
    .news_r{margin-left: 0;padding-left: 20px;}
    .news_l img.news_l_pic{width: 100%;}
    .bottom_box{width: 1200px;}
    .bottom_nav p{margin-right: 50px;}
    .bottom_wechat, .bottom_contect{margin-left: 30px;}
    .menu li div, .header .header_nav a{width: 110px;}
    .column{width: 1200px;}
	.column_about p{width:100%;}
	.column_contact img{ margin-left:20px;}
	.column_contact p{margin:40px 0 0 20px;}
	.column_news li>div{width: 728px;}
	.column_policies li, .column_policies li img, .column_policies li a{width: 520px;height: 202px;}
}
