﻿@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    font-size: 1em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th, table td {
    padding: 5px;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

li {
    list-style-type: none;
}

a {
    color: #666;
    text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
    outline: none;
}

/*for ff f6n.net*/
a:hover {
    text-decoration: none;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 14px/1.4 arial, helvetica, clean, sans-serif, "黑体";
    color: #666;
}

select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.clearfix:after{display:block; content:""; clear:both;}
.clearfix{ zoom:1;}

.cur {
    cursor: pointer;
    color: #038eba;
    font-weight: bold;
}
img{border: none;}
.upper {
    text-transform: uppercase;
}

/*单行文字超出隐藏显示省略号*/
.ell{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.red {
    color: #dd0000;
}
.center{
    width: 1200px;
    margin: 0 auto;
}

header a{
    color: #fff;
}
.top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
    color: #333333;
}
.top .fr a{
    color: #333333;
}
.head{
    /*padding: 10px 0 20px;*/
}
.logo{
    margin-top: 20px;
}
.tel{
    width: 260px;
    font-size: 30px;
    color: #038eba;
    /*line-height: 1;*/
}
.tel span{
    font-size: 14px;
}
nav{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #038eba;
    font-size: 16px;
}
nav a{
    display: inline-block;
    padding: 0 46px;
}
nav a:hover{
    font-weight: bold;
    background: #f06500;
}
nav a.cur{
    font-weight: bold;
    background: #f06500;
}
/*首页轮播图*/
#banner {
    width: 100%;
    height: 650px;
    overflow: hidden;
}
#banner li {
    width: 100%;
    height: 100%;
}
#btn {
    display: inline;
    width:90px;
    height: 18px;
    float: left;
    margin: -36px 0 0 -45px;
    left: 50%;
    position: absolute;
    z-index: 9;
}
#btn a {
    color: #36f;
    font: 700 11px "Arial";
    float: left;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    margin: 0 6px;
    font-size: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
    opacity: .6;
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
#btn a.activeSlide {
    color: #fff;
    background: none;
    opacity: 1;
    background: #fff;
}
#btn a:hover {
    color: #fff;
}





.md6{
    width: 100%;
    height:640px;
    background: url("../images/md6_bg.jpg") no-repeat center;
}
.md6 li{
    width: 380px;
    float: left;
    color: #fff;
    text-align: center;
	margin:0 12px;
}
.md6 li img{
    display: block;
    width: 380px;
    height: 300px;
    object-fit: cover;
    transition: all 1s;
}
.md6 li:hover img{
    box-shadow: 0 0 20px #333;
}
.md6 li span{
    font-size: 18px;
    line-height: 1;
    padding: 26px 0 16px;
    display: block;
}
.md6 li p{
    line-height: 2;
    width: 280px;
    margin: 0 auto;
    height: 84px;
}
.md6 .md6_mroe{
    display: block;
    width: 200px;
    height: 36px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    margin: 30px auto 0;
    transition: all 1s;
}
.md6 li:hover .md6_mroe{
    background: #fff;
    color: #038eba;
}

