﻿@charset "utf-8";
@import url('../fonts/iconfont/iconfont.css');
@import url('imgsize.css');

/*****  font-display: swap;  字体延迟加载*****/
/**********样式重置**********/
html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
}
html{
    max-width:1920px;margin:0 auto;
}

table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}
q:before,q:after{content:''}
input:visited,input:focus,input,textarea,button:visited,button:focus,textarea:visited,textarea:focus{border:none;outline: none;}
.clearfix:after,.clearfix:before,.container::after,.container:before{display:table;content:" ";}
.clearfix:after,.container::after{clear:both;}
*{margin:0;padding:0;box-sizing:border-box;outline:none;}
a{outline:none;color:#333;text-decoration:none;}
a:hover{color:#238acc;}
img,li{border:0;vertical-align:top;}
img{max-width:100%;height:auto;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #717171;
}
input:-moz-placeholder,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #717171;
}
input::-moz-placeholder,textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #717171;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #717171;
}
b,body,dd,div,form,h3,h4,h5,h6,img,input,textarea,li,p,pre,td,ul{font-family:YouYuan,'Microsoft YaHei',Arial,Verdana,Tahoma, Geneva,sans-serif;color:#122c33;line-height:1.5;font-size:16px;}
h1,h2,h3,h4,h5,h6,dt{font-weight:normal;}
h1,h2,h3,h4,dt{font-family:YouYuan,'Microsoft YaHei',Arial,Verdana, Tahoma, Geneva,  sans-serif;}
.hidden{display:none!important;}
.noinfo{font-size:1rem;text-align:center;margin-top:10px;padding-bottom:30px;}
.item .img{overflow:hidden;position:relative;}
.item .img img{max-width:100%;transition:all .4s;transform:scale(1);margin:0 auto;display:block;}
.item:hover .img img{transform:scale(1.05);}
.flex_between{display:flex;justify-content:space-between;flex-wrap:wrap;}
.flex_around{display:flex;justify-content:space-around;flex-wrap:wrap;}
.flex_start{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.flex_column{display:flex;justify-content:flex-start;flex-wrap:wrap; flex-direction:column;}
.flex_center{display:flex;align-items:center;}
.vcenter{position:absolute;top:50%;transform:translate(0,-50%);width:100%;}
.vccenter{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.container{max-width:1330px;padding:0 15px;width:100%;margin:0 auto;}
.txtcenter{text-align:center;}
.textright{text-align:right;}
.ValidationError{border:1px solid red!important;}
.whatsapptel{ position:fixed; left:15px; bottom:60px; z-index:10;}
.whatsapptel img{ width:50px;}
/**********样式重置**********/

/*搜索框*/
#SearchBox{position:fixed;top:0;right:0;left:100%;bottom:100%;background:rgba(0,0,0,1);overflow:hidden;padding:0;transition:all .5s;text-align:right;z-index:9999;}
#SearchBox .searchclose{display:inline-block;width:36px;height:36px;text-align:center;line-height:36px;font-size:24px;color:rgb(255, 255, 255);cursor:pointer;transition:all .2s;position:absolute;top:30px;right:30px;}
#SearchBox.show{left:0;bottom:0;padding:30px;}
#SearchBox .searchclose:hover{
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);}
#SearchBox #sform{width:80%;margin:0 auto;}
#SearchBox #sform{position:relative;top:50%;transform:translate(0,-50%);border-bottom:1px solid rgb(255, 255, 255);overflow:hidden;}
#SearchBox #sform #stext{float:left;width:calc(100% - 160px);height:160px;line-height:160px;font-weight:700;border:none;background:transparent;font-size:64px;color:rgb(255, 255, 255);}
#SearchBox #sform #sbut{float:right;width:160px;height:160px;line-height:160px;background:transparent;border:none;}
#SearchBox #sform #sbut>i{display:inline-block;font-size:80px;color:rgb(255, 255, 255);}
@media (min-width:1230px) and (max-width:1329px)  {
    #SearchBox #sform{width:100%;}
    #SearchBox #sform #stext{font-size:48px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #SearchBox #sform{width:100%;}
    #SearchBox #sform #stext{font-size:36px;width:calc(100% - 100px);height:100px;line-height:100px;}
    #SearchBox #sform #sbut{width:100px;height:100px;line-height:100px;}
    #SearchBox #sform #sbut>i{font-size:60px;}
}

header{width:100%;z-index:99;position:fixed;top:0;transition:all 0.3s;background-color:rgba(0,0,0,0.4);}
header.fixed{}
header.iheader{}

#logo{display:none;}

#Menu{width:100%;}
#Menu .logo{padding:20px 0 20px 0;margin:0;}
#Menu .logo>a{height:60px;display:inline-block;vertical-align:top;}
#Menu .logo img{position:relative;top:50%;transform:translate(0,-50%);}
#Menu ul.menunav{transition:all .3s;text-align:left;margin:0;padding-top:4px;}
#Menu ul.menunav>li{display:inline-block;padding:0 16px;}
#Menu ul.menunav>li>a{position:relative;display:block;font-size:16px;line-height:30px;padding:33px 10px 33px;color:#fff;position:relative;}
#Menu ul.menunav>li.open>a:before,#Menu ul.menunav>li.open>a:focus:before,#Menu ul.menunav>li.open>a:hover:before,#Menu ul.menunav>li.active>a:before,#Menu ul.menunav>li:hover>a:before{content:"";position:absolute;width:100%;height:3px;top:-4px;left:0;background-color:#28a7e1;}
#Menu ul.menunav>li.dropdown>a:after{content:"\e642";font-family:iconfont;display:inline-block;margin-left:5px;vertical-align:top;font-size:14px;display:none;}
#Menu ul.menunav>li:not(:last-child){}
#Menu ul.menunav>li:nth-child(2){border-left:none;}
#Menu ul.menunav>li.active{}

#Menu .topinquiry{}
#Menu a.getainquiry{color:#fff;padding:35px 50px;font-size:16px;line-height:30px;background:#238acc;display:block;}
#Menu a.getainquiry>i{font-size:24px;line-height:30px;height:30px;margin-right:10px;display:inline-block;vertical-align:top;}
@media (min-width:992px) and (max-width:1329px) {
    #Menu .logo{padding:10px 0;margin:0;}
    #Menu .logo img{}
    #Menu ul.menunav>li{padding:0 10px;}
    #Menu ul.menunav>li>a{padding:20px 0;}
    #Menu a.getainquiry{padding:25px 25px;}
}
@media (min-width:1px) and (max-width:991px) {
    #Menu a.getainquiry{padding:5px 15px;text-align:left;}
}


#lang{line-height:30px;position:relative;display:inline-block;padding:37px 0 33px 20px;}
#lang>a{display:block;padding-right:0;}
#lang>a>i{display:inline-block;font-size:20px;height:30px;line-height:30px;margin:0;text-align:center;vertical-align:top;color:#fff;}
#lang>a:hover>i{}
#lang ul.dropdown-menu{position:absolute;top:100%;right:0;background-color:#fff;display:none;z-index:2;min-width:100%;box-shadow:0 10px 15px rgba(0,0,0,0.17);border-bottom:2px solid #238acc;}
#lang ul.dropdown-menu>li:not(:last-child)>a{border-bottom:1px solid #e5e5e5;}
#lang ul.dropdown-menu>li>a{line-height:24px; font-size:16px; padding:10px 30px 10px 20px;display:block;white-space: nowrap;text-align:left;}
#lang:hover ul.dropdown-menu{display:block;}

#Menu #search{padding:37px 0 33px 0;}
#Menu #search>a.btnSearch>i{font-size:20px;line-height:30px;height:30px;display:inline-block;vertical-align:top;text-align:center;color:#fff;}
#Menu #search>a.btnSearch:hover>i{}

@media (min-width:992px) and (max-width:1329px) {
    #lang{padding:27px 0 23px 20px;}
    #Menu #search{padding:27px 0 23px 0;}
}
@media (min-width:1px) and (max-width:991px) {

    #lang{width:100%;margin:0;padding:0 15px;}
    #lang>a{display:none;}
    #lang ul.dropdown-menu{display:block;position:relative;top:0;width:100%;background-color:#238acc;box-shadow:none;}
    #lang ul.dropdown-menu > li > a{color:#fff;padding:8px 0;}
    #lang ul.dropdown-menu > li:not(:last-child) > a{border:none;}
    
    #Menu #search{padding:0 15px;}
    #search{background-color:#fff;}
    #search #sform{border:1px solid #fff;border-radius:0;}
    #search #sform #stext{padding-left:0;color:#fff;}
    #search #sform #sbut{color:#fff;}
    #search input::-webkit-input-placeholder{ /* WebKit browsers 适配谷歌 */
    color: #fff;
    }
    #search input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 适配火狐 */
        color: #fff; 
    }
    #search input::-moz-placeholder{ /* Mozilla Firefox 19+ 适配火狐 */
        color: #fff;
    }
    #search input:-ms-input-placeholder{ /* Internet Explorer 10+  适配ie*/
        color: #fff;
    }
}


#Menu ul>li{position:relative;}
#Menu ul>li ul.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;display:none;z-index:2;min-width:100%;box-shadow:0 10px 15px rgba(0,0,0,0.17);border-bottom:2px solid #238acc;}
#Menu ul>li ul.dropdown-menu>li{display:block;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:24px; font-size:16px; padding:10px 30px 10px 20px;display:block;white-space: nowrap;text-align:left;}
#Menu ul>li ul.dropdown-menu>li:not(:last-child)>a{border-bottom:1px solid #e5e5e5;}
#Menu ul>li ul.dropdown-menu>li>a>i{font-size:12px;line-height:24px;position:absolute;right:10px;transform:rotate(-90deg);}
#Menu ul>li ul.dropdown-menu>li:hover>a,#Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#238acc;color:#fff;}
#Menu ul>li:hover ul.dropdown-menu{display:block;}

#Menu ul>li ul.dropdown-menu ul.catemenu{left:100%;top:0;border-left:1px solid #fff;display:none;}
#Menu ul>li ul.dropdown-menu>li:hover ul.catemenu{display:block;}

/*手机导航*/
header #menu_btn{ width:28px; height:28px; cursor:pointer; position: absolute;right:15px;top:15px; display:none;}
header #menu_btn>.menu_btn_top{ position:absolute; top:5px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#238acc; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn>.menu_btn_med{ position:absolute; top:15px; left:17px; width:20px; height:3px; border-radius:1.5px; background:#238acc; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn>.menu_btn_bot{ position:absolute; top:25px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#238acc; -webkit-transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn.show>.menu_btn_top{ top:50%; background:#238acc; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg); transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);}
header #menu_btn.show>.menu_btn_med{ top:50%; background:#238acc; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);display:none;}
header #menu_btn.show>.menu_btn_bot{ top:50%; background:#238acc; -webkit-transform:translate(-50%,-50%) rotate(45deg); -moz-transform:translate(-50%,-50%) rotate(45deg); -o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg); -ms-transform:translate(-50%,-50%) rotate(45deg);}

@media (min-width:992px) and (max-width:1229px) {
    #Menu ul.menunav>li.btnlink{padding:13px 0;}

    #Menu ul>li ul.dropdown-menu>li{padding-top:0;}
    #Menu ul>li ul.dropdown-menu>li>a{font-size:14px;}

}
@media (min-width:768px) and (max-width:991px){
}
@media (min-width:1px) and (max-width:767px) {
    #Menu ul.menunav>li.logo{background-color:#fff;}
    #Menu ul.menunav>li.logo>a{padding:5px 15px;}
    #Menu ul.menunav>li.logo img{margin:0 auto;display:block;}
    #Menu ul>li ul.dropdown-menu>li>a:hover{border-bottom:none;}
}

@media (min-width:1px) and (max-width:991px) {
    header{}
    header #menu_btn{ display: block;top:15px;}


    #Menu .logo img{filter:inherit;}

    #logo{padding:10px 0;display:block;}
    #logo a.logo{height:40px;display:inline-block;}
    #logo a.logo img{height:40px;}
    

    #Menu{width:220px;position:fixed;left:-220px;top: 0px; bottom: 0px; background: #238acc; z-index: 99999; overflow-x:hidden;overflow-y:auto;transition:all .5s ease;padding-top:0;}
    #Menu.show{left:0;display: initial;padding:0;}
    
    #Menu .logo{padding:0 10px;background-color:#888;text-align:center;}
    #Menu .logo>a{height:60px;}

    #Menu ul.menunav > li.open > a::before, #Menu ul.menunav > li.open > a:focus::before, #Menu ul.menunav > li.open > a:hover::before, #Menu ul.menunav > li.active > a::before, #Menu ul.menunav > li:hover > a::before{display:none;}
    
    #Menu ul.menunav{display: block; padding: 0px 0 0; text-align: left;overflow:hidden;width:100%;margin:0;}
    #Menu ul.menunav>li>a>i {display:none;}

    #Menu ul.menunav>li.logo{margin-top:0;margin-bottom:0;padding:0;display:block;background:none;background-color:#fff;}
    #Menu ul.menunav>li.logo>a{padding:5px;text-align:center;}
    #Menu ul.menunav>li.logo img{}
    #Menu ul.menunav>li{width:100%; padding:8px 15px; }
    /*#Menu ul.menunav>li:nth-child(1){width:100%; padding:15px 15px; text-align: center;border-bottom:1px solid #fff;margin:0;}*/
    /*#Menu ul.menunav>li:nth-child(1)>a{padding: 0;line-height:1;}
    #Menu ul.menunav>li:nth-child(1)>a>img{height:auto;}*/
    #Menu ul.menunav>li>a{font-size:14px;line-height:24px;padding:0px;color: #f5f5f5 !important;text-align:left;border-bottom:none;}
    #Menu ul.menunav>li>a:hover:after,#Menu ul>.open>a:after{}
    #Menu ul>li>a,#Menu ul>li:hover>a,#Menu ul>li.active:hover>a{border:none;}
    #Menu ul>li.open>a,#Menu ul>li.open>a:focus,#Menu ul>li.open>a:hover,#Menu ul>li.active>a,#Menu ul>li:hover>a{background:none;}
    #Menu ul>li ul.dropdown{position:relative;}
    #Menu ul>li ul.dropdown-menu{width:100%;position:relative;display:block;background-color:transparent!important;box-shadow:none;border:none;overflow:hidden;min-width: inherit; margin-top:0;padding-right:0;padding-left:10px;}
    #Menu ul>li ul.dropdown-menu>li{ width:100%;height:auto;line-height:24px;background:none;text-align:left;margin: 0px;}
    #Menu ul>li ul.dropdown-menu>li:not(:last-child)>a{border:none;}
    #Menu ul>li ul.dropdown-menu>li>a{ position:inherit;color:#fff; font-size:13px;line-height:18px;padding:3px 0;white-space:initial;border:none;background-color:transparent;}
    #Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#238acc;color:#fff;}
    #Menu ul>li ul.dropdown-menu>li>a>i{display:none;}
    #Menu ul>li ul.dropdown-menu>li:hover>a,#Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#238acc;color:#fff;}
    
    #Menu ul>li ul.dropdown-menu ul.catemenu{display:block;left:0;border-left:none;padding-left:20px;}

    #search{position:relative;}

    #Menu #search>a.btnSearch{display:none;}
    #search{background-color:transparent;width:100%;}
    #search #SearchBox{position:relative;background:none;left:initial;right:initial;top:initial;bottom:initial;}
    #search #SearchBox .searchclose{display:none;}
    #search #SearchBox #sform{display:block;background-color:#fff;width:100%;border:1px solid #fff;margin:0;top:0;transform:initial;}
    #search #SearchBox #stext{width:80%;background-color:#fff;height:30px;line-height:30px;color:#333;font-size:14px;font-weight:normal;padding-left:8px;}
    #search #SearchBox #sbut{width:20%;height:30px;line-height:30px;background-color:#238acc;}
    #search #SearchBox #sbut>i{height:30px;line-height:30px;width:30px;font-size:18px;vertical-align:top;}
}

