﻿@charset "utf-8";
@import url('../fonts/iconfont/iconfont.css');
@import url('imgsize.css');

/*****  font-display: swap;  字体延迟加载*****/
@font-face {
  font-family: 'MYRIADPRO-BOLD';  /* project id 1951647 */
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/MyriadPro/MYRIADPRO-BOLD.eot');
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/MyriadPro/MYRIADPRO-BOLD.eot?#iefix') format('embedded-opentype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/MyriadPro/MYRIADPRO-BOLD.woff2') format('woff2'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/MyriadPro/MYRIADPRO-BOLD.woff') format('woff'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/MyriadPro/MYRIADPRO-BOLD.ttf') format('truetype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/MyriadPro/MYRIADPRO-BOLD.svg#MYRIADPRO-BOLD') format('svg');
  font-display: swap;
}
/**********样式重置**********/
html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
}
@media (min-width:1px) and (max-width:767px) {
    html{font-size:14px;}
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
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;}
a{outline:none;color:#111;text-decoration:none;}
a:hover{color:#093b94;}
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,h5,h6,img,input,textarea,li,p,pre,td,ul{margin:0 auto;padding:0;font-family:Arial,Verdana,Tahoma, Geneva,sans-serif;color:#333;line-height:1.5;font-size:16px;}
h1,h2,h3,h4,dt{font-family:MYRIADPRO-BOLD,Arial,Verdana, Tahoma, Geneva,  sans-serif;font-weight:normal}
.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.05);margin:0 auto;display:block;}
.item:hover .img img{transform:scale(1);}
.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:space-between;flex-wrap:wrap; flex-direction:column;}
.vcenter{position:absolute;top:50%;transform:translate(0,-50%);}
.vccenter{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.container{max-width:1410px;padding:0 15px;width:100%;}
.text-center{text-align:center;}
.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;}
#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;margin-top:50px;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:1409px) {
    #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:sticky;background-color:#fff;top:0;padding-top:15px;padding-bottom:15px;border-bottom:1px solid #dadada;}

#logo{display:none;}

#Menu{display:flex;justify-content:space-between;transition:all 0.3s;position:relative;width:100%;}
#Menu .logo{padding:0;margin:0;}
#Menu .logo>a{height:65px;display:block;}
#Menu .logo img{position:relative;top:50%;transform:translate(0,-50%);}
#Menu ul.menunav{transition:all .3s;text-align:left;margin:0;}
#Menu ul.menunav>li{display:inline-block;}
#Menu ul.menunav>li.lang{float:right;}
#Menu ul.menunav>li.lang img{float:left;margin-top:11px;margin-right:5px;}
#Menu ul.menunav>li.lang>a{}
#Menu ul.menunav>li.lang>a>i{font-size:24px;}
#Menu ul.menunav>li.lang>a:before{}
#Menu ul.menunav>li.lang>a:hover{}
#Menu ul.menunav>li>a{position:relative;display:block;font-size:18px;line-height:25px;padding:20px 35px;}
#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{color:#093b94;}
#Menu ul.menunav>li.open>a:before,#Menu ul.menunav>li.active>a:before,#Menu ul.menunav>li:hover>a:before{content:"";width:68px;height:4px;background-color:#093b94;position:absolute;bottom:-6px;left:calc(50% - 34px);display:none;}
#Menu ul.menunav>li.dropdown>a::after{content:"\e62d";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 ul.menunav>li#search{padding:15px 0;}
#Menu ul.menunav>li#search>a{padding:0;width:35px;height:35px;line-height:35px;display:inline-block;border:1px solid #093b94;color:#093b94;border-radius:50px;text-align:center;}

#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 #093b94;}
#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:14px;line-height:24px;position:absolute;right:10px;}
#Menu ul>li ul.dropdown-menu>li:hover>a,#Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#093b94;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:10px; display:none;}
header #menu_btn>.menu_btn_top{ position:absolute; top:5px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#093b94; -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:#093b94; -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:#093b94; -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:#093b94; -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:#093b94; -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:#093b94; -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) {
    header{padding:6px 0;}
    header #menu_btn{margin-top:24px;}

    #Menu{}

    #Menu ul.menunav{text-align:right;}
    #Menu ul.menunav>li{}
    #Menu ul.menunav>li.logo{float:left;}
    #Menu ul.menunav>li.logo>a{height:50px;}
    #Menu ul.menunav>li>a{font-size:16px;padding:20px;}
    #Menu ul.menunav>li.lang{}
    #Menu ul.menunav>li.lang img{margin-top:6px;}
    #Menu ul.menunav>li.lang>a:not(:first-child)::before{margin-right:8px;}
    #Menu ul.menunav>li.lang i{font-size:17px;}

    #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:hover:before{bottom:0;}

    #Menu ul>li ul.dropdown-menu>li{padding-top:0;}
    #Menu ul>li ul.dropdown-menu>li>a{font-size:14px;}

    #Menu ul.menunav > li.search{margin-left:10px}
}
@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{position:relative;top:0;}
    header.iheader{position:relative;padding-top:8px;padding-bottom:8px;}
    header #menu_btn{ display: block;top:5px;}

    #Menu>.container{padding:0;}
    #Menu ul.menunav>li>a>i {display:none;}

    #logo{display:block;position:relative;}
    #logo .logo{padding-top:0;padding-bottom:0;display:inline-block;height:40px;vertical-align:top;}
    #logo .logo img{display:block;margin:0;width:auto;max-width:80%;position:relative;top:50%;transform:translate(0,-50%);height:100%;}

    #Menu ul.menunav>li:nth-child(2)>a{padding-left:0;}

    #Menu #Toplogo{display:none;}
    #Menu ul.menunav>li:not(:first-child){margin-left:0;}

    #Menu .logo>a{height:auto;padding:5px 10px;background-color:#fff;}
    #Menu .logo img{width:100%;top: 0;transform: inherit;}

    header{position:relative;}
    header .navbar-brand img{margin:0;width:200px;}
    #Menu{width:220px;position:fixed;left:-220px;top: 0px; bottom: 0px; background: #093b94; 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 .topbox{padding:15px 15px 0;}
    #Menu .topbox>.lang{color:#fff;}
    #Menu .topbox>.lang>a{color:#fff;}
    #Menu .topbox>.share>a{margin-left:20px;color:#fff;}




    #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{display: block; padding: 0px 0 15px; text-align: left;overflow:hidden;}
    #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:hover{border-bottom: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:#093b94;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:#093b94;color:#fff;}
    
    #Menu ul>li ul.dropdown-menu ul.catemenu{display:block;left:0;border-left:none;padding-left:20px;}


    #Menu ul.menunav>li#search{background-color:transparent;padding:8px 15px;}
    #Menu ul.menunav>li#search #stext{width:calc(100% - 36px);height:36px;}
    #Menu ul.menunav>li#search #sbut{width:36px;height:36px;padding:0;line-height:36px;}
    #Menu ul.menunav>li#search>a{display:none;}
    #Menu ul.menunav>li#search #SearchBox{position:relative;background:none;left:initial;right:initial;top:initial;bottom:initial;}
    #Menu ul.menunav>li#search #SearchBox .searchclose{display:none;}
    #Menu ul.menunav>li#search #SearchBox #sform{display:block;background-color:#fff;width:100%;border:1px solid #fff;margin:0;}
    #Menu ul.menunav>li#search #SearchBox #stext{width:80%;background-color:#fff;height:30px;line-height:30px;color:#333;font-size:14px;font-weight:normal;padding-left:8px;}
    #Menu ul.menunav>li#search #SearchBox #sbut{width:20%;height:30px;line-height:30px;background-color:#093b94;}
    #Menu ul.menunav>li#search #SearchBox #sbut>i{height:30px;line-height:30px;width:30px;font-size:18px;vertical-align:top;}
}

#bframe{overflow:hidden;position:relative;}
#bframe .bgimg{height:330px;}
#bframe .bgimg h2{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);}
#bframe .txt{position:absolute;width:100%;top:40%;transform:translate(0,-50%);}
#bframe h2{font-size:42px;line-height:1.4;color:#fff;position:relative;text-transform:uppercase;}
#bframe p{font-size:16px;line-height:1.5;color:#fff;width:80%;}
#ibframe img{width:100%;display:block;margin:0 auto;height:calc(100% * 1920 / 900);}
#ibframe .swiper-pagination{bottom:30px;}
#ibframe .swiper-pagination-bullet{width:12px;height:12px;border:none;margin:0 10px;border-radius:50%;}
#ibframe .swiper-pagination-bullet-active{background-color:#093b94;}
#ibframe .btnlist{display:none;}
#ibframe .btnlist .swbtn{display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;position:absolute;color:#fff;top:calc(50% - 25px);background-color:rgba(0,0,0,0.1);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-next{right:calc(10px + 5vw);}
@media (min-width:992px) and (max-width:1229px) {
    #bframe .bgimg{height:280px;}
    #bframe .bgimg h2{top:45%;}
    #bframe .txt{top:30%;}
    #bframe h2{font-size:30px;}
    #ibframe .swiper-pagination{bottom:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #bframe .bgimg{height:250px;}
    #bframe .bgimg h2{top:45%;}
    #bframe .txt{top:30%;}
    #bframe h2{font-size:24px;}
    #bframe p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px){
    #bframe .bgimg{height:130px;}
    #bframe .txt{width:100%;}
    #bframe h2{font-size:18px;}
    #bframe p{display:none;}
    #ibframe .swiper-pagination{bottom:0;}
}