.md7{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.md7_fl{
    width: 520px;
    height: 350px;
}
.md7_fr{
    width: 680px;
}
.md7_title{
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #999999;
    font-size: 16px;
}
.md7_title .fl a{
    display: block;
    float: left;
    margin-left: 70px;
}
.md7_title .fl a.cur{
    font-weight: bold;
    color: #038eba;
    border-bottom: 2px solid #038eba;
    line-height: 33px;
}
.md7_ul{
    padding-left: 42px;
    display: none;
}
.md7_ul li{
    height: 106px;
    overflow: hidden;
    margin-top: 30px;
    border-bottom: 1px solid #038eba;
}
.md7_li_fl{
    width: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 1.36;
}
.md7_li_fl span{
    font-size: 44px;
}
.md7_li_fr{
    width: 625px;
}
.md7_li_fr a{
    color: #333333;
    font-weight: bold;
    display: block;
    font-size: 16px;
}
.md7_li_fr a b{
    display: block;
    width: 0;
    height: 2px;
    background: #666;
    float: left;
    margin-top: 20px;
    transition: width 1s;
}
.md7_li_fr a:hover b{
    width: 50px;
}

.md8{
    width: 100%;
    height: 480px;
    /*background: url("../images/md8_bg.jpg") no-repeat center;*/
}
.md8_ul li{
    width: 290px;
    float: left;
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 2;
}
.md8_ul li span{
    display: block;
    font-weight: bold;
    line-height: 50px;
    font-size: 20px;
}
.md8_ul li:nth-of-type(2){
    margin: 0 165px;
}
.md9{
    padding-bottom: 80px;
}
.md9_td{
    border: 1px solid #ccc;
    margin-left: 10px;
    width: 290px;
    height: 200px;
}
.md9_td img{
    display: block;
    width: 290px;
    height: 200px;
    object-fit: cover;
}
.md9_kong{
    width: 20px;
}

footer{
    width: 100%;
    background: #242424;
    color: #fff;
}
footer a{
    color: #fff;
}
.foot{
    padding: 50px 0;
}
.foot_title{
    font-size: 16px;
    color: #ff7f27;
}
.foot_1{
    width: 280px;
    font-size: 14px;
}
.foot_1 a{
    display: block;
    float: left;
    width: 140px;
    line-height: 1;
    margin-top: 16px;
}
.foot_2{
    width: 268px;
    margin-left: 90px;
    padding-left: 30px;
    border-left: 1px solid #999999;
    font-size: 14px;

}
.foot_2_img{
    width: 100px;
    margin-right: 40px;
    margin-top: 20px;
}
.foot_2_img img{
    width: 100px;
    height: 100px;
    display: block;
}
.foot_2_img p{
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}
.foot_3{
    width: 268px;
    margin-left: 153px;
    padding-left: 30px;
    border-left: 1px solid #999999;
}
.foot_3 p{
    line-height: 1;
    margin-top: 16px;
}
.foot_txt{
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #141414;
}
.foot_link{
    text-align: center;
    padding: 20px 0;
    background: #f3f3f3;
    color: #333333;
}

.foot_link a{
    color: #333333;
}


.sub_main {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.main_left {
    width: 300px;
}

.m_l_div {
    padding: 3px;
    border: 2px solid #038eba;
    border-radius: 20px;
}

.m_l_div .cont {
    width: 290px;
    min-height: 324px;
    background: #038eba;
    border-radius: 20px;
    padding-bottom: 40px;
}

.m_l_tit {
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 20px;
    background: url("../images/md1_h2.png") no-repeat bottom center;
    padding-bottom: 40px;
}

.m_l_a {
    padding-top: 20px;
}
.m_l_a .m_l_a_h{
    color: #fff;
    background: url("../images/m_d1_h3_h.png") no-repeat center;
}
.m_l_a a {
    display: block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    background: url("../images/m_d1_h3.png") no-repeat center;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 10px;
}

.m_l_a a:hover {
    color: #fff;
    background: url("../images/m_d1_h3_h.png") no-repeat center;
}
.m_l_b{
	padding:20px 10px 0;
}
.m_l_b a{
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 0 5px;
    line-height: 2;
    margin-right: 4px;
    margin-bottom: 4px;
	color: #fff;
}

.m_l_2,.m_l_3 {
    margin-top: 20px;
}

.m_l_2 .cont {
    background: url("../images/contact_bg.png") no-repeat center 56px #038eba;
    text-align: center;
    color: #fff;
}

.m_l_tit_2 {
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 5px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.m_l_2 p {
    font-size: 16px;
    line-height: 1.8;
    margin: 130px auto 10px;
    width: 250px;
}

.main_right {
    width: 880px;
}

.m_r_top {
    width: 846px;
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
    border: 2px solid #038eba;
    border-radius: 20px;
    color: #038eba;
}

.m_r_top .typename {
    font-size: 16px;
    font-weight: bold;
    border-left: 5px solid #fb7a05;
    padding-left: 8px;
    height: 24px;
    line-height: 24px;
    margin-top: 11px;
}

.m_r_top .posit {
    font-size: 12px;
    background: url("../images/posit.png") no-repeat 0 center;
    text-indent: 32px;
}

.posit a {
    color: #038eba;
}

.m_r_cont {
    width: 876px;
    border: 2px solid #038eba;
    border-radius: 20px;
    margin-top: 10px;
	min-height: 600px;
}

.img_ul {
    padding-top: 17px;
}
.img_ul li {
    width: 270px;
    float: left;
    margin-left: 17px;
}

.img_ul li .pic {
    width: 270px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
}
.img_ul li img {
    width: 270px;
	height: 270px;
    vertical-align: middle;
	object-fit: contain;
}

.img_ul li .img_name {
    text-align: center;
    font-size: 16px;
    color: #0e0e0e;
    line-height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.page {
    width: 100%;
    height: 32px;
    padding: 20px 0;
    text-align: center;
}

.page li {
    display: inline-block;
    font-size: 14px;
    padding: 7px 10px;
    line-height: 1;
    border: 1px solid #999999;
    border-radius: 10px;
    margin: 0 1px;
}

.page li.thisclass {
    background: #038eba;
    border: 1px solid #038eba;
    color: #fff;
}

.news_ul {
    width: 850px;
    margin: 0 auto;
}

.news_ul li {
    border-bottom: 1px dashed #ccc;
    color: #666666;
    padding: 10px 0;
}

.news_ul_fl {
    width: 90px;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    background: #999999;
    color: #fff;
    border-radius: 10px;
    padding: 10px 0;
    margin-left: 10px;
}

.news_ul_fl b {
    font-size: 48px;
    font-weight: 400;
}

.news_ul_fr {
    width: 720px;
    margin-right: 10px;
    margin-top: 6px;
}

.news_ul_fr a {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 2;
}

.news_ul li:hover .news_ul_fl {
    background: #038eba;

}

.news_ul li:hover .news_ul_fr {
    color: #038eba;
}

.news_ul li:hover a {
    color: #038eba;
}


.cont_news_div{
    padding: 20px;
    line-height: 1.8;
    font-size: 16px;
	min-height: 600px;
}
#biaoti1 {
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px dashed #ccc;
}

#zls {
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    color:#999;
}

#subcontent {
    line-height: 2;
}

#subcontent img {
    margin: 0 auto;
    display: block;
    max-width: 704px;
}

