﻿@charset "utf-8";
@import url('../fonts/iconfont/iconfont.css');
/*****  font-display: swap;  字体延迟加载*****/

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
}
a{outline:none;  color:#4a4a4a;text-decoration:none;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
a:focus{outline:none;}
a:link,a:visited{text-decoration:none;}
a:hover{color:#2a3f7d;text-decoration:none;}
img,li{border:0;vertical-align:top;}
img{max-width:100%;}
.clear{clear:both;width:0;height:0;font-size:0;line-height:0;}
*{margin:0;padding:0;transition:all .3s;}
ul{list-style-type:none;}
dd,dt,h5,img,li,ul{margin:0;padding:0;}
b,body,dd,div,form,h5,h6,html,img,input,li,p,pre,td,ul{margin:0 auto;padding:0;font-family:'Microsoft YaHei',Arial,Verdana, Tahoma, Geneva,sans-serif;}
h1,h2,h3,h4,dt{font-family:'Microsoft YaHei',Arial,Verdana, Tahoma, Geneva,  sans-serif;}
.clearfix:after,.clearfix:before{display:table;content:" ";}
.clearfix:after{clear:both;}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #999;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #999;
}
.noinfo{font-size:16px;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.0);margin:0 auto;display:block;}
.item:hover .img img{transform:scale(1.05);}
.layui-layer-page .layui-layer-content{overflow:hidden!important;}

.container{width:1230px;}
@media screen and (min-width:1230px ) and (max-width:1429px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    .container{width:100%;}
}
@media screen and (min-width:768px ) and (max-width:991px) {
    .container{width:100%;}
}
@media screen and (min-width:1px ) and (max-width:767px) {
    .container{width:100%;}
}

/*搜索框*/
#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); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */}
#sform{width:80%;margin:0 auto;}
#sform{position:relative;margin-top:50px;border-bottom:1px solid rgb(255, 255, 255);overflow:hidden;}
#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);}
#sform #sbut{float:right;width:160px;height:160px;line-height:160px;background:transparent;border:none;}
#sform #sbut>i{display:inline-block;font-size:80px;color:rgb(255, 255, 255);}
@media (min-width:1230px) and (max-width:1429px) {
    #sform{width:100%;}
    #sform #stext{font-size:48px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #sform{width:100%;}
    #sform #stext{font-size:36px;width:calc(100% - 100px);height:100px;line-height:100px;}
    #sform #sbut{width:100px;height:100px;line-height:100px;}
    #sform #sbut>i{font-size:60px;}
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px){
}

header{position:relative;background-color:rgba(255,255,255,0.62);position:fixed;top:0;width:100%;z-index:10;transition:all .3s;}
header.fixhead{box-shadow:0 3px 5px #aaa;background-color:rgba(255,255,255,1);}
header.fixhead #Menu ul.menunav>li.logo>a{padding:5px 0;}
header.fixhead #Menu ul.menunav>li.logo img{height:50px;}
header.fixhead #Menu ul.menunav>li>a{padding:15px 8px 15px;}

#top{padding-top:10px;padding-bottom:10px;overflow:hidden;transition:all .3s;height:98px;}
#top .left{float:left;width:50%;}
#top .left a{color:#fff;display:inline-block;line-height:30px;font-size:16px;}
#top .right{float:right;width:50%;text-align:right;padding-top:29px;}
#top .right a{display:inline-block;height:30px;line-height:30px;margin-left:10px;text-align:center;vertical-align:top;font-size:17px;}
#top .right a img{margin-top:5px;margin-left:5px;}
#top #search{display:inline-block;}
#top #search>a{font-size:22px;font-weight:bold;color:#2a3f7d;}

#logo{display:none;}
#logo img{transition:all .3s;}

#Menu{}
#Menu .container{width:90%;}
#Menu ul.menunav{transition:all .3s;text-align:right;}
#Menu ul.menunav>li{display:inline-block;margin:0;text-align:center;}
#Menu ul.menunav>li.logo{float:left;}
#Menu ul.menunav>li.logo>a{padding:12px 0 8px;border-bottom:none!important;}
#Menu ul.menunav>li.logo img{height:70px;}
#Menu ul.menunav>li.lang{}
#Menu ul.menunav>li.lang ul.dropdown-menu img{float:left;margin-right:5px;vertical-align:bottom;}
#Menu ul.menunav>li>a{position:relative;display:block;font-size:18px;line-height:30px;padding:30px 10px 30px;color:#2a3f7d;text-transform:uppercase;}
#Menu ul.menunav>li:not(:last-child){}
#Menu ul.menunav>li:nth-child(2){border-left: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{color:#2a3f7d;}
#Menu ul>li#search{}
#Menu ul>li#search>a{color:#2a3f7d;border-bottom:none;font-weight:bold;}
#Menu ul>li.dropdown>a>i{display:inline-block;transition:all .2s;vertical-align:top;margin-left:3px;}
#Menu ul>li.dropdown:hover>a>i{
transform:rotate(180deg);
-ms-transform:rotate(180deg); 	/* IE 9 */
-moz-transform:rotate(180deg); 	/* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg);}

#Menu ul>li{position:relative;}
#Menu ul>li ul.dropdown-menu{border-radius:0;margin-top:0;min-width:140px;background-color:#2a3f7d;padding:0;}
#Menu ul>li ul.dropdown-menu>li{float:initial;width:100%;margin:0;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:24px;  font-size:14px; border-top:1px solid #fff;padding:6px 15px;display:block;font-weight:normal;color:#fff;}
#Menu ul>li ul.dropdown-menu>li>a>i{font-size:14px;}
#Menu ul>li ul.dropdown-menu>li>a:hover{background:#fff;color:#2a3f7d;border-bottom:none;}
#Menu ul>li:hover ul.dropdown-menu{display:block; border:none;}

#top_lang li{margin-left:20px;}
#top_lang li a{font-size:22px; color:#333333; text-transform:uppercase; line-height:80px;}

/*手机导航*/
header #menu_btn{ width: 28px; height: 20px; float: right; margin-top: 30px; cursor: pointer; position: relative; display: none;}
header #menu_btn>.menu_btn_top{ position:absolute; top:5px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#2a3f7d; -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:50%; width:28px; height:3px; border-radius:1.5px; background:#2a3f7d; -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-color:#2a3f7d; -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:#2a3f7d; -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:#2a3f7d; -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_bot{ top:50%; background:#2a3f7d; -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:1430px) and (max-width:1600px) {
    #Menu .container{width:100%;}    
}
@media (min-width:1230px) and (max-width:1429px) {
    #Menu .container{width:100%;}
    #Menu ul.menunav>li{}
    #Menu ul.menunav>li>a{}
}
@media (min-width:992px) and (max-width:1229px) {
    #Menu .container{width:100%;}
    #Menu ul.menunav>li.logo>a{padding:5px 0;}
    #Menu ul.menunav>li.logo img{height:50px;}
    #Menu ul.menunav>li{}
    #Menu ul.menunav>li>a{padding:15px 8px 15px;font-size:16px;}

    header{}
    #logo{padding:10px 15px;}
    #TopSearch{}
    #Menu{float:none;}
    #Menu ul>li.logo{}
    #Menu ul>li.logo img{}
    #Menu ul>li ul.dropdown-menu>li{padding-top:0;}
}
@media (min-width:768px) and (max-width:991px){    
    #top{display:none;}
    #Menu{}
    #logo{display:block;padding:10px 0px;width:100%;float:none;}
    #logo img{height:40px;}
    header #menu_btn{ display: block;margin-top:5px;}
    
}
@media (min-width:1px) and (max-width:767px) {
    #top{display:none;}
    #Menu{}
    #logo{display:block;padding:10px 0;width:100%;float:none;}
    #logo img{height:40px;}
    header #menu_btn{ display: block;margin-top:5px;}
    
}
@media (min-width:1px) and (max-width:991px) {
    #Menu #top{display:none;}
    #Menu ul.menunav>li:nth-child(2){padding-left:15px;}
    #Menu ul.menunav>li:nth-child(2)::before {display:none;}
    #Menu ul.menunav>li:not(:first-child){border-left:none;}

    header{position:relative;box-shadow:0 3px 5px #aaa;background-color:rgba(255,255,255,1);}
    header .navbar-brand img{margin:0;width:200px;}
    #Menu{width:220px;position:fixed;left:-220px;top: 0px; bottom: 0px; background: #2a3f7d; z-index: 99999; overflow-x:hidden;overflow-y:auto;transition:all .5s ease;padding-top:0;}
    #Menu.show{left:0;}
    #Menu .container{padding:0;width:auto;}
    #Menu .tel{display:none;}
    #Menu ul.menunav{margin:0;}
    #Menu ul.menunav>li.logo{display:block;}
    #Menu ul.menunav{display: block; padding: 0px 0 60px; text-align: left;overflow:hidden;}
    #Menu ul.menunav>li{width:100%; padding:0 15px; margin:10px 0 0;}
    #Menu ul.menunav>li:nth-child(1){width:100%; padding:5px 15px; text-align: center;border-bottom:1px solid #fff;margin:0;background-color:#fff;}
    #Menu ul.menunav>li:nth-child(1)>a{padding: 0;}
    #Menu ul.menunav>li:nth-child(1)>a>img{height:40px;}
    #Menu ul.menunav>li>a{font-size:14px;padding:0px;font-weight:bold;background-color:transparent !important;color: #f5f5f5 !important;text-align:left;border-bottom:none;}
    #Menu ul.menunav>li>a:hover:after,#Menu ul>.open>a:after{opacity:0;}
    #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;padding-left:0;overflow:hidden;min-width: inherit; margin-top:0;}
    #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>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:#2a3f7d;color:#fff;}
    #Menu ul>li ul.dropdown-menu>li>a>i{float:left;}

    #Menu ul.menunav>li.lang ul.dropdown-menu a{padding:8px 0;}

    #Menu ul.menunav>li.lang{display:block;text-align:left;}
    #Menu ul.menunav>li.lang>a{display:block;line-height:30px;}
    #Menu ul.menunav>li.lang>a img{display:inline-block;margin-left:10px;vertical-align:middle;}

    #Menu ul>li#search{display:block;}
    #Menu ul>li#search>a{display:none;}
    #Menu ul>li#search #SearchBox{position:relative;background:none;left:initial;right:initial;top:initial;bottom:initial;}
    #Menu ul>li#search #SearchBox .searchclose{display:none;}
    #Menu ul>li#search #SearchBox #sform{display:block;background-color:#fff;width:100%;border:1px solid #fff;margin:0;}
    #Menu ul>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>li#search #SearchBox #sbut{width:20%;height:30px;line-height:30px;background-color:#2a3f7d;}
    #Menu ul>li#search #SearchBox #sbut>i{height:30px;line-height:30px;width:30px;font-size:18px;vertical-align:top;}
}

#bframe{overflow:hidden;position:relative;}
#bframe img{max-width:100%;display:block;margin:0 auto;}
#bframe h2{position:absolute;font-size:28px;line-height:36px;color:#fff;text-align:center;top:calc(50% - 18px);left:10%;width:80%;text-transform:uppercase;}
#ibframe{}
#ibframe .swiper-slide img{transform:scale(1.1);transition:all 2.1s;}
#ibframe .swiper-slide-active{z-index:1;}
#ibframe .swiper-slide-active img{transform:scale(1);}
#ibframe .swiper-pagination{bottom:30px;}
#ibframe .swiper-pagination-bullet{width:50px;height:6px;border:none;margin:0 10px;border-radius:0;}
#ibframe .swiper-pagination-bullet-active{background-color:#2a3f7d;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #bframe h2{font-size:20px;margin-top:0;}
}
@media (min-width:1px) and (max-width:767px){
    #bframe{}
    #bframe h2{font-size:18px;margin-top:0;}
    #ibframe .swiper-pagination-bullet{width:20px;height:3px;margin:0 5px;}
}