.frame{padding-top:70px;padding-bottom:70px;overflow:hidden;}
.frame .title{margin-bottom:40px;position:relative;overflow:hidden;text-align:center;}
.frame .title h2{font-size:52px;line-height:1;position:relative;color:#222;text-transform:uppercase;margin-bottom:30px;}
.frame .title h2 span{color:#093b94;font-size:64px;display:block;margin-left:2vw;}
.frame .title .line{position:relative;text-align:center;margin-bottom:5px;}
.frame .title .line>i{font-size:36px;color:#093b94;height:40px;line-height:40px;width:40px;display:inline-block;}
.frame .title .line:before{content:"";width:430px;height:2px;background-color:#222;position:absolute;top:19px;right:calc(50% + 55px);}
.frame .title .line:after{content:"";width:430px;height:2px;background-color:#222;position:absolute;top:19px;left:calc(50% + 55px);}
.frame .title p{font-size:16px;line-height:1.6;color:#999;}
.frame .title a.link{padding:0 40px;font-size:20px;line-height:30px;border:1px solid #093b94;border-radius:50px;display:inline-block;margin-top:30px;text-transform:uppercase;background-color:#093b94;color:#fff;}
.frame .title a.link:hover{color:#093b94;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    .frame{padding-top:40px;padding-bottom:40px;}
    .frame .title{margin-bottom:20px;}
    .frame .title h3{font-size:18px;}
    .frame .title h2{font-size:30px;}
    .frame .title h2 span{font-size:42px;}
    .frame .title p{font-size:14px;width:100%;}
    .frame .title a.link{font-size:16px;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 h3{font-size:16px;}
    .frame .title h2{font-size:24px;}
    .frame .title h2 span{font-size:36px;}
    .frame .title p{font-size:14px;width:100%;}
    .frame .title a.link{font-size:14px;line-height:24px;}
}
@media (max-width:767px){
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:15px;}
    .frame .title h3{font-size:15px;}
    .frame .title h2{font-size:20px;}
    .frame .title h2 span{font-size:24px;}
    .frame .title p{font-size:13px;width:100%;}
    .frame .title a.link{font-size:13px;line-height:20px;padding:0 20px;}
    .frame .title .line:before{content:"";width:150px;right:calc(50% + 35px);}
    .frame .title .line:after{content:"";width:150px;left:calc(50% + 35px);}
}

.frame .flex_between>div{margin:0;}
.morelink{display:inline-block;padding:15px 40px;color:#fff;background-color:#093b94;position:relative;font-size:18px;line-height:30px;min-width:100px;border:1px solid #093b94;}
.morelink>i{display:inline-block;vertical-align:top;margin-left:1rem;font-size:30px;}
.morelink:hover{color:#093b94;}
@media (min-width:992px) and (max-width:1229px) {
    .morelink{padding:5px 25px;font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    .morelink{padding:5px 25px;font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    .morelink{padding:5px 15px;font-size:13px;}
}

#frame1{background:linear-gradient(to bottom,#fff 20%,#f6f6f6 20%);}
#frame1 .tit{width:33%;margin:0;padding-top:50px;}
#frame1 .tit h2{font-size:30px;line-height:1.5;text-transform:uppercase;margin-bottom:10px;}
#frame1 .tit p{font-size:21px;line-height:1.5;margin-bottom:100px;}
#frame1 .content{width:65%;margin:0;position:relative;background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 0 10px #eee;}
#frame1 .content .img{float:left;width:552px;}
#frame1 .content dl{float:right;width:300px;margin-top:100px;padding-right:30px;}
#frame1 .content dl dt{font-size:22px;line-height:1.5;color:#093b94;text-transform:uppercase;margin-bottom:10px;}
#frame1 .content dl dd{padding:8px 0;}
#frame1 .content dl dd>a{color:#666;font-size:16px;line-height:24px;padding-left:25px;position:relative;display:block;}
#frame1 .content dl dd>a:before{content:"\e6bd";font-family:iconfont;position:absolute;left:0;top:50%;transform:translate(0,-50%) rotate(-90deg);color:#dcdcdc;}
#frame1 .content dl dd>a:hover{color:#093b94;}
#frame1 .content dl dd>a:hover:before{color:#093b94;}
#frame1 .list{margin-top:50px;}
#frame1 .list .item{width:calc((100% - 90px)/4);margin:0 30px 30px 0;position:relative;}
#frame1 .list .item:nth-child(4n){margin-right:0;}
#frame1 .list .item:nth-last-child(-n+4){margin-bottom:0;}
#frame1 .list .item .txt{position:absolute;left:0;right:0;bottom:0;top:0;background:rgba(9,59,148,0.76);text-align:center;transform:scale(0);transition:all 0.3s;}
#frame1 .list .item .txt .vcenter{width:100%;}
#frame1 .list .item .txt h3{font-size:18px;line-height:24px;color:#fff;text-transform:uppercase;margin-bottom:10px;}
#frame1 .list .item .txt i{color:#fff;font-size:40px;}
#frame1 .list .item:hover .txt{transform:scale(1);}
@media (min-width:1230px) and (max-width:1409px) {
    #frame1 .tit p{margin-bottom:60px;}
    #frame1 .content .img{width:60%;}
    #frame1 .content dl{width:38%;margin-top:60px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #frame1 .tit{width:100%;padding-top:0;margin-bottom:30px;}
    #frame1 .tit h2{font-size:26px;}
    #frame1 .tit p{font-size:18px;margin-bottom:30px;}
    #frame1 .content{width:100%;}
    #frame1 .content .img{width:50%;}
    #frame1 .content dl{width:40%;margin-top:60px;}
    #frame1 .list .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame1 .tit{width:100%;padding-top:0;margin-bottom:30px;}
    #frame1 .tit h2{font-size:26px;}
    #frame1 .tit p{font-size:18px;margin-bottom:30px;}
    #frame1 .content{width:100%;}
    #frame1 .content .img{width:50%;}
    #frame1 .content dl{width:40%;margin-top:30px;}
    #frame1 .list{margin-top:30px;}
    #frame1 .list .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;}
    #frame1 .list .item .txt{position:relative;transform:scale(1);left:initial;right:initial;top:initial;bottom:inherit;}
    #frame1 .list .item .txt .vcenter{position:relative;top:initial;transform:initial;}
    #frame1 .list .item .txt h3{padding:10px;font-size:14px;line-height:1.5;margin-bottom:0;}
    #frame1 .list .item .txt i{display:none;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame1 .tit{width:100%;padding-top:0;margin-bottom:30px;}
    #frame1 .tit h2{font-size:22px;}
    #frame1 .tit p{font-size:16px;margin-bottom:20px;}
    #frame1 .content{width:100%;}
    #frame1 .content .img{display:none;}
    #frame1 .content dl{width:100%;padding:15px;margin-top:0;}
    #frame1 .content dl dt{font-size:20px;}
    #frame1 .list{margin-top:30px;}
    #frame1 .list .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #frame1 .list .item:nth-child(2n){margin-right:0;}
    #frame1 .list .item:nth-last-child(-n+4){margin-bottom:15px;}
    #frame1 .list .item:nth-last-child(-n+2){margin-bottom:0;}
    #frame1 .list .item .txt{position:relative;transform:scale(1);left:initial;right:initial;top:initial;bottom:inherit;}
    #frame1 .list .item .txt .vcenter{position:relative;top:initial;transform:initial;}
    #frame1 .list .item .txt h3{padding:10px;font-size:13px;line-height:1.5;margin-bottom:0;}
    #frame1 .list .item .txt i{display:none;}
}

#frame2{background:url(/Template/Default/images/bg1.jpg) no-repeat center fixed;padding-top:100px;padding-bottom:100px;}
#frame3 .title h2{margin-bottom:0;}
#frame2 .content{width:48%;margin:0 0 150px;}
#frame2 .content h2{font-size:52px;color:#fff;text-transform:uppercase;margin-bottom:10px;}
#frame2 .content p{font-size:16px;line-height:1.8;color:#fff;margin-bottom:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;}
#frame2 .content .morelink{border:1px solid #fff;padding:10px 30px;font-size:18px;line-height:30px;text-align:center;background-color:transparent;border-radius:50px;color:#fff;}
#frame2 .content .morelink:hover{color:#093b94;}
#frame2 .list .item{text-align:center;}
#frame2 .list .item .num{color:#fff;font-size:52px;}
#frame2 .list .item em{font-size:18px;color:#fff;font-style:initial;}
#frame2 .list .item p{color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
    #frame2{padding-top:60px;padding-bottom:60px;}
    #frame2 .content{margin-bottom:40px;}
    #frame2 .content h2{font-size:42px;}
    #frame2 .content .morelink{padding:6px 20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame2{padding-top:40px;padding-bottom:40px;}
    #frame2 .content{margin-bottom:30px;width:100%;}
    #frame2 .content h2{font-size:36px;}
    #frame2 .content .morelink{padding:4px 20px;font-size:15px;line-height:30px;}
    #frame2 .list .item .num{font-size:40px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame2{padding-top:40px;padding-bottom:40px;}
    #frame2 .content{margin-bottom:0;width:100%;}
    #frame2 .content h2{font-size:28px;}
    #frame2 .content p{font-size:14px;line-height:1.6;}
    #frame2 .content .morelink{padding:4px 20px;font-size:15px;line-height:30px;}
    #frame2 .list{display:none;}
}

#frame3{background:#eee url(/Template/Default/images/text.png) no-repeat center bottom/100%;position:relative;}
#frame3 .swiper-slide{border-radius:20px;overflow:hidden;background-color:#fff;}
#frame3 .swiper-slide .txt{padding:20px;}
#frame3 .swiper-slide .txt h3{font-size:18px;line-height:1.5;font-family:Arial, Helvetica, sans-serif;}
#frame3 .swiper-slide .txt .date{font-size:14px;color:#999;margin-bottom:8px;}
#frame3 .swiper-slide .txt .date>i{margin-right:8px;}
#frame3 .swiper-slide .txt p{font-size:16px;line-height:28px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom:10px;}
#frame3 .swiper-slide .txt .more{display:inline-block;border-radius:50px;line-height:33px;background-color:#eee;padding-right:20px;}
#frame3 .swiper-slide .txt .more>i{display:inline-block;width:33px;height:33px;line-height:33px;font-size:20px;float:left;background-color:#093b94;color:#fff;text-align:center;margin-right:17px;border-radius:50%;}
#frame3 .swiper-slide .txt:hover h3{color:#093b94;}
#frame3 .swiper-slide .txt .more:hover{background-color:#093b94;color:#fff;}
#frame3 .list{position:relative;}
#frame3 .swbtn{position:absolute;width:60px;height:60px;line-height:60px;box-sizing:border-box;top:calc(50% - 30px);transform:translate(0,-50%);text-align:center;background-color:#093b94;z-index:1;border-radius:50%;}
#frame3 .swbtn>i{font-size:30px;color:#fff;display:block;}
#frame3 .swbtn.btn-next{right:-100px;}
#frame3 .swbtn.btn-prev{left:-100px;}
#frame3 .swbtn.btn-prev>i{transform:rotateY(180deg);}
@media (min-width:1410px) and (max-width:1609px) {
    #frame3 .swbtn.btn-next{right:0;}
    #frame3 .swbtn.btn-prev{left:0;}
}
@media (min-width:1230px) and (max-width:1409px) {
    #frame3 .swbtn.btn-next{right:0;}
    #frame3 .swbtn.btn-prev{left:0;}
}
@media (min-width:992px) and (max-width:1229px) {
    #frame3 .swbtn.btn-next{right:0;}
    #frame3 .swbtn.btn-prev{left:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame3 .swbtn{width:50px;height:50px;line-height:50px;top:calc(50% - 25px);}
    #frame3 .swbtn.btn-next{right:0;}
    #frame3 .swbtn.btn-prev{left:0;}
    #frame3 .swiper-slide .txt{padding:15px;}
    #frame3 .swiper-slide .txt h3{}
    #frame3 .swiper-slide .txt p{font-size:14px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame3 .swbtn{width:50px;height:50px;line-height:50px;top:calc(50% - 25px);}
    #frame3 .swbtn.btn-next{right:0;}
    #frame3 .swbtn.btn-prev{left:0;}
}

#frame4{background:url(/Template/Default/images/bg2.jpg) no-repeat center bottom fixed;padding-top:90px;padding-bottom:90px;}
#frame4 .flex_between{flex-flow:row-reverse;}
#frame4 .left{width:550px;padding-right:70px;margin:0;}
#frame4 .left .item:not(:last-child){margin-bottom:50px;}
#frame4 .left .item h3{font-size:24px;line-height:1.5;color:#fff;text-transform:uppercase;margin-bottom:6px;}
#frame4 .left .item h3>i{margin-right:10px;color:#fff;font-size:24px;}
#frame4 .left .item p{font-size:14px;line-height:1.5;color:#fff;}
#frame4 .title{width:550px;text-align:right;margin:0;}
#frame4 .title h2{font-size:52px;color:#06dce1;text-transform:uppercase;}
#frame4 .title p{font-size:24px;color:#fff;text-transform:uppercase;font-weight:bold;}
@media (min-width:992px) and (max-width:1229px) {
    #frame4{padding-top:50px;padding-bottom:50px;}
    #frame4 .left{width:50%;}
    #frame4 .title{width:45%;text-align:right;}
    #frame4 .title h2{font-size:42px;}
    #frame4 .title p{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame4{padding-top:50px;padding-bottom:50px;}
    #frame4 .flex_between{flex-flow:wrap;}
    #frame4 .left{width:100%;}
    #frame4 .left .item:not(:last-child){margin-bottom:30px;}
    #frame4 .left .item h3{font-size:20px;}
    #frame4 .left .item h3>i{font-size:20px;}
    #frame4 .title{text-align:left;width:100%;margin-bottom:30px;}
    #frame4 .title h2{font-size:36px;}
    #frame4 .title p{font-size:16px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame4{padding-top:50px;padding-bottom:50px;}
    #frame4 .flex_between{flex-flow:wrap;}
    #frame4 .left{width:100%;padding-right:0;}
    #frame4 .left .item:not(:last-child){margin-bottom:30px;}
    #frame4 .left .item h3{font-size:20px;}
    #frame4 .left .item h3>i{font-size:20px;}
    #frame4 .title{text-align:left;width:100%;margin-bottom:30px;}
    #frame4 .title h2{font-size:36px;}
    #frame4 .title p{font-size:16px;}
}

#frame5 .title h2{margin-bottom:0;}
#frame5 .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
#frame5 .item img{width:100%;height:calc(100% * 200 / 160);}

#frame6{background-color:#f6f6f6;padding-top:100px;padding-bottom:100px;}
#frame6 .flex_center{display:flex;justify-content:center;flex-wrap:wrap;}
#frame6 .img{margin:0;overflow:hidden;}
#frame6 .txt{padding-left:80px;margin:0;position:relative;z-index:1;}
#frame6 .txt h3{font-size:24px;line-height:1.5;}
#frame6 .txt a.email{display:inline-block;font-size:36px;line-height:1.5;color:#043688;font-family:Raleway-Bold,Arial, Helvetica, sans-serif;}
#frame6 .txt p{font-size:14px;line-height:24px;font-family:Arial, Helvetica, sans-serif;color:#999;}
#frame6 .txt a.btn{display:block;width:200px;height:50px;line-height:48px;text-align:center;border:1px solid #093b94;background-color:#043688;color:#FFF;text-transform:uppercase;font-size:20px;font-family:Raleway-Bold,Arial, Helvetica, sans-serif;margin-top:15px;}
#frame6 .txt a.btn:hover{color:#093b94;}
@media screen and (min-width:1230px ) and (max-width:1429px){
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame6{padding-top:50px;padding-bottom:50px;}
    #frame6 .img{width:50%;}
    #frame6 .txt{padding-left:40px;}
    #frame6 .txt h3{font-size:20px;}
    #frame6 .txt a.email{font-size:30px;}
    #frame6 .txt p{font-size:13px;}
    #frame6 .txt a.btn{height:40px;line-height:38px;font-size:18px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame6{padding-top:25px;padding-bottom:25px;}
    #frame6 .flex_center{display:block;}
    #frame6 .img{display:none;}
    #frame6 .txt{padding-left:0;padding-top:0;}
    #frame6 .txt h3{font-size:16px;}
    #frame6 .txt a.email{font-size:18px;}
    #frame6 .txt p{font-size:13px;}
    #frame6 .txt a.btn{height:40px;line-height:38px;font-size:16px;}
}
@media (max-width:767px){
    #frame6{padding-top:25px;padding-bottom:25px;}
    #frame6 .flex_center{display:block;}
    #frame6 .img{display:none;}
    #frame6 .txt{padding-left:0;padding-top:0;}
    #frame6 .txt h3{font-size:16px;}
    #frame6 .txt a.email{font-size:18px;}
    #frame6 .txt p{font-size:13px;}
    #frame6 .txt a.btn{height:40px;line-height:38px;font-size:16px;}
}

.feedbackbox{}
.feedbackbox li{width:100%;overflow:hidden;display:flex;margin:0 0 25px;}
.feedbackbox li.border{border:2px solid #f4f4f4;}
.feedbackbox .half{width:48.5%;}
.feedbackbox .input{flex:1;background-color:#eee;padding:5px 10px;height:50px;margin:0;font-size:16px;}
.feedbackbox .input:focus{box-shadow:none;}
.feedbackbox textarea.input{height:160px;resize:none;}
.feedbackbox .btnli{display:block;width:100%;margin-bottom:0;}
.feedbackbox .btnli .morelink{text-transform:uppercase;color:#fff;min-width:160px;text-align:center;}
.feedbackbox .btnli .morelink:hover{}
@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;}
    .feedbackbox .input{height:45px;}
}
@media (min-width:1px) and (max-width:767px){
    .feedbackbox .half{width:100%;margin:0 0 15px;}
    .feedbackbox .input{height:40px;}
    .feedbackbox .btnli{margin-top:0;}
}

footer{background-color:#02132d;padding-top:70px;}
#fck1{width:330px;margin:0;}
#fck2{width:190px;margin:0;}
#fck3{width:180px;margin:0;}
#fck4{width:420px;margin:0;}
#fck4 .subscribeBox{width:100%;margin:0 0 30px 0;}
#fck4 .subscribeBox .input{line-height:30px;padding:10px 20px;width:100%;border-radius:50px;background-color:#132742;color:#fff;margin-bottom:30px;}
#fck4 .subscribeBox .btnSubmit{font-size:18px;line-height:30px;border:none;background-color:#1f8bcc;cursor:pointer;color:#fff;display:inline-block;padding:10px 40px;border-radius:50px;}
#fck4 .subscribeBox .btnSubmit>i{display:inline-block;font-size:20px;margin-left:10px;}
#fck4 .subscribeBox .btnSubmit:hover{background-color:#fff;color:#1f8bcc;}
#language{padding:10px 0px; text-align:center;margin-top:20px;}
#language ul {display:flex;justify-content:space-between;}
#language ul li {margin:0;display:inline-block;}
#language ul li a{font-size:14px; line-height:2em;}
#language ul li a img{margin-top:5px;}
#language ul li a span{font-size:14px; line-height:2em;}

footer dl dt{font-size:24px;line-height:1.5;margin-bottom:25px;color:#fff;text-transform:uppercase;}
footer dl dd{padding:10px 0;font-size:16px;line-height:1.5;color:#fff;position:relative;}
footer dl dd>a{font-size:16px;line-height:1.5;color:#fff;display:inline-block;}
footer dl dd>a>em{display:inline-block;width:5px;height:2px;margin-right:5px;background-color:#fff;vertical-align:middle;}
footer dl dd>a:hover{text-decoration:underline;color:#fff;}

#fck1 dl dd{padding-left:30px;}
#fck1 dl dd>i{position:absolute;font-size:20px;left:0;line-height:1.4;}


.foot_by{overflow:hidden;text-align:center;padding-top:10px;padding-bottom:10px;margin-top:20px;border-top:1px solid #0f213e;}
.foot_by .footdiv{font-size:16px; line-height:30px;color:#fff;margin:0;display:inline-block;}
.foot_by .footdiv a{display:inline-block; font-size:16px; line-height:30px;color:#fff;}
.foot_by .footdiv.fl{text-align:left;float:left;color:#b1b1b1;}
.foot_by .footdiv.fr{text-align:right;float:left;color:#b1b1b1;margin-left:70px;}
.foot_by .footdiv a:hover{text-decoration:underline;}

footer .footshare{margin-top:50px;}
footer .footshare>a{text-align:center;margin-right:10px;display:inline-block;}
footer .footshare>a>i{font-size:28px;margin-right:0;color:#fff;width:40px;height:40px;line-height:40px;text-align:center;border-radius:8px;display:inline-block;}
footer .footshare>a.ico_youtube>i{background-color:#ef2638;}
footer .footshare>a.ico_linkedin>i{background-color:#0b66c1;}
footer .footshare>a.ico_facebook>i{background-color:#3a59a3;}
footer .footshare>a.ico_twitter>i{background-color:#1da1f3;}
footer .footshare>a.ico_skype>i{background-color:#01aef0;}
footer .footshare>a.ico_wechat>i{background-color:#13c939;}
footer .footshare>a:hover>i{}
@media (min-width:992px) and (max-width:1229px) {
    footer{padding-top:40px;}
    footer .container{background-size:auto;}

    #fck1{width:100%;margin-bottom:50px;}
    #fck1 .footshare{margin-top:20px;}

    #fck2{margin:0;}


    #language ul li {margin:0 0 0 15px;}
    #language ul li a img{display:block;}

    #friendlist{margin-bottom:15px;}
    #friendlist a{margin-left:30px;}
    
    .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:30px;}
    footer .container{background-size:auto;}
    
    #fck1{width:100%;margin-bottom:30px;}
    #fck1 .footshare{margin-top:20px;}
    #fck2{margin:0;}
    #fck4{width:100%;margin-top:30px;}
    #fck4 .subscribeBox .btnSubmit{padding:5px 30px;}
    
    footer dl dt{margin-bottom:10px;}
    footer dl dd{margin-bottom:0}
    footer dl dd>a{}

    #language{padding:6px 0;margin-bottom:0;}
    #language ul li a img{display:block;}
    #language ul li a span{font-size:12px;}
    
    #friendlist{margin-bottom:10px;}
    #friendlist a{margin-left:15px;}
    
    .foot_by{margin-top:10px;}
    .foot_by .footdiv{font-size:13px;}
    .foot_by .footdiv a{font-size:13px;}
    .foot_by .footdiv.fl{}
    .foot_by .footdiv.fr{margin:0;text-align:left;width:100%;}
    .foot_by .footdiv.fr .flink{height:30px;line-height:28px;}
}
@media (min-width:1px) and (max-width:767px) {
    footer{padding-top:0;padding-bottom:50px;}
    footer .container{background-size:auto;}
    
    #fck1{width:100%;margin-bottom:10px;}
    #fck2{margin:0;}
    #fck4 .subscribeBox{margin-bottom:0;}
    #fck4 .subscribeBox .btnSubmit{padding:5px 30px;}

    footer .footshare{margin-top:10px;}

    .footmenu{border-radius:0;padding:0;justify-content:flex-start;}
    
    #fck1{width:100%;margin-bottom:20px;}
    #fck2{width:100%;}
    #fck2 dd{width:100%;}
    #fck3{width:100%;}
    #fck4{width:100%;}
    #fck4 dd.half{width:100%;}
    

        
    #language{padding:6px 0;display:none;}
    #language ul{flex-wrap:wrap;}
    #language ul li{width:20%;}
    #language ul li a img{display:block;}
    #language ul li a span{font-size:12px;}
    
    footer .footColumn dl dt{margin-bottom:0;}
    footer dl{margin-bottom:0;}
    footer dl dt{font-size:16px;margin-bottom:0;padding-top:8px;padding-bottom:8px;}
    footer dl dt::after{content:"\e88e";font-family:iconfont;margin-left:10px;font-size:16px;transform:rotate(90deg);display:inline-block;}
    footer dl dd{display:none;margin-bottom:0;font-size:14px;margin-bottom:5px;}
    footer dl dd p{font-size:12px;}
    footer dl.catelist dd>a{font-size:12px;}
    .foot_by{margin-top: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:1;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:#093b94;box-shadow:0 0 10px #093b94;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:#093b94;position:relative;cursor:pointer;margin-bottom:5px;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;}
}

/*共用*/
#Location{width:100%;padding-top:12px;padding-bottom:12px;background-color:#e7e7e7;}
#Location .location{}
#Location .location:before{content:"\e63e";font-family:iconfont;font-size:20px;color:#999;vertical-align:top;line-height:24px;margin-right:3px;}
#Location .location a{display:inline-block;font-size:16px;line-height:24px;color:#999;}
#Location .location a:not(:last-child)::after{content:">";margin:0 5px;vertical-align:top;}
#Location .location a:last-child{}
#Location .location a:hover{color:#093b94;}
#Location .location span{display:inline-block;font-size:16px;line-height:24px;color:#999;}
@media (min-width:992px) and (max-width:1229px) {
    #Location .location a{font-size:15px;}
    #Location .location span{font-size:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #Location{}
    #Location .location{}
    #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 .location a{font-size:13px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:13px;line-height:18px;}
}

/*左侧菜单*/
#left_nav{width:300px;position:sticky;top:150px;}
#left_nav dl{overflow:hidden;margin-bottom:30px;}
#left_nav dl>dt{padding:15px 30px;font-size:20px;line-height:24px;position:relative;border:1px solid #093b94;background-color:#fff;color:#093b94;}
#left_nav dl>dd{position:relative;cursor:pointer;}
#left_nav dl>dd>a{display:block;font-size:16px;line-height:24px;padding:15px 30px;position:relative;border-bottom:1px solid #ddd;}
#left_nav dl>dd>a:before{content:"";width:4px;height:4px;background-color:#ddd;position:absolute;left:15px;top:calc(50% - 2px);}
#left_nav dl>dd>i{position:absolute;right:5px;top:10px;display:inline-block;width:30px;height:30px;text-align:center;display:none;}
#left_nav dl>dd>i:before{content:"\e7f9";font-size:16px;line-height:30px;width:30px;height:30px;display:block;}
#left_nav dl>dd.active:before,#left_nav dl>dd:hover:before{content:"";border-style:solid;border-width:6px 10px;border-color:transparent transparent transparent #093b94;position:absolute;left:-15px;top:17px;}
#left_nav dl>dd.active>i:before{}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:#093b94;}
#left_nav dl>dd.active>a:before,#left_nav dl>dd:hover>a:before{background-color:#093b94;}
#left_nav dl>dd.active>i,#left_nav dl>dd:hover>i{content:"";color:#fff;}
#left_nav dl>dd ul{transition:all 0s;margin-top:8px;display:none;}
#left_nav dl>dd.active ul{display:block;}
#left_nav dl>dd ul>li{}
#left_nav dl>dd ul>li>a{display:block;font-size:15px;line-height:24px;position:relative;padding:8px 0 8px 20px;text-transform:uppercase;border-bottom:1px solid #dedede;color:#666;}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{color:#093b94;}
#left_nav dl>dd ul>li.active>ul{display:block;}
#left_nav dl>dd ul>li>ul.catelist{padding:0 20px 0 ;}
#left_nav dl>dd ul>li>ul.catelist>li>a{display:block;border-bottom:1px solid #d5d5d5;padding-left:8px;font-size:14px;}
@media (min-width:992px) and (max-width:1229px) {
    .left_box{width:30%;padding-right:20px;}
    #left_nav{width:100%;}
    #left_nav dl{}
    #left_nav dl>dt{}
    #left_nav dl>dd{}
    #left_nav dl>dd>a{font-size:14px;padding:10px 10px 10px 30px}
    #left_nav dl>dd ul>li>a{font-size:13px;}
}
@media (min-width:768px) and (max-width:991px) {
    .left_box{width:100%;}
    #left_nav{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;}
    #left_nav dl{padding:0;border-left:none;margin-bottom:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:5px 10px 5px 15px;font-size:18px;line-height:40px;display:block;}
    #left_nav dl>dt:after{content:"\e88e";font-family:iconfont;float:right;position:absolute;border:none;top:5px;width:40px;height:40px;line-height:40px;right:0;text-align:center;transform:rotate(90deg)}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd:last-child{border-radius:0;}
    #left_nav dl>dd>i{top:5px;}
    #left_nav dl>dd>a{font-size:14px;padding:10px 15px 10px 30px;}
    #left_nav dl>dd ul{margin-top:0;margin-left:20px;}
    #left_nav dl>dd ul>li>a{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {   
    .left_box{width:100%;}
    #left_nav{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;}
    #left_nav dl{padding:0;border-left:none;margin-bottom:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:5px 10px 5px 15px;font-size:18px;line-height:40px;display:block;}
    #left_nav dl>dt:after{content:"\e88e";font-family:iconfont;float:right;position:relative;border:none;top:0;width:40px;height:40px;line-height:40px;right:0;text-align:center;transform:rotate(90deg)}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd>i{top:5px;}
    #left_nav dl>dd>a{font-size:14px;padding:10px 15px 10px 30px;}
    #left_nav dl>dd ul>li>a{font-size:12px;}
    #left_nav dl>dd.contactus{margin-top:30px;padding-bottom:15px;}
}
#LeftSearch{padding-top:30px;padding-bottom:30px;background-color:#eef3e9;}
#LeftSearch #sform3{display:block;background-color:#fff;width:100%;overflow:hidden;border-radius:50px;}
#LeftSearch #stext3{width:calc(100% - 64px);background-color:#fff;height:44px;line-height:44px;font-size:16px;font-weight:normal;padding-left:25px;float:left;color:#333;}
#LeftSearch #sbut3{width:64px;height:44px;line-height:44px;background-color:#fff;border:none;cursor:pointer;text-align:center;}
#LeftSearch #sbut3>i{height:44px;line-height:44px;width:44px;font-size:24px;display:block;margin:0 auto;}
@media (min-width:992px) and (max-width:1229px) {
    #LeftSearch{padding-top:20px;padding-bottom:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #LeftSearch{padding-top:15px;padding-bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #LeftSearch{padding-top:10px;padding-bottom:10px;}
}

#left_nav .LeftProduct{}
#left_nav .LeftProduct h2{padding:10px 10px 10px 60px;font-size:20px;line-height:40px;position:relative;background-color:#f5f5f5;text-transform:uppercase;margin-bottom:25px;}
#left_nav .LeftProduct h2:before{content:"\e63d";font-family:iconfont;position:absolute;left:10px;top:10px;width:40px;height:40px;line-height:40px;font-size:30px;text-align:center;}
#left_nav .LeftProduct .list{padding:0 30px;position:relative;}
#left_nav .LeftProduct .item .pic{border:1px solid #e9e9e9;}
#left_nav .LeftProduct .item .txt{padding:12px 0;}
#left_nav .LeftProduct .item .txt h3{font-size:18px;line-height:24px;text-align:center;color:#666;}
#left_nav .LeftProduct .swbtn{position:absolute;width:23px;height:56px;line-height:56px;box-sizing:border-box;top:calc(50% - 24px);transform:translate(0,-50%);text-align:center;background-color:#c9c9c9;z-index:1;}
#left_nav .LeftProduct .swbtn>i{font-size:20px;color:#fff;display:block;}
#left_nav .LeftProduct .swbtn.btn-next{right:0;}
#left_nav .LeftProduct .swbtn.btn-prev{left:0;}
#left_nav .LeftProduct .swbtn.btn-next>i{transform:rotateY(180deg);}
#left_nav .LeftProduct .swbtn:hover{background-color:#093b94;}
@media (min-width:1px) and (max-width:991px) {
    #left_nav .LeftProduct{display:none;}
}

#left_nav .leftContact{overflow:hidden;background-color:#f9f9f9;}
#left_nav .leftContact h3{padding:15px;font-size:20px;line-height:22px;position:relative;color:#fff;background-color:#d8aa42;}
#left_nav .leftContact .contacts{padding:15px;}
#left_nav .leftContact p{display:block;font-size:16px;line-height:28px;}
#left_nav .leftContact p i{color:#444;margin-right:8px;display:inline-block;vertical-align:top;font-size:18px;}
#left_nav .leftContact img{width:100%;}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav .leftContact p{font-size:14px;}
}
@media (min-width:1px) and (max-width:991px) {
    #left_nav .leftContact{display:none;}
}


/*右侧内容*/
#right_nav{width:calc(100% - 340px);}
#right_nav>.tit{border-bottom:1px solid #093b94;margin-bottom:30px;padding-bottom:20px;}
#right_nav>.tit h2{font-size:20px;line-height:36px;margin-bottom:5px;color:#093b94;}
#right_nav>.tit p{font-size:14px;line-height:24px;color:#666;}
.nframe{padding-top:2.5vw;overflow:hidden;padding-bottom:2vw;}
.nframe .title{margin-bottom:20px;text-align:center;}
.nframe .title h1{font-size:30px;line-height:48px;position:relative;margin-top:0;margin-bottom:0;}
.nframe .title h2{font-size:30px;line-height:1.5;position:relative;margin-top:0;margin-bottom:10px;text-transform:uppercase;}
.nframe .title h3{font-size:30px;margin-top:0;margin-bottom:0;text-transform:capitalize;}
.nframe .title h4{font-size:18px;line-height:24px;color:#093b94;text-transform:uppercase;}
.nframe .title h2.point{display:inline-block;}
.nframe .title h2.point:before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background-color:#333;position:absolute;left:-20px;top:calc(50% - 4px);}
.nframe .title h2.point:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background-color:#333;position:absolute;right:-20px;top:calc(50% - 4px);}
.nframe .title p{font-size:18px;line-height:1.5;}
.nframe section{overflow:hidden;}
.nframe section .content{font-size:14px;line-height:24px;color:#505050;}
@media (min-width:992px) and (max-width:1229px) {
    #right_nav{width:70%;}
    
    .nframe{padding-top:25px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:24px;line-height:36px;}
    .nframe .title h2{font-size:24px;line-height:36px;}
    .nframe .title h3{font-size:24px;}
    .nframe .title h4{font-size:16px;}
    .nframe .title p{font-size:14px;}
    .nframe .title .line>span{font-size:14px;}

    .nframe section .content{font-size:16px;line-height:1.5;}
}
@media (min-width:768px) and (max-width:991px) {
    #right_nav{width:100%;}
    
    .nframe{padding-top:25px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:20px;line-height:30px;}
    .nframe .title h2{font-size:20px;line-height:30px;margin-bottom:15px;}
    .nframe .title h3{font-size:20px;}
    .nframe .title h4{font-size:16px;}
    .nframe .title p{font-size:13px;line-height:18px;}
    .nframe .title .line>span{font-size:14px;}

    .nframe section .content{font-size:16px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    #right_nav{width:100%;}
    #right_nav .tit h3{font-size:16px;line-height:1.5}
    embed{width:100%;height:auto;}
    
    .nframe{padding-top:20px;}
    .nframe .title{margin-bottom:10px;}
    .nframe .title h1{font-size:18px;line-height:24px;}
    .nframe .title h2{font-size:18px;line-height:24px;margin-bottom:10px;}
    .nframe .title h3{font-size:18px;}
    .nframe .title h4{font-size:14px;}
    .nframe .title p{font-size:12px;line-height:18px;}
    .nframe .title .line{}

    .nframe section .content{font-size:13px;line-height:24px;}
    .table-responsive table{width:100%;}
}



/*关于我们*/
#aboutframe .title{}
#aboutframe .title h2{border-left:none;padding-left:0;}
#ab_info .title h2{}
#ab_info article{font-size:16px;line-height:2.3;}
@media (min-width:992px) and (max-width:1229px) {
    #ab_info article{line-height:2;}
}
@media (min-width:768px) and (max-width:991px){
    #ab_info article{font-size:15px; line-height:1.6;}
}
@media (min-width:1px) and (max-width:767px) {
    #ab_info article{font-size:13px; line-height:1.6;}
}

#ab_num{background:linear-gradient(to bottom,#fff 30%,#e9f0fc 30%);padding-bottom:50px;}
#ab_num .imgbox{border-radius:10px;overflow:hidden;margin-bottom:30px;}
#ab_num .list .item{text-align:center;}
#ab_num .list .item .num{color:#093b94;font-size:52px;}
#ab_num .list .item em{font-size:18px;color:#093b94;font-style:initial;}
#ab_num .list .item p{color:#093b94;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #ab_num .list .item .num{font-size:36px;}
    #ab_num .list .item p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ab_num{padding-bottom:30px;}
    #ab_num .imgbox{margin-bottom:0;}
    #ab_num .list{display:none;}
}

#ab_adv {}
#ab_adv .item{width:27.5%;background-color:#1e4c9d;padding:60px 45px;transition:all 0.3s;cursor:pointer;}
#ab_adv .item.active{width:45%;background:#383838 url(/Template/Default/images/ab_bg.jpg) no-repeat bottom right;padding:60px;}
#ab_adv .item h3{font-size:24px;line-height:1.5;color:#fff;text-transform:uppercase;max-width:240px;position:relative;padding-bottom:20px;margin-bottom:20px;}
#ab_adv .item h3:before{content:"";width:140px;height:1px;background-color:#fff;position:absolute;bottom:0;left:0;}
#ab_adv .item p{font-size:16px;line-height:30px;color:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}
#ab_adv .item.active p{-webkit-line-clamp:6;}
@media (min-width:992px) and (max-width:1229px) {
    #ab_adv .item{padding:30px;}
    #ab_adv .item.active{padding:30px;}
    #ab_adv .item h3{font-size:20px;}
    #ab_adv .item p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px){
    #ab_adv .item{padding:20px;width:100%;border-bottom:1px solid #ccc;}
    #ab_adv .item.active{padding:20px;width:100%;}
    #ab_adv .item h3{font-size:20px;}
    #ab_adv .item p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ab_adv .item{padding:15px;width:100%;border-bottom:1px solid #ccc;}
    #ab_adv .item.active{padding:15px;width:100%;}
    #ab_adv .item h3{font-size:20px;}
    #ab_adv .item p{font-size:14px;}
}

#certificate{background-color:#e9f0fc;}
#certificate .item{width:calc((100% - 90px)/4);margin:0 30px 0 0;}
#certificate .item:nth-child(4n){margin-right:0;}
#certificate .item .ceimg{border:1px solid #ccc;background-color:#fff;padding:10px;overflow:hidden;position:relative;}
#certificate .item .ceimg .zoom{position:absolute;left:0;right:0;bottom:0;top:0;background-color:rgba(9,59,148,0.76);transform:scale(0);transition:0.3s;}
#certificate .item .ceimg .zoom>i{color:#fff;font-size:60px;text-align:center;width:100px;height:100px;line-height:100px;position:absolute;top:calc(50% - 50px);left:calc(50% - 50px);}
#certificate .item .ceimg:hover .zoom{transform:scale(1);}
#certificate .item p{font-size:18px;text-align:center;margin-top:15px;}
@media (min-width:992px) and (max-width:1229px) {
    #certificate .item{width:calc((100% - 45px)/4);margin:0 15px 0 0;}
}
@media (min-width:768px) and (max-width:991px){
    #certificate .item{width:calc((100% - 45px)/4);margin:0 15px 0 0;}
    #certificate .item p{font-size:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #certificate .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #certificate .item:nth-child(2n){margin-right:0;}
    #certificate .item p{font-size:15px;}
}

#ab_salse{background-color:#f8f8f8;}
#ab_salse .imgbox{text-align:center;}

#faq dl{transition:all 0.3s;overflow:hidden;margin-bottom:10px;}
#faq dl>dt{font-size:16px;line-height:30px;color:#fff;cursor:pointer;position:relative;font-family:Arial, Helvetica, sans-serif;font-weight:normal;padding:10px 40px 10px 20px;background-color:#333;}
#faq dl>dt:after{content:"\e775";font-family:iconfont;color:#093b94;line-height:30px;position:absolute;right:20px;color:#fff;transform:rotate(90deg);display:inline-block;}
#faq dl>dd{color:#666;font-size:16px;line-height:22px;height:0;overflow:hidden;transition:all 0.3s;padding:0 40px 0 20px;}
#faq dl.active>dt{background-color:#1b4a9c;}
#faq dl.active>dt:after{transform:rotate(-90deg);}
#faq dl.active>dd{height:auto;padding:20px 40px 20px 20px;}
@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{}
    #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{}
    #faq dl>dt{font-size:14px;line-height:20px;padding:10px 30px 10px 10px}
    #faq dl>dt::after{top:5px;right:10px;}
    #faq dl>dd{font-size:14px;line-height:20px;padding:0 10px 0 10px;font-size:13px;}
    #faq dl.active>dd{height:auto;padding:5px 10px 5px 10px;}
}

#download{margin-bottom:50px;}
#download .item{display:flex;justify-content:space-between;background-color:#f0f0f0;padding:15px 30px;margin-bottom:10px;}
#download .item h3{width:60%;font-size:18px;line-height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#666;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
#download .item h3>i{color:#ef0000;font-size:27px;margin-right:5px;vertical-align:top;}
#download .item span.date{width:120px;text-align:center;font-size:16px;line-height:30px;color:#666;}
#download .item a.link{font-size:16px;line-height:30px;color:#666;text-transform:uppercase;}
#download .item a.link>i{color:#666;font-size:27px;margin-right:5px;vertical-align:top;}
@media (min-width:992px) and (max-width:1229px) {
    #download .item{}
    #download .item a.link i{right:25px;}
}
@media (min-width:768px) and (max-width:991px){
    #download .tit h2{font-size:30px;}
    #download .item{padding:15px 25px 15px 25px;}
    #download .item h3{font-size:16px;}
    #download .item a.link{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #download{margin-bottom:30px;}
    #download .tit h2{font-size:30px;}
    #download .item{padding:10px 15px 10px 15px;}
    #download .item span{font-size:13px;line-height:20px;}
    #download .item a.link{font-size:13px;}
    #download .item a.link i{font-size:16px;line-height:30px;}
    #download .item h3{font-size:14px;width:70%;}
    #download .item h3>i{font-size:18px;}
    #download .item span.date{display:none;}
}


#map{height:440px;position:relative;z-index:1;overflow:hidden;width:calc(100% - 540px);padding:15px 0;}
#map p{text-align:center;font-size:14px;line-height:30px;color:#7e7e7e;}
#map p>i{line-height:30px;vertical-align:top;color:#333;margin-right:5px;font-size:20px;}
@media (min-width:992px) and (max-width:1229px) {
    #map{height:360px;padding:30px 0;}
}
@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{width:540px;padding:40px 40px;background-color:#1b4a9c;}
#cont_lxfs dt{color:#fff;font-size:22px;line-height:42px;font-family:Arial, Helvetica, sans-serif;border-bottom:1px solid #3465bc;}
#cont_lxfs dd{min-height:80px;padding:18px 0;border-bottom:1px solid #3465bc;position:relative;}
#cont_lxfs dd>p{color:#fff;font-size:16px;line-height:24px;}
#cont_lxfs dd a{color:#fff;font-size:16px;line-height:24px;}
@media (min-width:992px) and (max-width:1229px) {
    #cont_lxfs{padding:30px;}
    #cont_lxfs dd{min-height:70px;}
}
@media (min-width:768px) and (max-width:991px){
    #cont_lxfs{padding:30px;width:100%;}
    #cont_lxfs dd{min-height:60px;}
}
@media (min-width:1px) and (max-width:767px) {
    #cont_lxfs{padding:15px;width:100%;}
    #cont_lxfs dt{font-size:18px;line-height:1.5;}
    #cont_lxfs dd{min-height:initial;padding:10px 0;}
    #cont_lxfs dd>p{position:relative;top:initial;transform:initial;}
    #cont_lxfs dd>p>i{margin-right:5px;}
}

#feedback{padding-top:0;}
#feedback .title p{margin-bottom:30px;}
#feedback .feedbackbox li{flex-wrap:wrap;}
#feedback .feedbackbox label{width:100%;font-size:16px;color:#999;text-transform:uppercase;margin-bottom:10px;display:none;}
#feedback .feedbackbox .input{background-color:#eee;height:55px;padding:0;line-height:40px;flex:initial;width:100%;overflow:hidden;border-radius:8px;padding:10px 15px;font-size:16px;}
#feedback .feedbackbox textarea.input{height:170px;}
#feedback .feedbackbox .border{border-radius:6px;}
#feedback .feedbackbox .btnli{}
#feedback .feedbackbox .morelink{color:#fff;width:100%;border-radius:8px;}
#feedback .feedbackbox .morelink:hover{background-color:#fff;color:#093b94;}
@media (min-width:992px) and (max-width:1229px) {
    #feedback .content{padding:30px;}
    #feedback .tit{width:100%;margin-bottom:20px;}
    #feedback .tit h3{font-size:30px;}
    #feedback .tit p{font-size:16px;line-height:20px;margin-bottom:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #feedback{width:100%;}
    #feedback .content{padding:30px;}
    #feedback .tit{width:100%;margin-bottom:20px;}
    #feedback .tit h3{font-size:30px;}
    #feedback .tit p{font-size:16px;line-height:20px;margin-bottom:15px;}
    #feedback .feedbackbox .input{height:50px;}
}
@media (min-width:1px) and (max-width:767px) {
    #feedback{width:100%;}
    #feedback .content{padding:15px;}
    #feedback .tit{width:100%;margin-bottom:20px;}
    #feedback .tit h3{font-size:24px;}
    #feedback .tit p{font-size:14px;line-height:20px;margin-bottom:15px;}
    #feedback .feedbackbox .input{height:45px;}
    #feedback .feedbackbox li{margin-bottom:15px;}
    #feedback .feedbackbox textarea.input{line-height:30px;}
}
.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{background-color:#f5f5f5;}
#ProCate{padding-bottom:50px;position:relative;z-index:2;}
#ProCate .tit{padding:10px 0;margin-bottom:10px;}
#ProCate .tit h2{font-size:40px;display:inline-block;line-height:40px;text-transform:uppercase;position:relative;}
#ProCate .tit h2 i{font-size:30px;color:#093b94;vertical-align:top;line-height:40px;margin-right:8px;}
#ProCate .tit span{font-size:14px;line-height:30px;display:inline-block;margin-left:8px;color:#999;}
#ProCate .CateList dl{background-color:#1b4a9c;display:none;margin:0;position:absolute;width:100%;max-height:180px;overflow-y:auto;z-index:1;border-top:1px solid #fff;border-bottom:1px solid #324256;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:#1b4a9c;background-color:#fff;}
#ProCate .CateList .select{display:inline-block;width:365px;position:relative;background-color:#1b4a9c;}
#ProCate .CateList .select{margin-right:15px;}
#ProCate .CateList .select>span{display:block;padding:15px;cursor:pointer;color:#fff;line-height:24px;font-size:16px;}
#ProCate .CateList .select>span:before{content:"\e6bd";position:absolute;font-family:iconfont;right:10px;font-size:16px;}
@media (min-width:1230px) and (max-width:1585px) {
}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #ProCate .left{width:100%;float:none;}
    #ProCate .right{width:100%;float:none;margin-top:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProCate{padding-bottom:20px;}
    #ProCate .tit{margin-bottom:10px;padding:0;}
    #ProCate .tit h2{font-size:30px;}
    #ProCate .tit span{display:block;margin-left:0;margin-top:5px;line-height:20px;}

    #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 .select>span{padding:10px 15px;}

    #ProCate .CateList dl>dd>a{font-size:14px;padding:5px 10px;}
}

#ProPage .ProList{overflow:hidden;}
#ProPage .ProList .item{width:calc((100% - 60px)/3);margin:0 30px 30px 0;background-color:#fff;padding:20px;}
#ProPage .ProList .item:nth-child(3n){margin-right:0;}
#ProPage .ProList .item .proimg{overflow:hidden;border-bottom:1px solid #e9e9e9}
#ProPage .ProList .item .proimg img{width:100%;}
#ProPage .ProList .item .txt{padding:20px 0 0;}
#ProPage .ProList .item .txt h3{font-size:18px;line-height:1.5;text-align:center;font-family:Arial, Helvetica, sans-serif;}
#ProPage .ProList .item .txt p{font-size:16px;line-height:22px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;display:none;}
#ProPage .ProList .item:hover .txt h3{color:#093b94;}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage {padding-top:30px;}
    #ProPage .ProList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #ProPage .ProList .item .txt{}
    #ProPage .ProList .item .txt h3{font-size:15px;line-height:1.5;}
    #ProPage .ProList .item .txt span{padding:6px 20px;font-size:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage {padding-top:15px;}
    #ProPage .ProList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #ProPage .ProList .item .txt{}
    #ProPage .ProList .item .txt h3{font-size:15px;line-height:1.5;}
    #ProPage .ProList .item .txt p{display:none;}
    #ProPage .ProList .item .txt span{padding:6px 20px;font-size:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage {padding-top:15px;}
    #ProPage .intro h2{font-size:18px;line-height:24px;}
    #ProPage .intro p{font-size:13px;line-height:18px;}
    #ProPage .ProList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;padding:5px;}
    #ProPage .ProList .item:nth-child(3n){margin-right:15px;}
    #ProPage .ProList .item:nth-child(2n){margin-right:0;}
    #ProPage .ProList .item .img{width:100%;}
    #ProPage .ProList .item .txt{width:100%;padding-top:8px;}
    #ProPage .ProList .item .txt h3{font-size:14px;line-height:20px;}
    #ProPage .ProList .item .txt p{display:none;}
    #ProPage .ProList .item .txt span{padding:6px 20px;font-size:13px;}
}



/*产品详情*/
#ProDetailPage{background-color:#f5f5f5;}
#ProDetailPage .title{margin-bottom:20px;position:relative;text-align:left;}
#ProDetailPage .title h2{font-size:16px;line-height:36px;}
#ProDetailPage .title h2>svg{width:36px;height:36px;float:left;margin-right:15px;}
#ProDetailPage .title h2 a.back{float:right;color:#093b94;}
#ProDetailPage .title h2 a.back:hover{text-decoration:underline;}
#ProDetailPage .panelbox{padding-top:0;}
#ProDetailPage .panelbox:not(:first-child){display:none;}
#slider{overflow:hidden;margin-bottom:50px;}
#picView{width:40%;float:left;position:relative;}
#BigImg{border:1px solid #ebebeb;margin-bottom:20px;padding-bottom:1px;}

#smallImg{width:100%;position:relative;}
#smallImg .swbtn{position:absolute;width:30px;text-align:center;z-index:1;top:0;bottom:0;background-color:#ccc;text-align:center;opacity:0;transition:all 0.3s;}
#smallImg .swbtn>i{font-size:18px;color:#093b94;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:#093b94;border-color:#093b94;opacity:1;}
#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;}
#picView .gallery-thumbs .swiper-slide a{display:block;position:relative;border:1px solid #ddd;}
#picView .gallery-thumbs .swiper-slide-active{position:relative;background-color:#fff;}
#picView .gallery-thumbs .swiper-slide.active>a{border:1px solid #093b94;}
#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:#093b94;}
#protitle{width:58%;float:right;padding:0;}
#protitle .title{border-bottom:1px solid #e7e7e7;padding-bottom:20px;margin-bottom:20px;}
#protitle h1{font-size:42px;line-height:1.2;position:relative;margin-top:0;}
#protitle h4{font-size:20px;line-height:1.8;margin-bottom:20px;}
#protitle .remark{display:flex;}
#protitle .remark p{font-size:16px;line-height:30px;padding:5px 20px 5px 0;width:33.33%;border-bottom:1px solid #e7e7e7;color:#666;}
#protitle .remark p>b{display:block;}

#protitle #sharelist>a:hover{color:#093b94;}

#protitle .btnlist{overflow:hidden;margin-top:60px;}
#protitle .btnlist>a.btnlink{margin-bottom:10px;line-height:30px;font-size:16px;padding:5px 10px;position:relative;background-color:#fff;color:#093b94;border:1px solid #093b94;float:left;width:200px;border-radius:50px;margin-right:20px;text-align:center;}
#protitle .btnlist>a>i{margin-right:5px;font-size:24px;line-height:30px;vertical-align:top;}
#protitle .btnlist>a.btnlink:hover{color:#fff;}
#protitle .btnlist>a:hover>i{color:#fff;}

#slider .inquiryline{width:100%;height:5px;background-color:#093b94;margin:50px 0;position:relative;}
#slider .inquiryline i{width:75px;height:75px;line-height:75px;font-size:48px;color:#fff;background-color:#093b94;border-radius:50%;position:absolute;left:calc(50% - 38px);top:-35px;text-align:center;}

#ProDetailPage .pro_detail .title{margin-bottom:0;border-bottom:2px solid #f5f7f9;}
#ProDetailPage .pro_detail .title h3{font-size:16px;line-height:30px;padding:0 30px;margin:0;}
#ProDetailPage .pro_detail .title a{display:inline-block;padding:10px 0;position:relative;}
#ProDetailPage .pro_detail .title a:not(:first-child) h3{border-left:2px solid #f5f7f9;}
#ProDetailPage .pro_detail .title a.active:before,#ProDetailPage .pro_detail .title a:hover:before{content:"";border-bottom:2px solid #093b94;position:absolute;bottom:-2px;width:100%;}


.prosection{margin-bottom:50px;}
.prosection .tit{margin-bottom:30px;overflow:hidden;border-bottom:1px solid #093b94;}
.prosection .tit a{display:inline-block;float:left;}
.prosection .tit a h3{padding:7px 28px;font-size:20px;line-height:36px;position:relative;}
.prosection .tit a.active{background-color:#093b94;color:#fff;}
.prosection .tit a.active h3{color:#fff;}

#ProductDetail{overflow:hidden;}
#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;}

#RelatedProduct{}
#RelatedProduct #ProPage{padding-top:0;}

#inquiry{}
#inquiry .tit{margin-bottom:10px;}
#inquiry p{line-height:2;margin-bottom:15px;}
#inquiry p .email{color:#f00;}
#inquiry .feedbackbox .input{background-color:#FFF;}
#inquiry .feedbackbox .btnli{text-align:center;}
@media (min-width:992px) and (max-width:1229px){
    #inquiry .feedbackbox{width:100%;}
}
@media (min-width:768px) and (max-width:991px){
    #inquiry .feedbackbox{width:100%;}
    #inquiry .title h2{margin-bottom:10px;}
}
@media (min-width:1px) and (max-width:767px){
    #inquiry .feedbackbox{width:100%;}
    #inquiry .title h2{margin-bottom:10px;}
}

@media (min-width:992px) and (max-width:1229px) {
    .prosection{margin-bottom:30px;}
    .prosection .tit{margin-bottom:20px;}
    .prosection .tit a h3{font-size:20px;}
    #slider{margin-bottom:30px;}

    #protitle{padding-left:30px;width:60%;}
    #protitle h1{font-size:20px;line-height:28px;}
    #ProDetailPage .title h3{font-size:16px;line-height:24px;}

    #picView{width:40%;}
    #BigImg{margin-bottom:10px;}
    #protitle h3{font-size:16px;}
    #protitle .remark{}
    #protitle .remark p{width:50%;font-size:15px;margin:0;}
    #protitle .btnlist{margin-top:30px;}
    #protitle .btnlist>a.btnlink{padding:5px 30px;}
    
}
@media (min-width:768px) and (max-width:991px) {
    .prosection{margin-bottom:25px;}
    .prosection .tit{margin-bottom:20px;}
    .prosection .tit a h3{font-size:18px;}

    #ProDetailPage{padding-top:25px;}

    #slider{}
    #picView{width:45%;}
    #BigImg{margin-bottom:10px;}
    #picView{}
    #picView .gallery-thumbs{}
    #protitle{padding-left:20px;width:55%;}
    #protitle .title{padding:10px 0;}
    #protitle h1{font-size:18px;line-height:24px;}
    #protitle h4{font-size:15px;line-height:20px;}
    #protitle .remark p{width:50%;font-size:14px;margin:0;padding:3px 10px 3px 0}
    #protitle .btnlist{margin-top:15px;}
    #protitle .btnlist>a.btnlink{font-size:14px;margin-bottom:0;padding:3px 20px;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);}
    
    #inquiry p{font-size:14px;line-height:1.8;}

    #ProDetailPage .title a{}
    #ProDetailPage .title a h3{font-size:16px;padding:5px 30px;line-height:24px;}

    
}
@media (min-width:1px) and (max-width:767px) {
    .prosection{margin-bottom:25px;}
    .prosection .tit{margin-bottom:15px;}
    .prosection .tit a h3{font-size:18px;}
    
    #BigImg{margin-bottom:10px;}

    #ProDetailPage{padding-top:20px;}
    #slider{margin-bottom:25px;}
    #picView{width:100%;padding:0;float:initial;border-right:0;}
    #picView .gallery-thumbs{}
    #protitle{width:100%;float:initial;}
    #protitle p{font-size:12px;line-height:18px;}
    #protitle h1{font-size:18px;line-height:24px;}
    #protitle h4{font-size:15px;line-height:1.5;margin-bottom:10px;}
    #protitle .remark p{width:100%;font-size:14px;margin:0;padding:3px 0}
    #protitle .btnlist{margin-top:15px;}
    #protitle .btnlist>a.btnlink{font-size:13px;margin-bottom:0;padding:3px 10px;width:150px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}
    
    #inquiry p{font-size:14px;line-height:1.5;}
    #pro_feed_show .form-group.btngroup{padding-top:0;margin-top:0;}
    
    #RelatedProduct{padding-bottom:0;}
}

.ColumnsBox{border-bottom:1px solid #dfdfdf;}
#Columns>a{padding:18px 20px;font-size:20px;line-height:1.8;display:inline-block;margin-right:20px;}
#Columns>a.active{border-bottom:2px solid #093b94;color:#093b94;}
#Columns .title{margin-bottom:0;}
#Columns .title a{font-size:20px;line-height:30px;padding:8px 30px;background-color:#eee;display:inline-block;margin:0 20px;}
#Columns .title a:hover,#Columns .title a.active{background:#093b94;color:#fff;}
#Columns.proColumns{background-color:#fff;border-radius:10px;overflow:hidden;}
#Columns.proColumns .title{display:flex;justify-content:space-between;}
#Columns.proColumns .title a{width:calc((100% - 10px)/5);margin:0;}
#Columns .smallcate{padding:20px 30px;display:none;}
#Columns .smallcate.active{display:block;}
#Columns .smallcate>a{position:relative;font-size:0.875rem;line-height:1.5rem;margin-right:3rem;color:#666;display:inline-block;}
#Columns .smallcate>a:before{content:"\e9e2";font-family:iconfont;transform:rotate(-90deg);display:inline-block;font-size:0.75rem;vertical-align:top;margin-right:3px;}
#Columns .smallcate>a:hover,#Columns .smallcate>a.active{color:#093b94;}
#Columns.seColumns{box-shadow:0 0 10px #eee;border-radius:10px;overflow:hidden;}
@media (min-width:992px) and (max-width:1229px) {
    #Columns .title a{min-width:initial;}
    #Columns.proColumns .title a{width:auto;padding:10px 15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #Columns .title a{min-width:initial;font-size:1rem;line-height:1.5}
    #Columns.proColumns .title a{width:auto;padding:10px 15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #Columns>a{padding:10px 20px;font-size:16px;}

    #Columns .title{}
    #Columns .title a{min-width:initial;font-size:1rem;line-height:1.5;padding:10px 15px;width:100%;margin-bottom:10px;margin-left:0;}
    #Columns.proColumns .title a{width:auto;}
    #Columns .smallcate{padding:10px;}
    #Columns .smallcate>a{line-height:2;}
}

/*新闻*/
#NewsList{}
#NewsList .title{text-align:left;}
#NewsList .item{border-radius:20px;overflow:hidden;background-color:#fff;width:calc((100% - 60px)/3);margin:0 30px 30px 0;box-shadow:0 0 15px #ccc;}
#NewsList .item:nth-child(3n){margin-right:0;}
#NewsList .item .txt{padding:20px;}
#NewsList .item .txt h3{font-size:18px;line-height:1.5;font-family:Arial, Helvetica, sans-serif;}
#NewsList .item .txt .date{font-size:14px;color:#999;margin-bottom:8px;}
#NewsList .item .txt .date>i{margin-right:8px;}
#NewsList .item .txt p{font-size:16px;line-height:28px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom:10px;}
#NewsList .item .txt .more{display:inline-block;border-radius:50px;line-height:33px;background-color:#eee;padding-right:20px;}
#NewsList .item .txt .more>i{display:inline-block;width:33px;height:33px;line-height:33px;font-size:20px;float:left;background-color:#093b94;color:#fff;text-align:center;margin-right:17px;border-radius:50%;}
#NewsList .item .txt:hover h3{color:#093b94;}
#NewsList .item .txt .more:hover{background-color:#093b94;color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
    #NewsList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #NewsList .item .txt{}
    #NewsList .item h3{font-size:18px;border-top:none;padding-top:0;}
    #NewsList .item:hover h3{border-top:none;}
    #NewsList .item .date{font-size:14px;line-height:24px;}
    #NewsList .item p{font-size:14px;line-height:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    #NewsList .title h2{float:left;width:100%;line-height:30px;}
    #NewsList .title p{float:right;width:100%;line-height:22px;font-size:14px;color:#666;}
    #NewsList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #NewsList .item:nth-child(3n){margin-right:15px;}
    #NewsList .item:nth-child(2n){margin-right:0;}
    #NewsList .item .txt{}
    #NewsList .item h3{font-size:18px;border-top:none;padding-top:0;}
    #NewsList .item:hover h3{border-top:none;}
    #NewsList .item .date{font-size:14px;line-height:24px;}
    #NewsList .item p{font-size:14px;line-height:24px;}
}
@media (min-width:1px) and (max-width:767px) {
    #NewsList .title h2{float:left;width:100%;line-height:30px;}
    #NewsList .title p{float:right;width:100%;line-height:22px;font-size:14px;color:#666;}
    #NewsList .item{width:100%;padding:15px 15px;margin:0 0 15px;}
    #NewsList .item .artimg{display:none;}
    #NewsList .item .date{font-size:14px;line-height:24px;margin-bottom:10px;}
    #NewsList .item .txt{width:100%;padding:0;}
    #NewsList .item .txt h3{font-size:16px;line-height:22px;margin-bottom:6px;height:auto;margin-bottom:10px;}
    #NewsList .item .txt p{font-size:13px;line-height:20px;margin-top:0;}
}


#NewsPage{}
#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:#093b94;border:1px solid #093b94;}
#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:#093b94;border:1px solid #093b94;}
#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 #093b94;color:#093b94;}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (max-width:767px){
    #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;}
}

#ntframe{background-color:#ffffff;padding-top:30px;padding-bottom:30px;}
#ntframe img{max-width:100%;}
#ntframe #sharelist{margin-top:20px;}
#sharelist {display:block;padding-top:10px;padding-bottom:10px;}
#sharelist h3{font-size:16px;color:#fff;margin-bottom:20px;}
#sharelist span{line-height:30px;display:inline-block;font-size:18px;margin-right:20px;}
#sharelist .bdshare-button-style0-32>a{background-image:none;text-indent:0;width:30px;height:30px;color:#fff;position:relative;text-align:center;line-height:30px;font-size:18px;margin:0 5px 0 0;border:1px solid #fff;border-radius:50%;}
/*#sharelist .bdshare-button-style0-32 .bds_sqq{background-color:#45aaf2;}
#sharelist .bdshare-button-style0-32 .bds_qzone{background-color:#eecf3d;}
#sharelist .bdshare-button-style0-32 .bds_weixin{background-color:#3eb135;}
#sharelist .bdshare-button-style0-32 .bds_tsina{background-color:#df4d69;}*/
#sharelist .bdshare-button-style0-32>a:before{line-height:30px;vertical-align:top;display:inline-block;}
#sharelist .bdshare-button-style0-32>a.bds_sqq:before{content:"\e882";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_qzone:before{content:"\e631";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_weixin:before{content:"\e601";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_tsina:before{content:"\e600";font-family:iconfont;}
#sharelist a{background-image:none;text-indent:0;width:30px;height:30px;position:relative;text-align:center;margin:0 20px 0 0;display:inline-block;}
#sharelist a:hover{color:#fff;}
#sharelist a.linkedin:hover{background-color:#0077b5;}
#sharelist a.twitter:hover{background-color:#1da1f2;}
#sharelist a.facebook:hover{background-color:#3b5998;}
#sharelist a.youtube:hover{background-color:#ff011d;}
#sharelist a.instagram:hover{background-color:#c838ab;}
#sharelist p{color:#ffffff;margin-bottom:5px;}
#sharelist a>i{display:block;width:30px;height:30px;line-height:30px;text-align:center;font-size:20px;color:#999;}
#sharelist a:hover{background-color:#093b94;}
#sharelist a:hover>i{color:#FFF;}
/*#sharelist a>i.pinterest-p{background-color:#ca1c23;}
#sharelist a>i.facebook{background-color:#3b5998;}
#sharelist a>i.twitter{background-color:#1da1f2;}
#sharelist a>i.linkedin{background-color:#0077b5;}
#sharelist a>i.youtube{background-color:#ff011d;}*/
#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:18px;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:#093b94;text-decoration:underline;}
#RelatedNews .relate_list .item .txt h3:before{content:"\e88e";font-size:14px;font-family:"iconfont";position:absolute;left:0;}
/*#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:#093b94;border-radius:0;color:#093b94;font-size:14px;}
ul.pagination li.active span{background-color:#093b94;border-color:#093b94;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:#093b94;color:#fff;}

#CasesPage{}
#CasesPage .title{text-align:left;}
#CasesPage .title h2{float:left;width:35%;line-height:45px;}
#CasesPage .title h2:before{display:none;}
#CasesPage .title p{float:right;width:64%;line-height:22px;font-size:14px;color:#666;}
#CasesList{overflow:hidden;}
#CasesList .item{width:calc((100% - 60px)/3);background-color:#f3f3f3;overflow:hidden;margin:0 30px 30px 0;}
#CasesList .item:nth-child(3n){margin-right:0;}
#CasesList .item .artimg{padding-top:calc(100% * 200 / 400);overflow:hidden;}
#CasesList .item .img img{width:100%;}
#CasesList .item .txt{padding:50px 30px 25px;position:relative;}
#CasesList .item .txt:before{content:"";width:calc(100% - 60px);height:1px;background-color:#8b8b8b;top:30px;position:absolute;}
#CasesList .item .txt h3{font-size:20px;line-height:1.5;margin-bottom:25px;}
#CasesList .item .txt p{font-size:0.875rem;line-height:1.375rem;height:2.75rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#666;margin-bottom:8px;}
#CasesList .item .txt .morelink{font-size:14px;padding:5px 15px;}
#CasesList .item .txt .morelink:hover{background-color:#093b94;}
#CasesList .item:hover h3{color:#093b94;}
@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;}
}


#VideoPage{background-color:#f6f6f6;}
#VideoList{overflow:hidden;}
#VideoList .item{width:calc((100% - 60px)/3);margin:0;background-color:#fff;border-radius:10px;overflow:hidden;margin-bottom:30px;}
#VideoList .item:not(:nth-child(3n)){margin-right:30px;}
#VideoList .item .txt{text-align:center;padding:15px;}
#VideoList .item .txt h3{font-size:1rem;line-height:1.5;height:3rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#VideoList .item:hover h3{color:#093b94;}
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-bottom:15px;}
    #VideoList .item:not(:nth-child(3n)){margin-right:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #VideoList .item{width:calc((100% - 15px)/2);margin-bottom:15px;}
    #VideoList .item:not(:nth-child(3n)){margin-right:0;}
    #VideoList .item:not(:nth-child(2n)){margin-right:15px;}
    #VideoList .item .txt{padding:10px;}
    #VideoList .item .txt h3{height:auto;-webkit-line-clamp:inherit;}
}
#VRList .item{width:calc((100% - 40px)/2);margin:0;background-color:#fff;overflow:hidden;margin-bottom:40px;}
#VRList .item:not(:nth-child(2n)){margin-right:40px;}
#VRList .item .txt{text-align:center;padding:15px;}
#VRList .item .txt h3{font-size:1rem;line-height:1.5;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#VRList .item:hover h3{color:#093b94;}
@media (min-width:992px) and (max-width:1229px) {
    #VRList .item{width:calc((100% - 25px)/2);margin-bottom:25px;}
    #VRList .item:not(:nth-child(2n)){margin-right:25px;}
}
@media (min-width:768px) and (max-width:991px) {
    #VRList .item{width:calc((100% - 15px)/2);margin-bottom:15px;}
    #VRList .item:not(:nth-child(2n)){margin-right:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #VRList .item{width:calc((100% - 15px)/2);margin-bottom:15px;}
    #VRList .item:not(:nth-child(2n)){margin-right:15px;}
    #VRList .item .txt{padding:10px;}
    #VRList .item .txt h3{height:auto;-webkit-line-clamp:inherit;}
}


#downtable dt,#downtable dd{display:flex;justify-content:space-between;background-color:#f8f8f8;margin-bottom:20px;}
#downtable dt{background-color:#ebebeb;display:none;}
#downtable dt span{display:block;font-size:20px;line-height:24px;padding:10px 25px 10px 25px;}
#downtable dd span{display:block;font-size:16px;line-height:24px;padding:10px 25px 10px 25px;}
#downtable dt span:nth-child(1),#downtable dd span:nth-child(1){text-align:left;flex:1;}
#downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:50%;text-align:center;display:none;}
#downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:300px;text-align:center;display:none;}
#downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:20%;text-align:right;}
#downtable dd{background-color:#e9ccd3;border-radius:50px;}
#downtable dd i.icon-pdf{color:#093b94;font-size:24px;vertical-align:top;margin-right:15px;}
#downtable dd i.icon-down{font-size:16px;vertical-align:top;margin-left:20px;color:#093b94;}
@media (min-width:992px) and (max-width:1229px) {
    #downtable dt span, #downtable dd span{padding:15px;font-size:16px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:50%;text-align:center;}
    #downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:15%;text-align:center;}
    #downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:15%;text-align:center;}
}
@media (min-width:768px) and (max-width:991px) {
    #downtable dt span, #downtable dd span{padding:15px;font-size:14px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:50%;text-align:center;}
    #downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:20%;text-align:center;}
    #downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:15%;text-align:center;}
}
@media (min-width:1px) and (max-width:767px) {
    #downtable dt span, #downtable dd span{padding:10px;font-size:13px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:50%;text-align:center;display:none;}
    #downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:15%;text-align:center;display:none;}
    #downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:30%;text-align:center;}

    #downtable dt span:nth-child(1), #downtable dd span:nth-child(1){overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
    #downtable dd i.icon-pdf{margin-right:3px;}
    #downtable dd i.icon-down{margin-left:3px;}
}

.DownloadList{}
.DownloadList .item{background-color:#f3f3f3;}
.DownloadList .item:nth-child(2n+1){flex-flow:row-reverse;}
.DownloadList .item .img{width:50%;cursor:pointer;}
.DownloadList .item .img img{width:100%;}
.DownloadList .item .txt{width:50%;position:relative;}
.DownloadList .item .txt .vcenter{padding:0 8vw;}
.DownloadList .item .txt h3{font-size:38px;line-height:50px;margin-bottom:3vw;}
@media (min-width:992px) and (max-width:1229px) {
    .DownloadList .item .txt .vcenter{padding:0 5vw;position:relative;}
    .DownloadList .item .txt h3{font-size:20px;line-height:1.5;}
}
@media (min-width:768px) and (max-width:991px) {
    .DownloadList .item .txt .vcenter{padding:0 5vw;position:relative;}
    .DownloadList .item .txt h3{font-size:16px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    .DownloadList .item .img{display:none;}
    .DownloadList .item .txt{width:100%;padding-top:10px;padding-bottom:20px;}
    .DownloadList .item .txt .vcenter{padding:0 5vw;position:relative;}
    .DownloadList .item .txt h3{font-size:14px;line-height:1.5;}
}

/*感谢页面*/
#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 #093b94;color:#ffffff;background-color:#093b94;}
.btnthank:hover{background-color:#ffffff;color:#093b94;}
@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%;}
}

/*************图库*************/
#GalleryList{overflow:hidden;}
#GalleryList .item{width:calc((100% - 90px)/4);margin:0 30px 30px 0;}
#GalleryList .item:nth-child(4n){margin-right:0;}
#GalleryList .item .img{border:1px solid #eee;}
#GalleryList .item h3{font-size:16px;line-height:1.5;text-align:center;padding:10px 40px;color:#555;}
#GalleryList .item:hover h3{color:#093b94;}
@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){
    #GalleryList .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;}
    #GalleryList .item h3{padding:10px 0;font-size:14px;line-height:1.5;}
}
@media (max-width:767px) {
    #GalleryList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #GalleryList .item:nth-child(2n){margin-right:0;}
    #GalleryList .item h3{padding:10px 0;font-size:14px;line-height:1.5;}
}

/*按钮样式*/
.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 #fff;
  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 #fff 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 #093b94;
  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 #093b94 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:60px;height:60px;line-height:60px;text-align:center;}
.video_icon i.iconfont{display:block;font-size:24px;width:60px;height:60px;line-height:60px;background-color:rgba(255,255,255,0.8);border-radius:50%;color:#093b94;}
.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);
    }
}

