@charset "utf-8";
html{-webkit-font-smoothing:antialiased}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;}
header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer{display: block;margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
table,th,td{border: 1px solid black;}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:400}
dl,ol,ul{list-style-type:none}
h1,h2,h3,h4,h5,h6{font-size:100%;}
a{text-decoration:none;blr:expression(this.onFocus=this.blur());color: inherit;}
a:hover{text-decoration:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:none;blr:expression(this.onFocus=this.blur())}
a:focus,a:hover,a:active{outline:none;blr:expression(this.onFocus=this.blur());}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
textarea{resize:none;outline: none;font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;}
img{vertical-align:middle;height: auto;}
button,input[type=submit],input[type=text],input[type=button]{outline: none;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;blr:expression(this.onFocus=this.blur());}
input{outline: 0;}
input::-webkit-input-safebox-button{display: none;/*去掉搜狗浏览器密码软盘*/}
body{color: #000;line-height: 1;min-width: 1200px;overflow-x: auto !important;font-family: Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;}
body *{box-sizing: border-box;line-height: 1;}

#web-ietip {width: 526px; height: 90px; padding: 83px 0 0 84px; overflow:hidden; background: url(../css/ietip/browser.png) no-repeat center center; margin: 200px auto 0;}
#web-ietip a{display: block; width: 65px; height: 80px; float: left;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.eps2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.img-hover{position: relative;overflow: hidden;}
.img-hover img{display: block;transform: scale(1.001);vertical-align: top;transition: all 0.5s ease 0s;}
.img-hover:hover img{transform: scale(1.07);}

.pic-hover{overflow: hidden;position: relative;}
.pic-hover img{transition: transform 12s cubic-bezier(.23, 1, .32, 1); transform: scale(1);}
.pic-hover:hover img{transform: scale(1.1);}



.header{
    width: 100%;
}
.header .head{
    background-image: url(../images/top1.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 174px;
}
.header .head .con{
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .head .con .h-r{
    /* margin-bottom: 17px; */
}
.header .head .con .h-r .phone{
    margin-bottom: 17px;
    text-align: right;
}
.header .head .con .h-r .phone img{
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.header .head .con .h-r .phone span{
    font-size: 26px;
    color: #0b80d1;
    vertical-align: middle;
}
.header .head .con .h-r .search{
    width: 347px;
	height: 50px;
	border-radius: 2px;
    border: solid 2px #999999;
    padding-left: 18px;
    display: flex;
}
.header .head .con .h-r .search input[type=text]{
    border: 0;
    width: 280px;
    height: 100%;
    display: inline-block;

}
.header .head .con .h-r .search input[type=submit]{
    width: 67px;
    height: 100%;
    background-color: #0b80d1;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    border: 0;
}




.header .head-nav{
    width: 100%;
    height: 60px;
    background-color: #0b80d1;
}
/* 1028修改 */
.header .head-nav .nav{
    width: 1200px;
    height: 100%;
    margin: auto;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
.header .head-nav .nav li{
    /* width: 16.66%; */
}
.header .head-nav .nav li a{
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 60px;
    height: 100%;
    padding: 0 60px;
}
.header .head-nav .nav li a.active{
    background-color: #054be7;
}
.header .head-nav .nav li a:hover{
    background-color: #054be7;
}
.drop-down{
    position: relative;
}
.drop-down-content{
    width: 100%;
    padding: 0;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    background-color: #ffffff;
    z-index: 500;
}
.drop-down-content li{
    background-color: #0b80d1;
    width: 100% !important;
}
.drop-down:hover .drop-down-content{
    display: block;
}
.drop-down-content li:hover a{
    /* color: #005687; */
    background-color: #0b80d1;
    transition: all .4s;
}


.main{

}

.page-con{
    width: 1200px;
    margin: auto;
}
.mod-box{
    background-color: #f5f5f5;
    padding: 25px;
    margin: 30px 0 40px 0;
}
.mod-box img{
    margin-right: 47px;
    float: left;
}
/* 1028修改 */
.mod-box .m-a{
    padding: 10px 0;
    height: 100px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.mod-box .m-a .m-b{
    display: flex;
    align-items: center;
    font-size: 24px;
}
.mod-box .m-a .m-b p{
    flex: 1;
}
.mod-box .m-a .m-b:hover .m-c{
    background: no-repeat right center / auto 100%;
}
.mod-box .m-a .m-b:hover{
    color: #006fc1;
}
.mod-box .m-a .m-b .m-c{
    width: 17px;
    height: 20px;
    background: no-repeat left center / auto 100%;
    margin-right: 15px;
}


.hd-par{
    margin-bottom: 34px;
}
.tit-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}
.tit-box .tit{
    font-size: 28px;
    color: #444444;
    position: relative;
    padding-left: 25px;
}
.tit-box .tit::after{
    position: absolute;
    width: 6px;
    height: 30px;
    background-color: #006fc1;
    content: '';
    left: 0;
    top: 0;
}
.tit-box .tit span{
    color: #0072c6;
}
.tit-box .more-btn:hover{
    color: #006fc1;
}

.hd-img{
    width: 656px;
    height: 482px;
    background-position: center;
    background-size: cover;
    float: left;
}
.hd-text{
    width: 504px;
	height: 456px;
	background-color: #f5f5f5;
    float: right;
    position: relative;
    padding: 20px 0;
    padding-left: 30px;
    padding-right: 18px;
}
.hd-text .text{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.block1{
    position: absolute;
    width: 21px;
	height: 85px;
    background-color: #0095d8;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}
.block2{
    position: absolute;
    width: 21px;
	height: 14px;
    background-color: #737373;
    content: '';
    left: 0;
    bottom: -25px;
    border-bottom: 1px solid #a5a5a5;
}
.hd-text p{
    font-size: 18px;
    line-height: 2;
    color: #666666;
}
.hd-text a{
    line-height: 2;
    font-size: 18px;
    color: #006fc1;
    display: inline-block;
}
/* 诚信 */
.cx-par{
    margin-bottom: 47px;
}
.cx-con{
    background-color: #f5f5f5;
    margin-bottom: 46px;
}
.con-left{
    float: left;
    width: 60px;
	height: 360px;
}
.con-left .l1{
    width: 100%;
    height: 280px;
    background-color: #006fc1;
    font-size: 28px;
    color: #fff;
    padding: 0 16px;
    text-align: center;
    display: flex;
    align-items: center;
    letter-spacing: 6px;
    line-height: 1.2;
}
.con-left .l2{
    width: 100%;
    height: 80px;
    background-color: #444444;
}

.cx-swiper{
    margin-left: 85px;
}
.cx-swiper .swiper-slide {
    text-align: center;
}
.cx-swiper .swiper-slide .img-box{
    width: 100%;
    height: 280px;
    background-position: center;
    background-size: cover;
    margin-bottom: 22px;
}
.cx-swiper .swiper-slide .text{
    padding: 0 20px;
}
.cx-swiper .swiper-slide p{
    font-size: 18px;
    color: #444444;
    margin-bottom: 10px;
}
.cx-swiper .swiper-slide a{
    font-size: 18px;
	color: #006fc1
}

.cx-a{
    display: block;
    width: 100%;
    height: 140px;
    background-position: center;
    background-size: cover;
}

/* 信用 */
.xy-par{
    margin-bottom: 45px;
}
.con-right{
    float: right;
    width: 60px;
	height: 360px;
}
.con-right .l1{
    width: 100%;
    height: 280px;
    background-color: #006fc1;
    font-size: 28px;
    color: #fff;
    padding: 0 16px;
    text-align: center;
    display: flex;
    align-items: center;
    letter-spacing: 6px;
    line-height: 1.2;
}
.con-right .l2{
    width: 100%;
    height: 80px;
    background-color: #444444;
}
.xy-swiper{
    margin-right: 85px;
}
.xy-swiper .swiper-slide {
    text-align: center;
}
.xy-swiper .swiper-slide .img-box{
    width: 100%;
    height: 280px;
    background-position: center;
    background-size: cover;
    margin-bottom: 22px;
}
.xy-swiper .swiper-slide .text{
    padding: 0 20px;
}
.xy-swiper .swiper-slide p{
    font-size: 18px;
    color: #444444;
    margin-bottom: 10px;
}
.xy-swiper .swiper-slide a{
    font-size: 18px;
	color: #006fc1
}
/* 结果公式 */
.jg-par{
    margin-bottom: 40px;
}
.jg-par .tit-box{
    margin-bottom: 0;
}
.jg-con .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 65px;
    border-bottom: 1px dashed #e5e5e5;
    color: #707070;
}
.jg-con .item:hover .i1{
    color: #006fc1;
}
.jg-con .item .i1{
    flex: 1;
}
.jg-con .item .i2{
    margin-left: 40px;
}





/* 底部 */
.footer{
    width: 100%;
    background-color: #333333;
    padding: 50px 0 20px 0;
}
.footer .foot{
    width: 1200px;
    margin: auto;
    color: #999999;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.footer .foot .f-a{
    width: 280px;
}
.footer .foot .f-par h1{
    font-size: 16px;
    margin-bottom: 25px;
}
.footer .foot .f-par a{
    font-size: 15px;
    margin-right: 10px;
    line-height: 2;
    word-break:keep-all;           /* 不换行 */
}
.footer .foot .f-b{
    width: 250px;
    
}
.footer .foot .f-c{
    width: 250px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 14px;
}
.footer .foot .f-c img{
    margin-bottom: 15px;
}
.footer .rec-num{
    text-align: center;
    font-size: 14px;
	color: #545353;
}

/* 经贸资讯 */
.m_list3{
    
}
.m_list3 li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: dashed 1px #cccccc;
}
.m_list3 li a:hover{
    box-shadow: 0px 1px 15px 0px 
		rgba(220, 220, 220, 0.5);
}
.m_list3 .img{
    width: 300px;
    height: 170px;
    background-position: center;
    background-size: cover;
    margin-right: 30px;
}
.m_list3 .text{
    width: 470px;
}
.m_list3 .text h1{
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px;
    font-weight: normal;
}
.m_list3 .text p{
    font-size: 14px;
    color: #666666;
    line-height: 2;
    margin-bottom: 25px;
}
.m_list3 .text .time span{ 
    font-size: 12px;
    color: #999999;
    vertical-align: middle;
}
/* 诚信品牌详情 */
.m_list4{
    padding-top: 45px;
}
.m_list4 .tit{
    text-align: center;
    font-size: 30px;
    color: #333333;
    line-height: 44px;
    margin-bottom: 30px;
}
.m_list4 .time{
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-bottom: 35px;
}
.m_list4 .time span{
    padding: 0 20px;
}
.m_list4 p{
    font-size: 16px;
	line-height: 2;
    color: #333333;
    /* margin-bottom: 20px; */
}
.m_list4 img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
/* 品牌 */
.m_list5{
    padding-top: 50px;
}
.m_list5 li{
    width: 275px;
    height: 150px;
    float: left;
    margin-right: 18px;
    margin-bottom: 15px;
}
.m_list5 li:nth-child(3n+3){
    margin-right: 0;
}
.m_list5 li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.m_list5 li a .l-bz{
    height: 58px;
    width: 43px;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -3px;
    right: 10px;
}


/* 莫清乐的css */
.subject{width: 1200px;margin: 0 auto;}

.m_inside_banner{position: relative}
.m_inside_banner .img{height: 400px;width: 100%;background-size: cover;background-repeat: no-repeat;background-position: center}
.m_inside_banner .txt{position: absolute;height: 280px;width: 100%;top:0;left: 0;z-index: 10}
.m_inside_banner .txt .subject{position: relative;height: 100%}
.m_inside_banner .txt .p1{font-size: 30px;color: #ffffff;padding-top: 100px;margin-bottom: 20px;}
.m_inside_banner .txt .p2{
    width: 40px;
	height: 2px;
	background-color: #ffffff;
}
.m_inside_banner .line{position: absolute;width: 240px;height: 4px;background: #0b80d1;left: 0;bottom:-4px;z-index: 11}

.inside_main_{z-index: 20;overflow: hidden;position: relative;top:-120px;}
.inside_main{position: relative;background: #FFF;z-index: 20}
.inside_left{float: left;width: 240px;padding-bottom: 120px}
.inside_right{float: right;width: 910px;padding-right: 49px;box-sizing: border-box}
.inside_bg{z-index: 12;position: absolute;width: 50%;height: 120px;top: 0;left: 0;background: #FFF}


.m_Title{
    width: 100%;
    height: 120px;
    background-position: center;
    background-size: cover;
}
.m_Title .t1{
    font-size: 24px;
    color: #ffffff;
    line-height: 120px;
    padding-left: 25px;
}

.m_inside_nav_{background: #fafafa}
.m_inside_nav{padding-top: 40px;min-height: 460px}
.m_inside_nav .item {
    display: block;
    height: 50px;
    line-height: 49px;
    padding: 0 23px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    width: 180px;
    margin: auto;
    border: solid 1px #cccccc;
    border-radius: 25px;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
}

.m_inside_nav .item.in,
.m_inside_nav .item:hover {
    color: #ffffff;
    background-image: linear-gradient(90deg, 
		#0b80d1 0%, 
		#054be7 100%);
}

.m_inside_nav_bg{position: relative}
.m_inside_nav_bg .bg0{width: 100%}
.m_inside_nav_bg .bg1{position: absolute;right: 100%;top:-186px;}
.m_inside_nav_bg .bg2{position: absolute;right: 0;top:calc(100% + 15px)}


.m_Title2{padding-top: 50px;font-size: 30px;color: #333333;font-weight: bold;line-height: 65px;border-bottom: 1px solid #cccccc;}

.m_list1{margin-top: 19px}
.m_list1 li{float: left;width: 204px;margin-right: 15px;margin-bottom: 15px;background: #fafafa}
.m_list1 li:nth-child(4n){margin-right: 0}
.m_list1 li a{display: block}
.m_list1 li a .img{height: 204px;background-size: cover;background-repeat: no-repeat;background-position: center;}
.m_list1 li a h2{height: 60px;position: relative}
.m_list1 li a h2 p{padding: 0 10px;box-sizing: border-box;max-height: 48px;overflow: hidden;text-align: center;position: absolute;font-size: 16px;color: #333333;line-height: 1.4;width: 100%;left: 0;top:50%;transform: translateY(-50%);}


.m_list1 li:hover{background: #0b80d1}
.m_list1 li:hover a h2 p{color: #FFF;}

.paging{text-align: center;padding: 35px 0 0}
.paging .item{margin: 0 5px;padding: 0 15px;box-sizing: border-box;display: inline-block;min-width: 44px;line-height: 42px;background: #eeeeee;font-size: 14px;color: #777777;}
.paging .item.in,
.paging .item:hover{color: #FFF;background: #0b80d1}


.online_msg{}

.online_msg1{padding: 60px 0 50px}
.online_msg1 img{width: 100%}

.online_msg2{position: relative}
.online_msg2 form{position: relative;z-index: 2}
.online_msg_form{width: 740px;margin: 0 auto;}
.online_msg_div{background: #FFF;position: relative;border: 1px solid #f1f1f1;border-radius: 3px;margin-bottom: 15px;}
.online_msg_div p{position: absolute;left: 0;top:0;line-height: 43px;font-size: 16px;color: #666;padding-left: 20px;}
.online_msg_div p b{color: #F00}
.online_msg_div .input1{border: none;background: none;width: 624px;height: 43px;float: right;font-size: 16px;color: #666;}

.online_msg_div textarea{width: 624px;height: 98px;border: none;float: right;outline: none;font-size: 16px;line-height: 1.6;padding: 10px 10px 10px 0;box-sizing: border-box}


.online_msg_div2{width: 355px;}

.online_msg_div2 .input1{width: 140px;float: left;margin-left: 114px;}
.yzm{position: absolute;width: 106px;height: 44px;right: 2px;top:1px;}

.online_msg_div .submit{width: 100%;border-radius: 3px;height: 45px;border: none;background: #0b80d1;color: #FFF;font-size: 16px;}

.online_msg_div .submit:hover{background: #0b71b5}

.online_msg2 .bg1{position: absolute;top:-90px;left: 0;z-index: 1}
.online_msg2 .bg2{position: absolute;right: -30px;bottom:-48px;z-index: 1}



.online_msg_div .select-row{
    position: relative;
}

.online_msg_div .select-row .select-list{
    width: 100%;
    z-index: 999;
    max-height: 200px;
    background-color: #fff;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);

}
.online_msg_div .select-row:after{
    content: "";
    display: block;
    width: 14px;
    z-index: 998;
    height: 8px;
    background: url('../images/m_icon1.png') no-repeat center;
    position: absolute;
    right: 20px;
    top: 16px;
    pointer-events: none;
}

.online_msg_div .select-item{
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    color: #666;
    line-height: 35px;
}
.online_msg_div .select-item:hover{
    background: rgba(11,128,209,.1);
}

.m_list2{padding-top: 10px}
.m_list2 li{border-bottom: 1px solid #e2e2e2}
.m_list2 li a{display: block;height: 50px;position: relative}
.m_list2 li a .dian{position: absolute;width: 4px;height: 4px;background: #85bfe8;left: 3px;top:25px;}
.m_list2 li a .t{padding: 0 115px 0 23px;line-height: 50px;}
.m_list2 li a .t h1{float: left;max-width: 680px;display: inline-block;font-size: 16px;color: #333333;line-height: 50px;}
.m_list2 li a .new{float: left;line-height: 50px}
.m_list2 li a .time{font-size: 14px;color: #999999;position: absolute;right: 9px;line-height: 50px;top:0;}



.m_list2 li a:hover .dian{background: #0b80d1}
.m_list2 li a:hover .t h1{color: #0b80d1}



/* 新增 */
.page-con .new-box .new-r .par:hover{
    color: #0b80d1;
}


/* 联系我们 */
.map{
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
}
.lx-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.lx-item{
    width: 400px;
	height: 137px;
	background-color: #ffffff;
	box-shadow: 0px 5px 15px 0px 
        rgba(227, 230, 238, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    margin-bottom: 30px;
}
.lx-item h1{
    font-size: 20px;
    margin-bottom: 20px;
	color: #333333;
}
.lx-a{
    display: flex;
    align-items: center;
}
.lx-a img{
    width: 30px;
    margin-bottom: 0;
    margin-right: 15px;
}
.lx-a span{
    font-size: 14px;
	color: #666666;
}

/* 结果 */
.jg-list .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px dashed #e5e5e5;
}
.jg-list .item .text1{
    flex: 1;
    padding-left: 15px;
    position: relative;
}
.jg-list .item .text1::after{
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #85bfe8;
}
.jg-list .item .text2{
    margin-left: 40px;
}
/* 案例 */
.case-item{
    width: 260px;
    float: left;
    border: solid 1px #eaeaea;
    margin-right: 30px;
    margin-bottom: 30px;
}
.case-item:nth-child(3n+3){
    margin-right: 0;
}


.case-item .img{
    width: 100%;
    height: 205px;
    background-position: center;
    background-size: cover;
}
.case-item .text{
    padding: 20px;
    text-align: center;
}
.case-item .text p{
    font-size: 16px;
    color: #444444;
    margin: 0;
    line-height: 1;
}
.case-item .text p:first-child{
    margin-bottom: 10px;
    line-height: 1;
}
.case-item:hover .text p:last-child{
    color: #006fc1;
}


/* 1028新增 */
.side-img{
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 1000px;
    right: 50px;
    z-index: 1000;
    color: #0095d8;
    font-size: 16px;
}
.side-img p{
    line-height: 1.5;
    margin-bottom: 10px;
}












































