/*common start*/
:root {
    --primary-color: #0b57d0;
    --secondary-color: #133b57;
    --main-color: #0274cd;
    --main-color-white: #fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; font-family: Arial,' '; color:#333; overflow-x:hidden;}
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:80%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family: Arial,' ';}
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:1699px){
.wapper1{ width:84%; }
}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
}
/*common end*/

.head .menu > ul > li > a {
color:black !important;;
}
.headbg {
    width: 100%;
    background: #f3f3f3 !important;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    position: fixed;
    z-index: 55;
    left: 0;
    top: 0;
    transition: all .3s ease;
}
.head{ height:100px; transition:all .3s ease; position:relative;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head .logo{ float:left; width:10%; height:100px; position:relative; }
.head .logo img{ max-width:100%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .rt{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-end;;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head .h_search_btn{ text-align:center; font-size:18px; width:18px; color:#666; cursor:pointer; margin-left:1.3vw;}
.head .h_search_btn .fa-close{ display:none;}
    .head .h_search_btn.active .fa-search {
        display: none;
        color: black;
    }
.fa-search {
    color: black !important;
}
.head .h_search_btn.active .fa-close {
    color: black;
    display: block;
}
.head .h_search_box{ width:100%; max-width:300px; position:absolute; top:100%; right:0; z-index:999; display:none;}
.head .h_search_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:998; display:none;}
.head .h_searchbg{ background:rgba(255,255,255,.95); border-top:3px solid var(--primary-color); box-shadow:0 0px 6px rgba(0,0,0,0.1); }
.head .h_search{ padding:10px;}
.head .h_search_close2{ width:20px; height:20px; background:url(../images/chahao2.png) center no-repeat; position:absolute; top:10px; right:10px; cursor:pointer; transition:all .3s ease; display:none;}
.head .h_search_close2:hover{ transform:rotate(360deg);}
.head .h_search .form{ height:40px; border:1px solid rgba(102, 102, 102, 0.1); border-radius:8px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 50px);}
.head .h_search .form .button1{ float:right; border:none; background:none; height:40px; line-height:40px; width:40px; text-align:center; font-size:20px; cursor:pointer; color:var(--primary-color);}
.head .h_search .form .button1:hover{ color:#fff; background:var(--primary-color);}
/*menu*/
.head .menu{ height:22px; line-height:20px; float:left;}
.head .menu>ul{}
.head .menu>ul>li{ float:left; position:relative; margin-left:0.2vw;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:16px; font-weight:bold; position:relative; border:1px solid transparent; border-radius:4px; padding:0 3px;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--primary-color); border-color:var(--primary-color);}
.head .menu>ul>li ul{ width:fit-content; min-width:120px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1); padding:5px 0; border-radius:10px; position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#333; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:5px 5px; text-align:center; white-space:nowrap;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:var(--primary-color); }
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}
.headbg.active{ box-shadow:0 2px 6px rgba(0,0,0,0.05);}
.headbg.active .head{ height:80px;}
.headbg.active .head .logo{ height:80px;}
.head_height{ height:100px;}
@media(max-width:1699px){
.head .menu>ul>li{ margin-left:.78vw;}
.head .h_search_btn{ margin-left:.78vw;}
}
@media(max-width:999px){
.head_height{ height:60px;}
.headbg{ background:#fff; }
.head{ height:60px;
-webkit-justify-content: space-between;
justify-content: space-between;}
.head .logo{ float:left; width:60%; height:60px; }
.head .h_search_box{ max-width:100%; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:18px; cursor:pointer; display:none; position:relative; margin-left:15px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#666; position:absolute; left:0; transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translate(0,-50%);}
.head .nav_open:before{ content:""; top:0; }
.head .nav_open:after{ content:""; bottom:0; }
.head .nav_open.active i{ opacity:0; visibility:hidden;}
.head .nav_open.active:before{transform: translateY(8px) rotate(45deg);}
.head .nav_open.active:after{transform: translateY(-8px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 61px); border-top:1px solid #ededed; position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#222533; color:#fff; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 5%;}
.head .nav_list>ul>li{ border-top:1px solid rgba(255,255,255,0.05); border-bottom:1px solid rgba(0,0,0,0.35); padding:10px 5%;}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; color:#fff;}
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 0 0 0; display:none;}
.head .nav_list ul li.active>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { }
.banner_swiper .swiper-container .swiper-slide img{ margin-top:100px; display:block; width:100%;}
.banner_swiper .swiper-pagination{ bottom:20px; height:10px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; background:#000; opacity:.5;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; line-height:60px; margin-top:-30px; border-radius:8px; background:rgba(0,0,0,.5); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-pagination{ bottom:10px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
}


.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:14px; line-height:40px; width:120px; font-weight:bold; background:var(--main-color); color:#fff; transition:all .3s ease;}
.more1 span:hover{ background:var(--primary-color);}
.con01bg{}
.con01{}
.con01 ul li{ padding:40px 0;}
.con01 ul li:nth-child(2n){ background:#f1f1f1;}
.con01 ul li .nr_box{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.con01 ul li:nth-child(2n-1) .nr_box{flex-direction:row-reverse;}
.con01 ul li .imgbg{ width:48%;}
.con01 ul li .img{ text-align:left;}
.con01 ul li:nth-child(2n-1) .img{ /*text-align:right;*/}
.con01 ul li .img img{ max-width:100%; max-height:18.22vw;}
.con01 ul li .txtbg{ width:48%;}
.con01 ul li .txt{}
.con01 ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:20px;}
.con01 ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:25px;}
@media(max-width:999px){
.more1 span{ font-size:14px; line-height:40px; width:100%; }
.con01 ul li{ padding:40px 0;}
.con01 ul li .nr_box{ display:block;}
.con01 ul li .imgbg{ width:100%;}
.con01 ul li .img{ text-align:center !important;}
.con01 ul li .img img{ max-height:80vw;}
.con01 ul li .txtbg{ width:100%;}
.con01 ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:20px;}
.con01 ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:25px;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:28px; line-height:38px; font-weight:bold;}
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.con02bg{ padding:40px 0;}
.con02{}
.con02 .list{ margin-top:40px;}
.con02 .list ul li{ float:left; width:calc((100% - 60px)/4); margin:0 0 40px 20px;}
.con02 .list ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.con02 .list ul li .nr_box{ box-shadow:0px 0px 14px 4px #dadada;}
.con02 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.con02 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con02 .list ul li:hover .img img{ transform:scale(1.1);}
.con02 .list ul li .txtbg{ border-top:1px solid #dfdfdf;}
.con02 .list ul li .txt{ padding:10px 5%; text-align:center;}
.con02 .list ul li .txt .h2{ font-size:20px; line-height:30px; height:30px; font-weight:bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.tit1 .h3{ font-size:12px; line-height:22px; margin-top:5px;}
.con02bg{ padding:40px 0;}
.con02 .list{ margin-top:40px;}
.con02 .list ul li{ float:left; width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.con02 .list ul li:nth-child(4n-3){ margin-left:10px; clear:none;}
.con02 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.con02 .list ul li .txt{ padding:10px 5%; }
.con02 .list ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; }
}


.con03bg{ padding:80px 0 60px 0; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed;}
.con03{}
.con03 .form{ max-width:320px;}
.con03 .form ul li{ margin-bottom:15px;}
.con03 .form .text1{ border:4px solid var(--main-color); background:#fff; height:42px; line-height:42px; padding:0 10px; width:calc(100% - 28px);}
.con03 .form textarea{ border:4px solid var(--main-color); background:#fff; height:72px; line-height:24px; padding:5px 10px; width:calc(100% - 28px);}
.con03 .form .button1{ border:4px solid var(--main-color); background:var(--main-color); color:#fff; height:50px; line-height:42px; width:100%; text-align:center; cursor:pointer; transition:all .3s ease;}
.con03 .form .button1:hover{ background:var(--primary-color);}
@media(max-width:999px){
.con03bg{ padding:120px 0 40px 0; }
.con03 .form{ max-width:100%;}
.con03 .form ul li{ margin-bottom:10px;}
}


.footbg{ background:var(--main-color);}
.foot{ color:#a1b1bc;}
.foot a{ color:#a1b1bc;}
.foot a:hover{ color:#fff;}
.foot .list1{ padding:40px 0 10px 0;}
.foot .f_logo{ }
.foot .f_logo img{ max-width:300px; max-height:60px;}
.foot .list2{ padding:10px 0 40px 0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.foot .list2 .lt{ width:40%;}
.foot .f_txt{ font-size:14px; line-height:18px; color:#fff;}
.foot .list2 .rt{ max-width:50%; }
.foot .f_contact{ font-size:14px; line-height:18px; color:#fff; margin-bottom:50px;}
.foot .f_contact ul li{ margin-bottom:10px;}
.foot .f_share{}
.foot .f_share a{ display:inline-block; text-align:center; margin-right:15px;}
.foot .f_share a:hover{ opacity:.9;}
.foot .f_share a i{ width:32px; height:32px; line-height:32px; font-size:18px; color:#fff; background:#3c5a9a; border-radius:4px;}
.foot .f_share a i.fa-skype{ background:#00aaf1;}
.foot .f_share a i.fa-youtube{ background:#fe3432;}
.foot .f_share a i.fa-linkedin{ background:#0173b2;}
.foot .list3{ padding:20px 0; border-top:1px solid rgba(255,255,255,.1);}
.foot .f_info{ text-align:center; font-size:14px; line-height:24px;}
@media(max-width:999px){
.foot .list1{ padding:40px 0 10px 0;}
.foot .list2{ padding:10px 0 40px 0; display:block;}
.foot .list2 .lt{ width:100%; margin-bottom:20px;}
.foot .f_txt{ font-size:14px; line-height:18px; }
.foot .list2 .rt{ max-width:100%; }
.foot .f_contact{ font-size:14px; line-height:18px; margin-bottom:20px;}
.foot .f_contact ul li{ margin-bottom:10px;}
.foot .f_share a{ margin-right:10px;}
.foot .list3{ padding:15px 0; }
.foot .f_info{ font-size:12px; line-height:22px;}
}



/*Add------------------------------------------------------------------------------*/

.inbanner{}
.inbanner img{ display:block; width:100%;}
.inbarbg{ background:var(--primary-color); padding:33px 0;}
.inbar{ color:#fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.inbar a{ color:#fff;}
.inbar a:hover{ text-decoration:underline;}
.intit{ font-size:24px; line-height:34px;}
.weizhi{ font-size:14px; line-height:24px;}
.insidebg{ padding:80px 0 120px 0;}
.inside{}
.inside_lt{ float:left; width:270px;}
.side_a{ font-size:14px; line-height:24px; font-weight:bold;}
.side_a .h1{ font-size:22px; line-height:32px; font-weight:bold; color:var(--secondary-color); padding:0 0 0 20px; border-bottom:1px solid #fff; position:relative; margin-bottom:25px;}
.side_a .h1:before{ content:""; width:14px; border-top: 7px solid var(--primary-color); border-bottom: 7px solid var(--secondary-color); position:absolute; left:0; top:50%; transform:translateY(-50%);}
.side_a ul{ }
.side_a ul li{}
.side_a>ul>li{ border-top:1px solid #dedede;}
.side_a>ul>li:nth-child(1){ border:none;}
.side_a ul li span{ display:block; padding:10px 10px 10px 0; position:relative; cursor:pointer;}
.side_a ul li span:hover{ color:var(--primary-color);}
.side_a ul li a{ display:inline-block; color:#333;}
.side_a>ul>li>span a{ font-size:16px;}
.side_a ul li span:hover a{ color:var(--primary-color);}
.side_a ul li.has_sub>span:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%);}
.side_a ul li.has_sub.active>span:after{ content:"\f107";}
.side_a ul li ul{ padding:0 10px 10px 15px; display:none;}
.side_a ul li ul li span{ padding:5px 10px 5px 0;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 320px);}
@media(max-width:999px){
.inbarbg{ padding:13px 0;}
.inbar{ display:block;}
.intit{ font-size:24px; line-height:34px;}
.weizhi{ display:none;}
.insidebg{ padding:40px 0 60px 0;}
.inside_lt{ display:none;}
.inside_rt{ width:100%;}
}


.tit2{ text-align:center;}
.tit2 .h2{ font-size:48px; line-height:58px; font-weight:bold;}
.aboutus1{ margin-bottom:60px;}
.aboutus1 .list{ font-size:14px; line-height:24px; margin-top:40px;}
.aboutus2{}
.aboutus2 .list{ margin-top:40px;}
.aboutus2 .list ul li{ float:left; width:calc((100% - 50px)/3); margin:0 0 30px 25px;}
.aboutus2 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.aboutus2 .list ul li .img{ padding-bottom:66%; position:relative; overflow:hidden;}
.aboutus2 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.aboutus2 .list ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px; }
.aboutus1{ margin-bottom:60px;}
.aboutus1 .list{ font-size:14px; line-height:24px; margin-top:30px;}
.aboutus2 .list{ margin-top:30px;}
.aboutus2 .list ul li{ float:left; width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.aboutus2 .list ul li:nth-child(3n-2){ margin-left:10px; clear:none;}
.aboutus2 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
}


.product1{}
.product1 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 0 40px 20px;}
.product1 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.product1 ul li .nr_box{ box-shadow:0px 0px 14px 4px #dadada;}
.product1 ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.product1 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.product1 ul li:hover .img img{ transform:scale(1.1);}
.product1 ul li .txt{}
.product1 ul li .txt .h2{ font-size:20px; line-height:60px; height:60px; padding:0 5%; text-align:center; font-weight:bold; border-top:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.product1 ul li .txt .h3{ font-size:14px; line-height:42px; height:42px; padding:0 5%; color:#a1b1bc; text-align:right;}
.product1 ul li .txt .h3:hover{ color:#333;}
.product1 ul li .txt .h3 i{ margin-right:5px;}
@media(max-width:999px){
.product1 ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.product1 ul li:nth-child(3n-2){ margin-left:10px; clear:none;}
.product1 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.product1 ul li .txt .h2{ font-size:16px; line-height:32px; height:32px; padding:0 5%; }
.product1 ul li .txt .h3{ font-size:12px; line-height:24px; height:24px; padding:0 5%; }
}


.contact1{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.contact1_lt{ width:48%;}
.contact1_lt .form{}
.contact1_lt .form ul li{ margin-bottom:15px;}
.contact1_lt .form .h3{ font-size:18px; line-height:28px; font-weight:bold;}
.contact1_lt .form font{ color:#f00;}
.contact1_lt .form .text1{ border:1px solid #ebeef1; background:#fff; height:40px; line-height:40px; padding:0 10px; width:calc(100% - 22px); border-radius:8px;}
.contact1_lt .form textarea{ border:1px solid #ebeef1; background:#fff; height:72px; line-height:24px; padding:5px 10px; width:calc(100% - 22px); border-radius:8px;}
.contact1_lt .form .button1{ border:1px solid var(--main-color); background:var(--main-color); color:#fff; height:42px; line-height:40px; border-radius:8px; width:100%; cursor:pointer; text-align:center; transition:all .3s ease;}
.contact1_lt .form .button1:hover{ background:var(--primary-color);}
.contact1_rt{ width:48%;}
.contact1_rt .h2{ font-size:30px; line-height:40px; margin-bottom:35px;}
.contact1_rt .h3{ font-size:30px; line-height:40px; margin-bottom:5px;}
.contact1_rt ul li{ font-size:14px; line-height:24px; margin-bottom:20px;}
.contact1_rt ul li strong{ display:block; margin-bottom:10px;}
.contact1_rt ul li span{ display:block;}
@media(max-width:999px){
.contact1{ display:block;}
.contact1_lt{ width:100%; margin-bottom:30px;}
.contact1_lt .form ul li{ margin-bottom:15px;}
.contact1_lt .form .h3{ font-size:16px; line-height:26px; }
.contact1_rt{ width:100%;}
.contact1_rt .h2{ font-size:24px; line-height:34px; margin-bottom:20px;}
.contact1_rt .h3{ font-size:24px; line-height:34px; margin-bottom:5px;}
.contact1_rt ul li{ font-size:14px; line-height:24px; margin-bottom:10px;}
.contact1_rt ul li strong{ margin-bottom:5px;}
}