#xiangguan {
    line-height: 24px;
    margin-top: 30px;
    font-size: 12px;
    margin-left: 50px;
    border-bottom: 1px dashed #ccc;
}

#xiangguan p {
    line-height: 30px;
}

#xiangguan a {
    color: #000;
}

#fanpian {
    margin: 10px 0 0 150px;
    font-size: 16px;
    line-height: 30px;
}

#fanpian a {
    color: #000;
}

#fanpian a:hover {
    color: red;
}

.tj_title{
    width: 846px;
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
    border: 2px solid #038eba;
    border-radius: 20px;
    color: #038eba;
    margin-top:10px;
    font-size:16px;
    background: url("../images/tuijian.png") no-repeat 20px center;
    text-indent: 40px;
    font-weight: bold;
}
.tj_news_ul{
    margin-top:10px;
    width: 846px;
    border: 2px solid #038eba;
    border-radius: 20px;
    padding: 5px 15px 15px;
}
.tj_news_ul li{
    font-size: 16px;
    border-bottom: 1px dashed #ccc;
    height:50px;
    line-height: 50px;
}
.tj_news_ul li span{
    float:right;
}
.tj_news_ul li a:hover{
    color:#038eba;
}

.tj_img_ul{
    margin-top:10px;
    width: 876px;
    border: 2px solid #038eba;
    border-radius: 20px;
    padding-top:15px;
}
.tj_img_ul li {
    width: 200px;
    float: left;
    margin-left: 15px;
}

.tj_img_ul li .pic {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
}

.tj_img_ul li img {
    width:100%;
    height:100%;
	object-fit:cover;
}