.frame{padding-top:50px;padding-bottom:50px;overflow:hidden;}
.frame .title{margin-bottom:30px;text-align:center;}
.frame .title h2{font-size:36px;line-height:40px;position:relative;margin-top:0;margin-bottom:0;text-transform:uppercase;color:#4a4a4a;font-weight:bold;}
.frame .title h2 font{color:#2a3f7d;position:relative;}
.frame .title h2 font::after{content:"";width:100%;height:2px;background-color:#94f5cf;position:absolute;bottom:-12px;left:0;}
.frame .title .line{width:60px;height:6px;background-color:#2a3f7d;position:relative;}
.frame .title p{font-size:14px;line-height:1.5;color:#1e1e1e;margin-bottom:15px;}
@media screen and (min-width:1230px ) and (max-width:1429px) {
    .frame .title h2{font-size:32px;line-height:36px;}
    .frame .title{margin-bottom:25px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    .frame{padding-top:30px;padding-bottom:30px;}
    .frame .title{margin-bottom:20px;}
    .frame .title h2{font-size:26px;line-height:30px;}
    .frame .title p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:10px;}
    .frame .title h2{font-size:22px;line-height:26px;}
    .frame .title h5{font-size:18px;}
    .frame .title p{font-size:14px;}
}
@media (max-width:767px){
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:15px;}
    .frame .title h2{font-size:18px;line-height:24px;}
    .frame .title h5{font-size:16px;}
    .frame .title .line{width:300px;}
    .frame .title p{font-size:12px;}
}

#iCategory{overflow:hidden;}
#iCategory .item{float:left;width:33.33%;}
#iCategory .item .img{position:relative;}
#iCategory .item .txt{position:absolute;top:0;right:0;left:0;bottom:0;padding:30px 40px;text-align:center;overflow:hidden;}
#iCategory .item .txt>.point{margin-top:50%;display:inline-block;width:90px;height:90px;position:relative;}
#iCategory .item .txt>.point:before{content:"";background-color:rgba(34,56,129,0.55);width:90px;height:90px;border-radius:50%;display:block;position:absolute;left:calc(50% - 45px);
    animation: zoom 1.1s linear 0.5s infinite ;
	-webkit-animation: zoom 1.1s linear 0.5s infinite ;
	-moz-animation:zoom 1.1s linear 0.5s infinite;
	-ms-animation: zoom 1.1s linear 0.5s infinite;
	-o-animation: zoom 1.1s linear 0.5s infinite;}
#iCategory .item .txt>.point>i{position:relative;width:90px;height:90px;display:block;}
#iCategory .item .txt>.point>i:before{content:"";background-color:rgba(34,56,129,0.71);width:60px;height:60px;border-radius:50%;position:absolute;left:15px;top:15px;}
#iCategory .item .txt>.point>i:after{content:"";background-color:#fff;width:30px;height:30px;border-radius:50%;position:absolute;left:30px;top:30px;}
#iCategory .item .txt h3{display:none;color:#fff;text-transform:uppercase;font-size:30px;margin-bottom:30px;}
#iCategory .item .txt p{display:none;color:#fff;font-size:16px;line-height:24px;margin-bottom:30px;}
#iCategory .item .txt span.more{display:none;border:1px solid #fff;padding:10px 40px;text-align:center;font-size:16px;color:#fff;}
#iCategory .item:hover .txt{background:rgba(0,0,0,0.5);}
#iCategory .item:hover .txt h3{display:block;}
#iCategory .item:hover .txt p{display:block;}
#iCategory .item:hover .txt span.more{display:inline-block;}
@keyframes zoom{
	from{width: 60px;height: 60px;left:15px;top:15px;}
	to{width: 90px;height: 90px;left: 0;top:0;}
}
@-webkit-keyframes zoom{
	from{width: 60px;height: 60px;left:15px;top:15px;}
	to{width: 90px;height: 90px;left: 0;top:0;}
}
@-moz-keyframes zoom{
	from{width: 60px;height: 60px;left:15px;top:15px;}
	to{width: 90px;height: 90px;left: 0;top:0;}
}
@-ms-keyframes zoom{
	from{width: 60px;height: 60px;left:15px;top:15px;}
	to{width: 90px;height: 90px;left: 0;top:0;}
}
@-o-keyframes zoom{
	from{width: 60px;height: 60px;left:15px;top:15px;}
	to{width: 90px;height: 90px;left: 0;top:0;}
}
@media screen and (min-width:1600px ) and (max-width:1800px) {
    #iCategory .item .txt>.point{margin-top:30%;}
}
@media screen and (min-width:1430px ) and (max-width:1599px) {
    #iCategory .item .txt>.point{margin-top:30%;}
    #iCategory .item .txt h3{font-size:24px;margin-bottom:15px;}
    #iCategory .item .txt p{font-size:15px;line-height:20px;}
    #iCategory .item .txt span.more{padding:8px 40px;}
}
@media screen and (min-width:1230px ) and (max-width:1429px) {
    #iCategory .item .txt>.point{margin-top:30%;}
    #iCategory .item .txt h3{font-size:20px;margin-bottom:15px;margin-top:10px;}
    #iCategory .item .txt p{font-size:14px;line-height:20px;}
    #iCategory .item .txt span.more{padding:8px 40px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #iCategory .item .txt{padding:30px 20px 20px;}
    #iCategory .item .txt>.point{margin-top:20%;}
    #iCategory .item .txt h3{font-size:20px;margin-bottom:25px;margin-top:10px;}
    #iCategory .item:hover .txt p{display:none;}
    #iCategory .item .txt span.more{padding:5px 30px;font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #iCategory .item .txt{padding:15px;}
    #iCategory .item .txt>.point{margin-top:15%;}
    #iCategory .item .txt h3{font-size:16px;margin-bottom:25px;margin-top:10px;}
    #iCategory .item:hover .txt p{display:none;}
    #iCategory .item .txt span.more{padding:5px 30px;font-size:14px;}

    #iCategory .item .txt{background:rgba(0,0,0,0.5);}
    #iCategory .item .txt h3{display:block;}
    #iCategory .item:hover .txt p{display:none;}
    #iCategory .item .txt span.more{display:inline-block;}
}
@media (max-width:767px){
    #iCategory{display:none;}
}



#frame1{}
#frame1 .selist{overflow:hidden;margin:0 -15px;}
#frame1 .selist .item{width:25%;float:left;overflow:hidden;position:relative;padding:10px 15px;}
#frame1 .selist .item>a{display:block;box-shadow:0 0 10px #ddd;}
#frame1 .selist .item .txt{padding:50px 15px;text-align:center;}
#frame1 .selist .item .txt h3{font-size:18px;font-weight:normal;text-transform:uppercase;}
#frame1 .selist .item:hover .txt{background-color:#2a3f7d;}
#frame1 .selist .item:hover h3{color:#fff;}
@media screen and (min-width:1230px ) and (max-width:1429px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame1 .selist{margin:0 -10px;}
    #frame1 .selist .item{padding:10px;}
    #frame1 .selist .item .txt{padding:30px 15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame1 .selist{margin:0 -10px;}
    #frame1 .selist .item{padding:10px;}
    #frame1 .selist .item .txt{padding:20px 10px;}
    #frame1 .selist .item .txt h3{margin:0;font-size:16px;}
}
@media (max-width:767px){
    #frame1{}
    #frame1 .selist{margin:0 -8px;}
    #frame1 .selist .item{width:50%;padding:8px;}
    #frame1 .selist .item .txt{padding:10px 10px;}
    #frame1 .selist .item .txt h3{margin:0;font-size:14px;}
}

#frame2{background:url(../images/bg.jpg) no-repeat center center fixed;padding-top:80px;padding-bottom:80px;}
#frame2 .list{overflow:hidden;margin:0 -30px;}
#frame2 .list .item{width:25%;float:left;padding:0 30px;text-align:center;}
#frame2 .list .item .iconfont{font-size:60px;color:#fff;}
#frame2 .list .item h3{color:#fff;font-size:20px;line-height:30px;margin-top:0;}
#frame2 .list .item p{font-size:55px;line-height:60px;color:#fff;}
#frame2 .list .item p b{font-size:45px;line-height:45px;display:inline-block;vertical-align:top;margin-left:3px;}
@media screen and (min-width:1230px ) and (max-width:1429px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame2 .list .item h3{font-size:16px;line-height:24px;}
    #frame2 .list .item p{font-size:48px;line-height:60px;}
    #frame2 .list .item p b{font-size:40px;line-height:40px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame2 .list .item{padding:0 15px;}
    #frame2 .list .item h3{font-size:14px;line-height:20px;}
    #frame2 .list .item p{font-size:40px;line-height:48px;}
    #frame2 .list .item p b{font-size:30px;line-height:30px;}
}
@media (max-width:767px){
    #frame2{background:url(../images/bg.jpg) no-repeat center /auto 100%;padding-top:40px;padding-bottom:20px;}
    #frame2 .list .item{width:50%;padding:0 15px;margin-bottom:20px;}
    #frame2 .list .item .iconfont{font-size:48px;}
    #frame2 .list .item h3{font-size:14px;line-height:20px;}
    #frame2 .list .item p{font-size:30px;line-height:36px;}
    #frame2 .list .item p b{font-size:20px;line-height:20px;}
}




#frame3{background:#dbdbdb;}
#frame3 .title{text-align:left;overflow:hidden;}
#frame3 .title h2{}
#frame3 .title .tit{float:left;width:40%;}
#frame3 .title .catelist{float:right;width:60%;text-align:right;padding-top:15px;}
#frame3 .title .catelist a.link{font-size:15px;color:#6b6b6b;}
#frame3 .title .catelist a.link:not(:first-child){margin-left:10px;padding-left:10px;border-left:2px solid #a9a9a9;}
#frame3 .title .catelist a.link:hover{color:#2a3f7d;}
#frame3 .list{overflow:hidden;margin:0 -15px;}
#frame3 .list .item{float:left;padding:0 15px;}
#frame3 .list .item1{width:33.33%;margin-bottom:30px;}
#frame3 .list .item2{width:66.66%;}
#frame3 .list .item3{width:33.33%;}
#frame3 .list .item .img{position:relative;}
#frame3 .list .item .txt{position:absolute;top:100%;bottom:0;right:0;left:0;background:rgba(0,0,0,0.68);text-align:center;padding:15px;}
#frame3 .list .item .txt h3{text-align:center;color:#fff;font-size:18px;position:relative;top:calc(50% - 20px);}
#frame3 .list .item:hover .txt{top:0;}
@media screen and (min-width:1230px ) and (max-width:1429px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame3 .title .catelist{padding-top:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame3 .title .tit{width:30%;}
    #frame3 .title .catelist{width:70%;padding-top:20px;}
    #frame3 .title .catelist a.link{font-size:14px;}
    #frame3 .title .catelist a.link:not(:first-child){margin-left:5px;padding-left:5px;}
    #frame3 .list{margin:0 -8px;}
    #frame3 .list .item{padding:0 8px;}
    #frame3 .list .item1{margin-bottom:16px;}
    #frame3 .list .item .txt{top:0;}
}
@media (max-width:767px){
    #frame3 .title .tit{width:100%;}
    #frame3 .title .catelist{width:100%;padding-top:10px;text-align:left;}
    #frame3 .title .catelist a.link{font-size:14px;}
    #frame3 .list{margin:0 -5px;}
    #frame3 .list .item{padding:0 5px;overflow:hidden;}
    #frame3 .list .item1{margin-bottom:16px;width:50%;}
    #frame3 .list .item2{width:50%;}
    #frame3 .list .item3{width:50%;margin-top:10px;}
    #frame3 .list .item .txt{top:0;padding:5px;position: relative;background-color:#fff;}
    #frame3 .list .item .txt h3{font-size:13px;top:initial;bottom:10%;position:relative;margin:0;color:#333;}
    #frame3 .list .item2 .txt h3{font-size:13px;top:0px;margin:0;}
    #frame3 .list .item3>a{margin-top:-18px;display:block;}
}

#frame4{padding-top:80px;padding-bottom:80px;}
#frame4 .title{text-align:left;}
#frame4 .title h2{color:#fff;}
#frame4 .left{float:left;width:50%;padding-right:40px;}
#frame4 .left .content{color:#fff;line-height:26px;}
#frame4 .left .content i{color:#f4c91f;font-size:18px;}
#frame4 .left .link{font-size:16px;color:#fff;margin-top:50px;display:inline-block;}
#frame4 .left .link i{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;background-color:#f4c91f;color:#fff;border-radius:50%;margin-right:5px;}
#frame4 .left .link:hover{color:#f4c91f;}
@media screen and (min-width:1230px ) and (max-width:1430px) {
    #frame4{padding-top:50px;padding-bottom:50px;}
    #frame4 .left .content{line-height:22px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame4{padding-top:30px;padding-bottom:30px;}
    #frame4 .left .content{line-height:20px;font-size:13px;}
    #frame4 .left .content i{font-size:16px;}
    #frame4 .left .link{margin-top:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame4{padding-top:30px;padding-bottom:30px;background:#2a3f7d !important;}
    #frame4 .left{width:100%;padding-right:0;}
    #frame4 .left .content{line-height:20px;font-size:13px;}
    #frame4 .left .content i{font-size:16px;}
    #frame4 .left .link{margin-top:20px;}
}
@media (max-width:767px){
    #frame4{padding-top:30px;padding-bottom:30px;background:#2a3f7d !important;}
    #frame4 .left{width:100%;padding-right:0;}
    #frame4 .left .content{line-height:20px;font-size:13px;}
    #frame4 .left .content i{font-size:16px;}
    #frame4 .left .link{margin-top:20px;}
}

#frame5 .title{text-align:right;float:right;width:37%;padding-top:100px;padding-left:100px;}
#frame5 .title h2{text-transform:capitalize;color:#2a3f7d;font-size:48px;line-height:60px;}
#frame5 .title p{padding-left:30px;margin-top:20px;}
#frame5 .list{float:left;width:63%;overflow:hidden;padding:20px;margin:0 -20px;}
#frame5 .list .item{width:50%;float:left;box-shadow:0 0 20px #ddd;position:relative;z-index:1;background-color:#fff;}
#frame5 .list .item .txt{padding:20px 20px 15px;}
#frame5 .list .item .txt h3{margin-top:0;font-size:16px;text-transform:uppercase;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#frame5 .list .item .txt span{display:block;color:#bcbcbc;}
#frame5 .list .item .txt span.date{border-bottom:2px solid #e8e8e8;padding-bottom:10px;margin-bottom:10px;}
#frame5 .list .item .txt span.date>i{margin-right:8px;}
#frame5 .list .item .txt span.more i{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;background-color:#f4c91f;color:#fff;border-radius:50%;margin-right:5px;}
#frame5 .list .item .txt span.more:hover{color:#f4c91f;}
@media screen and (min-width:1230px ) and (max-width:1430px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame5 .title{padding-top:50px;padding-left:50px;}
    #frame5 .list .item .txt h3{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame5 .title{padding-top:30px;padding-left:30px;}
    #frame5 .title h2{font-size:26px;line-height:30px;}
    #frame5 .list .item .txt{padding:10px;}
    #frame5 .list .item .txt h3{font-size:14px;}
}
@media (max-width:767px){
    #frame5 .title{float:none;width:100%;padding-top:0;padding-left:0;text-align:left;}
    #frame5 .title h2{font-size:20px;line-height:24px;}
    #frame5 .title p{padding-left:0;}
    #frame5 .list{float:none;width:100%;padding:0;margin:0 0;}
    #frame5 .list .item{box-shadow:none;border:1px solid #ddd;width:100%;margin-bottom:10px;}
    #frame5 .list .item .img{float:left;width:40%;}
    #frame5 .list .item .txt{padding:10px;float:right;width:60%;}
    #frame5 .list .item .txt h3{font-size:13px;margin-bottom:5px;}
    #frame5 .list .item .txt span.date{font-size:12px;margin-bottom:5px;padding-bottom:5px;}
    #frame5 .list .item .txt span.date>i{font-size:14px;}
    #frame5 .list .item .txt span.more{font-size:12px;}
    #frame5 .list .item .txt span.more i{width:18px;height:18px;line-height:18px;font-size:14px;}
}

footer{padding-top:50px;padding-bottom:0;background:#e2e2e2;}
footer .container{}
footer .footlogo{text-align:center;margin-bottom:30px}
footer #fck1{width:28%;float:left;padding-right:80px;}
footer #fck2{width:18%;float:left;padding-right:20px;}
footer #fck3{width:22%;float:left;padding-right:20px;}
footer #fck4{width:16%;float:left;padding-right:20px;}
footer #fck5{width:16%;float:left;}
footer dl dt{font-size:20px;line-height:30px;margin-bottom:20px;position:relative;}
footer dl dd{overflow:hidden;margin-bottom:10px;color:#6d6d6d;}
footer dl dd>a{font-size:15px;line-height:20px;display:inline-block;}
footer dl dd p{font-size:15px;line-height:24px;margin-bottom:10px;padding-left:28px;position:relative;}
footer dl dd p>a{font-size:15px;line-height:20px;display:inline-block;margin-right:8px;color:#6d6d6d;}
footer dl dd p>a.email{color:#2a3f7d;text-decoration:underline;}
footer dl dd p>i{position:absolute;left:5px;}
footer dl dd a:hover{text-decoration:underline;}

footer #fck6{width:100%;clear:left;text-align:center;padding:20px 0;}
footer #fck6 span{display:inline-block;margin:0 20px;font-size:14px;line-height:20px;}
footer #fck6 span>i{color:#0f5793;display:inline-block;line-height:20px;margin-right:5px;}
#language{padding:10px 0px; text-align:center;margin-top:10px;}
#language ul {display:flex;justify-content:space-between;}
#language ul li {margin:0;}
#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;}

#subscribe{border-bottom:2px solid #2a3f7d;overflow:hidden;position:relative;}
#subscribe:before{content:"\e600";font-family:iconfont;position:absolute;font-size:20px;left:0;line-height:30px;}
#subscribe #subEmail{border:none;width:calc(100% - 30px);float:left;height:30px;background-color:transparent;padding-left:30px;color:#333333;}
#subscribe #btnSubscribe{float:right;width:30px;height:30px;line-height:30px;border:none;background-color:transparent;}
footer dl.catelist dd>a{position:relative;}

footer #fck2 p{font-size:14px;line-height:24px;}
footer #fck3 .img{margin:0 0 0 20px;display:inline-block;text-align:center;}
footer #fck3 .img h3{font-size:14px;margin:5px 0 0 0;}
footer #sharelist>a{}
footer #sharelist>a>i{float:left;font-size:24px;width:30px;height:30px;line-height:30px;margin-right:20px;}

#friendlist{padding:10px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;overflow:hidden;margin-bottom:25px;text-align:left;}
#friendlist span{font-weight:bold;display:inline-block;}
#friendlist a{display:inline-block;margin-left:80px;}

footer .foot_menu{overflow:hidden;background-color:#f6141c;padding:13px 0;text-align:center;margin-bottom:40px;}
footer .foot_menu a{display:inline-block;padding:0 54px;line-height:20px;font-size:15px;text-align:center;}
footer .foot_menu a:not(:last-child){border-right:2px solid #fff;}
.foot_by{padding:10px 0 10px;text-align:center;}
.foot_by .footdiv{display:inline-block; font-size:14px; line-height:24px;}
.foot_by .footdiv a{ display:inline-block; font-size:14px; line-height:24px;}
.foot_by .footdiv a:hover{text-decoration:underline;}
.foot_by .footdiv.fl{float:left;}
.foot_by .footdiv.fr{float:right;}
@media (min-width:992px) and (max-width:1229px) {    
    footer #fck1{padding-right:30px;}

    footer dl dt{font-size:20px;line-height:24px;}
    footer dl dd{margin-bottom:8px;}
    footer dl dd p{font-size:14px;margin-bottom:8px;}

    #friendlist{margin-bottom:15px;}
    #friendlist a{margin-left:30px;}

    footer{padding-top:30px;}

    .foot_by{padding:10px 0;}
}
@media (min-width:768px) and (max-width:991px) {
    footer{padding-top:30px;}
    footer .foot_menu a{padding:0 20px;}

    footer #fck1{width:100%;padding-right:30px;}
    footer #fck2{width:25%;clear:left;}
    footer #fck3{width:35%;}
    footer #fck4{width:20%;}
    footer #fck5{width:20%;}

    #language{padding:6px 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{padding:6px 0;}
    .foot_by .footdiv{}
    .foot_by .footdiv.fr{}
    .foot_by p{font-size:12px;}
    .foot_by p a{font-size:12px;}
}
@media (min-width:1px) and (max-width:767px) {
    footer{padding-top:30px;padding-bottom:50px;}
    footer .foot_menu{margin-bottom:10px;padding-bottom:0;}
    footer .foot_menu a{padding:0 10px;margin-bottom:10px;}
    footer .foot_menu a:not(:last-child){border:none;}
    footer #fck1{width:100%;padding-right:0;}
    footer #fck2{width:100%;padding-right:0;}
    footer #fck3{width:100%;padding-right:0;}
    footer #fck4{width:100%;padding-right:0;}
    footer #fck5{width:100%;padding-right:0;}
    
    #language{padding:6px 0;}
    #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;}

    #friendlist{margin-bottom:10px;}
    #friendlist a{margin-left:10px;}

    footer dl{margin-bottom:0;}
    footer dl dt{font-size:16px;margin-bottom:10px;}
    footer dl dt::after{content:"\e61c";font-family:iconfont;margin-left:10px;font-size:16px;}
    footer dl dd{display:none;}
    footer dl dd p{font-size:12px;}
    footer dl.catelist dd>a{font-size:12px;}
    .foot_by{padding:10px 0;}
    .foot_by .footdiv{display:block;text-align:center;font-size:12px;line-height:1.5;width:100%;}
    .foot_by .footdiv a{font-size:12px;line-height:1.5}
    .foot_by .footdiv.fr{float:none;text-align:center;width:100%;}
}

#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;}
#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%;}

#GoTop{position:fixed;right:40px;bottom:100px;width:50px;height:50px;background-color:#b0b0b0;border-radius:50px;text-align:center;z-index:1;cursor:pointer;display:none;}
#GoTop>i.iconfont{line-height:50px;display:block;font-size:24px;color:#fff;}
#GoTop:hover{background-color:#2a3f7d;}

#float{position:absolute;right:25px;top:50%;margin-top:-80px;}
#float div.ico{display:block;width:50px;height:50px;line-height:50px;text-align:center;background-color:#f3f3f3;margin-bottom:6px;position:relative;cursor:pointer;}
#float div.ico:hover{background-color:#2a3f7d;}
#float div.ico:hover>i{color:#ffffff;}
#float div.ico>i{color:#b6b6b6;font-size:24px;}
#float div.ico>.img{position:absolute;right:50px;width:140px;height:140px;top:0;display:none;border:1px solid #f3f3f3;}
#float div.ico>.img>img{width:100%;}
#float div.ico:hover>.img{display:block;}
#float div.ico>#sharelist{position:absolute;right:50px;width:200px;top:0;display:none;}
#float div.ico:hover>#sharelist{display:block;}
@media (min-width:1px) and (max-width:991px) {
    #float{display:none;}
}

/*共用*/
#Location{position:absolute;bottom:20px;width:100%;}
#Location .location{padding:10px 0;}
#Location .location a{display:inline-block;font-size:18px;line-height:24px;text-transform:uppercase;color:#2a3f7d;}
#Location .location a:not(:last-child)::after{content:"-";margin:0 5px;vertical-align:top;}
#Location .location a:last-child{color:#2a3f7d;}
#Location .location a:hover{color:#2a3f7d;}
#Location .location span{display:inline-block;font-size:18px;line-height:24px;color:#2a3f7d;text-transform:uppercase;}

#column_nav{text-align:center;background-color:#e6e7eb;}
#column_nav ul.catelist>li{display:inline-block;padding:15px 30px;position:relative;}
#column_nav ul.catelist>li>a{font-size:18px;line-height:24px;display:inline-block;color:#656565;position:relative;text-transform:uppercase;}
#column_nav ul.catelist>li>a.active,#column_nav ul.catelist>li>a:hover{color:#2a3f7d;}
#column_nav ul.catelist>li>a.active:before,#column_nav ul.catelist>li:hover>a:before{content:"";position:absolute;width:6px;height:6px;background-color:#f4c91f;left:calc(50% - 3px);bottom:-8px;}
#column_nav ul.catelist>li:hover>ul.smallcate{display:block;}
#column_nav ul.smallcate{padding:3px 10px;background-color:#fff;position:absolute;top:100%;display:none;box-shadow:0 0 10px #eee;z-index:2;width:100%;}
#column_nav ul.smallcate>li:not(:last-child){border-bottom:1px solid #bfbfbf;}
#column_nav ul.smallcate>li>a{padding:8px 0;font-size:14px;line-height:20px;display:block;text-align:left;}


#ProductSearch{float:right;width:312px;height:42px;border:1px solid #ddd;overflow:hidden;box-shadow:0 0 5px #ddd;}
#ProductSearch #ptext{width:270px;height:40px;line-height:40px;float:left;padding:0 10px;border:none;}
#ProductSearch #pbtn{width:40px;height:40px;line-height:40px;float:right;background-color:#2a3f7d;color:#fff;text-align:center;border:none;box-shadow:none;}
#ProductSearch #pbtn>i{font-size:24px;}
@media (min-width:1230px) and (max-width:1429px) {
    #Location{}
    #Location .location a{font-size:16px;line-height:24px;}
    #Location .location span{font-size:16px;line-height:24px;}

    #column_nav{bottom:15px;}
}
@media (min-width:992px) and (max-width:1229px) {
    
    #Location{}
    #Location .location a{font-size:14px;}
    #Location .location span{font-size:14px;}

    #column_nav{}
}
@media (min-width:768px) and (max-width:991px) {
    
    #Location{}
    #Location .location a{font-size:14px;line-height:24px;}
    #Location .location span{font-size:14px;line-height:24px;}

    #column_nav{}
    #column_nav ul.catelist>li{padding:10px 20px;}
    #column_nav ul.catelist>li>a{font-size:16px;}
    #column_nav ul.smallcate>li>a{font-size:13px}
}
@media (min-width:1px) and (max-width:767px) {

    #Location .location{padding:5px 0;}
    #Location .location a{font-size:12px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:12px;line-height:18px;}
    
    #column_nav{display:none;}
    #column_nav a{font-size:14px;line-height:20px;}
    #ProductSearch{float:none;margin:0;}
}

/*左侧菜单*/
#left_nav{width:300px;float:left;padding-right:30px;}
#left_nav dl{overflow:hidden;}
#left_nav dl>dt{padding:20px 20px;font-size:24px;line-height:30px;color:#fff;background:#0072c2;margin-bottom:20px;text-align:center;text-transform:uppercase;position:relative;}
#left_nav dl>dt:before{content:"";border-width:11px;border-color:transparent transparent #fff #fff;border-style:solid;position:absolute;left:0;bottom:0;}
#left_nav dl>dd{padding:0;position:relative;cursor:pointer;margin-bottom:5px;background-color:#fafafa;}
#left_nav dl>dd:before{content:"\e602";font-family:iconfont;position:absolute;top:12px;right:15px;color:#ccc;font-size:18px;}
#left_nav dl>dd>a{display:block;font-size:16px;line-height:30px;padding:10px 20px;background-color:#fafafa;}
#left_nav dl>dd.active,#left_nav dl>dd:hover{}
#left_nav dl>dd.active:before{content:"\e75e";}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:#fff;background-color:#2a3f7d;}
#left_nav dl>dd:last-child>a{border:none;}
#left_nav dl>dd ul{display:none;transition:all .3s;padding:10px 20px;}
#left_nav dl>dd.active ul{display:block;}
#left_nav dl>dd ul>li>a{display:inline-block;padding:5px 0;font-size:13px;line-height:18px;position:relative;color:#888;}
#left_nav dl>dd ul>li>a:before{content:"-";margin-right:5px;}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{color:#2a3f7d;}
#left_nav dl>dd ul>li.active>ul{display:block;}
#left_nav dl>dd ul>li>ul.catelist{margin:0 0 10px;}
#left_nav dl>dd ul>li>ul.catelist>li>a{padding-left:40px;}
#left_nav dl>dd ul>li>ul.catelist>li>a:before{content:">";margin-right:5px;}

#left_nav .LeftProduct{background-color:#fff;border-radius:5px;overflow:hidden;border:1px solid #eee;margin-top:30px;}
#left_nav .LeftProduct h3{padding:13px 15px;font-size:21px;line-height:24px;text-align:center;color:#fff;background:#667eb0;margin:0;}
#left_nav .LeftProduct .item{position:relative;}
#left_nav .LeftProduct .item .txt{position:absolute;bottom:0;width:100%;padding:10px 20px;z-index:1;}
#left_nav .LeftProduct .item .txt:before{content:"";position:absolute;left:0;top:0;bottom:0;right:calc(100% - 3px);background-color:#667eb0;transition:all .3s;z-index:-1;}
#left_nav .LeftProduct .item .txt h4{font-size:14px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;}
#left_nav .LeftProduct .item .txt h4:after{content:"\e604";font-family:iconfont;float:right;font-size:24px;}
#left_nav .LeftProduct .item:hover .txt:before{right:0;}
#left_nav .LeftProduct .item:hover .txt h4{color:#fff;}

#left_nav .leftContact{margin-top:30px;border:1px solid #f5f5f5;padding-bottom:10px;}
#left_nav .leftContact .img{margin-bottom:10px;}
#left_nav .leftContact .img img{width:100%;}
#left_nav .leftContact>p{padding:5px 15px;font-weight:bold;color:#888;}
#left_nav .leftContact>p i{font-weight:normal;margin-right:5px;}
#left_nav .leftContact>p a{color:#2a3f7d;}

@media (min-width:992px) and (max-width:1229px) {
    #left_nav{width:30%;padding-right:30px;}
    #left_nav dl{}
    #left_nav dl>dt{font-size:22px;}
    #left_nav dl>dd{}
    #left_nav dl>dd>a{}
    #left_nav dl>dd ul>li>a{font-size:13px;line-height:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav{width:100%;padding-right:0;}
    #left_nav dl{padding:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:8px 15px;font-size:18px;border-radius:0;}
    #left_nav dl>dt:before{content:"\e61c";font-family:iconfont;float:right;position:relative;border:none;}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd:last-child{border-radius:0;}
    #left_nav dl>dd>a{font-size:14px;line-height:20px;}
    #left_nav dl>dd ul>li>a{font-size:12px;}

    #left_nav .LeftProduct{display:none;}
}
@media (min-width:1px) and (max-width:767px) {    
    #left_nav{width:100%;padding-right:0;}
    #left_nav dl{padding:0;margin-bottom:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:8px 15px;font-size:18px;border-radius:0;}
    #left_nav dl>dt:before{content:"\e61c";font-family:iconfont;float:right;position:relative;border:none;}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd:last-child{border-radius:0;}
    #left_nav dl>dd>a{}
    #left_nav dl>dd>a::after{top:18px;}
    #left_nav dl>dd ul>li>a{font-size:12px;}
    #left_nav dl>dd.contactus{margin-top:30px;padding-bottom:15px;}
    
    #left_nav .LeftProduct{display:none;}
}

/*右侧内容*/
#right_nav{float:right;width:900px;}
#right_nav .tit{margin-bottom:25px;}
#right_nav .tit h3{font-size:24px;margin-top:0;}
.nframe{padding-top:50px;padding-bottom:30px;overflow:hidden;}
.nframe .title{margin-bottom:25px;text-align:center;}
.nframe .title h1{font-size:24px;margin-top:0;margin-bottom:0;}
.nframe .title h2{font-size:40px;margin-bottom:0;margin-top:0;position:relative;text-transform:uppercase;color:#2a3f7d;}
.nframe .title h2 font{color:#2a3f7d;position:relative;}
.nframe .title h2 font::after{content:"";width:100%;height:2px;background-color:#94f5cf;position:absolute;bottom:-12px;left:0;}
.nframe .title h3{font-size:30px;margin-top:0;margin-bottom:0;text-transform:uppercase;}
.nframe .title p{font-size:15px;line-height:20px;color:#6b6b6b;}
.nframe .title .line{position:relative;}
.nframe .title .line>span{position:relative;z-index:1;display:inline-block;width:54%;font-size:16px;}
.nframe .title .line:before{content:"";width:18%;height:1px;background-color:#ccc;position:absolute;left:5%;top:9px;}
.nframe .title .line:after{content:"";width:18%;height:1px;background-color:#ccc;position:absolute;right:5%;top:9px;}
.nframe .tit>h2{margin:0 0 20px;font-size:36px;text-transform:uppercase;}
.nframe .tit>h1{font-size:28px;margin-bottom:15px;margin-top:0;color:#080808;}
.nframe .tit>p{font-size:14px;}
.nframe section{overflow:hidden;}
.nframe section .content{font-size:14px;line-height:24px;color:#505050;padding-bottom:20px;}
@media (min-width:992px) and (max-width:1229px) {
    #right_nav{width:70%;}
    
    .nframe{padding-top:25px;padding-bottom:25px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:24px;}
    .nframe .title h2{font-size:24px;}
    .nframe .title h3{font-size:24px;}
    .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%;}
    #right_nav .tit h3{font-size:20px;}
    
    .nframe{padding-top:25px;padding-bottom:25px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:20px;}
    .nframe .title h2{font-size:20px;}
    .nframe .title h3{font-size:20px;}
    .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;}
    embed{max-width:100%;height:auto;}
    
    .nframe{padding-top:20px;padding-bottom:20px;}
    .nframe .title{margin-bottom:10px;}
    .nframe .title h1{font-size:20px;}
    .nframe .title h2{font-size:20px;}
    .nframe .title h3{font-size:18px;}
    .nframe .title p{font-size:12px;line-height:18px;}
    .nframe .title .line:before{display:none;}
    .nframe .title .line:after{display:none;}
    .nframe .title .line>span{font-size:12px;width:100%;}

    .nframe section .content{font-size:13px;line-height:24px;}

    .table-responsive table{width:100%;}
}

.bgsection{}
/*关于我们*/
#aboutframe{padding-bottom:0;}
#aboutframe .context{padding-bottom:50px;}
#aboutframe section{padding-bottom:50px;}
#aboutframe section:not(:first-child){padding-top:50px;}

#aboutframe .aboutinfo{margin-top:-80px;margin-bottom:-80px;overflow:hidden;position:relative;z-index:1;padding-bottom:0;}
#aboutframe .aboutinfo .left{float:left;width:50%;border-right:5px solid #2a3f7d;padding-top:80px;}
#aboutframe .aboutinfo .right{float:right;width:50%;background-color:#fff;padding:50px;}
#aboutframe .aboutinfo .right h2{color:#f4c91f;margin:0;font-size:27px;text-transform:uppercase;}
#aboutframe .aboutinfo .right h3{font-size:18px;text-transform:uppercase;color:#2a3f7d;}
#aboutframe .aboutinfo .right article{font-size:15px;line-height:24px;color:#9e9e9e;}
#aboutframe .aboutinfo .right a.link{float:right;font-size:18px;color:#2a3f7d;text-transform:uppercase;margin-top:40px;}
#aboutframe .aboutinfo .right a.link:hover{text-decoration:underline;}

#aboutframe section.abvideo{position:relative;padding-top:0!important;padding-bottom:0;}
#aboutframe .abvideo .title{position:absolute;text-align:center;top:calc(50% - 90px);width:100%;}
#aboutframe .abvideo .title h3{color:#fff;font-size:40px;line-height:48px;margin-top:0;}
#aboutframe .abvideo .title p{font-size:18px;color:#d4d4d4;}
#aboutframe .abvideo .title i{font-size:60px;color:#fff;margin-top:20px;display:inline-block;}

#aboutframe .abvalue{overflow:hidden;}
#aboutframe .abvalue .left{float:left;width:50%;}
#aboutframe .abvalue .left h2{font-size:48px;color:#223881;text-transform:uppercase;margin-top:0;}
#aboutframe .abvalue .left h3{font-size:60px;line-height:95px;color:#fedf54;text-transform:uppercase;}
#aboutframe .abvalue .right{float:right;width:50%;color:#9e9e9e;font-size:15px;}
#aboutframe .abvalue .right h4{font-size:18px;text-transform:uppercase;margin-top:0;color:#333333;}

#aboutframe .workshop{background:#f5f5f5;}
#aboutframe .workshop .title{text-align:center;margin-bottom:30px;}
#aboutframe .workshop .title h3{font-size:48px;color:#2a3f7d;text-transform:uppercase;margin:0;}
#aboutframe .workshop .title p{color:#9e9e9e;font-size:15px;}
#aboutframe .workshop .list{overflow:hidden;margin:0 -15px;}
#aboutframe .workshop .item{width:33.33%;float:left;padding:0 15px 30px;}
#aboutframe .workshop .item .img{position:relative;overflow:hidden;}
#aboutframe .workshop .item .img a{}
#aboutframe .workshop .item .img h3{font-size:20px;color:#fff;line-height:1.5;text-align:center;margin-top:40px;display:block;}

#aboutframe .history{overflow:hidden;}
#aboutframe .history .title{text-align:center;margin-bottom:30px;}
#aboutframe .history .title h3{font-size:48px;color:#2a3f7d;text-transform:uppercase;margin:0;}
#aboutframe .history .list{position:relative;}
#aboutframe .history .list:before{content:"";position:absolute;width:200%;height:1px;background-color:#eee;top:50px;left:-50%;}
#aboutframe .history .item{text-align:center;cursor:pointer;}
#aboutframe .history .item h4{font-size:24px;line-height:30px;height:30px;color:#666;margin:0;}
#aboutframe .history .item p{position:relative;margin:70px 0 0;}
#aboutframe .history .item p:before{content:"";width:13px;height:13px;border:2px solid #fff;border-radius:50%;background-color:#bfbfbf;position:absolute;top:-55px;left:calc(50% - 6px);}
#aboutframe .history .item p:after{content:"";width:1px;height:20px;background-color:#bfbfbf;left:50%;top:-30px;position:absolute;}
#aboutframe .history .item:hover h4{color:#2a3f7d;}
#aboutframe .history .item:hover p{color:#2a3f7d;}
#aboutframe .history .item:hover p:before{background-color:#2a3f7d;}
#aboutframe .history .item:hover p:after{background-color:#2a3f7d;}
#aboutframe .history .btnlist{}
#aboutframe .history .btnlist .swbtn{position:absolute;top:32px;width:36px;height:36px;line-height:36px;text-align:center;background-color:#dcdcdc;color:#fff;border-radius:50%;}
#aboutframe .history .btnlist .swbtn.btn-prev{left:-50px;}
#aboutframe .history .btnlist .swbtn.btn-next{right:-50px;}
#aboutframe .history .btnlist .swbtn:hover{background-color:#2a3f7d;}

#aboutframe .why{background:#cfe0ed url(../images/about_bg.jpg) no-repeat center center;padding-top:80px;padding-bottom:80px;}
#aboutframe .why .title{overflow:hidden;margin-bottom:50px;}
#aboutframe .why .title h2{float:left;font-size:36px;line-height:48px;color:#222;text-align:left;width:30%;margin:0;}
#aboutframe .why .title p{float:right;font-size:16px;line-height:30px;text-align:left;color:#5a5a5a;width:70%;}
#aboutframe .why .content{overflow:hidden;}
#aboutframe .why .content .left{float:left;width:50%;}
#aboutframe .why .content .right{float:right;width:50%;padding-left:50px;font-size:14px;line-height:24px;}
#aboutframe .why .content .right h4{font-size:24px;line-height:36px;margin:0;}
#aboutframe .why .content .right p{margin-bottom:15px;}

#aboutframe .certificate{}
#aboutframe .certificate .title{text-align:center;margin-bottom:30px;}
#aboutframe .certificate .title h2{font-size:48px;color:#2a3f7d;text-transform:uppercase;margin:0;}
#aboutframe .certificate .title p{color:#9e9e9e;font-size:15px;}
#aboutframe .certificate .list{position:relative;}
#aboutframe .certificate .list .item{padding:25px;background-color:#f3f3f3;}
#aboutframe .certificate .list .btnlist .swbtn{position:absolute;top:calc(50% - 22px);z-index:1;color:#b2b2b2;border:2px solid #b2b2b2;border-radius:50%;width:45px;height:45px;text-align:center;}
#aboutframe .certificate .list .btnlist .swbtn>i{font-size:30px;}
#aboutframe .certificate .list .btnlist .swbtn.btn-prev{left:-80px;}
#aboutframe .certificate .list .btnlist .swbtn.btn-next{right:-80px;}
#aboutframe .certificate .list .btnlist .swbtn:hover{color:#2a3f7d;border-color:#2a3f7d;}


#aboutframe .videoframe{text-align:center;padding-top:80px;padding-bottom:80px;}
#aboutframe .videoframe a{display:block;}
#aboutframe .videoframe h2{color:#fff;margin-bottom:50px;text-transform:uppercase;font-size:24px;padding:0 50px;}
#aboutframe .videoframe .iconfont{font-size:48px;color:#fff;}

@media (min-width:1230px) and (max-width:1430px) {
    #aboutframe .aboutinfo{margin-top:-50px;margin-bottom:-50px;}

    #aboutframe .abvalue .left h2{font-size:48px;}
    #aboutframe .abvalue .left h3{font-size:64px;line-height:80px;}

    #aboutframe .history .list{padding:0 50px;}
    #aboutframe .history .btnlist .swbtn.btn-prev{left:0;}
    #aboutframe .history .btnlist .swbtn.btn-next{right:0;}

    #aboutframe .certificate .list{padding:0 50px;}
    #aboutframe .certificate .list .item{padding:25px;}
    #aboutframe .certificate .list .btnlist .swbtn.btn-prev{left:-5px;}
    #aboutframe .certificate .list .btnlist .swbtn.btn-next{right:-5px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #aboutframe section:not(:first-child){padding-top:40px;}

    #aboutframe .aboutinfo{margin-top:0;margin-bottom:0;}
    #aboutframe .aboutinfo .right{padding:30px;}

    #aboutframe .abvalue .left{width:45%;}
    #aboutframe .abvalue .left h2{font-size:42px;}
    #aboutframe .abvalue .left h3{font-size:54px;line-height:64px;}
    #aboutframe .abvalue .right{width:55%;}

    #aboutframe .workshop .title h3{font-size:36px;}
    #aboutframe .workshop .list{margin:0 -10px;}
    #aboutframe .workshop .item{padding:0 10px 20px;}
    #aboutframe .workshop .item .imghvr-zoom-in figcaption{opacity:1;-webkit-transform:scale(1);transform: scale(1);}

    #aboutframe .history .title h3{font-size:36px;}
    #aboutframe .history .list{padding:0 50px;}
    #aboutframe .history .btnlist .swbtn.btn-prev{left:0;}
    #aboutframe .history .btnlist .swbtn.btn-next{right:0;}

    #aboutframe .why .title{margin-bottom:30px;}
    #aboutframe .why .title p{font-size:14px;line-height:24px;}
    #aboutframe .why .content .right h4{font-size:18px;line-height:24px;}
    #aboutframe .why .content .right p{font-size:13px;line-height:18px;}
    
    #aboutframe .certificate .title h2{font-size:36px;}
    #aboutframe .certificate .list{padding:0 50px;}
    #aboutframe .certificate .list .item{padding:15px;}
    #aboutframe .certificate .list .btnlist .swbtn.btn-prev{left:-5px;}
    #aboutframe .certificate .list .btnlist .swbtn.btn-next{right:-5px;}
}
@media (min-width:768px) and (max-width:991px) {
    #aboutframe section:not(:first-child){padding-top:30px;}

    #aboutframe .aboutinfo{margin-top:0;margin-bottom:0;}
    #aboutframe .aboutinfo .left{display:none;}
    #aboutframe .aboutinfo .right{padding:20px 0;width:100%;}

    #aboutframe .abvideo .title{top:calc(50% - 60px);}
    #aboutframe .abvideo .title h3{font-size:24px;line-height:36px;margin-bottom:0;}
    #aboutframe .abvideo .title p{font-size:16px;}
    #aboutframe .abvideo .title i{font-size:36px;margin-top:10px;}

    #aboutframe .abvalue .left{width:40%;}
    #aboutframe .abvalue .left h2{font-size:30px;}
    #aboutframe .abvalue .left h3{font-size:40px;line-height:48px;}
    #aboutframe .abvalue .right{width:60%;}
    #aboutframe .abvalue .right h4{font-size:16px;}
    #aboutframe .abvalue .right p{font-size:14px;line-height:18px;}

    #aboutframe .workshop .title h3{font-size:36px;}
    #aboutframe .workshop .list{margin:0 -8px;}
    #aboutframe .workshop .item{padding:0 8px 16px;}
    #aboutframe .workshop .item .img h3{margin-top:20px;}
    #aboutframe .workshop .item .imghvr-zoom-in figcaption{opacity:1;-webkit-transform:scale(1);transform: scale(1);}

    #aboutframe .history .title h3{font-size:36px;}
    #aboutframe .history .list{padding:0 50px;}
    #aboutframe .history .item p{font-size:14px;line-height:18px;}
    #aboutframe .history .btnlist .swbtn.btn-prev{left:0;}
    #aboutframe .history .btnlist .swbtn.btn-next{right:0;}

    #aboutframe .why{padding-bottom:30px;}
    #aboutframe .why .title{margin-bottom:30px;}
    #aboutframe .why .title h2{font-size:30px;line-height:40px;}
    #aboutframe .why .title p{font-size:14px;line-height:20px;}
    #aboutframe .why .content .left{width:40%;}
    #aboutframe .why .content .right{padding-left:15px;width:60%;}
    #aboutframe .why .content .right h4{font-size:16px;line-height:24px;}
    #aboutframe .why .content .right p{font-size:13px;line-height:18px;}
    
    #aboutframe .certificate .title h2{font-size:36px;}
    #aboutframe .certificate .list{padding:0 50px;}
    #aboutframe .certificate .list .item{padding:15px;}
    #aboutframe .certificate .list .btnlist .swbtn.btn-prev{left:-5px;}
    #aboutframe .certificate .list .btnlist .swbtn.btn-next{right:-5px;}
}
@media (min-width:1px) and (max-width:767px) {
    #aboutframe section{padding-bottom:30px;}
    #aboutframe section:not(:first-child){padding-top:30px;}

    #aboutframe .aboutinfo{margin-top:0;margin-bottom:0;}
    #aboutframe .aboutinfo .left{display:none;}
    #aboutframe .aboutinfo .right{padding:20px 0;width:100%;}
    #aboutframe .aboutinfo .right h3{font-size:16px;margin:5px 0 10px;}
    #aboutframe .aboutinfo .right article{font-size:13px;line-height:18px;}
    #aboutframe .aboutinfo .right a.link{font-size:16px;margin-top:20px;}

    /*#aboutframe .abvideo{display:none;}*/
    #aboutframe .abvideo .title{top:calc(50% - 30px);}
    #aboutframe .abvideo .title h3{font-size:18px;line-height:24px;margin-bottom:0;}
    #aboutframe .abvideo .title p{font-size:16px;display:none;}
    #aboutframe .abvideo .title i{font-size:24px;margin-top:10px;}

    #aboutframe .abvalue .left{width:100%;}
    #aboutframe .abvalue .left h2{font-size:18px;}
    #aboutframe .abvalue .left h3{font-size:20px;line-height:24px;margin-top:0;}
    #aboutframe .abvalue .right{width:100%;}
    #aboutframe .abvalue .right h4{font-size:14px;line-height:20px;}
    #aboutframe .abvalue .right p{font-size:13px;line-height:18px;}

    #aboutframe .workshop .title h3{font-size:18px;}
    #aboutframe .workshop .title p{font-size:13px;line-height:18px;}
    #aboutframe .workshop .list{margin:0 -5px;}
    #aboutframe .workshop .item{padding:0 5px 16px;width:50%;}
    #aboutframe .workshop .item .img h3{margin-top:10px;font-size:16px;}
    #aboutframe .workshop .item .imghvr-zoom-in figcaption{opacity:1;-webkit-transform:scale(1);transform: scale(1);}

    #aboutframe .history .title h3{font-size:20px;}
    #aboutframe .history .list{padding:0 50px;}
    #aboutframe .history .item h4{font-size:16px;}
    #aboutframe .history .item p{font-size:13px;line-height:18px;}
    #aboutframe .history .btnlist .swbtn.btn-prev{left:0;}
    #aboutframe .history .btnlist .swbtn.btn-next{right:0;}

    #aboutframe .why{padding-bottom:30px;}
    #aboutframe .why .title{margin-bottom:30px;}
    #aboutframe .why .title h2{font-size:20px;line-height:30px;width:100%;margin:0 0 5px;}
    #aboutframe .why .title p{font-size:13px;line-height:18px;width:100%;text-align:left;}
    #aboutframe .why .content .left{display:none;}
    #aboutframe .why .content .right{padding-left:0;width:100%;}
    #aboutframe .why .content .right h4{font-size:15px;line-height:24px;}
    #aboutframe .why .content .right p{font-size:13px;line-height:18px;}
    
    #aboutframe .certificate .title h2{font-size:20px;}
    #aboutframe .certificate .title p{font-size:13px;line-height:18px;}
    #aboutframe .certificate .list{padding:0 30px;}
    #aboutframe .certificate .list .item{padding:5px;}
    #aboutframe .certificate .list .btnlist .swbtn{width:30px;height:30px;line-height:26px;}
    #aboutframe .certificate .list .btnlist .swbtn>i{font-size:20px;}
    #aboutframe .certificate .list .btnlist .swbtn.btn-prev{left:-5px;}
    #aboutframe .certificate .list .btnlist .swbtn.btn-next{right:-5px;}
}


/*联系我们*/
#ContactPage{padding-bottom:80px;}

#ContactPage .secMap{padding-bottom:50px;}
#ContactPage .secMap .list{background-color:#f8f8f8;overflow:hidden;padding:50px 0;}
#ContactPage .secMap .list .item{width:50%;float:left;padding:0 70px;}
#ContactPage .secMap .list .item:first-child{border-right:1px solid #dbdbdb;}
#ContactPage .secMap .list .item>i{float:left;font-size:60px;color:#2a3f7d;}
#ContactPage .secMap .list .item>.txt{padding-left:100px;}
#ContactPage .secMap .list .item>.txt h4{font-size:24px;color:#2a3f7d;text-transform:uppercase;margin-top:0;}
#ContactPage .secMap .list .item>.txt p{font-size:12px;line-height:18px;}

#contactus{overflow:initial;}
#contactus .left{width:50%;float:left;}
#contactus .left .content{padding:10px;margin:0 -10px;}
#contactus .left .box{box-shadow:0 0 10px #eee;overflow:hidden;border-radius:5px;padding:30px;}
#contactus .left .box1{background-color:#f3f6fd;margin-bottom:20px;}
#contactus .left .box2{background-color:#f4f5f7;}
#contactus .left .box .item{float:left;width:50%;}
#contactus .left .box .item>i{float:left;font-size:30px;color:#0050ff;line-height:50px;}
#contactus .left .box .item .txt{padding-left:50px;}
#contactus .left .box .item p{margin-top:0;font-size:17px;line-height:20px;color:#a0a0a0;text-transform:uppercase;}
#contactus .left .box .item h5{font-size:16px;line-height:30px;color:#0050ff;margin:0;}
#contactus .left .box .item h5>a{color:#0050ff;}
#contactus .right{width:50%;float:right;padding-left:150px;}
#contactus .right dl>dt{font-size:24px;color:#6c6c6c;font-weight:normal;margin-bottom:80px;}
#contactus .right dl>dd{font-size:17px;line-height:30px;color:#0050ff;}
#contactus .right p{font-size:15px;line-height:28px;margin-top:120px;color:#6c6c6c;}
#contactus .right p>b{margin-right:3px;}

#map{height:360px;position:relative;z-index:1;}
@media (min-width:992px) and (max-width:1229px) {
    #ContactPage .secMap .list{padding:30px 0;}
    #ContactPage .secMap .list .item{padding:0 40px;}
    #ContactPage .secMap .list .item>.txt{padding-left:80px;}
    #ContactPage .secMap .list .item>.txt h4{font-size:20px;}

    #contactus .left .box{padding:15px;}
    #contactus .left .box .item>i{font-size:24px;color:#0050ff;line-height:40px;}
    #contactus .left .box .item .txt{padding-left:30px;}
    #contactus .left .box .item p{font-size:16px;}
    #contactus .left .box .item h5{font-size:14px;line-height:20px;}

    #contactus .right{padding-left:80px;}

    #map{height:360px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ContactPage .secMap .list{padding:25px 0;}
    #ContactPage .secMap .list .item{padding:0 20px;}
    #ContactPage .secMap .list .item>i{font-size:40px;}
    #ContactPage .secMap .list .item>.txt{padding-left:60px;}
    #ContactPage .secMap .list .item>.txt h4{font-size:20px;}

    #contactus .left .box{padding:10px 15px 0;}
    #contactus .left .box .item{width:100%;margin-bottom:10px;}
    #contactus .left .box .item>i{font-size:24px;color:#0050ff;line-height:40px;}
    #contactus .left .box .item .txt{padding-left:30px;}
    #contactus .left .box .item p{font-size:14px;}
    #contactus .left .box .item h5{font-size:14px;line-height:20px;}

    #contactus .right{padding-left:50px;}
    #contactus .right dl>dt{margin-bottom:30px;}
    #contactus .right dl>dd{font-size:15px;line-height:24px;}
    #contactus .right p{font-size:14px;line-height:24px;margin-top:60px;}

    #map{height:360px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ContactPage{padding-bottom:30px;}
    #ContactPage .secMap{padding-bottom:20px;}
    #ContactPage .secMap .list{padding:0;}
    #ContactPage .secMap .list .item{padding:15px;width:100%;}
    #ContactPage .secMap .list .item:first-child{border-right:none;}
    #ContactPage .secMap .list .item>i{font-size:40px;}
    #ContactPage .secMap .list .item>.txt{padding-left:50px;}
    #ContactPage .secMap .list .item>.txt h4{font-size:18px;margin-bottom:5px;}

    #contactus .left{width:100%;}
    #contactus .left .box{padding:10px 15px 0;}
    #contactus .left .box .item{width:100%;margin-bottom:10px;}
    #contactus .left .box .item>i{font-size:24px;color:#0050ff;line-height:40px;}
    #contactus .left .box .item .txt{padding-left:40px;}
    #contactus .left .box .item p{font-size:14px;}
    #contactus .left .box .item h5{font-size:13px;line-height:20px;}
    
    #contactus .right{display:none;}


    #map{height:300px;}
}

#feedback{padding:50px 50px;background-color:#fff;position:relative;box-shadow:0 0 10px #eee;margin-top:10px;}
#feedback .title{text-align:left;}
#feedback .title h2:after{content:"";width:50%;height:3px;background-color:#94f5cf;position:absolute;right:0;bottom:-10px;}
#feedback .title p{margin-top:20px;}
#feedback ul{display:flex;justify-content:space-between;flex-direction: row;flex-wrap: wrap;}
#feedback ul>li{display:block;margin:0 0 10px;width:100%;box-shadow:none;background-color:#fff;border:2px solid #e7e7e7;}
#feedback ul>li.half{width:100%;}
#feedback ul>li>label{height:40px;line-height:40px;margin:0;font-size:18px;color:#aaa;float:left;text-align:right;font-weight:normal;color:#6c6c6c;}
#feedback ul>li>label>em{color:#f00;font-style:initial;display:inline-block;width:16px;font-size:18px;vertical-align:middle;}
#feedback ul>li>i.iconfont{float:right;font-size:18px;color:#2a3f7d;line-height:40px;width:30px;}
#feedback ul>li>input{width:calc(100% - 88px);line-height:40px;height:40px;border:none;box-shadow:none;margin:0;display:inline-block;padding-left:5px;}
#feedback ul>li textarea{width:calc(100% - 88px);padding:10px 0 0 5px;resize:none;box-shadow:none;position:relative;display:block;border:none;background-color:#fff;margin:0;display:inline-block;}
#feedback ul>li.btnli{border:none;background:none;box-shadow:none;margin-top:15px;margin-bottom:0;}
#feedback ul>li.btnli .btnlink{display:inline-block;font-size:18px;color:#2a3f7d;text-transform:uppercase;}
#feedback ul>li.btnli .btnlink>i{margin-left:5px;}
#feedback ul>li.btnli .btnlink:hover{text-decoration:underline;}
@media (min-width:992px) and (max-width:1229px) {
    #feedback{padding:30px;}
    #feedback ul{}
    #feedback ul>li{margin-bottom:15px;}
    #feedback ul>li.btnli #btn_send{}
}
@media (min-width:768px) and (max-width:991px) {
    #feedback{width:100%;float:initial;padding:15px;}

    #feedback ul{justify-content:space-between;}
    #feedback ul>li{margin-bottom:15px;}
    #feedback ul>li>label{font-size:14px;height:30px;line-height:30px;}
    #feedback ul>li>input{height:30px;line-height:30px;}
    #feedback ul>li.btnli{margin-top:0;}
    #feedback ul>li.btnli #btn_send{}    
}
@media (min-width:1px) and (max-width:767px) {
    #feedback{width:100%;float:initial;padding:20px;}

    #feedback ul{}
    #feedback ul>li{margin-bottom:15px;}
    #feedback ul>li>label{font-size:14px;height:30px;line-height:30px;}
    #feedback ul>li>input{height:30px;line-height:30px;}
    #feedback ul>li.btnli{margin-top:0;}
    #feedback ul>li.half{width:100%;}
    #feedback ul>li.half2{width:100%;}
    #feedback ul>li.btnli #btn_send{font-size:14px;height:40px;line-height:40px;}
}



#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%;background-color:#f5f8fa;box-shadow:none;border:1px solid #d8d8d8;padding:0 10px;}
#pro_feed_show .form-group.half{width:48%;float:left;}
#pro_feed_show .form-group.half:nth-child(2n){float:right;}
#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:10px;resize:none;float:left;border:none;background-color:transparent;box-shadow:none;border-radius:0;overflow:hidden;height:auto;}
#pro_feed_show .form-group.btngroup{border:none;background-color:transparent;margin-top:25px;padding-left:0;}
#pro_feed_show .form-group.btngroup .feed_right{width:100%;}
#pro_feed_show #btn_send{display:inline-block;margin:0;text-align:center;padding:0;background-color:#2a3f7d;border:1px solid #2a3f7d;color:#fff;font-size:16px;line-height:24px;padding:6px 70px;position:relative;}
#pro_feed_show #btn_send:hover{color:#2a3f7d;}
@media (min-width:992px) and (max-width:1229px) {
    #pro_feed_show{}
}
@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{}
#ProPage .title{text-align:left;}
#ProPage .title h2{font-size:30px;line-height:40px;margin-bottom:10px;}
#ProPage .title p{font-size:16px;line-height:24px;color:#656565;}

#ProPage section{overflow:hidden;background-color:#e6e7eb;}
#ProPage section:not(:last-child){margin-bottom:50px;}
#ProPage section .left{float:left;width:30%;border:1px solid #e6e7eb;}
#ProPage section .right{float:right;width:70%;padding:30px;}
#ProPage section .right h3{font-size:20px;line-height:30px;color:#2a3f7d;text-transform:uppercase;margin-top:0;}
#ProPage section .right p{font-size:14px;line-height:18px;color:#656565;}
#ProPage section .right .list{margin-top:50px;}
#ProPage section .right .list .swiper-slide{margin:0;}
#ProPage section .right .list .item .img{overflow:hidden;}
#ProPage section .right .list .item img{width:100%;}
#ProPage section .right .list .item h4{text-align:center;font-size:16px;line-height:20px;color:#666878;}
#ProPage section .right .list .item:hover h4{color:#2a3f7d;}
#ProPage section .right .list .swiper-pagination{position:relative;top:0;bottom:auto;margin-top:10px;}
#ProPage section .right .list .swiper-pagination .swiper-pagination-bullet{border-radius:50px;width:12px;}
#ProPage section .right .list .swiper-pagination .swiper-pagination-bullet-active{width:30px;background-color:#2a3f7d;}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage .title h2{font-size:24px;line-height:30px;}

    #ProPage section .left{width:35%;}
    #ProPage section .right{width:65%;padding:15px 20px;}
    #ProPage section .right .list{margin-top:20px;}
    #ProPage section .right .list .item h4{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage .title h2{font-size:20px;line-height:24px;}

    #ProPage section .left{display:none;}
    #ProPage section .right{width:100%;padding:15px 20px;}
    #ProPage section .right .list{margin-top:20px;}
    #ProPage section .right .list .item h4{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage .title h2{font-size:16px;line-height:24px;}

    #ProPage section .left{display:none;}
    #ProPage section .right{width:100%;padding:15px 10px;}
    #ProPage section .right h3{font-size:18px;line-height:24px;}
    #ProPage section .right p{font-size:13px;}
    #ProPage section .right .list{margin-top:20px;}
    #ProPage section .right .list .item h4{font-size:14px;}
}

#CasesList{margin-bottom:30px;}
#CasesList .select{display:inline-block;width:420px;border:1px solid #fff;margin-right:30px;position:relative;background-color:#f1f1f1;}
#CasesList .select>span{display:block;padding:10px;cursor:pointer;border-bottom:5px solid #f4c91f;}
#CasesList .select>span:before{content:"\e61c";position:absolute;font-family:iconfont;right:10px;font-size:14px;}
#CasesList .select.xptj{width:200px;}
#CasesList .select.xptj>span:before{content:"";}
#CasesList .search{display:inline-block;width:60px;height:45px;line-height:45px;text-align:center;border:1px solid #fff;float:right;background-color:#f1f1f1;border-bottom:5px solid #f4c91f;}
#CasesList .search i{font-size:20px;}
#CasesList dl{background-color:#eee;display:none;margin:0;position:absolute;width:100%;max-height:180px;overflow-y:auto;z-index:1;transition:all 0s;}
#CasesList dl>dd{padding:10px;cursor:pointer;}
#CasesList dl>dd:hover{color:#f4c91f;}
#CasesList .select dl::-webkit-scrollbar {/*滚动条整体样式*/
        width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
#CasesList .select dl::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #2a3f7d;
    }
#CasesList .select dl::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
}
@media (min-width:992px) and (max-width:1229px) {
    #CasesList .select{width:33%;margin-right:20px;}
    #CasesList .select.xptj{width:20%;}
}
@media (min-width:768px) and (max-width:991px) {
    #CasesList .select{width:33%;margin-right:10px;}
    #CasesList .select.xptj{width:20%;}
    #CasesList .search{width:50px;}
}
@media (min-width:1px) and (max-width:767px) {
    #CasesList{margin-bottom:15px;}
    #CasesList .select{width:100%;margin-right:0;margin-bottom:10px;}
    #CasesList .select.xptj{width:70%;}
    #CasesList .search{width:60px;}
}

#ProPage .ProList{overflow:hidden;margin:0 -20px;}
#ProPage .ProList .item{width:33.33%;float:left;padding:5px 20px;margin-bottom:30px;}
#ProPage .ProList .item .box{border:1px solid #2a3f7d;}
#ProPage .ProList .item:nth-child(3n+1){clear:left;}
#ProPage .ProList .item .img{border-bottom:1px solid #f4f4f4;margin:0 15px;}
#ProPage .ProList .item .img img{width:100%;}
#ProPage .ProList .item .txt{padding:20px;}
#ProPage .ProList .item .txt h4{font-size:16px;line-height:24px;margin:0;height:24px;padding-right:30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;position:relative;}
#ProPage .ProList .item .txt h4:before{content:"\e9e1";position:absolute;font-family:iconfont;top:0;right:0;width:24px;height:24px;text-align:center;line-height:24px;}
#ProPage .ProList .item .txt p{font-size:12px;line-height:18px;height:36px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#ProPage .ProList .item:hover .box{box-shadow:0 0 10px #2a3f7d;}
#ProPage .ProList .item:hover .txt{background:linear-gradient(to right,#0a6cbc,#034984);filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0a6cbc',endColorStr='#034984',gradientType='1');}
#ProPage .ProList .item:hover .txt h4{color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage .ProList{margin:0 -10px;}
    #ProPage .ProList .item{padding:5px 10px;margin-bottom:16px;}
    #ProPage .ProList .item .txt{padding:10px;}
    #ProPage .ProList .item .txt h4{font-size:16px;line-height:24px;height:24px;-webkit-line-clamp:1;}
    #ProPage .ProList .item .txt h4:before{top:0;width:24px;height:24px;line-height:24px;}
}
@media (min-width:768px) and (max-width:991px) {    
    #ProPage .ProList{margin:0 -10px;}
    #ProPage .ProList .item{padding:5px 10px;margin-bottom:16px;}
    #ProPage .ProList .item .txt{padding:10px;}
    #ProPage .ProList .item .txt h4{font-size:14px;line-height:24px;height:24px;-webkit-line-clamp:1;}
    #ProPage .ProList .item .txt h4:before{top:0;width:24px;height:24px;line-height:24px;}

}
@media (min-width:1px) and (max-width:767px) {
    #ProPage .ProList{margin:0 -5px;}
    #ProPage .ProList .item{padding:5px 5px;margin-bottom:10px;width:50%;}
    #ProPage .ProList .item .txt{padding:10px;}
    #ProPage .ProList .item .txt h4{font-size:13px;line-height:24px;height:24px;-webkit-line-clamp:1;}
    #ProPage .ProList .item .txt h4:before{top:0;width:24px;height:24px;line-height:24px;}
    #ProPage .ProList .item:nth-child(3n+1){clear:none;}
    #ProPage .ProList .item:nth-child(2n+1){clear:left;}
}

#proInfo{background:url(../images/probg.jpg) no-repeat center center;padding-top:50px;padding-bottom:50px;}
#proInfo .title{text-align:center;margin-bottom:50px;}
#proInfo .title h2{font-size:50px;color:#fff;text-transform:uppercase;margin-top:0;}
#proInfo .title p{font-size:14px;color:#fff;}
#proInfo .list{overflow:hidden;}
#proInfo .list .item{width:33.33%;float:left;padding-right:100px;padding-top:30px;padding-bottom:30px;}
#proInfo .list .item:not(:first-child){border-left:1px solid #8f8f8f;padding-left:100px;}
#proInfo .list .item i{display:inline-block;width:70px;height:70px;line-height:70px;text-align:center;font-size:48px;background-color:#fff;color:#2a3f7d;border-radius:50%;}
#proInfo .list .item h3{margin-top:30px;margin-bottom:20px;font-size:20px;color:#fff;text-transform:uppercase;color:#fff;}
#proInfo .list .item p{font-size:14px;line-height:20px;color:#fff;}



#RelatedPro{padding-bottom:50px;padding-top:50px;background-color:#f4f4f4;}
#RelatedPro .list{position:relative;}
#RelatedPro .item{position:relative;margin-bottom:20px;}
#RelatedPro .item .img{background-color:#fff;border:1px solid #f4f4f4;}
#RelatedPro .item h4{position:absolute;background-color:#2a3f7d;color:#fff;text-align:center;width:80%;left:10%;padding:10px 0;z-index:1;bottom:-20px;margin:0;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#RelatedPro .swbtn{position:absolute;top:calc(50% - 23px);width:46px;height:46px;line-height:46px;border:2px solid #636363;z-index:1;text-align:center;border-radius:50%;}
#RelatedPro .swbtn>i{font-size:28px;}
#RelatedPro .swbtn.btn-prev{left:-60px;}
#RelatedPro .swbtn.btn-next{right:-60px;}
#RelatedPro .swbtn:hover{border-color:#2a3f7d;}
@media (min-width:992px) and (max-width:1229px) {
    #RelatedPro .swbtn.btn-prev{left:0;}
    #RelatedPro .swbtn.btn-next{right:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #RelatedPro .swbtn.btn-prev{left:0;}
    #RelatedPro .swbtn.btn-next{right:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedPro .item h4{font-size:12px;padding:5px;}
    #RelatedPro .swbtn{width:30px;height:30px;line-height:30px;}
    #RelatedPro .swbtn>i{font-size:20px;}
    #RelatedPro .swbtn.btn-prev{left:0;}
    #RelatedPro .swbtn.btn-next{right:0;}
}


/*产品详情*/
#ProDetailPage{padding-top:90px;padding-bottom:0;}
#ProDetailPage .title{margin-bottom:20px;position:relative;text-align:left;}
#ProDetailPage .title h3{font-size:24px;line-height:30px;margin-bottom:10px;font-weight:normal;}
#ProDetailPage .panelbox{margin-bottom:30px;padding-top:30px;}
#ProDetailPage .panelbox:not(:first-child){display:none;}
#slider{overflow:hidden;background-color:#f5f7f9;padding-top:50px;padding-bottom:50px;}
#slider .peoimglist{background-color:#fff;overflow:hidden;}
#picView{width:55%;float:left;background-color:#fff;border-right:10px solid #f5f7f9;position:relative;}
#picView .gallery-top{margin:0;}
#picView .gallery-top .swiper-slide{}
#picView .gallery-top .swiper-slide .boxer{}
#picView .imglist{background-color:#f9f9f9;padding:30px 10px;position:relative;}
#picView .gallery-thumbs{padding:0 0;position:absolute;bottom:0;width:100%;}
#picView .gallery-thumbs img{}
#picView .gallery-thumbs .swiper-wrapper{}
#picView .gallery-thumbs .swiper-slide{overflow:hidden;margin:0;}
#picView .gallery-thumbs .swiper-slide a{display:block;position:relative;border:2px solid #fff;}
#picView .gallery-thumbs .swiper-slide-thumb-active{position:relative;}
#picView .gallery-thumbs .swiper-slide-thumb-active>a{border:2px solid #2a3f7d;}
#picView .btnlist{}
#picView .swbtn{position:absolute; width:40px;height:40px;line-height:40px;text-align:center;z-index:1;top:calc(50% - 40px);}
#picView .swbtn>i{font-size:30px;font-weight:bold;line-height:40px;}
#picView .btn-next{right:0;}
#picView .btn-prev{left:0;}
#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:#2a3f7d;}
#protitle{width:45%;float:right;padding:25px;background-color:#fff;}
#protitle h1{font-size:26px;margin-bottom:20px;margin-top:0;color:#1a43c5;}
#protitle h4{font-size:15px;line-height:20px;padding:10px 0;border-top:2px solid #e4e4e4;border-bottom:2px solid #e4e4e4;color:#616161;}
#protitle h3{font-size:20px;line-height:24px;margin-top:0;margin-bottom:10px;color:#666;text-transform:uppercase;position:relative;}
#protitle .remark{padding-top:10px;padding-bottom:40px;border-bottom:2px solid #e4e4e4;}
#protitle .remark h5{font-size:15px;line-height:20px;color:#616161;margin-bottom:10px;}
#protitle .remark p{font-size:14px;line-height:20px;color:#868686;}
#protitle .share{margin-top:20px;margin-bottom:20px;}
#protitle .share>span{display:inline-block;line-height:32px;vertical-align:top;margin-right:10px;}
#protitle .share p{font-size:16px;}
#protitle .share #sharelist{}
#protitle .share #sharelist a>i{}
#protitle .share #sharelist a:hover>i{color:#2a3f7d;}
#protitle .btnlist{overflow:hidden;margin-top:50px;}
#protitle .btnlist>a{display:inline-block;color:#fff;margin-bottom:10px;line-height:30px;font-size:16px;padding:8px 50px;background-color:#3b6eb5;border:1px solid #3b6eb5;position:relative;text-transform:uppercase;}
#protitle .btnlist>a>i{margin-right:15px;float:left;font-size:20px;}
#protitle .btnlist>a:hover{color:#2a3f7d;}
#ProShare{margin-top:8px;}
#protitle #sharelist{}
#protitle #sharelist>a{color:#222;width:32px;height:32px;margin-left:0;display:inline-block;text-align:center;border-radius:50%;margin-right:15px;}
#protitle #sharelist .bdshare-button-style0-32>a{margin-left:0;margin-right:10px;border-radius:50%;color:#222;}
#protitle #sharelist .bdshare-button-style0-32>a.bds_sqq{background-color:#0051d8;border:1px solid #0051d8;}
#protitle #sharelist .bdshare-button-style0-32>a.bds_weixin{background-color:#46bb36;border:1px solid #46bb36;}
#protitle #sharelist .bdshare-button-style0-32>a.bds_tsina{background-color:#db250d;border:1px solid #db250d;}
#protitle #sharelist>a>i{width:32px;height:32px;line-height:32px;font-size:24px;}
#protitle #sharelist span{font-size:18px;font-weight:bold;display:inline-block;line-height:32px;margin-right:8px;}
/*#protitle #sharelist .icon_facebook{background-color:#3b5998;}
#protitle #sharelist .icon_twitter{background-color:#1da1f2;}
#protitle #sharelist .icon_linkedin{background-color:#0077b5;}
#protitle #sharelist .icon_youtube{background-color:#ff011d;}*/
#protitle #sharelist>a:hover{opacity:0.5;}
#protitle #sharelist .bdshare-button-style0-32>a:hover{opacity:0.5;}
#protitle .downloadpdf h5{font-size:18px;line-height:24px;}
#protitle .downloadpdf i{font-size:24px;color:#e20023;}
.pro_detail{overflow:hidden;}
#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 #2a3f7d;position:absolute;bottom:-2px;width:100%;}

#ProductDetail{}
#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{padding-top:50px;padding-bottom:20px;overflow:hidden;}
#RelatedProduct .ProList{overflow:hidden;margin:0 -15px;}
#RelatedProduct .ProList .item{width:25%;float:left;padding:5px 15px;margin-bottom:30px;}
#RelatedProduct .ProList .item .box{border:1px solid #2a3f7d;}
#RelatedProduct .ProList .item .img{border-bottom:1px solid #f4f4f4;margin:0 15px;}
#RelatedProduct .ProList .item .img img{width:100%;}
#RelatedProduct .ProList .item .txt{padding:15px;}
#RelatedProduct .ProList .item .txt h4{font-size:16px;line-height:24px;margin:0;height:24px;padding-right:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;position:relative;}
#RelatedProduct .ProList .item .txt h4:before{content:"\e9e1";position:absolute;font-family:iconfont;top:0;right:0;width:24px;height:24px;line-height:24px;text-align:center;}
#RelatedProduct .ProList .item:hover .box{box-shadow:0 0 10px #2a3f7d;}
#RelatedProduct .ProList .item:hover .txt{background:linear-gradient(to right,#0a6cbc,#034984);filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0a6cbc',endColorStr='#034984',gradientType='1');}
#RelatedProduct .ProList .item:hover .txt h4{color:#fff;}

#inquiry{padding-top:50px;}
#inquiry .title p .email{font-weight:bold;color:#333;background:none;margin:0 3px;}
#inquiry .title p .email:hover{color:#f4c91f;text-decoration:underline;}
@media (min-width:992px) and (max-width:1229px) {
    #protitle{padding-right:0;}
    #protitle h1{font-size:20px;padding-bottom:0;}
    #picView{padding-right:0;}
    #picView .gallery-top{}
    #picView .gallery-top .swiper-slide .boxer{}
    #protitle{}
    #protitle .gallery-thumbs .swiper-slide{}
    #protitle h3{font-size:16px;}
    #protitle .remark{font-size:14px;line-height:24px;margin-bottom:20px;}

    #protitle .btnlist>a{padding:5px 30px;}

    #inquiry .tit p{font-size:14px;width:100%;}

    #RelatedProduct .ProList .item .txt{padding:10px;}
    #RelatedProduct .ProList .item .txt h4{height:24px;-webkit-line-clamp:1;}
    #RelatedProduct .ProList .item .txt h4:before{top:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProDetailPage{padding-top:0;}
    #slider{padding-top:20px;padding-bottom:30px;}
    #picView{padding-right:0;}
    #picView .gallery-top{}
    #protitle{padding:15px;}
    #protitle h1{font-size:18px;padding-bottom:0;margin-bottom:6px;}
    #protitle h4{font-size:14px;padding:5px 0;margin-top:0;line-height:18px;}
    #protitle .remark{margin-bottom:10px;padding-top:0;padding-bottom:15px;}
    #protitle .remark p{font-size:13px;line-height:18px;}
    #protitle .btnlist{margin-top:15px;}
    #protitle .btnlist>a{font-size:13px;line-height:20px;margin-bottom:0;padding:3px 20px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}
    #protitle .share{margin-top:10px;margin-bottom:10px;}
    #protitle #sharelist>a{width:26px;height:26px;}
    #protitle #sharelist>a>i{font-size:20px;}
    
    #ProDetailPage .title a{}
    #ProDetailPage .title a h3{font-size:16px;padding:5px 30px;line-height:24px;}

    #protitle .btnlist>a>i{font-size:18px;line-height:24px;}

    #RelatedProduct{padding-top:30px;}
    #RelatedProduct .ProList{margin:0 -5px;}
    #RelatedProduct .ProList .item{width:25%;padding:5px 5px;}
    #RelatedProduct .ProList .item .txt{padding:10px;}
    #RelatedProduct .ProList .item .txt h4{height:24px;-webkit-line-clamp:1;font-size:14px;}
    #RelatedProduct .ProList .item .txt h4:before{top:0;}

    #inquiry{padding-top:30px;}
    #inquiry .tit p{width:100%;font-size:13px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProDetailPage{padding-top:0;}
    #slider{padding-top:0;padding-bottom:30px;}
    #picView{width:100%;padding:0;float:initial;border-right:0;border-bottom:10px solid #f5f7f9;}
    #protitle h1{font-size:18px;padding-bottom:0;margin-bottom:6px;}
    #protitle h4{font-size:14px;padding:8px 0;margin-top:0;line-height:18px;}
    #protitle .remark{margin-bottom:10px;padding-top:0;padding-bottom:15px;}
    #protitle .remark p{font-size:12px;line-height:18px;}
        
    #protitle .btnlist{margin-top:15px;}
    #protitle .btnlist>a{font-size:13px;line-height:20px;margin-bottom:0;padding:3px 20px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}
    #protitle .share{margin-top:10px;margin-bottom:10px;}
    #protitle #sharelist>a{width:26px;height:26px;}
    #protitle #sharelist>a>i{font-size:20px;}

    #protitle{width:100%;padding:15px;float:initial;}   
    
    #protitle .btnlist>a{font-size:13px;line-height:20px;margin-bottom:5px;padding:3px 20px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}

    #ProDetailPage .pro_detail .title h3{font-size:14px;padding:3px 15px;line-height:20px;}
    
    #inquiry{padding-top:15px;padding-bottom:15px;}
    #inquiry .tit h3{font-size:18px;margin-top:0;}
    #inquiry .tit p{font-size:12px;width:100%;}
    
    #ProDetailPage .title h3{font-size:20px;}
    #RelatedProduct{padding-top:25px;}
    #RelatedProduct .ProList{margin:0 -5px;}
    #RelatedProduct .ProList .item{width:50%;padding:5px 5px;margin-bottom:10px;}
    #RelatedProduct .ProList .item .txt{padding:10px;}
    #RelatedProduct .ProList .item .txt h4{height:24px;-webkit-line-clamp:1;font-size:13px;}
    #RelatedProduct .ProList .item .txt h4:before{top:0;}
}


/*新闻*/
#NewsList{padding-top:5px;}
#NewsList .item{margin-bottom:30px;overflow:hidden;}
#NewsList .item:nth-child(2n+1){background-color:#e6e7e8;}
#NewsList .item .img{float:left;width:30%;}
#NewsList .item .txt{padding:30px;float:right;width:70%;}
#NewsList .item h4{font-size:22px;margin-top:0;text-transform:uppercase;margin-bottom:5px;}
#NewsList .item p{font-size:14px;line-height:20px;height:80px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;color:#888;margin-bottom:15px;margin-top:20px;}
#NewsList .item span.date{display:inline-block;font-size:14px;color:#696969;line-height:20px;}
#NewsList .item span>i{float:left;margin-right:5px;font-size:14px;}
#NewsList .item span.more{margin-right:0;font-size:16px;color:#2a3f7d;text-decoration:underline;}
#NewsList .item:hover{box-shadow:0 0 10px #ddd;}

#NewsPage #sharelist{border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:8px 15px;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:#2a3f7d;border:1px solid #2a3f7d;}
#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:#2a3f7d;border:1px solid #2a3f7d;}
#NewsPage .btnList{margin-top:30px;padding-top:20px;border-top:1px solid #cdcdcd;}
#NewsPage .btnList>.link{font-size:16px;line-height:40px;}
#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 #2a3f7d;color:#2a3f7d;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #NewsList .item h4{font-size:16px;}
    #NewsList .item p{font-size:13px;line-height:20px;height:40px;-webkit-line-clamp:2;margin-bottom:10px;}
    #NewsList .item span{font-size:13px;}
    #NewsList .item span.more{font-size:13px;}
}
@media (min-width:768px) and (max-width:991px) {
    #NewsList .item .txt{padding:15px 20px;}
    #NewsList .item h4{font-size:14px;}
    #NewsList .item p{font-size:12px;line-height:18px;height:36px;-webkit-line-clamp:2;margin-bottom:5px;}
    #NewsList .item span{font-size:12px;}
    #NewsList .item span.more{font-size:12px;}
}
@media (max-width:767px){
    #NewsList .item{box-shadow:0 0 10px #ddd;margin-bottom:20px;}
    #NewsList .item .img{display:none}
    #NewsList .item .txt{width:100%;padding:10px;}
    #NewsList .item h4{font-size:14px;}
    #NewsList .item p{font-size:12px;line-height:18px;height:36px;-webkit-line-clamp:2;margin-top:10px;margin-bottom:5px;}
    #NewsList .item span{font-size:12px;}
    #NewsList .item span.more{font-size:12px;}

    #NewsPage #sharelist>p{width:100%;margin-bottom:5px;font-size:12px;}
}


#ntframe{background-color:#ffffff;padding-top:30px;padding-bottom:30px;}
#ntframe img{max-width:100%;}
#ntframe #sharelist{margin-top:20px;}
#sharelist {display:inline-block;}
#sharelist h3{font-size:16px;color:#fff;margin-bottom:20px;}
#sharelist span{line-height:40px;}
#sharelist .bdshare-button-style0-32>a{background-image:none;text-indent:0;width:32px;height:32px;color:#fff;position:relative;text-align:center;line-height:32px;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:"\e636";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:"\e63f";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_tsina:before{content:"\e607";font-family:iconfont;}
/*#sharelist>a{background-image:none;text-indent:0;width:32px;height:32px;color:#fff;position:relative;text-align:center;line-height:32px;font-size:18px;margin:0 5px 0 0;border-radius:50%;display:inline-block;}
#sharelist>a.linkedin{background-color:#0077b5;}
#sharelist>a.twitter{background-color:#1da1f2;}
#sharelist>a.facebook{background-color:#3b5998;}
#sharelist>a.youtube{background-color:#ff011d;}
#sharelist a:hover{color:#e7cc61;border-color:#e7cc61;}
#sharelist p{color:#ffffff;margin-bottom:5px;}
#sharelist a>i{display:block;width:32px;height:32px;line-height:32px;text-align:center;border-radius:50%;}*/
/*#sharelist a>i.pinterest-p{background-color:#ca1c23;}
#sharelist a>i.google-plus{background-color:#dc4e41;}
#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{margin-top:30px;overflow:hidden;padding:20px 0;background-color:#fff;}
#RelatedNews .title{}
#RelatedNews .relate_list{}
#RelatedNews .relate_list .item{margin-bottom:12px;float:left;width:50%;padding-right:50px;}
#RelatedNews .relate_list .item .txt h3{font-size:14px;line-height:20px;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:#2a3f7d;text-decoration:underline;}
#RelatedNews .relate_list .item .txt h3:before{content:"\e9e1";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) {
}
@media (min-width:768px) and (max-width:991px) {
    #RelatedNews .relate_list .item{width:100%;float:initial;}

    #sharelist{padding-top:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedNews .relate_list .item{width:100%;float:initial;}
    #sharelist{padding-top:0;}
}


/*分页*/
ul.pagination {box-shadow:none;width:100%;border-radius:0;text-align:center;}
ul.pagination li {margin-left:5px;display:inline-block;}
ul.pagination li a{background-color:#fff;border-color:#2a3f7d;border-radius:0;color:#2a3f7d;}
ul.pagination li.active span{background-color:#2a3f7d;border-color:#2a3f7d;border-radius:0;color:#fff;}
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:#2a3f7d;color:#fff;}


#videolist{overflow:hidden;margin:0 -10px;}
#videolist .item{margin-bottom:20px;float:left;width:25%;padding:0 10px;}
#videolist .item:nth-child(4n+1){clear:left;}
#videolist .img{border:1px solid #ddd;overflow:hidden;}
#videolist .img img{width:100%;}
#videolist .txt{padding-top:10px;} 
#videolist h3{text-align:center;font-size:16px;line-height:20px;height:40px;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
video{width:100%;}
@media (min-width:992px) and (max-width:1229px) {
    #videolist h3{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #videolist .item{margin-bottom:20px;width:33.33%;} 
    #videolist .item:nth-child(4n+1){clear:initial;}
    #videolist .item:nth-child(3n+1){clear:left;}
    #videolist h3{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #videolist .item{margin-bottom:20px;width:50%;} 
    #videolist .item:nth-child(4n+1){clear:initial;}
    #videolist .item:nth-child(2n+1){clear:left;}
    #videolist h3{font-size:14px;}
}



#solutionframe{padding-bottom:50px;}
#solutionframe .catelist{text-align:center;margin-bottom:30px;}
#solutionframe .catelist a.link{font-size:18px;line-height:24px;border:1px solid #2a3f7d;padding:5px 20px;display:inline-block;margin:0 40px;}
#solutionframe .catelist a.link:hover{color:#fff;background-color:#2a3f7d;}
@media (min-width:992px) and (max-width:1229px) {
    #solutionframe .catelist a.link{font-size:16px;line-height:24px;padding:3px 15px;margin:0 30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #solutionframe .catelist a.link{font-size:16px;line-height:24px;padding:3px 15px;margin:0 30px;}
}
@media screen and (min-width:1px ) and (max-width:767px){
    #solutionframe .catelist a.link{font-size:14px;line-height:20px;padding:3px 15px;margin:0 20px;}
}

#ServicePage{}
#ServicePage .service1{padding-bottom:50px;}
#ServicePage .service1 .title{overflow:hidden;text-align:left;padding-bottom:30px;border-bottom:2px solid #7f7f7f;}
#ServicePage .service1 .title h2{font-size:32px;float:left;width:30%;color:#222222;}
#ServicePage .service1 .title p{float:right;width:65%;font-size:14px;line-height:24px;}
#ServicePage .service1 .list{overflow:hidden;margin:0 -30px;}
#ServicePage .service1 .list .box{width:50%;float:left;padding:0 30px;}
#ServicePage .service1 .list .box h3{margin-top:0;font-size:30px;color:#2a3f7d;text-transform:uppercase;margin-bottom:20px;}
#ServicePage .service1 .list .item{background-color:#f4f4f4;padding:20px;}
#ServicePage .service1 .list .item>i{float:left;font-size:60px;width:75px;height:75px;text-align:center;line-height:75px;}
#ServicePage .service1 .list .item .txt{margin-left:85px;border-left:1px solid #e9e9e9;padding:10px 0 10px 25px;}
#ServicePage .service1 .list .item .txt h4{margin-top:0;font-size:18px;line-height:24px;color:#222;text-transform:uppercase;margin-bottom:5px;}
#ServicePage .service1 .list .item .txt p{font-size:14px;line-height:20px;color:#a5a5a5;}
#ServicePage .service1 .list .line{text-align:center;padding:10px;}
#ServicePage .service1 .link{display:block;width:270px;padding:6px 10px;text-align:center;background-color:#a1a1a1;color:#fff;border-radius:50px;text-transform:uppercase;margin:40px auto 0;font-size:27px;line-height:40px;font-style:italic;}
#ServicePage .service1 .link>i{font-size:36px;margin-right:5px;display:inline-block;vertical-align:bottom;}
#ServicePage .service1 .link:hover{background-color:#2a3f7d;}

#ServicePage .service2{background-color:#f5f8fe;padding-top:50px;padding-bottom:50px;}
#ServicePage .service2 .title{margin-bottom:50px;}
#ServicePage .service2 .title h2{color:#2469ff;}
#ServicePage .service2 .list{margin:0 -25px;}
#ServicePage .service2 .list .item{width:25%;text-align:center;padding:0 25px;position:relative;}
#ServicePage .service2 .list .item i{display:inline-block;width:108px;height:108px;line-height:102px;border:3px solid #2469ff;border-radius:50%;font-size:48px;color:#2469ff;}
#ServicePage .service2 .list .item h4{font-size:14px;line-height:20px;text-transform:uppercase;margin-top:20px;margin-bottom:0;}
#ServicePage .service2 .list .item:not(:first-child):before{content:"\e661";font-family:iconfont;position:absolute;font-size:24px;width:40px;height:40px;line-height:40px;top:34px;color:#2469ff;}
#ServicePage .service2 .list1{margin-bottom:100px;position:relative;}
#ServicePage .service2 .list1 .item:not(:first-child):before{left:-20px;}
#ServicePage .service2 .list1 .item{float:left;}
#ServicePage .service2 .list2 .item{float:right;}
#ServicePage .service2 .list2 .item:not(:first-child):before{right:-20px;transform:rotate(180deg);}
#ServicePage .service2 .list2 .item:first-child:before{content:"\e661";font-family:iconfont;position:absolute;font-size:24px;width:40px;height:40px;line-height:40px;top:-70px;left:calc(50% - 20px);color:#2469ff;transform:rotate(90deg);}

#ServicePage .service3{padding-top:50px;padding-bottom:50px;}
#ServicePage .service3 .title{margin-bottom:50px;}
#ServicePage .service3 .title h2{color:#2469ff;}
#ServicePage .service3 .list{overflow:hidden;margin:0 -10px;}
#ServicePage .service3 .list .item{float:left;width:25%;padding:0 10px;margin-bottom:30px;}
#ServicePage .service3 .list .item .txt{border-radius:5px;padding:30px 20px;position:relative;}
#ServicePage .service3 .list .item .txt:before{font-size:56px;position:absolute;color:rgba(255,255,255,0.21);top:0;}
#ServicePage .service3 .list .item .txt h4{font-size:18px;line-height:24px;color:#fff;margin-top:0;text-transform:uppercase;}
#ServicePage .service3 .list .item .txt p{font-size:14px;line-height:20px;color:#fff;}
#ServicePage .service3 .list .item:nth-child(1) .txt{background-color:#54bdb8;}
#ServicePage .service3 .list .item:nth-child(1) .txt:before{content:"01";}
#ServicePage .service3 .list .item:nth-child(2) .txt{background-color:#4cb7ef;}
#ServicePage .service3 .list .item:nth-child(2) .txt:before{content:"02";}
#ServicePage .service3 .list .item:nth-child(3) .txt{background-color:#6873c5;}
#ServicePage .service3 .list .item:nth-child(3) .txt:before{content:"03";}
#ServicePage .service3 .list .item:nth-child(4) .txt{background-color:#f5b300;}
#ServicePage .service3 .list .item:nth-child(4) .txt:before{content:"04";}
#ServicePage .service3 .list .item:nth-child(5) .txt{background-color:#209c96;}
#ServicePage .service3 .list .item:nth-child(5) .txt:before{content:"05";}
#ServicePage .service3 .list .item:nth-child(6) .txt{background-color:#207fbd;}
#ServicePage .service3 .list .item:nth-child(6) .txt:before{content:"06";}
#ServicePage .service3 .list .item:nth-child(7) .txt{background-color:#454e94;}
#ServicePage .service3 .list .item:nth-child(7) .txt:before{content:"07";}
#ServicePage .service3 .list .item:nth-child(8) .txt{background-color:#b38300;}
#ServicePage .service3 .list .item:nth-child(8) .txt:before{content:"08";}

@media screen and (min-width:1230px ) and (max-width:1430px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #ServicePage .service1 .list{margin:0 -15px;}
    #ServicePage .service1 .list .box{padding:0 15px;}

    #ServicePage .service3{padding-bottom:20px;}
    #ServicePage .service3 .title{margin-bottom:25px;}
    #ServicePage .service3 .list{margin:0 -6px;}
    #ServicePage .service3 .list .item{padding:6px;margin-bottom:0px;}
    #ServicePage .service3 .list .item .txt{padding:15px 10px;}
    #ServicePage .service3 .list .item .txt h4{font-size:16px;margin-bottom:5px;}
    #ServicePage .service3 .list .item .txt::before{font-size:42px;}
}
@media screen and (min-width:768px ) and (max-width:991px){
    #ServicePage .service1{padding-bottom:25px;}
    #ServicePage .service1 .title h2{font-size:24px;}
    #ServicePage .service1 .title p{font-size:13px;line-height:20px;}
    #ServicePage .service1 .list{margin:0 -10px;}
    #ServicePage .service1 .list .box{padding:0 10px;}
    #ServicePage .service1 .list .box h3{font-size:24px;}
    #ServicePage .service1 .list .item{padding:15px;}
    #ServicePage .service1 .list .item>i{font-size:36px;width:48px;height:48px;line-height:48px;}
    #ServicePage .service1 .list .item .txt{margin-left:50px;padding-left:15px;}
    #ServicePage .service1 .list .item .txt h4{font-size:16px;}
    #ServicePage .service1 .list .item .txt p{font-size:14px;line-height:18px;}
    #ServicePage .service1 .link{font-size:20px;line-height:30px;padding:4px 5px;width:200px;}
    #ServicePage .service1 .link>i{font-size:24px;}
    
    #ServicePage .service2{padding-top:25px;padding-bottom:25px;}
    #ServicePage .service2 .list .item{padding:0 15px;}
    #ServicePage .service2 .list .item h4{font-size:13px;line-height:18px;}

    #ServicePage .service3{padding-bottom:20px;}
    #ServicePage .service3 .title{margin-bottom:25px;}
    #ServicePage .service3 .list{margin:0 -6px;}
    #ServicePage .service3 .list .item{padding:6px;margin-bottom:0px;width:33.33%;}
    #ServicePage .service3 .list .item .txt{padding:15px 10px;}
    #ServicePage .service3 .list .item .txt h4{font-size:16px;margin-bottom:5px;}
    #ServicePage .service3 .list .item .txt::before{font-size:42px;}
}
@media (max-width:767px) {
    #ServicePage .service1{padding-bottom:25px;}
    #ServicePage .service1 .title h2{font-size:20px;width:100%;}
    #ServicePage .service1 .title p{font-size:13px;line-height:20px;width:100%;text-align:left;}
    #ServicePage .service1 .list{margin:0;}
    #ServicePage .service1 .list .box{padding:0;width:100%;margin-bottom:20px;}
    #ServicePage .service1 .list .box h3{font-size:18px;margin-bottom:10px;}
    #ServicePage .service1 .list .item{padding:15px;}
    #ServicePage .service1 .list .item>i{font-size:36px;width:48px;height:48px;line-height:48px;}
    #ServicePage .service1 .list .item .txt{margin-left:50px;padding-left:15px;}
    #ServicePage .service1 .list .item .txt h4{font-size:14px;}
    #ServicePage .service1 .list .item .txt p{font-size:14px;line-height:18px;}
    #ServicePage .service1 .link{font-size:20px;line-height:30px;padding:4px 5px;width:200px;margin-top:0;}
    #ServicePage .service1 .link>i{font-size:24px;}
    
    #ServicePage .service2{padding-top:25px;padding-bottom:25px;display:none;}
    #ServicePage .service2 .list .item{padding:0 15px;}
    #ServicePage .service2 .list .item h4{font-size:13px;line-height:18px;}

    #ServicePage .service3{padding-bottom:20px;padding-top:10px;}
    #ServicePage .service3 .title{margin-bottom:25px;}
    #ServicePage .service3 .list{margin:0 -6px;}
    #ServicePage .service3 .list .item{padding:6px;margin-bottom:0px;width:50%;}
    #ServicePage .service3 .list .item .txt{padding:15px 10px;}
    #ServicePage .service3 .list .item .txt h4{font-size:14px;margin-bottom:5px;line-height:20px;}
    #ServicePage .service3 .list .item .txt p{font-size:12px;line-height:18px;}
    #ServicePage .service3 .list .item .txt::before{font-size:42px;}
}

#supportframe{padding-bottom:50px;}
#supportframe .content{overflow:hidden;}
#supportframe .content .left{float:left;width:40%;padding-right:70px;}
#supportframe .content .left h3{font-size:22px;color:#2a3f7d;text-transform:uppercase;margin-bottom:30px;}
#supportframe .content .left h4{font-size:15px;color:#2a3f7d;text-transform:uppercase;font-weight:bold;margin-bottom:40px;}
#supportframe .content .left p{font-size:15px;line-height:22px;margin-bottom:100px;}
#supportframe .content .left a.link{display:inline-block;padding:15px 45px;background-color:#3b6eb5;color:#fff;font-size:16px;line-height:20px;text-transform:uppercase;}
#supportframe .content .left a.link>i{margin-right:8px;}
#supportframe .content .right{float:right;width:60%;padding:20px;}
#supportframe .content .right .box{box-shadow:0 0 15px #ccc;}
#supportframe .content .right dl{margin-bottom:0;border-bottom:2px solid #e1e4ed;padding:0 30px 0 40px;}
#supportframe .content .right dl>dt{font-size:16px;line-height:24px;text-transform:uppercase;color:#223881;cursor:pointer;padding:20px 0;}
#supportframe .content .right dl>dt>i{float:right;position:relative;font-size:24px;line-height:24px;font-style:normal;color:#fdd000;width:24px;height:24px;text-align:center;}
#supportframe .content .right dl>dt>i:before{content:"\e60a";font-family:iconfont;}
#supportframe .content .right dl>dd{font-size:14px;line-height:21px;padding:0;height:0;overflow:hidden;}
#supportframe .content .right dl.active>dt{color:#f4c91f;}
#supportframe .content .right dl.active>dt>i{color:#223881;}
#supportframe .content .right dl.active>dt>i:before{content:"\e611";}
#supportframe .content .right dl.active>dd{padding:0px 0 30px;height:auto;}
#supportframe .download{background-color:#f6f6f6;padding-top:50px;padding-bottom:50px;}
#supportframe .download .list{overflow:hidden;}
#supportframe .download .list .item{float:left;width:32%;background-color:#fff;border:1px solid #e4e4e4;}
#supportframe .download .list .item:not(:last-child){margin-right:2%;}
#supportframe .download .list .item .tit{text-align:center;padding:15px;}
#supportframe .download .list .item .tit h3{font-size:18px;color:#fff;text-transform:uppercase;margin:0;font-weight:bold;}
#supportframe .download .list .item .tit>i{color:#fff;font-size:60px;}
#supportframe .download .list .item:nth-child(3n+1) .tit{background: linear-gradient(to right,#163f8d,#5e2c6a);filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#163f8d',endColorStr='#5e2c6a',gradientType='1');}
#supportframe .download .list .item:nth-child(3n+1) .tit>i.iconfont::before{content:"\e651";}
#supportframe .download .list .item:nth-child(3n+2) .tit{background: linear-gradient(to right,#872056,#e5011d);filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#872056',endColorStr='#e5011d',gradientType='1');}
#supportframe .download .list .item:nth-child(3n+2) .tit>i.iconfont::before{content:"\e66f";}
#supportframe .download .list .item:nth-child(3n) .tit{background:#343434;}
#supportframe .download .list .item:nth-child(3n) .tit>i.iconfont::before{content:"\e68e";}
#supportframe .download .list .item .downlist{height:320px;overflow-y:auto;padding:30px 20px;}
#supportframe .download .list .item .downlist .txt{border-bottom:2px solid #f6f6f6;padding:10px 0;}
#supportframe .download .list .item .downlist .txt a{display:block;line-height:24px;font-size:14px;color:#676767;}
#supportframe .download .list .item .downlist .txt a>i{display:inline-block;margin-right:5px;}
#supportframe .download .list .item .downlist .txt a:hover{color:#2a3f7d;}
#supportframe .download .list .item .downlist::-webkit-scrollbar {/*滚动条整体样式*/
        width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
#supportframe .download .list .item .downlist::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 0px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #b1b1b1;
    }
#supportframe .download .list .item .downlist::-webkit-scrollbar-track {/*滚动条里面轨道*/
        /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
        border-radius: 0px;
        background: #ffffff;
}
@media (min-width:992px) and (max-width:1229px) {
    #supportframe .content .left p{margin-bottom:60px;}
    #supportframe .content .right dl{padding:0 20px 0 15px;}
    #supportframe .content .right dl>dt{padding:10px 0;font-size:15px;}
    #supportframe .content .right dl>dt>i{font-size:20px;}

    #supportframe .download .list .item .tit>i{font-size:48px;}
    #supportframe .download .list .item .tit h3{font-size:16px;}
    #supportframe .download .list .item .downlist{padding:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #supportframe .content .left{width:100%;padding-right:0;}
    #supportframe .content .left h3{margin:0 0 5px;font-size:18px;}
    #supportframe .content .left h4{margin-bottom:10px;font-size:14px;}
    #supportframe .content .left p{margin-bottom:30px;}
    #supportframe .content .left a.link{padding:8px 30px;font-size:14px;}
    #supportframe .content .right{width:100%;padding:0;border-left:2px solid #e1e4ed;border-top:2px solid #e1e4ed;border-right:2px solid #e1e4ed;}
    #supportframe .content .right .box{box-shadow:none;}
    #supportframe .content .right dl{padding:0 20px 0 15px;}
    #supportframe .content .right dl>dt{padding:10px 0;font-size:15px;}
    #supportframe .content .right dl>dt>i{font-size:20px;}
    #supportframe .content .right dl.active>dd{padding-bottom:20px;}

    #supportframe .download{padding-top:30px;}
    #supportframe .download .list .item{width:100%;}
    #supportframe .download .list .item:not(:last-child){margin:0 0 20px;}
    #supportframe .download .list .item .tit>i{font-size:36px;}
    #supportframe .download .list .item .tit h3{font-size:14px;}
    #supportframe .download .list .item .downlist{padding:14px;height:auto;}
}
@media screen and (min-width:1px ) and (max-width:767px){
    #supportframe .content .left{width:100%;padding-right:0;}
    #supportframe .content .left h3{margin:0 0 5px;font-size:16px;}
    #supportframe .content .left h4{margin-bottom:10px;font-size:13px;}
    #supportframe .content .left p{margin-bottom:30px;font-size:12px;line-height:18px;}
    #supportframe .content .left a.link{padding:8px 30px;font-size:14px;}
    #supportframe .content .right{width:100%;padding:0;border-left:2px solid #e1e4ed;border-top:2px solid #e1e4ed;border-right:2px solid #e1e4ed;margin-top:25px;}
    #supportframe .content .right .box{box-shadow:none;}
    #supportframe .content .right dl{padding:0 10px 0 15px;}
    #supportframe .content .right dl>dt{padding:10px 0;font-size:13px;}
    #supportframe .content .right dl>dt>i{font-size:16px;}
    #supportframe .content .right dl.active>dd{padding-bottom:20px;font-size:12px;line-height:18px;}

    #supportframe .download{padding-top:30px;}
    #supportframe .download .list .item{width:100%;}
    #supportframe .download .list .item:not(:last-child){margin:0 0 20px;}
    #supportframe .download .list .item .tit>i{font-size:36px;}
    #supportframe .download .list .item .tit h3{font-size:14px;}
    #supportframe .download .list .item .downlist{padding:14px;height:auto;}
}



/*感谢页面*/
#thk_nav{}
#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 #2a3f7d;color:#ffffff;background-color:#2a3f7d;}
.btnthank:hover{background-color:#ffffff;color:#2a3f7d;}
@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{float:left;	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;}
#sitemapnav .abli_02{ float:left;width:44%;margin-left:5%;font-size:16px; height:30px; line-height:30px; overflow:hidden; display:inline;font-weight:normal; }
#sitemapnav .abli_02 a:hover{text-decoration:underline;}
.jiange{ float:left; 	width:100%;  height:2px; border-bottom:solid 1px #d2d2d2; margin-top:8px;margin-bottom:8px;}
.probigclass {padding-left:50px;}
#sitemapnav .PROclass_01 { float:left;width:95%;margin-left:5%; font-size:16px; line-height:30px; display:inline;font-weight:bold; }
#sitemapnav .PROclass_02 { float:left;width:90%;margin-left:8%;font-size:16px; height:22px; line-height:22px;  overflow:hidden;display:inline;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 { float:left;width:40%;margin-left:10%;color:#666666;font-size:14px;display:inline; line-height:20px;}
#sitemapnav .PROclass_03 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_04 { float:left;width:40%;margin-left:10%;display:inline;}
@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:44%;}
    #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{margin:0 -8px 0;overflow:hidden;}
#GalleryList .item{width:25%;padding:0 8px;float:left;margin-bottom:20px;}
#GalleryList .item:nth-child(4n+1){clear:left;}
#GalleryList .item .img{border:1px solid #eee;}
#GalleryList .item .img img{width:100%;}
#GalleryList .item h3{margin:10px 0;text-align:center;font-size:18px;font-weight:normal;}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media screen and (min-width:768px ) and (max-width:991px){
    #GalleryList{margin:20px -5px 0;overflow:hidden;}
    #GalleryList .item{width:33.33%;padding:0 5px;}
    #GalleryList .item:nth-child(4n+1){clear:initial;}
    #GalleryList .item:nth-child(3n+1){clear:left;}
    #GalleryList .item figcaption{padding:15px;}
    #GalleryList .item h3{margin:0;text-align:center;font-size:16px;}
}
@media (max-width:767px) {
    #GalleryList{margin:15px -5px 0;}
    #GalleryList .item{width:50%;padding:0 5px}
    #GalleryList .item:nth-child(4n+1){clear:initial;}
    #GalleryList .item:nth-child(2n+1){clear:left;}
    #GalleryList .item figcaption{padding:15px;}
    #GalleryList .item h3{margin:0;text-align:center;font-size:14px;}
}

#downtable.table th{text-align:center;font-size:16px;font-weight:normal;}
#downtable.table>tbody>tr>td{border-top:none;border-bottom:none;vertical-align:middle;padding:8px 15px;font-size:18px;color:#666;}
#downtable.table-striped>tbody>tr:nth-of-type(2n+1){background-color:#e9e9e9;}
#downtable.table>tbody>tr>td:nth-child(1){width:135px;text-align:center;}
#downtable.table>tbody>tr>td:nth-child(2){}
#downtable.table>tbody>tr>td:nth-child(3){width:135px;text-align:center;}
#downtable.table>tbody>tr>td:nth-child(4){width:135px;text-align:center;}
#downtable.table>tbody>tr>td i.icon-view{font-size:20px;}
#downtable.table>tbody>tr>td i.icon-down{font-size:20px;}
@media (max-width:767px) { 
    #downtable.table th{font-size:13px;}
    #downtable.table>tbody>tr>td:nth-child(1){width:50px;}
    #downtable.table>tbody>tr>td:nth-child(3){width:50px;}
    #downtable.table>tbody>tr>td:nth-child(4){width:50px;}
    #downtable.table>tbody>tr>td{font-size:13px;}
    #downtable.table>tbody>tr>td i.icon-view{font-size:16px;}
    #downtable.table>tbody>tr>td i.icon-down{font-size:16px;}
}

.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 #2a3f7d;
  position: absolute;
  bottom: -2px;
  left: -2px;
  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 #2a3f7d transparent transparent;
  position: absolute;
  top: -2px;
  right: -2px;
  transition:all .5s;z-index:-1;
}
.btn-2:hover:before {
  border-width: 200px 0 0 200px;
}
.btn-2:hover:after {
  border-width: 0 200px 200px 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 #ffffff;
  position: absolute;
  bottom: -2px;
  left: -2px;
  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 #ffffff transparent transparent;
  position: absolute;
  top: -2px;
  right: -2px;
  transition:all .5s;z-index:-1;
}
.btn-3:hover:before {
  border-width: 200px 0 0 200px;
}
.btn-3:hover:after {
  border-width: 0 200px 200px 0;
}