#bframe{overflow:hidden;position:relative;}
#bframe .box{position:absolute;top:50%;transform:translate(0,-50%);width:100%;display:none;}
#bframe .txt{position:relative;padding-left:50px;border-left:5px solid #238acc;}
#bframe .txt h2{font-size:50px;line-height:1;color:#fff;position:relative;}
#bframe .txt h2 span{color:#00ffae;}
#bframe .txt .line{position:relative;width:52px;height:2px;background-color:#238acc;margin:20px auto;display:none;}
#bframe .txt .line:before{content:"";position:absolute;left:0;width:50%;background-color:#fff;z-index:1;height:2px;}
#bframe .txt p{font-size:24px;line-height:1.4;color:#fff;margin-top:20px}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
}
@media (min-width:1px) and (max-width:767px) {
}


#ibframe{position:relative;overflow:hidden;}
#ibframe .bg{position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,0.5)}
#ibframe img{width:100%;display:block;margin:0 auto;}
#ibframe .swiper-pagination{bottom:30px;}
#ibframe .swiper-pagination-bullet{width:12px;height:12px;border:none;margin:0 10px;border-radius:50%;background-color:#fff;opacity:1;}
#ibframe .swiper-pagination-bullet-active{background-color:#238acc;}
#ibframe .btnlist{}
#ibframe .btnlist .swbtn{display:inline-block;width:60px;height:60px;line-height:60px;text-align:center;position:absolute;color:#fff;top:calc(50% - 25px);background-color:rgba(0,0,0,0.4);z-index:1;border-radius:50%;}
#ibframe .btnlist .swbtn>i{font-size:30px;}
#ibframe .btnlist .swbtn.btn-prev{left:calc(10px + 5vw);}
#ibframe .btnlist .swbtn.btn-prev>i{transform:rotateY(180deg);display:block;}
#ibframe .btnlist .swbtn.btn-next{right:calc(10px + 5vw);}

@media (min-width:992px) and (max-width:1229px) {
    #bframe .box{}
    #bframe .txt{}
    #bframe .txt h2{font-size:24px;}
    #bframe .txt .line{margin:10px auto;}
    #bframe .txt p{font-size:18px}
    #ibframe .swiper-pagination{bottom:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #bframe .txt h2{font-size:22px;}
    #bframe .txt .line{margin:8px auto;}
    #bframe .txt p{font-size:16px}
}
@media (min-width:1px) and (max-width:767px){
    #bframe .box{display:none;}
    #bframe .txt{width:100%;display:none;}
    #bframe .txt h2{font-size:18px;}
    #bframe p{display:none;}
    #ibframe .swiper-pagination{bottom:0;}
}