.tj_img_ul li .img_name {
    text-align: center;
    font-size: 14px;
    color: #0e0e0e;
    line-height: 50px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.cont_img_div{
    padding:20px;
	min-height: 600px;
}
.cont_img_d1_l{
    width:400px;
    height:400px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
	display: flex;
	box-shadow: 0 0 5px #ccc;
}
.cont_img_d1_l img {
    width:100%;
    height:100%;
	object-fit:cover;
}
.cont_img_d1_r{
    width:400px;
    height: 400px;
    font-size:16px;
    line-height: 2.5;
    font-weight: bold;
    color: #333;
    display: table-cell;
    vertical-align: middle;
    padding-left:36px;
}
.cont_img_d2_tit{
    font-size:16px;
    color:#038eba;
    font-weight:bold;
    height:36px;
    border-bottom:2px solid #038eba;
    margin-top:20px;
}
.cont_img_d2_tit span{
    line-height: 30px;
    border-left:5px solid #038eba;
    padding-left:6px;
    margin-left:10px;
}
.cont_img_d2_cont{
    padding:10px;
    line-height: 1.8;
}
.cont_img_d2_cont img{
	max-width:100%;
}

.sub_banner{
	width:100%;
	height:300px;
	background:url(../images/sub_banner.jpg) no-repeat center;
}
.about_cont {
    padding: 14px;
    line-height: 1.8;
    font-size: 16px;
    min-height: 916px;
}










/*产品*/

.cp .cp_title{width: 100%;}
.cp_t1{font-size: 48px;font-weight: bold;text-align: center}
.cp_t2{font-size: 30px;text-align: center}
.cp_t3{    font-size: 16px;
    text-align: center;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 20px;}
.cp{padding:50px 0 80px 0;}
.cp_fl{width: 200px;height: 775px;border-bottom: 5px #038eba;background: #f3f3f3}
.cp_menu>a{width: 138px;height: 48px;border: 1px solid #038eba;display: block;line-height: 48px;text-align: center;font-size: 18px;margin: 10px 30px}
.bd{height: 10px;border-bottom: 1px dashed #999999}
.cp_cart{width: 286px;height: 500px;margin: 7px;display: block;position: relative;}
.cp_cart>img{object-fit: cover;width: 286px;height:500px;position: absolute;top: 0}
.cp_cart>span{line-height: 40px;text-align: center;margin-top: -40px;    display: block;background: rgba(0,0,0,0.5);font-size: 18px;color: white;position: absolute;top: 0;top: 500px;width: 100%;}



/*优势*/
.ys{width: 100%;height: 800px;background: url(../images/ys.jpg)no-repeat center}

.ys>.center{position: relative}
.yss{position: absolute;font-size: 18px;color: #333333;line-height: 35px;    letter-spacing: 2px;}
.yss1{top: 600px;left: 12px}
.yss2{top: 220px;left: 480px}
.yss3{top: 600px;right: 85px}
/*.yss4{top: 776px;right: 42px}*/
/*.yss5{top: 1035px;left: 0px}*/
/*.yss6{top: 1170px;left: 0px}*/
/*.yss7{top: 1410px;right: 42px}*/
/*.yss8{top: 1530px;right: 57px;}*/


/*优势1*/
.ys1{width: 100%;height: 1200px;background: url(../images/ys1.jpg)no-repeat center}

.ys1>.center{position: relative}
.ysss1{position: absolute;font-size: 24px;color: #038eba;line-height: 35px;    letter-spacing: 2px;font-weight: bold}
.ysss2{position: absolute;font-size: 18px;color: #333333;line-height: 35px;    letter-spacing: 2px;}
.ys1 .yssss1{top: 246px;right: 263px;}
.ys1 .yssss2{top: 367px;right: 285px}
.ys1 .yssss3{top: 490px;right: 285px}
.ys1 .yss4{top: 827px;left: 16px;}
.ys1 .yss5{top: 938px;left: 16px}
.ys1 .yss6{top: 1025px;left: 16px}
/*.yss7{top: 1410px;right: 42px}*/
/*.yss8{top: 1530px;right: 57px;}*/







/*广告条*/
.ggt{width: 100%;height: 350px;background: url(../images/ggt.jpg)no-repeat center}
.ggt>.center{position: relative}
.ggt_1{position: absolute;top: 20px;left: 450px;color:#ffffff;font-size: 36px;text-align: right;    line-height: 80px;}
/*.ggt_1>span{font-size: 24px;font-weight: normal}*/
.ggt_tel{position: absolute;top: 192px;left: 485px;color: #33cdff;font-size: 48px;font-weight: bold}


.title>p{font-size: 48px;text-align: center;font-weight: bold;line-height: 1}
.title>p>span{font-size: 24px;text-align: center;font-weight: normal}
.more{line-height: 50px;text-align: center;display: block;width: 260px;height: 50px;background:#038eba;color: white;font-size: 18px;margin-left: 470px;border-radius: 10px;margin-top: 30px }
.al_cart{width:380px;height: 380px;margin: 10px;box-shadow: 0px 0px 8px #333333;}
.al_cart>img{width: 100%;height: 320px;object-fit: cover }
.al_cart>span{line-height: 60px;background: white;color: #333333;text-align: center;font-size: 18px;width: 100%;display: block}
.al_cart:hover span{color: #038eba}
.al{padding:50px 0}





.about{width: 100%;height: 590px;background: #f9f9f9;padding: 50px 0 0 0}
.about_fr{    width: 620px;height: 350px;line-height: 45px;letter-spacing: 2px;font-size: 16px;}


.md7_menu{
    width: 100%;
    border: 2px solid #038eba;
    height: 42px;
    font-size: 24px;
}
.md7_menu a{
    display: block;
    line-height: 42px;
    float: left;
}
.md7_menu a:hover{
    color:#038eba;
    font-weight: bold;
}

.map{
	width:100%;
	background:#f9f9f9;
	padding: 50px 0;
	text-align:center;
}