.frame{padding-top:80px;padding-bottom:60px;overflow:hidden;}
.frame .title{margin-bottom:35px;position:relative;}
.frame .title h2{font-size:30px;line-height:1.2;position:relative;color:#122c33;margin-bottom:15px;position:relative;}
.frame .title h2:before{content:attr(title);font-size:80px;line-height:60px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;color:rgba(29,32,136,0.05);position:absolute;left:0;bottom:0;}
.frame .title h3{font-size:16px;line-height:1.2;position:relative;color:#122c33;margin-bottom:20px;padding-left:12px;display:inline-block;}
.frame .title h3:before{content:"";position:absolute;left:0;top:calc(50% - 1.5px);width:3px;height:3px;background-color:#0053ad;}
.frame .title .line{width:120px;height:4px;background:linear-gradient(to right,#1d2088 0 25%,#0e6eb8 25% 50%,#28a7e1 50% 75%,#1493c6 75% 100%);}
.frame .title p{font-size:16px;line-height:26px;color:#238acc;position:relative;margin-top:15px;}
@media (min-width:1230px) and (max-width:1329px) {
    .frame .title h2{font-size:42px;}
}
@media (min-width:992px ) and (max-width:1229px) {
    .frame{padding-top:40px;padding-bottom:40px;}
    .frame .title{margin-bottom:20px;}
    .frame .title h2{font-size:30px;}
    .frame .title h2:before{font-size:60px;}
    .frame .title h3{font-size:16px}
    .frame .title p{font-size:14px;width:100%;line-height:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:15px;}
    .frame .title h2{font-size:24px;}
    .frame .title h2:before{font-size:48px;line-height:30px;}
    .frame .title h3{font-size:16px;margin-bottom:10px;}
    .frame .title p{font-size:14px;width:100%;line-height:24px;}
}
@media (max-width:767px){
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:15px;}
    .frame .title h2{font-size:20px;}
    .frame .title h2:before{font-size:36px;line-height:30px;}
    .frame .title h3{font-size:16px;margin-bottom:10px;}
    .frame .title p{font-size:14px;width:100%;line-height:24px;}
    .frame .title .line{margin-top:15px;}
}

.frame .flex_between>div{margin:0;}
.btnlist{font-size:0;}
.btnlist .morelink:not(:first-child){margin-left:25px;}
.morelink{display:inline-block;position:relative;font-size:16px;line-height:30px;color:#238acc;text-transform:uppercase;position:relative;padding:8px 20px 12px;background:#fff;letter-spacing:4px;}
.morelink:before{content:"";width:100%;height:4px;background:linear-gradient(to right,#1d2088 0 25%,#0e6eb8 25% 50%,#28a7e1 50% 75%,#1493c6 75% 100%);position:absolute;bottom:0;left:0;}
.morelink i.ico_more{color:#238acc;display:inline-block;margin-left:4px;font-size:16px;vertical-align:top;}
@media (min-width:992px) and (max-width:1229px) {
    .morelink{font-size:16px;}
    .morelink>i{}
}
@media (min-width:768px) and (max-width:991px) {
    .morelink{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    .morelink{font-size:13px;padding:4px 20px 8px;}
}



#frame1{position:relative;background-color:#efeff7;}
#frame1 .left{width:60%;max-width:695px;position:relative;}
#frame1 .left .flex_between{position:relative;}
#frame1 .left .item{width:50%;position:relative;}
#frame1 .left .item img{width:100%}
#frame1 .left .item:nth-child(-n+2){margin-bottom:0;}
#frame1 .left .item h3{position:absolute;left:25px;bottom:20px;font-size:16px;line-height:1.5;padding:0 12px;background-color:#fff;border-radius:50px;color:#238acc;}
#frame1 .left .item:nth-child(2n) h3{left:auto;right:25px;}
#frame1 .left .item:hover h3{background-color:#238acc;color:#fff;}
#frame1 .left .logoico{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
#frame1 .right{width:36%;padding-top:25px;}
#frame1 .right article{line-height:2;color:#666;}
#frame1 .isolist{margin-top:50px;}
#frame1 .isolist h3{color:#666;margin-bottom:20px;}
#frame1 .isolist .list{padding-left:30px;padding-right:30px;position:relative;}
#frame1 .isolist .swbtn{width:30px;height:30px;line-height:30px;display:inline-block;position:absolute;top:calc(50% - 15px);text-align:center;}
#frame1 .isolist .swbtn>i{color:#238acc;font-size:20px;display:block;}
#frame1 .isolist .btn-prev{left:0;}
#frame1 .isolist .btn-next{transform:rotateY(-180deg);right:0;}
#frame1 .aboutbtn{margin-top:60px;}
@media (min-width:1230px) and (max-width:1329px) {
    #frame1 .right{width:38%;}
}
@media (min-width:992px) and (max-width:1229px) {
    #frame1 .left{width:55%;}
    #frame1 .right{width:43%;padding-top:0;}
    #frame1 .right article{line-height:1.8;}
    #frame1 .isolist{margin-top:30px;}
    #frame1 .aboutbtn{margin-top:30px;}
    #frame1 .left .logoico{width:100px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame1 .left{width:55%;}
    #frame1 .right{width:43%;padding-top:0;}
    #frame1 .right article{line-height:1.5;font-size:15px;}
    #frame1 .isolist{margin-top:20px;}
    #frame1 .aboutbtn{margin-top:20px;}
    #frame1 .left .logoico{width:100px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame1 .left{width:100%;}
    #frame1 .left .item h3{left:8px;bottom:8px;}
    #frame1 .left .item:nth-child(2n) h3{left:auto;right:8px;}
    #frame1 .right{width:100%;}
    #frame1 .right article{line-height:1.5;font-size:15px;}
    #frame1 .isolist{margin-top:20px;}
    #frame1 .aboutbtn{margin-top:20px;}
    #frame1 .left .logoico{width:80px;}
}


#frame2{}
#frame2 .left{width:24%;display:flex;justify-content:flex-end;align-items:flex-end;}
#frame2 .left .list{background:#f0f0f7;padding-top:30px;padding-bottom:30px;width:100%;}
#frame2 .left .list dd{padding:12px 15px 12px 45px;position:relative;}
#frame2 .left .list a.cateitem{display:block;}
#frame2 .left .list a.cateitem:before{content:"-";margin-right:8px;}
#frame2 .left .list dd.active,#frame2 .left .list dd:hover{background-color:#238acc;}
#frame2 .left .list dd.catedd.active:before,#frame2 .left .list dd.catedd:hover:before{content:"";width:13px;height:100%;background-color:#238acc;position:absolute;left:100%;top:0;}
#frame2 .left .list dd.catedd.active:after,#frame2 .left .list dd.catedd:hover:after{content:"";border-style:solid;border-width:3px 6.5px;border-color:#666 transparent transparent #666;position:absolute;top:100%;left:100%;}
#frame2 .left .list dd.active a,#frame2 .left .list dd:hover a{color:#fff;}
#frame2 .left .list .allpro{margin-top:20px;}
#frame2 .left .list .allpro .morelink{padding:5px 15px;background-color:transparent;}
#frame2 .left .list .allpro:hover{background-color:transparent!important;}
#frame2 .left .list .allpro:hover a{color:#238acc;}
#frame2 .right{width:68.5%;}
#frame2 .right .prolist{display:none;}
#frame2 .right .prolist.active{display:block;}
#frame2 .btnlist{padding:0 10px;display:flex;justify-content:flex-end;align-items:flex-end;}
#frame2 .btnlist .swbtn{width:34px;height:48px;line-height:48px;display:inline-block;text-align:center;background-color:#fff;}
#frame2 .btnlist .swbtn>i{color:#238acc;font-size:20px;display:block;}
#frame2 .btnlist .swbtn:hover{background-color:#238acc;}
#frame2 .btnlist .swbtn:hover>i{color:#fff;}
#frame2 .btnlist .btn-prev{left:0;}
#frame2 .btnlist .btn-next{transform:rotateY(-180deg);right:0;}
#frame2 .prolist .item{background-color:#fff;text-align:center;padding:40px 10px 10px;}
#frame2 .prolist .item h3{font-size:16px;line-height:2;}
#frame2 .prolist .item span.more{display:inline-block;padding:1px 24px;background-color:#c8c8c8;border-radius:50px;color:#fff;font-size:13px;line-height:24px;margin-top:10px;}
#frame2 .prolist .item .img{margin-top:10px;padding:20px;}
#frame2 .prolist .item .img:after{content:"";background:url(/Template/Default/images/water.png) no-repeat center/100%;position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:1;width:100%;height:100%;}
#frame2 .prolist .item:hover span.more{background-color:#238acc;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #frame2 .left{width:22%;}
    #frame2 .left .list{padding-top:15px;padding-bottom:15px;}
    #frame2 .left .list dd{padding-left:25px;}
    #frame2 .right{width:68%;}
    #frame2 .prolist .item{padding-top:20px;}
    #frame2 .prolist .item h3{font-size:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame2 {position:relative;}
    #frame2 .left{width:26%;}
    #frame2 .left .list{padding-top:15px;padding-bottom:15px;}
    #frame2 .left .list dd{padding-left:25px;}
    #frame2 .right{width:70%;}
    #frame2 .prolist .item{padding-top:20px;}
    #frame2 .prolist .item h3{font-size:14px;}
    #frame2 .btnlist{position:absolute;top:20px;right:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame2 {position:relative;}
    #frame2 .flex_between{padding-bottom:50px;}
    #frame2 .left{width:100%;margin-bottom:20px;}
    #frame2 .left .list{padding-top:15px;padding-bottom:15px;}
    #frame2 .left .list dd{padding-left:25px;}
    #frame2 .left .list .allpro{margin-top:0;padding-top:0;}
    #frame2 .right{width:100%;}
    #frame2 .prolist .item{padding-top:20px;}
    #frame2 .prolist .item h3{font-size:13px;}
    #frame2 .btnlist{position:absolute;bottom:20px;left:50%;transform:translate(-50%,0);}
}

#frame3{background:linear-gradient(to bottom,#013056 60%,#fff 60%);}
#frame3 .title h2{color:#fff;}
#frame3 .title p{color:#fff;}
#frame3 .title .left{width:50%;max-width:440px;}
#frame3 .title .right{width:50%;}
#frame3 .title .right a.morelink{background-color:transparent;padding:14px 5px 10px;display:block;text-align:right;color:#fff;}
#frame3 .title .right a.morelink:before{background:linear-gradient(to right,#28a7e1 0 25%,#fff 25%);height:1px;}
#frame3 .list{margin-top:50px;}
#frame3 .list .item{width:calc((100% - 30px)/4);background-color:#fff;position:relative;cursor:pointer;}
#frame3 .list .item img{width:100%;}
#frame3 .list .item .txt{position:absolute;width:100%;height:80px;left:0;bottom:0;background:rgba(0,0,0,0.3);transition:all 0.3s;}
#frame3 .list .item h3{color:#fff;font-size:22px;line-height:30px;text-align:center;position:absolute;top:50%;left:50%;padding:10px;transform:translate(-50%,-50%);width:100%;}
#frame3 .list .item:hover .txt{height:100%;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #frame3 .list .item .txt{height:60px;}
    #frame3 .list .item h3{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame3 .list .item .txt{height:50px;}
    #frame3 .list .item h3{font-size:16px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame3 .title .left{width:100%;}
    #frame3 .title .right{width:100%;}
    #frame3 .list .item .txt{height:50px;}
    #frame3 .list .item h3{font-size:16px;}
    #frame3 .list .item{width:calc((100% - 15px)/2);margin-bottom:15px;}
}


#frame4{background-color:#f5f5f5;}
#frame4 .list-box{background-size:680px;background-repeat:no-repeat;background-position:right center;}
#frame4 .list{width:51%;padding:15px 0;}
#frame4 .list .item{display:block;background-color:#fff;box-shadow:0 0 8px #ccc;padding:25px 40px;position:relative;}
#frame4 .list .item:not(:last-child){margin-bottom:10px;}
#frame4 .list .item h3{font-size:20px;line-height:34px;position:relative;font-weight:bold;margin-bottom:5px;padding-right:80px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#frame4 .list .item span.day{font-size:14px;line-height:34px;color:#c1c1c1;font-family:Arial, Helvetica, sans-serif;position:absolute;top:25px;right:40px;}
#frame4 .list .item p{font-size:16px;line-height:25px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#frame4 .list .item .more{position:absolute;width:0;height:100%;color:#fff;background-color:#238acc;top:0;right:0;text-align:center;transform:rotateY(180deg);overflow:hidden;transition:all 0.3s;}
#frame4 .list .item .more i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
#frame4 .list .item.active .more{width:28px;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #frame4 .list-box{background-size:600px;}
    #frame4 .list .item{padding:15px 40px 15px 25px;}
    #frame4 .list .item h3{font-size:18px;line-height:30px;}
    #frame4 .list .item span.day{line-height:30px;top:15px;}
    #frame4 .list .item p{font-size:14px;line-height:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame4 .list-box{background:none!important;}
    #frame4 .list{width:100%;}
    #frame4 .list .item{padding:15px 40px 15px 25px;}
    #frame4 .list .item h3{font-size:18px;line-height:30px;}
    #frame4 .list .item span.day{line-height:30px;top:15px;}
    #frame4 .list .item p{font-size:14px;line-height:24px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame4 .list-box{background:none!important;}
    #frame4 .list{width:100%;}
    #frame4 .list .item{padding:15px 40px 15px 15px;}
    #frame4 .list .item h3{font-size:16px;line-height:30px;}
    #frame4 .list .item span.day{line-height:30px;top:15px;}
    #frame4 .list .item p{font-size:13px;line-height:24px;}
}


#frame5{background:url(/Template/Default/images/bg5.jpg) no-repeat center center;}
#frame5 .item{width:15%;text-align:center;}
#frame5 .item h3{font-size:68px;line-height:1;color:#fff;font-family:Arial, Helvetica, sans-serif;font-weight:bold;}
#frame5 .item span{display:inline-block;vertical-align:top;}
#frame5 .item p{font-size:16px;line-height:24px;margin-top:8px;color:#fff;}
#frame5 .item sup{color:#fff;font-weight:normal;display:inline-block;vertical-align:top;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #frame5 .item{width:20%;}
    #frame5 .item h3{font-size:48px;}
    #frame5 .item p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame5 .item{width:20%;}
    #frame5 .item h3{font-size:48px;}
    #frame5 .item p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame5 .item{width:40%;margin-bottom:10px;}
    #frame5 .item h3{font-size:36px;}
    #frame5 .item p{font-size:13px;}
}




.feedbackbox{}
.feedbackbox li{width:100%;display:flex;margin:0 0 20px;flex-wrap:wrap;}
.feedbackbox li.border{}
.feedbackbox .half{width:48.5%;}
.feedbackbox .half2{width:calc((100% - 50px)/3);margin:0 25px 25px 0;}
.feedbackbox .half2:nth-child(3){margin-right:0;}
.feedbackbox .textarea{flex:1;}
.feedbackbox .input{height:50px;background-color:#f4f4f9;border-radius:50px;padding:5px 15px 5px 20px;width:100%;}
.feedbackbox textarea.input{height:50px;resize:none;padding-top:10px;}
.feedbackbox .input:focus{box-shadow:none;}
.feedbackbox .btnli{display:block;width:100%;margin-bottom:0;}
.feedbackbox .morelink{border-radius:50px;background-color:#238acc;border:1px solid #238acc;color:#fff;min-width:155px;text-align:center;font-size:20px;padding:10px 15px;}
.feedbackbox .morelink::before{display:none}
.feedbackbox .morelink:hover{color:#238acc;}
.feedbackbox input::-webkit-input-placeholder,.feedbackbox textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #000;
}
.feedbackbox input:-moz-placeholder,.feedbackbox textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #000;opacity:1;
}
.feedbackbox input::-moz-placeholder,.feedbackbox textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #000;
}
.feedbackbox input:-ms-input-placeholder,.feedbackbox textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #000;
}
@media (min-width:992px) and (max-width:1229px){
    .feedbackbox .btnli{margin-top:0;}
}
@media (min-width:768px) and (max-width:991px){
    .feedbackbox .btnli{margin-top:0;}
}
@media (min-width:1px) and (max-width:767px){
    .feedbackbox .half{width:100%;margin:0 0 15px;}
    .feedbackbox .half2{width:100%;margin:0 0 15px;}
    .feedbackbox .btnli{margin-top:0;}
}

footer{padding-top:70px;background:#238acc;position:relative;overflow:hidden;}
footer dl{}
footer dl dt{font-size:18px;line-height:1.6;margin-bottom:15px;position:relative;color:#fff;}
footer dl dd{font-size:16px;line-height:30px;margin-bottom:10px;position:relative;color:#fff;}
footer dl dd>a{font-size:16px;line-height:30px;display:inline-block;color:#fff;}
footer dl dd em{display:inline-block;width:0;height:2px;background-color:#fff;vertical-align:middle;transition:all 0.2s;margin-top:-1px;}
footer dl dd>a:hover{color:#fff;text-decoration:underline;}
footer dl dd>a:hover em{width:10px;margin-right:5px;}

#fck1{width:300px;margin:0;}
#fck2{width:140px;margin:0;}
#fck3{width:140px;margin:0;}
#fck4{width:150px;margin:0;}
#fck5{width:180px;margin:0;}

#fck1 .footimg{margin-bottom:40px;}
#fck1 img{max-width:220px;}
#fck1 p{font-size:18px;line-height:30px;color:#fff;font-family:Arial, Helvetica, sans-serif;margin-bottom:15px;}
#fck1 p i{display:inline-block;font-size:24px;line-height:30px;color:#fff;vertical-align:top;margin-right:10px;}
#fck1 p a{font-size:18px;line-height:30px;color:#fff;font-family:Arial, Helvetica, sans-serif;}
#fck1 p a:hover{text-decoration:underline;}
#fck5 .img{text-align:center;}
#fck5 .img h3{font-size:16px;color:#fff;margin-top:8px;}

.foot_by{overflow:hidden;text-align:center;padding-top:10px;padding-bottom:10px;margin-top:50px;border-top:1px solid #fff;}
.foot_by .footdiv{font-size:16px; line-height:30px;margin:0;display:inline-block;color:#fff;}
.foot_by .footdiv a{display:inline-block; font-size:16px; line-height:30px;color:#fff;}
.foot_by .footdiv.fl{text-align:left;float:left;}
.foot_by .footdiv.fr{text-align:right;float:right;}
.foot_by .footdiv a:hover{text-decoration:underline;color:#fff;}
.foot_by .footdiv a.by{text-decoration:underline;color:#fff;}

.footshare{margin-top:50px;}
.footshare>a{text-align:center;display:inline-block;margin:0;}
.footshare>a>i{font-size:40px;text-align:center;display:inline-block;color:#fff;width:40px;height:40px;line-height:40px;}
.footshare>a:hover>i{color:#fff;}
/*.footshare>a.ico_youtube:hover>i{background-color:#ef2638;color:#fff;}
.footshare>a.ico_linkedin:hover>i{background-color:#0b66c1;color:#fff;}
.footshare>a.ico_facebook:hover>i{background-color:#3a59a3;color:#fff;}
.footshare>a.ico_twitter:hover>i{background-color:#1da1f3;color:#fff;}*/
/*.footshare>a.ico_instagram>i{background-color:#d13e79;}
.footshare>a.ico_skype>i{background-color:#01aef0;}
.footshare>a.ico_wechat>i{background-color:#13c939;}
.footshare>a.ico_whatsapp>i{background-color:#21a937;}*/
@media (min-width:1230px) and (max-width:1329px) {
    footer{padding-top:50px;}
    footer .topbox{display:none;}

    footer .title h3{font-size:30px;}


    #fck1{width:330px;margin:0;}
    #fck2{width:330px;margin:0;}
    #fck3{width:450px;margin:0;}
}
@media (min-width:992px) and (max-width:1229px) {
    footer{padding-top:50px;}

    #fck1{width:280px;}
    #fck1 p{font-size:16px;}
    #fck1 p a{font-size:16px;}
    #fck5{width:160px;}

    #language ul li a span{line-height:1;display:block;margin-top:3px;}
    #language ul li a img{display:block;margin:0 auto;}

    footer dl dt{margin-bottom:30px;}


    #friendlist{margin-bottom:15px;}
    #friendlist a{margin-left:30px;}
    
    .foot_by{padding-top:10px;padding-bottom:10px;}
    .foot_by .footdiv{font-size:14px;}
    .foot_by .footdiv.fl{width:auto;}
    .foot_by .footdiv a{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    footer{padding-top:50px;}
    footer .topbox{display:none;}
    
    footer .title h3{font-size:20px;}
    footer .title a.morelink{margin-bottom:0;}
    
    #fck1{width:250px;}
    #fck1 p{font-size:14px;margin-bottom:8px;}
    #fck1 p a{font-size:14px;}
    #fck5{width:160px;}

    footer dl dt{margin-bottom:0;font-size:20px;}
    footer dl dd{font-size:14px;margin-bottom:0;}
    footer dl dd>a{font-size:14px;}
    
    #language ul li a span{line-height:1;display:block;margin-top:3px;font-size:12px;}
    #language ul li a img{display:block;margin:0 auto;}
    
    #friendlist{margin-bottom:10px;}
    #friendlist a{margin-left:15px;}
    
    .foot_by{padding-top:10px;padding-bottom:10px;}
    .foot_by .footdiv{font-size:13px;line-height:24px;}
    .foot_by .footdiv a{font-size:13px;line-height:24px;}
    .foot_by .footdiv.fl{display:block;text-align:center;width:100%;}
    .foot_by .footdiv.fr{margin:0;text-align:center;display:block;width:100%;}
    .foot_by .footdiv.fr .flink{height:30px;line-height:28px;}
}
@media (min-width:1px) and (max-width:767px) {
    footer{padding-top:40px;padding-bottom:50px;}
    footer .topbox{display:none;}
    
    footer .title{padding-bottom:15px;margin-bottom:30px;}
    footer .title h3{font-size:18px;}
    footer .title a.morelink{margin-bottom:0;}

    
    #fck1{width:100%;margin-bottom:10px;}
    #fck1 p{font-size:14px;margin-bottom:8px;}
    #fck1 p a{font-size:14px;}
    #fck2{width:100%;margin-bottom:10px;}
    #fck3{width:100%;margin-bottom:10px;}
    #fck4{width:100%;margin-bottom:10px;}

    #language{padding:6px 0;}
    #language ul{flex-wrap:wrap;}
    #language ul li{width:20%;}
    #language ul li a img{display:block;margin:0 auto;}
    #language ul li a span{font-size:12px;}

    

    footer dl{margin-bottom:0;}
    footer dl dt{font-size:18px;margin-bottom:0;padding-bottom:8px;}
    footer dl dt::after{content:"\e633";font-family:iconfont;margin-left:10px;font-size:14px;display:inline-block;transform:rotate(-90deg);}
    footer dl dd{display:none;font-size:14px;line-height:1.5;margin-bottom:0;}
    footer dl dd>a{font-size:14px;}
    footer dl dd p{font-size:12px;}
    footer dl.catelist dd>a{font-size:12px;}
    
    .foot_by{margin-top:20px;padding-top:10px;padding-bottom:10px;}
    .foot_by .footdiv{display:block;text-align:center;font-size:12px;line-height:1.5;width:100%;padding:5px 0;}
    .foot_by .footdiv a{font-size:12px;line-height:1.5}
    .foot_by .footdiv.fr{float:none;text-align:center;width:100%;}

    .foot_by .footdiv.fl{float:none;padding:5px 0;text-align:center;width:100%;}
    .foot_by .footdiv.fr{float:none;padding:5px 0;text-align:center;width:100%;margin:0}
}

#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;bottom:0;width:100%;display:none;z-index:9;background-color:#fff;}
#mobMenu .foot_nav{width:25%;float:left;text-align:center;color: #898989;font-size:14px;}
#mobMenu .foot_nav i{display: block;padding: 3px 0px 0px 0px;font-size:18px;line-height:24px;}
#mobMenu .foot_nav .hamburger{position: inherit;float: none;margin: 0 auto;width:100%;}
@media (min-width:1px) and (max-width:767px) {
    #mobMenu{display:block;}
}

#PageInquiry{position:fixed;right:40px;bottom:100px;background-color:#238acc;box-shadow:0 0 10px #238acc;border-radius:5px;cursor:pointer;line-height:40px;padding:0 10px;color:#FFF;font-size:18px;z-index:10}
#PageInquiry>i{font-size:24px;color:#fff;line-height:40px;float:left;margin-right:10px;}

#float{position:fixed;right:0;top:50%;margin-top:-60px;z-index:55;}
#float .ico{display:block;width:60px;height:60px;text-align:center;background:#238acc;position:relative;cursor:pointer;margin-bottom:10px;box-shadow:0 0 10px #666;}
#float .ico>i{font-size:30px;line-height:60px;display:block;color:#fff;}
#float .ico>.img{position:absolute;right:60px;width:140px;top:0;display:none;background-color:#fff;box-shadow:0 0 5px #b0b0b0;}
#float .ico>.img>img{width:100%;}
#float .ico:hover>.img{display:block;}
@media (min-width:1px) and (max-width:991px){
    #float .ico{width:60px;height:60px;}
    #float .ico>i{font-size:30px;}
    #float .ico>.img{right:60px;}
}
#float .ico p{display:none;}
#float .ico i .number{position:absolute;width:25px;height:25px;font-size:16px;border-radius:50%;left:-5px;z-index:13;line-height:25px;background-color:#c6171e;color:#fff;top:-5px;}


#floatForm{position:fixed;left:0;right:0;bottom:0;top:0;z-index:999;display:none;}
#floatForm .bg{width:100%;height:100%;background:rgba(0,0,0,0.5);}
#floatForm .contactForm{width:90%;max-width:380px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;box-shadow:0 0 10px 1px #238acc;padding:30px 20px;background-color:#f3f3f3;border:1px solid #e1eaec;}
#floatForm .contactForm .btnclose{display:block;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;position:absolute;top:-15px;right:-15px;text-align:center;cursor:pointer;}
#floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
#floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
#floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none;}
#floatForm .contactForm .submit{padding:10px 20px;min-width:120px;font-size:16px;line-height:20px;border:1px solid #238acc;background-color:#238acc;text-align:center;color:#fff;border-radius:50px;display:inline-block;}
#floatForm .contactForm .submit:hover{color:#238acc;}


/*共用*/
#Location{width:100%;position:absolute;bottom:10px;}
#Location .location{text-align:left;padding:10px 0;}
#Location .location:before{content:"\f895";font-family:iconfont;font-size:20px;vertical-align:top;line-height:24px;margin-right:5px;color:#fff;}
#Location .location a{display:inline-block;font-size:16px;line-height:24px;color:#fff;}
#Location .location a:not(:last-child)::after{content:"/";margin:0 5px;vertical-align:top;}
#Location .location a:hover{color:#238acc;}
#Location .location span{display:inline-block;font-size:16px;line-height:24px;color:#fff;}
#Location .location span.here{text-transform:initial;}
@media (min-width:992px) and (max-width:1229px) {
    #Location{top:65%;}
    #Location .location a{font-size:15px;}
    #Location .location span{font-size:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #Location {top:70%;}
    #Location .location a{font-size:14px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:14px;line-height:18px;}
}
@media (min-width:1px) and (max-width:767px) {
    #Location{bottom:10px;top:initial;}
    #Location .location a{font-size:12px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:12px;line-height:18px;}
}

#Location.npage{position:relative;background-color:#ebebeb;bottom:0;}
#Location.npage .location{padding:20px 0;}
#Location.npage .location:before{color:#4d4d4d;}
#Location.npage .location a{color:#4d4d4d;}
#Location.npage .location span{color:#238acc;}
@media (min-width:1px) and (max-width:767px) {
    #Location.npage .location{padding:10px 0;}
}


/*左侧菜单*/

#left_nav{width:320px;}
#left_nav .sticky{position:sticky;top:120px;}
#left_nav dl{padding:15px 30px 40px;background-color:#f4f4f9;}
#left_nav dl dt{padding:15px 0 20px;font-size:20px;line-height:30px;text-align:center;text-transform:uppercase;font-weight:bold;border-bottom:2px solid #959595;margin-bottom:20px;}
#left_nav dl dt:before{content:"\e640";font-family:iconfont;font-size:30px;line-height:30px;margin-right:10px;display:inline-block;vertical-align:top;display:none;}
#left_nav dl dd{border-bottom:1px solid #d1d1d1;padding-right:20px;padding-top:12px;padding-bottom:12px;}
#left_nav dl dd a{display:block;font-size:18px;line-height:1.6875;position:relative;padding-left:15px;}
#left_nav dl dd a:before{content:"-";margin-right:8px;}
#left_nav dl dd a:after{content:">";position:absolute;right:0;top:50%;transform:translate(0,-50%);}
#left_nav dl dd>a:hover,#left_nav dl dd.active>a{color:#0e6eb8;}
#left_nav dl dd>a:hover:after,#left_nav dl dd.active>a:after{border-color:transparent transparent transparent #fff;}
#left_nav dl dd ul.catelist{border-top:1px solid #ccc;}
#left_nav dl dd ul.catelist li>a{padding-left:40px;position:relative;}
#left_nav dl dd ul.catelist li>a:before{content:"";margin-right:10px;width:10px;height:1px;background-color:#000;position:absolute;left:20px;top:50%;}
#left_nav dl dd.active ul.catelist{border-top:1px solid #fff;}
#left_nav dl dd ul.catelist li>a:hover,#left_nav dl dd ul.catelist li.active>a{background-color:#c9c9c9;color:#fff;}
#left_nav dl dd ul.catelist li>a:hover:before,#left_nav dl dd ul.catelist li.active>a:before{background-color:#fff;}
#left_nav dl dd ul.catelist li>a:hover:after,#left_nav dl dd ul.catelist li.active>a:after{border-color:transparent transparent transparent #fff;}
#right_nav{width:920px;}
@media (min-width:1230px) and (max-width:1329px) {
    #right_nav{width:70%;}
}
@media (min-width:992px) and (max-width:1229px) {
    #right_nav{width:70%;}
    #left_nav{width:28%;}
    #left_nav dl{padding-left:15px;padding-right:15px;}
    #left_nav dl dt{padding:10px;font-size:16px;margin-bottom:15px;}
    #left_nav dl dd a{padding-left:10px;font-size:14px;}
    #left_nav dl dd a::before{right:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #right_nav{width:100%;}
    #left_nav{width:100%;margin-bottom:30px;}
    #left_nav dl{padding-left:15px;padding-right:15px;padding-bottom:15px;}
    #left_nav dl dt{padding:10px 0;font-size:20px;margin-bottom:20px;}
    #left_nav dl dt:after{content:"\e633";font-family:iconfont;margin-left:5px;transform:rotate(-90deg);display:inline-block;}
    #left_nav dl dd{display:none;}
    #left_nav dl dd a{padding-left:10px;font-size:14px;}
    #left_nav dl dd a::before{right:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #right_nav{width:100%;}
    #left_nav{width:100%;margin-bottom:20px;}
    #left_nav dl{padding-left:15px;padding-right:15px;padding-bottom:15px;}
    #left_nav dl dt{padding:8px 0;font-size:20px;margin-bottom:10px;}
    #left_nav dl dt:after{content:"\e633";font-family:iconfont;margin-left:5px;transform:rotate(-90deg);display:inline-block;}
    #left_nav dl dd{display:none;}
    #left_nav dl dd a{padding-left:10px;font-size:14px;}
    #left_nav dl dd a::before{right:0;}
}

#left_nav .relatepro{padding:15px 30px 20px;background-color:#f4f4f9;margin-top:30px;}
#left_nav .relatepro h2{padding:15px 15px 20px;font-size:20px;line-height:30px;text-align:center;text-transform:uppercase;font-weight:bold;border-bottom:2px solid #959595;margin-bottom:20px;}
#left_nav .relatepro .list{position:relative;}
#left_nav .relatepro .list .item h3{font-size:16px;color:#4e4e4e;padding:15px 0;text-align:center;}
#left_nav .swbtn{display:block;width:32px;height:48px;line-height:48px;background-color:#f0f0f7;text-align:center;position:absolute;top:calc(50% - 25px);z-index:2;}
#left_nav .swbtn>i{font-size:20px;}
#left_nav .swbtn:hover{background-color:#238acc;}
#left_nav .swbtn:hover>i{color:#fff;}
#left_nav .btn-prev{left:0;}
#left_nav .btn-next{transform:rotate(-180deg);right:0;}

#left_nav .leftsearch{padding:15px 30px 40px;background-color:#f4f4f9;margin-bottom:30px;}
#left_nav .leftsearch h2{padding:15px 15px 20px;font-size:20px;line-height:30px;text-align:center;text-transform:uppercase;font-weight:bold;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav .relatepro{padding:20px 15px 20px;}
    #left_nav .relatepro h2{padding:0 0 15px;}
    
    #left_nav .leftsearch{padding:20px 15px 20px;}
    #left_nav .leftsearch h2{padding:0 0 15px;}
}
@media (min-width:768px) and (max-width:991px){
    #left_nav .relatepro{padding:20px 15px 20px;display:none;}
    #left_nav .relatepro h2{padding:0 0 15px;}
    
    #left_nav .leftsearch{padding:20px 15px 20px;}
    #left_nav .leftsearch h2{padding:0 0 15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #left_nav .relatepro{padding:20px 15px 20px;display:none;}
    #left_nav .relatepro h2{padding:0 0 15px;}
    
    #left_nav .leftsearch{padding:20px 15px 20px;}
    #left_nav .leftsearch h2{padding:0 0 15px;}
}



.nframe .title{padding-left:0;border-left:none;}
.nframe .title h3{font-size:30px;font-weight:bold;padding-left:0;color:#17262f;margin-bottom:0;}
.nframe .title h3:before{display:none;}
.nframe .title p{font-size:16px;line-height:1.6;margin-top:15px;color:#666;}
.nframe .title .line{max-width:330px;width:100%;}
@media (min-width:1230px) and (max-width:1329px) {
    .nframe .title h3{font-size:30px;}
}
@media (min-width:992px) and (max-width:1229px) {
    .nframe .title h3{font-size:30px;}
    .nframe .title p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px){
    .nframe .title h3{font-size:24px;}
    .nframe .title p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    .nframe .title h3{font-size:20px;}
    .nframe .title p{font-size:14px;}
}

/*关于我们*/
#aboutframe{}
#aboutframe .title{position:relative;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px) {
}

#ab_info .abimg{margin-top:40px;}


#ab_culture{background:url(/Template/Default/images/abbg_1.jpg) no-repeat center fixed;}
#ab_culture .title h2{color:#fff;}
#ab_culture .title h2::before{color:rgba(255,255,255,0.05);}
#ab_culture .title .line{background:linear-gradient(to right,#1d2088 0 25%,#fff 25% 50%,#28a7e1 50% 75%,#1493c6 75% 100%);}
#ab_culture .item{width:49%;background-color:#fff;padding:25px;position:relative;margin-bottom:30px;}
#ab_culture .item i{display:inline-block;font-size:30px;color:#fff;text-align:center;width:50px;height:50px;line-height:50px;vertical-align:top;border-radius:50%;margin-right:15px;}
#ab_culture .item:nth-child(1) i{background-color:#3b9ae3;}
#ab_culture .item:nth-child(2) i{background-color:#0e6eb8;}
#ab_culture .item:nth-child(3) i{background-color:#6092c5;}
#ab_culture .item:nth-child(4) i{background-color:#42a6ce;}
#ab_culture .item h3{font-size:30px;line-height:50px;}
#ab_culture .item p{font-size:18px;line-height:1.5;padding-top:20px;margin-top:20px;border-top:1px solid #d5d5d5;}
@media (min-width:992px) and (max-width:1229px) {
    #ab_culture .item{}
    #ab_culture .item h3{font-size:24px;}
    #ab_culture .item p{font-size:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ab_culture .item{padding:15px;margin-bottom:20px;}
    #ab_culture .item h3{font-size:18px;}
    #ab_culture .item p{font-size:14px;margin-top:15px;padding-top:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ab_culture .item{padding:15px;margin-bottom:20px;width:100%;}
    #ab_culture .item i{font-size:24px;width:40px;height:40px;line-height:40px;}
    #ab_culture .item h3{font-size:18px;line-height:40px;}
    #ab_culture .item p{font-size:14px;margin-top:10px;padding-top:10px;}
}



#history{}
#history .hisList{}
#history .hisList .swiper-container{padding-bottom:15px;}
#history .hisList .swiper-container:before{content:"";width:100%;height:1px;background-color:#d5d5d5;position:absolute;left:0;bottom:15px;}
#history .hisList .swiper-slide{position:relative;cursor:pointer;}
#history .hisList .swiper-slide h3{text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:36px;line-height:1;color:#d0d0d0;padding-bottom:25px;}
#history .hisList .swiper-slide .point{display:inline-block;width:11px;height:11px;background-color:#fff;border-radius:50%;border:1px solid #d5d5d5;position:absolute;bottom:-5px;left:calc(50% - 5.5px);}
#history .hisList .swiper-slide.swiper-slide-active:before{content:"";width:100%;height:3px;background-color:#238acc;position:absolute;bottom:-1px;left:0;}
#history .hisList .swiper-slide.swiper-slide-active .point{background-color:#238acc;border:1px solid #238acc;}
#history .hisList .swiper-slide.swiper-slide-active .point:before{content:"";width:23px;height:23px;background-color:rgba(34,96,178,0.4);border-radius:50%;position:absolute;bottom:-7px;left:calc(50% - 11.5px);}
#history .hisList .swiper-slide .point:before{}
#history .hisList .swiper-slide .item{display:none;}
#history .content{width:100%;max-width:710px;box-shadow:0 0 10px #ccc;margin:45px auto 0;padding:25px;}
#history .content .img{width:50%;margin-right:30px;}
#history .content .txt{flex:1;padding:15px 0;}
#history .content .txt h3{font-size:18px;color:#424242;margin-bottom:10px;font-weight:bold;}
#history .content .txt p{font-size:16px;line-height:1.5;color:#666;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #history .hisList .swiper-slide h3{font-size:30px;}
    #history .content{padding:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #history .hisList .swiper-slide h3{font-size:24px;}
    #history .content{padding:15px;}
    #history .content .img{width:100%;}
    #history .content .txt h3{font-size:16px;}
    #history .content .txt p{font-size:13px;}
}

.HistoryList{padding-top:50px;}
.HistoryList .hisitem{display:flex;justify-content:space-between;flex-wrap:wrap;flex-direction:row-reverse;position:relative;display:none;}
.HistoryList .hisitem.active{display:flex;}
.HistoryList .item{width:50%;position:relative;cursor:pointer;}
.HistoryList .item:nth-child(2n){text-align:right;padding-right:8%;margin-right:50%;}
.HistoryList .item:nth-child(2n+1){text-align:left;padding-left:8%;margin-left:50%;}
.HistoryList .item .circle{width:38px;height:38px;background-color:#fff;border:3px solid #ddd;position:absolute;border-radius:50%;top:1px;box-sizing:border-box;transition:all 0.6s;z-index:2;}
.HistoryList .item .circle:before{content:"";width:8px;height:8px;background-color:#ddd;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;transition:all 0.6s;}
.HistoryList .item.active .circle{border:3px solid #1a4499;}
.HistoryList .item.active .circle:before{background-color:#1a4499;}
.HistoryList .item:nth-child(2n) .circle{right:-19px;}
.HistoryList .item:nth-child(2n+1) .circle{left:-19px;}
.HistoryList .item:after{content:"";width:2px;height:100%;background-color:#ddd;position:absolute;top:10px;transition:all 0.6s;z-index:0;}
.HistoryList .item:before{content:"";width:2px;height:0;background-color:#ddd;position:absolute;top:10px;transition:all 0.6s;z-index:1;}
.HistoryList .item:nth-child(2n):after{right:-1px;}
.HistoryList .item:nth-child(2n+1):after{left:-1px;}
.HistoryList .item:nth-child(2n):before{right:-1px;}
.HistoryList .item:nth-child(2n+1):before{left:-1px;}
.HistoryList .item.active:before{height:100%;background-color:#1a4499;}


.HistoryList .item h3{font-size:48px;line-height:1;font-weight:bold;color:#333;}
.HistoryList .item p{font-size:16px;line-height:30px;color:#666;margin-top:20px;}
.HistoryList .item .pic{margin-top:30px;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
}
@media (min-width:1px) and (max-width:767px) {
    .HistoryList .item{padding-bottom:20px;}
    .HistoryList .item h3{font-size:30px;}
    .HistoryList .item p{font-size:14px;line-height:1.5;}
    .HistoryList .item:nth-child(2n){margin-left:2%;padding-left:20px;margin-right:0;padding-right:0;text-align:left;}
    .HistoryList .item:nth-child(2n)::after{left:-1px;right:initial;}
    .HistoryList .item:nth-child(2n)::before{left:-1px;right:initial;}
    .HistoryList .item:nth-child(2n+1){margin-left:2%;padding-left:20px;padding-right:0;}

    .HistoryList .item .circle{width:30px;height:30px;}
    .HistoryList .item:nth-child(2n) .circle{left:-15px;right:initial;}
    .HistoryList .item:nth-child(2n+1) .circle{left:-15px;}
}

#certificate{}
#certificate .list{padding-left:55px;padding-right:55px;position:relative;}
#certificate .item{padding:15px;background-color:#0d2035;display:block;position:relative;}
#certificate .item h3{display:none;}
#certificate .item .img{}
/*#certificate .item .img:after{content:"";background:url(/Template/Default/images/woaofu.png) no-repeat center/100%;position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:1;width:100%;height:100%;}*/
#certificate .swbtn{display:block;width:32px;height:48px;line-height:48px;background-color:#f0f0f7;text-align:center;position:absolute;top:calc(50% - 25px);z-index:2;}
#certificate .swbtn>i{font-size:20px;}
#certificate .swbtn:hover{background-color:#238acc;}
#certificate .swbtn:hover>i{color:#fff;}
#certificate .btn-prev{left:0;}
#certificate .btn-next{transform:rotate(-180deg);right:0;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
}
@media (min-width:1px) and (max-width:767px) {
    #certificate .list{padding-left:35px;padding-right:35px;}
}


#workshop{background-color:#f7f7f7;}
#workshop .list{position:relative;}
#workshop .item:nth-child(1){margin-bottom:20px;}
#workshop .swiper-pagination{width:100%;position:relative;margin-top:40px;display:flex;justify-content:center;}
#workshop .swiper-pagination .swiper-pagination-bullet{max-width:150px;height:2px;background-color:#b7b7b7;opacity:1;margin:0;border-radius:0;flex:1;}
#workshop .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#238acc;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #workshop .swbtn{width:40px;height:40px;line-height:40px;top:calc(50% - 20px);}
}
@media (min-width:768px) and (max-width:991px){
    #workshop .swbtn{width:40px;height:40px;line-height:40px;top:calc(50% - 20px);}
}
@media (min-width:1px) and (max-width:767px) {
    #workshop .swbtn{width:40px;height:40px;line-height:40px;top:calc(50% - 20px);}
    #workshop .btn-prev{left:0;}
    #workshop .btn-next{right:0;}
}


#service .list .item{width:100%;position:relative;overflow:hidden;}
#service .list .item:nth-child(2n+1){flex-flow:row-reverse;}
#service .list .item .pic{width:50%;position:relative;overflow:hidden;}
#service .list .item .pic img{width:100%;}
#service .list .item .txt{width:50%;background-color:#eeeef5;min-height:280px;position:relative;}
#service .list .item .txt .vcenter{padding:15px 55px;}
#service .list .item .txt h3{font-size:30px;}
#service .list .item .txt p{font-size:16px;color:#6b6b6b;line-height:1.75;}
#service .list .item .txt .line{width:88px;height:2px;background-color:#238acc;display:block;margin-top:20px;margin-bottom:20px;}
@media (min-width:992px) and (max-width:1229px) {
    #service .list .item .txt .vcenter{padding:15px 20px;}
    #service .list .item .txt h3{font-size:24px;}
    #service .list .item .txt p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px){
    #service .list .item .txt {min-height:240px;}
    #service .list .item .txt .vcenter{padding:15px 15px;}
    #service .list .item .txt h3{font-size:20px;}
    #service .list .item .txt p{font-size:14px;}
    #service .list .item .txt .line{margin-top:15px;margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #service .list .item{display:block;}
    #service .list .item:nth-child(2n+1){flex-flow:inherit;}
    #service .list .item .pic{width:100%;}
    #service .list .item .vcenter{position:relative;top:inherit;transform:inherit;}
    #service .list .item .txt{min-height:initial;width:100%;}
    #service .list .item .txt .vcenter{padding:15px 15px;}
    #service .list .item .txt h3{font-size:20px;}
    #service .list .item .txt p{font-size:14px;}
    #service .list .item .txt .line{margin-top:15px;margin-bottom:15px;}
}


#faq {}
#faq .title h2{font-family:Arial, Helvetica, sans-serif;}
#faq dl{overflow:hidden;margin-bottom:10px;}
#faq dl dt{padding:10px 60px 10px 60px;position:relative;font-size:17px;line-height:30px;background-color:#eeeef5;border-radius:50px;}
#faq dl dt:before{content:"\e605";font-family:iconfont;font-size:30px;line-height:30px;position:absolute;left:20px;top:10px;color:#238acc;}
#faq dl dt:after{content:"\e633";font-family:iconfont;font-size:16px;position:absolute;right:25px;top:10px;transition:all 0.3s;transform:rotate(-180deg);}
#faq dl dd{padding:0 45px;font-size:17px;color:#666;height:0;overflow:hidden;transition:all 0.3s;}
#faq dl.active dt{}
#faq dl.active dt:after{transform:rotate(-90deg);}
#faq dl.active dd{padding:10px 45px 5px;height:auto;}
@media (min-width:992px) and (max-width:1229px){
    #faq dl>dt{font-size:16px;}
    #faq dl>dd{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px){
    #faq dl{width:100%;}
    #faq dl>dt{font-size:16px;}
    #faq dl>dd{font-size:14px;line-height:20px;}
}
@media (min-width:1px) and (max-width:767px){
    #faq dl{width:100%;}
    #faq dl>dt{font-size:14px;line-height:24px;padding:10px 45px 10px 40px}
    #faq dl>dt:before{left:5px;top:10px;line-height:24px;}
    #faq dl>dt::after{right:8px;top:10px;}
    #faq dl>dd{font-size:14px;line-height:24px;padding:0 10px 0 10px;font-size:13px;}
    #faq dl>dd:before{left:8px;}
    #faq dl.active>dd{height:auto;padding:10px 10px 10px 10px;}
}

#download .item{width:100%;padding:10px 30px 10px 20px;background-color:#eeeef5;border-radius:50px;margin-bottom:10px;}
#download .item h3{font-size:17px;line-height:30px;min-width:30%;color:#6b6b6b;}
#download .item h3>i{display:inline-block;font-size:20px;margin-right:10px;vertical-align:top;color:#238acc;}
#download .item span{font-size:17px;line-height:24px;font-family:Arial, Helvetica, sans-serif;color:#6b6b6b;}
#download .item a.link{font-size:17px;line-height:24px;color:#6b6b6b;}
#download .item a.link>i{display:inline-block;font-size:20px;margin-left:10px;vertical-align:top;color:#238acc;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #download .tit{margin-bottom:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #download .tit{margin-bottom:20px;}
    #download .item{padding:10px 15px;}
    #download .item span{display:none;}
    #download .item h3{font-size:13px;}
    #download .item a.link{font-size:13px;}
}


#catalog{padding-bottom:0;}
#catalog .list .item{width:30%;text-align:center;}


#map{position:relative;z-index:1;overflow:hidden;width:calc(100% - 380px);height:415px;border-radius:10px;}
@media (min-width:992px) and (max-width:1229px) {
    #map{height:450px;}
}
@media (min-width:768px) and (max-width:991px) {
    #map{height:360px;width:100%;padding:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #map{height:300px;width:100%;padding:0;}
}

/*联系我们*/
#contPage{}
#cont_lxfs {}
#cont_lxfs .title p{font-family:Arial, Helvetica, sans-serif;color:#959595;}
#cont_lxfs .list{}
#cont_lxfs .list .item{width:24%;}
#cont_lxfs .list .item h3{font-size:30px;margin-bottom:10px;font-weight:bold;}
#cont_lxfs .list .item .line1{width:80px;height:4px;background-color:#0e6eb8;display:block;margin-bottom:15px;}
#cont_lxfs .list .item p{font-size:20px;line-height:1.5;color:#606060;margin-bottom:5px;}
#cont_lxfs .list .item p a{font-size:20px;color:#606060;line-height:1.5;display:inline-block;}
#cont_lxfs .list .item p a:hover{color:#238acc;text-decoration:underline;}
#cont_lxfs .map{margin-top:60px;}

@media (min-width:992px) and (max-width:1229px) {
    #cont_lxfs .list .item h3{font-size:24px;}
    #cont_lxfs .list .item p{font-size:18px;}
    #cont_lxfs .list .item p a{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px){
    #cont_lxfs .list .item{width:48%;margin-bottom:25px;}
    #cont_lxfs .list .item h3{font-size:24px;}
    #cont_lxfs .list .item p{font-size:18px;}
    #cont_lxfs .list .item p a{font-size:18px;}
}
@media (min-width:1px) and (max-width:767px) {
    #cont_lxfs {width:100%;}
    #cont_lxfs .list .item{width:100%;margin-bottom:25px;}
    #cont_lxfs .list .item h3{font-size:20px;}
    #cont_lxfs .list .item p{font-size:15px;}
    #cont_lxfs .list .item p a{font-size:15px;}
    #cont_lxfs .map{margin-top:30px;}
}

.email{color:#238acc;}
#feedback{}
#feedback .title p{font-family:Arial, Helvetica, sans-serif;color:#959595;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #feedback .title p{font-size:14px;line-height:1.6;}
}
@media (min-width:1px) and (max-width:767px) {
    #feedback .title p{font-size:14px;line-height:1.6;}
}
.map{margin-top:1vw;}

#feedbackpage{padding-bottom:0;}
#feedbackpage .title h2{font-size:31px;}
@media (min-width:992px) and (max-width:1229px) {
    #feedbackpage .title h2{font-size:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    #feedbackpage .title h2{font-size:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #feedbackpage .title h2{font-size:18px;}
}


#pro_feed_show{}
#pro_feed_show label{font-weight:normal;display:inline-block;font-size:16px;line-height:38px;vertical-align:top;margin-bottom:0;color:#8b8b8b;}
#pro_feed_show label>em{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;font-size:20px;color:#ff0000;margin-right:3px;margin-top:3px;font-style:initial;vertical-align:middle;}
#pro_feed_show .form-group{margin-bottom:15px;overflow:hidden;width:100%;box-shadow:none;border:none;padding:5px 10px;border-radius:6px;background-color:#f2f2f2;}
#pro_feed_show .form-group.half{width:49%;margin:0 0 15px;}
#pro_feed_show .form-group .feed_left{float:left;display:block;text-align:right;}
#pro_feed_show .form-group .feed_right{float:left;width:calc(100% - 100px);}
#pro_feed_show .form-group .input-group{display:table;}
#pro_feed_show .form-control{width:100%;line-height:36px;height:38px;padding-left:5px;margin:0;border:none;box-shadow:none;background-color:transparent;}
#pro_feed_show textarea.form-control{padding-top:1px;padding-left:0;resize:none;float:left;border:none;background-color:transparent;box-shadow:none;border-radius:0;overflow:hidden;height:80px;}
#pro_feed_show .form-group.btngroup{border:none;background-color:transparent;margin-top:10px;padding-left:0;margin-bottom:0;}
#pro_feed_show .form-group.btngroup .feed_right{width:100%;}
#pro_feed_show #btn_send{display:block;text-align:center;background-color:#484848;color:#fff;font-size:18px;line-height:30px;padding:10px 60px;position:relative;border-radius:8px;cursor:pointer;text-transform:uppercase;margin-bottom:0;border:0;}
@media (min-width:992px) and (max-width:1229px) {
    #pro_feed_show{}
    #pro_feed_show #btn_send{padding:8px 40px;}
}
@media (min-width:768px) and (max-width:991px) {
    #pro_feed_show{}
    #pro_feed_show #btn_send{padding:6px 70px;}
}
@media (min-width:1px) and (max-width:767px) {
    #pro_feed_show{}
    #pro_feed_show .form-group.half{width:100%;}
    #pro_feed_show .form-group .feed_left{}
    #pro_feed_show .form-group .feed_right{}
    #pro_feed_show label{text-align:left;font-size:14px;}
    #pro_feed_show .form-control{width:100%;}
    #pro_feed_show #btn_send{padding:6px 70px;}
    #pro_feed_show p{font-size:12px;}
}



/*产品中心*/
#ProPage{position:relative;overflow:hidden;}
#ProPage .titlt{margin-bottom:20px;}
#ProPage .titlt h2{font-size:24px;position:relative;line-height:2;font-weight:bold;}
#ProPage .titlt p{font-size:18px;line-height:1.3;color:#999;}

#ProCate{padding-bottom:15px;position:relative;z-index:2;margin-bottom:10px;border-bottom:1px solid #ddd;}
#ProCate .tit{margin-bottom:0;width:50%;}
#ProCate .tit h3{font-size:24px;position:relative;line-height:30px;color:#333;padding-top:15px;}
#ProCate .tit p{font-size:18px;line-height:25px;color:#333;display:inline-block;margin-top:5px;}
#ProCate .tit p em{display:inline-block;vertical-align:top;margin-right:5px;font-style:initial;}
#ProCate .CateList{display:inline-block;}
#ProCate .CateList dl{background-color:#909090;display:none;margin:0;position:absolute;width:100%;max-height:180px;overflow-y:auto;z-index:1;border:1px solid #909090;transition:all 0s;}
#ProCate .CateList dl>dd{}
#ProCate .CateList dl>dd>a{color:#fff;display:block;padding:10px;line-height:24px;font-size:15px;}
#ProCate .CateList dl>dd:hover>a{color:#238acc;background-color:#fff;}
#ProCate .CateList .select{display:inline-block;width:360px;position:relative;background-color:#909090;border-radius:50px;}
#ProCate .CateList .select:last-child{}
#ProCate .CateList .select{margin-right:30px;}
#ProCate .CateList .select>span{display:block;padding:9px 15px;cursor:pointer;color:#fff;line-height:30px;font-size:16px;}
#ProCate .CateList .select>span:before{content:"\e9e1";position:absolute;font-family:iconfont;right:10px;font-size:16px;transform:rotate(90deg);}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #ProCate{padding-bottom:20px;margin-bottom:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProCate{padding-bottom:20px;margin-bottom:30px;}
    #ProCate .tit h3{font-size:20px;}
    #ProCate .tit p{font-size:13px;line-height:20px;}

    #ProCate .CateList .select{width:320px;}
    
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage{padding-top:20px;}
    #ProCate{padding-bottom:20px;}
    #ProCate .tit{width:100%;}
    #ProCate .tit h3{font-size:20px;line-height:1.2;padding-bottom:10px;padding-top:0;}
    #ProCate .tit p{font-size:14px;line-height:24px;}

    #ProCate .CateList{width:100%;display:block;}
    #ProCate .CateList .select{margin-bottom:10px;width:100%;position:relative;z-index:10;}
    #ProCate .CateList .select:nth-child(2){z-index:9;}
    #ProCate .CateList .select:nth-child(3){z-index:8;}
    #ProCate .CateList .select:nth-child(4){z-index:7;}
    #ProCate .CateList .select:not(:last-child){margin-right:0;}
    #ProCate .CateList dl>dd>a{font-size:14px;padding:5px 10px;}
}

#left_nav #sform2{overflow:hidden;width:100%;border-radius:50px;border:1px solid #959595;}
#left_nav #sform2 #stext2{width:calc(100% - 36px);float:left;height:36px;padding:10px 15px;font-size:16px;background-color:transparent;font-family:Arial, Helvetica, sans-serif;}
#left_nav #sform2 #sbut2{width:36px;float:right;border:none;height:36px;cursor:pointer;color:#b2b2b2;font-size:24px;background-color:transparent;}
#left_nav #sform2 #sbut2>i{display:block;vertical-align:top;font-size:20px;line-height:36px;}
#left_nav #sform2 #stext2::-webkit-input-placeholder{color:#fff;opacity:1;}
#left_nav #sform2 #stext2:-moz-placeholder{color:#232323;}
#left_nav #sform2 #stext2::-moz-placeholder{color:#232323;}
#left_nav #sform2 #stext2:-ms-input-placeholder{color:#232323;}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px) {
}

#CategoryList{}
#CategoryList .item{width:50%;margin-bottom:50px;}
#CategoryList .item .img{width:50%;max-width:300px;position:relative;text-align:center;box-shadow:0 0 5px #ccc;padding:20px;}
#CategoryList .item .img .morelink{display:block;padding:4px 10px;margin-top:20px;color:#238acc;text-transform:capitalize;}
#CategoryList .item .img .morelink:before{display:none;}
#CategoryList .item .img:hover .morelink{background-color:#238acc;color:#fff;}
#CategoryList .item .txt{flex:1;padding:25px;}
#CategoryList .item .txt a{display:block;}
#CategoryList .item .txt a.bcate{font-size:18px;line-height:24px;color:#238acc;margin-bottom:10px;}
#CategoryList .item .txt a.scate{font-size:15px;line-height:30px;color:#777;padding-left:15px;position:relative;}
#CategoryList .item .txt a.scate:before{content:"";width:4px;height:4px;background-color:#238acc;position:absolute;left:0;top:calc(50% - 2px);border-radius:50%;}
#CategoryList .item .txt a.scate:hover{text-decoration:underline;}
@media (min-width:992px) and (max-width:1229px) {
    #CategoryList .item{width:100%;}
    #CategoryList .item .img{width:30%;max-width:250px;}
    #CategoryList .item .txt a.scate{width:50%;padding-right:15px;float:left;}
}
@media (min-width:768px) and (max-width:991px){
    #CategoryList .item{width:100%;}
    #CategoryList .item .img{width:30%;max-width:250px;}
    #CategoryList .item .txt a.scate{width:50%;padding-right:15px;float:left;}
}
@media (min-width:1px) and (max-width:767px) {
    #CategoryList .item{width:100%;margin-bottom:20px;}
    #CategoryList .item .img{width:100%;max-width:initial;padding:0 20px 20px;}
    #CategoryList .item .img img{width:200px;}
    #CategoryList .item .img .morelink{background-color:#238acc;color:#fff;}
    #CategoryList .item .txt{width:100%;padding:20px 0;}
    #CategoryList .item .txt a.scate{}
}

.pledge .item{width:32%;box-shadow:0 0 10px #ccc;padding:35px 30px;text-align:center;border-radius:4px;}
.pledge .item h3{font-size:18px;line-height:24px;color:#333;margin-top:15px;text-transform:uppercase;}
.pledge .item p{text-align:left;font-size:16px;line-height:30px;color:#777;margin-top:15px;}
@media (min-width:992px) and (max-width:1229px) {
    .pledge .item{padding:30px 20px;}
    .pledge .item p{line-height:26px;}
}
@media (min-width:768px) and (max-width:991px){
    .pledge .item{padding:30px 15px;}
    .pledge .item h3{font-size:16px;}
    .pledge .item p{line-height:24px;font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    .pledge .item{padding:20px 15px;width:100%;margin-bottom:20px!important;}
    .pledge .item h3{font-size:16px;}
    .pledge .item p{line-height:24px;font-size:14px;}
}



#ProPage .title .line{height:5px;position:relative;}
#ProPage .title .linebox{position:relative;}
#ProPage .title .linebox:before{content:"";width:100%;height:1px;background-color:#d1d1d1;position:absolute;left:0;top:2px;}
#ProPage .title h2 span{font-size:16px;color:#a5a5a5;font-family:Arial, Helvetica, sans-serif;position:relative;}
#ProPage .title h2 span:before{content:"/";margin-left:10px;margin-right:10px;}
#ProPage .proremark{font-size:16px;color:#9c9c9c;line-height:1.2;margin-top:15px;}
#ProPage .ProList{}
#ProPage .ProList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
#ProPage .ProList .item:nth-child(3n){margin-right:0;}
#ProPage .ProList .item .img{padding:30px;}
#ProPage .ProList .item .img:after{content:"";background:url(/Template/Default/images/water.png) no-repeat center/100%;position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:1;width:100%;height:100%;}
#ProPage .ProList .item .txt{padding:15px 0;}
#ProPage .ProList .item .txt h3{font-size:16px;line-height:24px;text-align:center;padding:8px 15px;border-radius:50px;background-color:#f4f4f9;}
#ProPage .ProList .item .txt p{font-size:16px;line-height:22px;color:#888;text-align:center;margin-top:5px;display:none;}
#ProPage .ProList .item:hover .txt h3{background-color:#0e6eb8;color:#fff;}
@media (min-width:1230px) and (max-width:1329px) {
    #ProPage .ProList .item{width:calc((100% - 30px)/2);margin:0 15px 15px 0;}
}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage .proremark{font-size:14px;line-height:1.3;}

    #ProPage .ProList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #ProPage .ProList .item .txt{}
    #ProPage .ProList .item .txt h3{font-size:16px;}
    #ProPage .ProList .item .txt p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage .proremark{font-size:14px;line-height:1.3;}

    #ProPage .ProList .item{width:calc((100% - 30px)/2);margin:0 15px 15px 0;}
    #ProPage .ProList .item:nth-child(3n){margin-right:15px;display:none;}
    #ProPage .ProList .item:nth-child(3n){margin-right:0;}
    #ProPage .ProList .item .txt{padding-left:15px;padding-right:15px;}
    #ProPage .ProList .item .txt h3{font-size:16px;}
    #ProPage .ProList .item .txt p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage .proremark{font-size:14px;line-height:1.3;}

    #ProPage .ProList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #ProPage .ProList .item:nth-child(3n){margin-right:15px;}
    #ProPage .ProList .item:nth-child(2n){margin-right:0;}
    #ProPage .ProList .item .txt{padding:15px 0 }
    #ProPage .ProList .item .txt h3{font-size:13px;line-height:1.5;}
    #ProPage .ProList .item .txt p{display:none;}
    #ProPage .ProList .item .morelink{bottom:15px;}
}

#ProductCategory .list .item{display:flex;flex-wrap:wrap;flex-direction:row;}
#ProductCategory .list .item:nth-child(2n){flex-direction:row-reverse;}
#ProductCategory .list .item .img{width:50%;}
#ProductCategory .list .item .img img{transform:scale(1);}
#ProductCategory .list .item:hover .img img{transform:scale(0.95);}
#ProductCategory .list .item .txt{position:relative;width:50%;}
#ProductCategory .list .item .txt .vcenter{padding:15px 50px;}
#ProductCategory .list .item .txt h3{font-size:30px;margin-bottom:15px;}
#ProductCategory .list .item .txt p{font-size:16px;line-height:30px;color:#666;margin-bottom:40px;}
@media (min-width:992px) and (max-width:1229px) {
    #ProductCategory .list .item .txt .vcenter{padding:15px 15px;position:relative;top:initial;left:initial;transform:initial;}
    #ProductCategory .list .item .txt h3{font-size:24px;}
    #ProductCategory .list .item .txt p{margin-bottom:15px;font-size:14px;line-height:1.8;}
}
@media (min-width:768px) and (max-width:991px){
    #ProductCategory .list .item .txt .vcenter{padding:15px 15px;position:relative;top:initial;left:initial;transform:initial;}
    #ProductCategory .list .item .txt h3{font-size:24px;}
    #ProductCategory .list .item .txt p{margin-bottom:15px;font-size:14px;line-height:1.8;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProductCategory .list{display:flex;flex-wrap:wrap;flex-direction:row;}
    #ProductCategory .list .item{width:49%;margin-bottom:15px;}
    #ProductCategory .list .item:nth-child(2n+1){margin-right:2%;}
    #ProductCategory .list .item .img{width:100%;}
    #ProductCategory .list .item .txt{width:100%;text-align:center;}
    #ProductCategory .list .item .txt .vcenter{padding:10px 0;position:relative;top:initial;left:initial;transform:initial;}
    #ProductCategory .list .item .txt h3{font-size:16px;}
    #ProductCategory .list .item .txt p{margin-bottom:15px;font-size:14px;line-height:1.8;display:none;}
    #ProductCategory .list .item .morelink{padding:3px 10px;}
}



/*产品详情*/
#ProDetailPage{}
#ProDetailPage .container{width:1230px;}

@media (min-width:1px) and (max-width:1229px){
    #ProDetailPage .container{width:100%}
}

#ProDetailPage .panelbox{padding-top:0;}
#ProDetailPage .panelbox:not(:first-child){display:none;}
#slider{overflow:hidden;margin-bottom:50px;}
#picView{width:41%;float:left;position:relative;}
#BigImg{background-color:#fff;}
#BigImg a.boxer{padding:30px;}
#BigImg a.boxer:after{content:"";background:url(/Template/Default/images/water.png) no-repeat center/100%;position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:1;width:100%;height:100%;}

#smallImg{width:100%;position:relative;}
#smallImg .swbtn{position:absolute;width:30px;height:30px;text-align:center;z-index:1;top:calc(50% - 15px);background-color:#b1b1b1;text-align:center;transition:all 0.3s;}
#smallImg .swbtn>i{font-size:18px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
#smallImg .swbtn.btn-prev>i{transform:translate(-50%,-50%) rotateY(180deg);display:block;}
#smallImg .swbtn:hover{background-color:#238acc;border-color:#238acc;}
#smallImg .swbtn:hover>i{color:#fff;}
#smallImg .btn-next{right:0;}
#smallImg .btn-prev{left:0px;}

#picView .gallery-thumbs{width:100%;}
#picView .gallery-thumbs img{}
#picView .gallery-thumbs .swiper-wrapper{padding-bottom:1px;}
#picView .gallery-thumbs .swiper-slide{overflow:hidden;text-align:center;border-radius:0;margin:0;border:1px solid #ddd;}
#picView .gallery-thumbs .swiper-slide.videoslide p{display:none;}
#picView .gallery-thumbs .swiper-slide a{display:block;position:relative;}
#picView .gallery-thumbs .swiper-slide-active{position:relative;background-color:#fff;}
#picView .gallery-thumbs .swiper-slide.active{border:1px solid #238acc;}
#picView .btnlist{}
#picView .swiper-button-next.swiper-button-disabled,#picView1 .swiper-button-prev.swiper-button-disabled{opacity:1;background-color:#ccc;}
#picView .boxer{display:block;}
#picView img{width:100%;}
#picView .swiper-pagination{position:relative;top:10px;}
#picView .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;margin:0 6px;}
#picView .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#238acc;}
#protitle{width:54%;float:right;}

#ProDetailPage .title{margin-bottom:30px;}
#ProDetailPage .title .line{height:5px;position:relative;}
#ProDetailPage .title .linebox{position:relative;}
#ProDetailPage .title .linebox:before{content:"";width:100%;height:1px;background-color:#d1d1d1;position:absolute;left:0;top:2px;}
#protitle h1{font-size:28px;line-height:1.3;position:relative;font-weight:bold;margin-bottom:20px;}
#protitle h3{font-size:28px;line-height:1.2;margin-top:10px;}
#protitle .remark{font-size:16px;line-height:1.8;color:#666;min-height:120px;margin-bottom:30px;}

#protitle .btnlist{overflow:hidden;width:400px;margin-top:50px;}
#protitle .btnlist .morelink{min-width:180px;text-align:center;color:#fff;padding:8px 15px;border:1px solid #238acc;letter-spacing:0;margin:0 0 15px;font-size:19px;line-height:30px;}
#protitle .btnlist .morelink i{font-size:20px;vertical-align:top;line-height:30px;margin-right:8px;}
#protitle .btnlist .morelink:nth-child(1){background-color:#1d2088;}
#protitle .btnlist .morelink:nth-child(2){background-color:#0e6eb8;}
#protitle .btnlist .morelink:nth-child(3){background-color:#28a7e1;}
#protitle .btnlist .morelink:nth-child(4){background-color:#1493c6;}
#protitle .btnlist .morelink:hover{color:#238acc;}

#slider .inquiryline{width:100%;height:5px;background-color:#238acc;margin:50px 0;position:relative;}
#slider .inquiryline i{width:75px;height:75px;line-height:75px;font-size:36px;color:#fff;background-color:#238acc;border-radius:50%;position:absolute;left:calc(50% - 38px);top:-35px;text-align:center;}

#ProDetailPage .feedbackbox{margin-top:20px;}
@media (min-width:992px) and (max-width:1229px) {
    #slider{margin-bottom:30px;}

    #protitle{padding-left:20px;width:50%;}
    #protitle h1{font-size:20px;line-height:28px;}
    #protitle .title{margin-bottom:15px;padding-bottom:15px;padding-top:0;}
    #ProDetailPage .title h3{font-size:16px;line-height:24px;}
    #protitle .remark dl>dt{font-size:14px;line-height:1.8;width:130px;}
    #protitle .remark dl>dd{font-size:14px;line-height:1.8;width:calc(100% - 130px)}

    #picView{width:50%;}
    #BigImg{margin-bottom:10px;}
    #protitle h3{font-size:16px;}
    #protitle .remark{font-size:14px;line-height:1.5;min-height:100px;margin-bottom:20px;}
    #protitle .btnlist{margin-top:30px;}
    #protitle .btnlist>a.btnlink{padding:8px 5px;}

}
@media (min-width:768px) and (max-width:991px) {
    #slider{}
    #picView{width:50%;}
    #BigImg{margin-bottom:10px;}
    #picView{}
    #picView .gallery-thumbs{}
    #protitle{padding-left:20px;width:50%;padding-top:0;}
    #protitle .title{margin-bottom:15px;padding-bottom:15px;}
    #protitle h1{font-size:18px;line-height:24px;}
    #protitle h4{font-size:15px;line-height:20px;}
    
    #ProDetailPage .title h3{font-size:16px;line-height:24px;}
    #protitle .remark{font-size:14px;min-height:100px;margin-bottom:20px;}

    #protitle .btnlist>a.btnlink{font-size:14px;margin-bottom:0;padding:5px 10px;width:160px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}
    #protitle .share{margin-top:10px;margin-bottom:10px;}
    
    #slider .inquiryline i{width:50px;height:50px;line-height:50px;top:-20px;font-size:30px;left:calc(50% - 25px);}
}
@media (min-width:1px) and (max-width:767px) {
    #ProDetailPage{padding-top:20px;padding-bottom:92px;margin-bottom:-92px;}

    #BigImg{margin-bottom:10px;}
    
    #slider{margin-bottom:25px;}
    #picView{width:100%;padding:0;float:initial;border-right:0;}
    #picView .gallery-thumbs{}
    #protitle{width:100%;float:initial;}
    #protitle .title{margin-bottom:15px;padding-bottom:15px;}
    #protitle h1{font-size:18px;line-height:24px;}
    #protitle h4{font-size:15px;line-height:1.5;margin-bottom:10px;}
    #protitle .remark{font-size:13px;line-height:1.5;}
    #protitle .btnlist{margin-top:15px;width:100%;}
    #protitle .btnlist a.morelink{font-size:13px;padding:5px 10px;min-width:150px;}
    
    #ProDetailPage .title h3{font-size:16px;line-height:24px;}

    #inquiry p{font-size:14px;}

    #protitle .remark{font-size:14px;min-height:initial;margin-bottom:20px;}
    #protitle .remark dl>dt{font-size:13px;line-height:1.8;width:120px;}
    #protitle .remark dl>dd{font-size:13px;line-height:1.8;width:calc(100% - 120px)}
}


#ProductDetail{}
#ProductDetail .content{}
#protitle .prevnext{margin-top:20px;}
#protitle .prevnext>a{display:block;font-size:16px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;}
#protitle .prevnext>a:before{content:"[";margin-right:1px;}
#protitle .prevnext>a:after{content:"]";margin-left:1px;}
#protitle .prevnext>a>b{margin-right:5px;}
#protitle .prevnext>a:hover{text-decoration:underline;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
}
@media (min-width:1px) and (max-width:767px) {
}

.prosection:not(:last-child){margin-bottom:50px;}
.prosection .tit{margin-bottom:30px;border-bottom:1px solid #ddd;position:relative;}
.prosection .tit:after,.prosection .tit:before{display:table;content:" ";}
.prosection .tit:after{clear:both;}
.prosection .tit a{display:inline-block;float:left;border:1px solid #ddd;}
.prosection .tit a h3{padding:10px 50px;font-size:20px;line-height:30px;position:relative;}
.prosection .tit a.active{background-color:#238acc;color:#fff;border:1px solid #238acc;}
.prosection .tit a.active h3{color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
    .prosection{margin-bottom:30px;}
    .prosection .tit{margin-bottom:20px;}
    .prosection .tit a h3{font-size:20px;padding:8px 40px;}
}
@media (min-width:768px) and (max-width:991px){
    .prosection{margin-bottom:25px;}
    .prosection .tit{margin-bottom:20px;}
    .prosection .tit a h3{font-size:18px;padding:6px 30px;}
}
@media (min-width:1px) and (max-width:767px) {
    .prosection{margin-bottom:25px;}
    .prosection .tit{margin-bottom:15px;}
    .prosection .tit a h3{font-size:16px;padding:6px 20px}
}


#ProDetailPage .ProList .item{width:calc((100% - 45px)/4);margin:0 15px 0 0;position:relative;}
#ProDetailPage .ProList .item:nth-child(3n){margin-right:15px;}
#ProDetailPage .ProList .item:nth-child(4n){margin-right:0;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #ProDetailPage .ProList .item .txt h3{font-size:13px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProDetailPage .ProList .item{width:calc((100% - 15px)/2);}
    #ProDetailPage .ProList .item:nth-child(3n){margin-right:15px;}
    #ProDetailPage .ProList .item:nth-child(2n){margin-right:0;}
}



.ColumnsBox{}
#Columns{position:relative;z-index:1;margin-top:60px;box-shadow:0 0 5px #ccc;}
#Columns>a{font-size:16px;line-height:30px;padding:10px 15px;display:inline-block;text-align:center;color:#238acc;}
#Columns>a:hover,#Columns>a.active{background-color:#238acc;color:#fff;}


@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #Columns{margin-top:40px;}
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px) {
    #Columns{margin-top:40px;}
    #Columns>a{padding:5px 15px;font-size:14px;line-height:24px;}
}


#SolutionPage .title{margin-bottom:30px;}
#SolutionPage .list .item{width:calc((100% - 45px)/4);margin:0 15px 50px 0;}
#SolutionPage .list .item:nth-child(4n){margin-right:0;}
#SolutionPage .list .item img{width:100%;}
#SolutionPage .list .item h3{padding:15px;background-color:#b2b2b2;color:#fff;font-size:22px;text-align:center;}
@media (min-width:992px) and (max-width:1229px) {
    #SolutionPage .list .item h3{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px) {
    #SolutionPage .list .item h3{font-size:16px;padding:10px;}
}
@media (min-width:1px) and (max-width:767px) {
    #SolutionPage .list .item h3{font-size:15px;padding:10px;}
    #SolutionPage .list .item{width:calc((100% - 15px)/2);margin:0 15px 20px 0;}
    #SolutionPage .list .item:nth-child(2n){margin-right:0;}
}

/*新闻*/
#NewsPage{overflow:hidden;}
#NewsList{padding-bottom:50px;}
.newslist .item{position:relative;margin-bottom:30px;}
.newslist .item .img{width:30%;max-width:350px;margin-right:20px;}
.newslist .item .txt{flex:1;background-color:#eeeef5;position:relative;}
.newslist .item .txt .vcenter{padding:15px 100px 15px 55px;}
.newslist .item h3{font-size:20px;line-height:34px;position:relative;font-weight:bold;margin-bottom:5px;padding-right:80px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.newslist .item span.day{font-size:14px;line-height:34px;color:#c1c1c1;font-family:Arial, Helvetica, sans-serif;position:absolute;top:15px;right:100px;}
.newslist .item p{font-size:16px;line-height:25px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.newslist .item .line{width:88px;height:2px;background-color:#238acc;display:block;margin-top:20px;margin-bottom:20px;}
.newslist .item .more{position:absolute;width:0;height:100%;color:#fff;background-color:#238acc;top:0;right:0;text-align:center;transform:rotateY(180deg);overflow:hidden;transition:all 0.3s;}
.newslist .item .more i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.newslist .item:hover .more{width:40px;}
@media (min-width:1230px) and (max-width:1329px) {
    .newslist .item .txt{padding:20px 20px;}
}
@media (min-width:992px) and (max-width:1229px) {

}
@media (min-width:768px) and (max-width:991px) {
    .newslist .item .txt .vcenter{padding:15px 50px 15px 25px;}
    .newslist .item .line{margin-top:15px;margin-bottom:15px;}
    .newslist .item span.day{right:50px;}

    .newslist .item{}
    .newslist .item .date span.month{font-size:40px;}
    .newslist .item .date span.day{font-size:20px;margin-top:5px;margin-left:5px;}
    .newslist .item .txt h3{font-size:20px;}
    .newslist .item .txt p{font-size:14px;margin-top:5px;}
    .newslist .item .info>i{width:40px;height:40px;line-height:40px;font-size:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    .newslist .item .txt .vcenter{padding:5px 10px;}
    .newslist .item span.day{top:15px;line-height:22px;right:30px;display:none;}
    .newslist .item .line{margin-top:15px;margin-bottom:15px;display:none;}

    .newslist .item{width:100%;padding:0;margin:0 0 20px;}
    .newslist .item .date{display:none;}
    .newslist .item .date span.month{font-size:30px;}
    .newslist .item .date span.day{font-size:18px;margin-top:5px;margin-left:5px;}
    .newslist .item .img{margin-right: 0;}
    .newslist .item .txt{width:70%;padding:0 0;}
    .newslist .item .txt h3{font-size:14px;line-height:22px;height:auto;}
    .newslist .item .txt p{font-size:12px;line-height:20px;margin-top:0;}
    .newslist .item .txt .morelink{min-width:120px;padding:5px 10px;}
    .newslist .item .info{min-width:40px;}
    .newslist .item .info>i{width:30px;height:30px;line-height:30px;font-size:18px;}
}

#NewsPage .title{margin-bottom:40px;}
#NewsPage .title .line{margin-top:15px;}
#NewsPage #sharelist{border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:8px 0;text-align:right;margin-bottom:30px;width:100%;overflow:hidden;}
#NewsPage #sharelist>p{float:left;line-height:24px;font-size:14px;color:#868686;margin:0;}
#NewsPage #sharelist span{display:inline-block;font-size:14px;color:#868686;margin-right:10px;line-height:30px;}
#NewsPage #sharelist>a{display:inline-block;color:#868686;font-size:20px;margin:0 0 0 5px;border:1px solid #999;width:30px;height:30px;line-height:28px;text-align:center;border-radius:50%;}
#NewsPage #sharelist>a:hover{color:#238acc;border:1px solid #238acc;}
#NewsPage #sharelist>a>i{width:28px;height:28px;line-height:28px;font-size:18px;}
#NewsPage #sharelist .bdsharebuttonbox{float:right;}
#NewsPage #sharelist .bdsharebuttonbox>span{line-height:30px;}
#NewsPage #sharelist .bdsharebuttonbox>a{display:inline-block;vertical-align:middle;float:none;width:30px;height:30px;color:#666;border:1px solid #666;}
#NewsPage #sharelist .bdsharebuttonbox>a:before{line-height:30px;}
#NewsPage #sharelist .bdsharebuttonbox>a:hover{color:#009b4d;border:1px solid #009b4d;}
#NewsPage .btnList{margin-top:30px;background-color:#f0f0f0;padding:20px 25px;}
#NewsPage .btnList>.link{font-size:18px;line-height:30px;display:block;}
#NewsPage .btnList>.link:nth-child(1){margin-bottom:5px;}
#NewsPage .btnList>.link span{color:#999;display:inline-block;vertical-align:top;margin-right:5px;}
#NewsPage .btnList>.link>i.iconfont{display:inline-block;width:40px;height:40px;line-height:38px;text-align:center;font-size:20px;border-radius:50%;border:2px solid #dedede;color:#dedede;vertical-align:top;margin:0 6px;}
#NewsPage .btnList>.link:hover>i.iconfont{border:2px solid #009b4d;color:#009b4d;}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (max-width:767px){
    #NewsPage .title{margin-bottom:30px;}
    #NewsPage .title h1{font-size:20px;}
    #NewsPage #sharelist{ text-align:center;}
    #NewsPage #sharelist>p{width:100%;margin-bottom:5px;font-size:12px;}
    #NewsPage #sharelist span{font-size:12px;line-height:20px; }
    #NewsPage .btnList{padding:10px 15px;}
    #NewsPage .btnList>.link{font-size:12px;line-height:18px;display:block;margin-bottom:5px;}
}



#RelatedNews{overflow:hidden;}
#RelatedNews .title{}
#RelatedNews .relate_list{}
#RelatedNews .relate_list .item{margin:0 0 12px;width:48%;}
#RelatedNews .relate_list .item .txt h3{font-size:16px;line-height:30px;position:relative;padding-left:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0;color:#666;}
#RelatedNews .relate_list .item:hover .txt h3{color:#238acc;text-decoration:underline;}
#RelatedNews .relate_list .item .txt h3:before{content:"\e633";font-size:14px;font-family:"iconfont";position:absolute;left:0;transform:rotate(-180deg);}
/*#RelatedNews .relate_list .item .img:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}*/
@media (min-width:992px) and (max-width:1229px) {
    #sharelist{padding-top:20px;padding-bottom:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #RelatedNews .relate_list .item{width:100%;}
    #sharelist{padding-top:15px;padding-bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedNews .relate_list .item{width:100%;margin-bottom:5px;}
    #RelatedNews .relate_list .item .txt h3{font-size:14px;}

    #sharelist{padding-top:15px;padding-bottom:15px;}
    #sharelist a{width:38px;height:38px;}
    #sharelist a>i{display:block;width:36px;height:36px;line-height:36px;text-align:center;font-size:20px;}
}

/*分页*/
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:4px 10px;border:1px solid #ddd;background-color:#fff;color:#337ab7;text-decoration:none;line-height:1.42857143;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;border-color:#ddd;background-color:#eee;color:#23527c;}
ul.pagination {box-shadow:none;width:100%;border-radius:0;text-align:center;}
ul.pagination li {margin-left:5px;display:inline-block;margin-bottom:5px;}
ul.pagination li a{background-color:#fff;border-color:#238acc;border-radius:0;color:#238acc;font-size:14px;}
ul.pagination li.active span{background-color:#238acc;border-color:#238acc;border-radius:0;color:#fff;font-size:14px;}
ul.pagination li:first-child a{border-radius:0;}
ul.pagination li:last-child a{border-radius:0;}
ul.pagination li:hover a,ul.pagination li.active:hover>span{background-color:#238acc;color:#fff;}

#CasesPage{}
#CasesList{overflow:hidden;}
#CasesList .item{width:calc((100% - 45px)/4);overflow:hidden;margin:0 15px 15px 0;}
#CasesList .item:nth-child(4n){margin-right:0;}
#CasesList .item .img{border:1px solid #eee;}
#CasesList .item .img img{width:100%;}
#CasesList .item  h3{font-size:16px;line-height:1.5;padding:10px 0;text-align:center;}
#CasesList .item:hover h3{color:#238acc;}
@media (min-width:992px) and (max-width:1229px) {
    #CasesList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #CasesList .item .txt{padding:30px 15px 15px;}
    #CasesList .item .txt:before{top:20px;width:calc(100% - 30px);}
    #CasesList .item .txt h3{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #CasesPage .title h2{float:left;width:100%;line-height:30px;}
    #CasesPage .title p{float:right;width:100%;line-height:22px;font-size:14px;color:#666;}
    #CasesList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #CasesList .item .txt{padding:30px 15px 15px;}
    #CasesList .item .txt:before{top:20px;width:calc(100% - 30px);}
    #CasesList .item .txt h3{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #CasesPage .title h2{float:left;width:100%;line-height:30px;}
    #CasesPage .title p{float:right;width:100%;line-height:22px;font-size:14px;color:#666;}
    #CasesList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #CasesList .item:nth-child(3n){margin-right:15px;}
    #CasesList .item:nth-child(2n){margin-right:0;}
    #CasesList .item .txt{padding:30px 15px 15px;}
    #CasesList .item .txt:before{top:20px;width:calc(100% - 30px);}
    #CasesList .item .txt h3{font-size:13px;margin-bottom:10px;}
}


#VideoList{overflow:hidden;}
#VideoList .item{width:calc((100% - 60px)/4);margin:0 15px 15px 0;overflow:hidden;border:1px solid #e8e8e8;}
#VideoList .item:nth-child(3n){margin-right:0;}
#VideoList .item .txt{padding:10px 15px;}
#VideoList .item .txt h3{font-size:16px;line-height:1.5;color:#333;}
#VideoList .item .txt p{padding-top:10px;margin-top:15px;border-top:1px solid #e8e8e8;color:#999;display:none;}
#VideoList .item .txt p i{float:right;font-size:30px;line-height:24px;}
#VideoList .item:hover .txt h3{color:#238acc;}
#VideoList .item:hover .txt p{color:#238acc;}
video{width:100%;display:block;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #VideoList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #VideoList .item:nth-child(4n){margin-right:15px;}
    #VideoList .item:nth-child(3n){margin-right:0;}
    #VideoList .item .txt{padding:10px;}
    #VideoList .item .txt h3{font-size:14px;}
    #VideoList .item .txt p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #VideoList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #VideoList .item:nth-child(2n){margin-right:0;}
    #VideoList .item .txt{padding:10px;}
    #VideoList .item .txt h3{font-size:14px;}
    #VideoList .item .txt p{font-size:14px;}
}

/*感谢页面*/
#thk_nav{text-align:center;}
#thk_nav h2{margin-bottom:20px;text-align:center;}
#thk_nav>p{line-height:28px;font-size:14px;}
.btnthank{padding:5px 10px;margin-top:15px;display:inline-block;border:1px solid #238acc;color:#ffffff;background-color:#238acc;}
.btnthank:hover{background-color:#ffffff;color:#238acc;}
@media (max-width:767px) {
    #thk_nav>p{line-height:20px;font-size:13px;}
}

/*网站地图*/
#sitemapnav { width:100%; position:relative;overflow:hidden;}
#sitemapnav li{  list-style:none;}
#sitemapnav a{ color:#333; }
#sitemapnav .fontbig {	width:100% !important;}
#sitemapnav .bigli{width:100%;  line-height:35px;font-size:18px;}
#sitemapnav .bigli a {color:#666; font-weight:bold;text-transform:capitalize;}
#sitemapnav .bigli a:hover {text-decoration:underline;}
.jiange{ width:100%;height:2px; border-bottom:solid 1px #d2d2d2; margin-top:8px;margin-bottom:8px;}
.probigclass {padding-left:50px;}
#sitemapnav .PROclass_01 { width:100%;padding-left:3%; font-size:16px; line-height:30px; font-weight:bold; }
#sitemapnav .PROclass_02 { width:100%;padding-left:6%;font-size:16px; height:22px; line-height:22px;  overflow:hidden;font-weight:normal; }

#sitemapnav .PROclass_01 a{  color:#666;}
#sitemapnav .PROclass_02 a{ color:#666;}
#sitemapnav .PROclass_01 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_02 a:hover{ text-decoration:underline;}

#sitemapnav .PROclass_03 { width:100%;padding-left:9%;color:#666666;font-size:14px;line-height:20px;}
#sitemapnav .PROclass_03 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_04 {width:100%; padding-left:12%;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media screen and (min-width:1px ) and (max-width:767px)
{
	#sitemapnav .abli_02{width:100%;height:auto;}
    #sitemapnav .bigli{font-size:16px;}
    #sitemapnav .abli_02{font-size:14px;line-height:20px;}
    #sitemapnav .PROclass_01{font-size:14px;}
    #sitemapnav .PROclass_02{font-size:13px;}
    #sitemapnav .PROclass_03{font-size:12px;width:100%;}
    #sitemapnav .PROclass_04{width:100%;}
}

/*************图库*************/
.GalleryCateList{text-align:center;margin-bottom:50px;}
.GalleryCateList a.cateitem{display:inline-block;min-width:250px;text-align:center;padding:20px;line-height:24px;border:2px solid #e6e6e6;margin:0 6px;font-size:18px;color:#666;}
.GalleryCateList a.cateitem.active,.GalleryCateList a.cateitem:hover{background-color:#333;color:#fff;border:2px solid #333;}

#GalleryList{overflow:hidden;}
#GalleryList .item iframe{width:100%;height:auto;}
#GalleryList .item .workimg iframe{position:absolute;left:0;top:50%;transform:translate(0,-50%);}

#GalleryList .item{width:calc((100% - 60px)/4);margin:0 20px 20px 0;border:1px solid #e0e0e0;padding:10px;}
#GalleryList .item:nth-child(4n){margin-right:0;}
#GalleryList .item .img{position:relative;}
/*#GalleryList .item .img:before{content:"";background:url(/Template/Default/images/woaofu.png) no-repeat center/100%;position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:1;width:100%;height:100%;}*/
#GalleryList .item .img img{width:100%;}
#GalleryList .item h3{font-size:16px;line-height:24px;text-align:center;color:#666;padding:10px 0 5px;}
#GalleryList .item:hover h3{color:#238acc;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #GalleryList .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;}
    #GalleryList .item h3{padding:10px;}
}
@media screen and (min-width:768px ) and (max-width:991px){
    .GalleryCateList a.cateitem{padding:10px 15px;min-width:180px;font-size:16px;}

    #GalleryList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #GalleryList .item:nth-child(4n){margin-right:15px;}
    #GalleryList .item:nth-child(3n){margin-right:0;}
    #GalleryList .item h3{padding:10px 0 0;font-size:14px;line-height:1.5;}
}
@media (max-width:767px) {
    .GalleryCateList a.cateitem{padding:10px 15px;min-width:initial;font-size:16px;width:100%;margin:0;}

    #GalleryList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;padding:5px;}
    #GalleryList .item:nth-child(4n){margin-right:15px;}
    #GalleryList .item:nth-child(2n){margin-right:0;}
    #GalleryList .item h3{padding:10px 0 0;font-size:14px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
}
/*服务页面*/
#EbookPage{}
#EbookPage .title{margin-bottom:50px;}
#EbookPage .title h2{text-align:center;font-size:30px;}
#EbookPage .ebook{background:url(../images/sebg.jpg) no-repeat center bottom;padding-bottom:50px;padding-top:50px;}
#EbookPage .ebook .content{text-align:center;}
#EbookPage .CatalogList{margin:0 -10px;}
#EbookPage .CatalogList .item{width:25%;float:left;padding:0 10px;}
#EbookPage .CatalogList .swiper-pagination{text-align:center;width:100%;bottom:0px;position:relative;margin-top:15px;}
#EbookPage .CatalogList .swiper-pagination span{margin:0 10px;width:10px;height:10px;}
#EbookPage .CatalogList .swiper-pagination .swiper-pagination-bullet-active{background-color:#d80c0d;}
#EbookPage .download{padding-top:50px;padding-bottom:50px;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px) {
    #EbookPage .title{margin-bottom:20px;}
    #EbookPage .title h2{font-size:20px;}
    #EbookPage .ebook{padding-bottom:20px;}
    #EbookPage .download{padding-top:10px;}
}

/*按钮样式*/
.btn-2{position:relative;z-index:1;overflow:hidden;}
.btn-2:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #238acc;
  position: absolute;
  bottom: -5px;
  left: -5px;
  transition:all .5s;z-index:-1;
}
.btn-2:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #238acc transparent transparent;
  position: absolute;
  top: -5px;
  right: -5px;
  transition:all .5s;z-index:-1;
}
.btn-2:hover:before {
  border-width: 300px 0 0 300px;
}
.btn-2:hover:after {
  border-width: 0 300px 300px 0;
}

.btn-3{position:relative;z-index:1;overflow:hidden;}
.btn-3:before {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: -5px;
  left: -5px;
  transition:all .5s;z-index:-1;
}
.btn-3:after {
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: -5px;
  right: -5px;
  transition:all .5s;z-index:-1;
}
.btn-3:hover:before {
  border-width: 300px 0 0 300px;
}
.btn-3:hover:after {
  border-width: 0 300px 300px 0;
}

/*图库样式*/
.imghvr-zoom-in figcaption {
 opacity:0;
 -webkit-transform:scale(.5);
 transform:scale(.5)
}
.imghvr-zoom-in:hover figcaption {
 -webkit-transform:scale(1);
 transform:scale(1);
 opacity:1
}
[class^='imghvr-'],
[class*=' imghvr-'] {
  position: relative;
  margin: 0px;
  max-width: 100%;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: inherit;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[class^='imghvr-'] h3,
[class*=' imghvr-'] h3,
[class^='imghvr-'] p,
[class*=' imghvr-'] p {
  margin: 0;
  padding: 0;
  color: #fff;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* imghvr-zoom-in
   ----------------------------- */
.imghvr-zoom-in figcaption {
  text-align:center;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background-color:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
}
.imghvr-zoom-in figcaption h3{text-align:center;transform:translateY(-50%);top:50%;position:relative;}
.imghvr-zoom-in:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* imghvr-shutter-out-diag-1
   ----------------------------- */
[class^='imghvr-shutter-out-']:before,
[class*=' imghvr-shutter-out-']:before {
  background: inherit;
  position: absolute;
  content: '';
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[class^='imghvr-shutter-out-'] figcaption,
[class*=' imghvr-shutter-out-'] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover:before,
[class*=' imghvr-shutter-out-']:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover figcaption,
[class*=' imghvr-shutter-out-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}
@media (min-width:1px) and (max-width:767px) {
    .imghvr-zoom-in figcaption{opacity:1;transform:scale(1);position:relative;padding:5px 10px;}
    .imghvr-zoom-in figcaption h3{transform:inherit;}
}



.video_icon{position:absolute;top:50%;left:50%;transform: translate(-50%, -50%);width:66px;height:66px;line-height:66px;text-align:center;}
.video_icon i.iconfont{display:block;font-size:24px;width:66px;height:66px;line-height:66px;background-color:rgba(255,255,255,0.8);border-radius:50%;color:#238acc;}
.video_icon .play,
.video_icon .play:before,
.video_icon .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -webkit-animation: play 3s infinite;
    animation: play 3s infinite;
}

.video_icon .play:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video_icon .play:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

#detail table {width:100%;}
#detail table {border:1px solid transparent;}
#detail table tr td{padding:10px;}
#detail table tr:nth-child(2n+1){background-color:#fff;}
#detail table tr:nth-child(2n){background-color:#eeeff3;}
#detail table tr:nth-child(1){background-color:#989898;}

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}
a.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #238acc;
}
a.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #238acc solid 5px;
  border-radius:5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
   animation-iteration-count:infinite;
}
a.hvr-ripple-out:hover:before,a.hvr-ripple-out:focus:before,a.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
