﻿@charset "utf-8";
@import url('../css/fonts.css');
body{  font-family: "SourceSansPro-Regular","Microsoft YaHei","微软雅黑"; background-color:#fff;  overflow-x:hidden;}
a{ color:#333; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#333;}
img,li{ vertical-align:top; border:0px; list-style-type: none;}
img{ max-width:100%;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: inherit; font-weight: normal;}
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal;}
body,td,th{ font-family:"SourceSansPro-Regular","Microsoft YaHei","微软雅黑";font-size:12px;}
input{font-family:"SourceSansPro-Regular","Microsoft YaHei","微软雅黑"; border:0; outline:medium;}
@media (min-width:1px) and (max-width:992px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:992px){
	.container{ width: 962px;}
}
@media (min-width:1230px){
	.container{ width: 1200px;}
}

/*头部*/
.header{position: fixed; left: 0px; top: 0px; right: 0px; z-index: 10; background: #fff; transition: all 0.35s;}

.header .top{ overflow: hidden; transition: all 0.35s; height: 131px; background: url("../images/1_01.png") no-repeat left top; position: relative;}
.header .top .logo{ overflow: hidden; display: inline-block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.header .top .logo>a>img{ height: 77px; transition:all 0.5s;}

.header.fis_show{ box-shadow: 0 0 7px #d5d5d5;}
.header.fis_show .top{ height: 0px;}

.header .top .link{ display: inline-block; float: right; text-align: right; margin-top: 31px;}
.header .top .link .lang>a{ display: inline-block; padding: 3px 22px; font-size: 16px; font-family: "Arial"; font-weight: bold; border: 1px solid #21417e; border-radius: 30px; margin-left: 15px; color: #21417e;}

.header .top .link .search{ display: inline-block; margin-top: 19px; height: 36px; transition: all 0.5s;}
.header .top .link .search>form{ display: flex;}
.header .top .link .search>form>input{ width: 0; float: left; height: 36px; background: #eeeeee; color: #333; border:0; transition: all 0.5s; border-top-left-radius: 10px; border-bottom-left-radius: 10px; padding-left: 10px;}
.header .top .link .search>form>button{ width: 34px; background: #0075c2; border: 0; outline: none; color: #333; border-top-right-radius: 10px; border-bottom-right-radius: 10px; cursor: pointer;}
.header .top .link .search>form>button>i{ font-size: 14px; overflow: hidden; display: inline-block; margin-top: 1px; color: #fff;}
/*.jdmenu .search>form>input::-webkit-input-placeholder{ color: #fff; font-size: 18px;}
.jdmenu .search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.jdmenu .search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.jdmenu .search>form>input::-ms-input-placeholder{ color: #fff; font-size: 18px;}*/
.header .top .link .search[type=on]>form>input{ width: 151px}


@media (min-width:992px){
	.header{ }
	.header .top .link .item:hover .img{ background-position: 0 -50px!important; transition: all .28s ease-in .1s;}
}

@media (min-width:1px) and  (max-width:991px){
	.header .top{ height: 0px}
}

/*region 导航*/
.jdmenu{ background: rgba(29,62,123,0.82); text-align: center; vertical-align: middle;}

.jdmenu .logo{ overflow: hidden; display: inline-block; vertical-align: middle;}
.jdmenu .logo>a>img{ height: 43px; transition:all 0.5s;}

.jdmenu .nav{ display: inline-block; vertical-align: middle;}
.jdmenu .nav>#jdmenu{ display: inline-block; float: left;}
.jdmenu .nav>#jdmenu>li{ display: inline-block; float: left; font-size: 15px; position: relative; text-transform: uppercase; border-bottom: 2px solid transparent}
.jdmenu .nav>#jdmenu>li>a{ display: block; color: #fff; padding: 9.5px 22.5px; position: relative; transition: all 0.35s;}

.jdmenu .nav>#jdmenu>li:hover,.jdmenu .nav>#jdmenu>li.active{ border-color: #fff;}

.jdmenu .nav_right{ display: none; float: right;  margin-top: 6px; }

.jdmenu .search{ display: inline-block; height: 20px; float: left; transition: all 0.5s; border: 1px solid #000; border-radius: 60px; padding: 1px 10px;}
.jdmenu .search>form{ display: flex;}
.jdmenu .search>form>input{ width: 0; float: left; height: 20px; background: none; color: #333; border:0; transition: all 0.5s;}
.jdmenu .search>form>button{ background: none; border: 0; cursor: pointer; outline: none; color: #333;}
.jdmenu .search>form>button>i{ font-size: 14px; overflow: hidden; display: inline-block; margin-top: 1px;}
/*.jdmenu .search>form>input::-webkit-input-placeholder{ color: #fff; font-size: 18px;}
.jdmenu .search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.jdmenu .search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.jdmenu .search>form>input::-ms-input-placeholder{ color: #fff; font-size: 18px;}*/
.jdmenu .search[type=on]>form>input{ width: 100px}

.jdmenu .lang{ display: inline-block; float: right; position: relative;}
.jdmenu .lang>a{ display: block; font-weight: bold; font-size: 16px; color: #000; border: 1px solid #000; border-radius: 30px; padding: 1px 20px 1px 10px; margin-left: 15px; position: relative;}
.jdmenu .lang>a:before{content: ""; position:absolute; right:6px; top:7px; bottom:0; z-index:8; width:0; height:0; border-width:5px 5px; border-style:solid; border-color:#000 transparent transparent transparent;}
.jdmenu .lang>ul{ position: absolute; left: 10px; top: 22px; width: 100%; text-align: center; padding: 7px 0; display: none;}
.jdmenu .lang>ul>li{  display: block; background: #fff; border-bottom: 1px solid #ccc;}
.jdmenu .lang>ul>li img{ width: 20px; padding-right: 5px; margin-top: 3px;}


@media (min-width:992px)  {
	.header.fis_show .jdmenu .nav>#jdmenu>li>a{ padding:15px 22.5px;}
}
@media (min-width:992px) and  (max-width:1229px){
	.header.fis_show .jdmenu .nav>#jdmenu>li>a{ padding:15px 18px;}
}

@media (min-width:992px){
	.jdmenu .logo{ display: none;}
	.header.fis_show .jdmenu .logo{ display: inline-block; margin: 5px auto;}
    .header.fis_show .jdmenu .logo img{  filter: grayscale(100%) brightness(500%);}
	.jdmenu .nav>#jdmenu>li:first-child{ display: none;}
	.jdmenu .lang:hover>ul{ display: block;}
	.jdmenu .lang>ul>li:hover{ background: #174b7b;}
	.jdmenu .lang>ul>li:hover>a{ color: #fff;}
}

@media (min-width: 1px) and (max-width: 991px) {
    .jdmenu{ display: block; background: none; }
    .jdmenu .logo{ display: inline-block; margin: 5px auto; float: left;}
	.jdmenu .nav{ position: fixed; left: -220px; top: 0; bottom: 0px; z-index: 9; width:220px; background:#1d3e7b; overflow-y:auto; transition:all .5s ease; margin: 0;}
    .jdmenu .nav>#jdmenu{ }
    .jdmenu .nav>#jdmenu>li:first-child{ background: #fff; padding: 0; text-align: center;}
    .jdmenu .nav>#jdmenu>li:first-child>a{ background: #fff; padding: 10px;}
    .jdmenu .nav>#jdmenu>li:first-child>a>img{ }
    .jdmenu .nav>#jdmenu>li{ display: block; float: none; text-align: left;}
    .jdmenu .nav>#jdmenu>li>a{ padding: 10px 15px; display: block; color: #fff; font-size: 15px;}
    
    .jdmenu .nav_right{ margin-bottom: 60px; float: none; margin: auto 15px; display: block; padding-bottom: 60px;}
    .jdmenu .search{ float: none; display: inline-block; border-color: #fff;}
    .jdmenu .search[type=on]>form>input{ width: 100%; border-color: #fff; color: #fff;}
    .jdmenu .search>form>button{ background: none; border: 0; cursor: pointer; outline: none; color: #fff;}
	
	.jdmenu .lang{ color: #fff; float: none; width: 100%;}
	.jdmenu .lang>a{ display: none;}
	.jdmenu .lang>ul{ position: inherit; left: inherit; top: inherit; display: block;}
	.jdmenu .lang>ul>li{ width: 50%; float: left; font-size: 16px;}
}

/*二级导航*/
.jdmenu .nav>#jdmenu>li>.dropdown{width: auto; min-width: 120%; position: absolute; left: 0px; top: 39px; z-index: 99; padding:3px 0px; display: none; background: rgba(56,56,56,0.7);  color: #fff;}
.jdmenu .nav>#jdmenu>li>.dropdown>li{font-size: 14px; text-transform: capitalize; text-align: left;}
.jdmenu .nav>#jdmenu>li>.dropdown>li>a{ color: #fff; padding: 7px 10px; display: block; }
.jdmenu .nav>#jdmenu>li>.dropdown>li>a>img{ width: 30px; padding-right: 10px;}
.jdmenu .nav>#jdmenu>li>.dropdown>li:hover{ background: #00379c; }
@media (min-width: 992px) {
.header.fis_show .jdmenu .nav>#jdmenu>li>.dropdown{ top: 50px;}
.jdmenu .nav>#jdmenu>li>.dropdown>li{ text-overflow:ellipsis; white-space: nowrap;}
}
@media (min-width: 1px) and (max-width: 991px){
    .jdmenu .nav>#jdmenu>li>.dropdown{ position: inherit; left: inherit; top: inherit; display: block; min-width: inherit; padding: 15px 0;}
}
/*endregion*/


/*region banner*/
.bframe{ overflow: hidden; position: relative; margin-top: 131px;}
/*flexslider*/
.bframe .flexslider{ width: 100%; position:relative;height:auto;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.bframe .slides{  position:relative;z-index:1; width:100%;}
.bframe .slides li{height:auto; width:100%;background-position:center top; background-repeat:repeat-x;}
.bframe .slides li img{ width:100%;}
.bframe .flex-control-nav{position:absolute; width: 100%; text-align: center; bottom: 30px; z-index: 2;}
.bframe .flex-control-nav li{ display: inline-block; list-style-type: none; transition:all .35s;}
.bframe .flex-control-nav a{ display: inline-block; width: 30px; height: 2px; line-height: 60px; background: #fff; cursor: pointer; color: #fff; opacity: 1; overflow: hidden; margin-right: 5px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.bframe .flex-control-nav .flex-active{ opacity: 1; background: #a13925; width: 60px;} 
.bframe .flex-direction-nav{position:absolute;z-index:88;width:100%;top:45%;}
.bframe .flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute; z-index: 99; line-height: 50px; text-align: center; color: #fff;}
.bframe .flex-direction-nav li a>i{ font-size: 40px;}
.bframe .flex-direction-nav li a.flex-prev{left:40px;}
.bframe .flex-direction-nav li a.flex-next{right:40px;}

.bframe .cont{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 9;}
.bframe .cont>h2{ background: url("../images/1_13.png") no-repeat; width: 456px; height: 106px; text-align: center; line-height: 106px; font-size: 38px; font-weight: bold; color: #fff; letter-spacing: 10px;}

@media (min-width:1px) and  (max-width:991px){
.bframe{ margin-top: 44px}
.bframe .cont{ display: none;}
}

/*endregion*/


/*region*/
.dframe{ overflow: hidden; background: url("../images/1_02.png") no-repeat left top / auto 100%,url("../images/1_03.png") no-repeat right bottom / auto 100%; border-top: 35px solid #1d3e7b; padding-top: 48px; box-shadow:  0 10px 20px #d5d5d5;}
.dframe>div>.productsswiper{ overflow: hidden}
.dframe>div>.productsswiper .swiper-slide{ overflow: hidden; display: flex;}
.dframe>div>.productsswiper .swiper-slide .left{ flex: 1.5; padding-top: 50px;}
.dframe>div>.productsswiper .swiper-slide .left>h3{ font-size: 22.21px; line-height: 32px; color: #1d3e7b; font-weight: bold;}
.dframe>div>.productsswiper .swiper-slide .left>p{ font-size: 16px; line-height: 2em; margin-bottom: 50px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.dframe>div>.productsswiper .swiper-slide .left>.img{ position: relative; overflow: hidden;}
.dframe>div>.productsswiper .swiper-slide .left>.img:before{ content: ""; width: 100%; height: 200%; position: absolute; left: -70%; top: 0; background: #fff; z-index: 9; transform: rotate(160deg)}
.dframe>div>.productsswiper .swiper-slide .left>.img:after{ content: ""; width: 100%; height: 200%; position: absolute; right: -70%; bottom: 0; background: #fff; z-index: 9; transform: rotate(160deg)}
.dframe>div>.productsswiper .swiper-slide .left>.img>em{ position: absolute; left: 0; right: 0; height: 12px; background: #fff; top: 50%; transform: translateY(-50%);}
.dframe>div>.productsswiper .swiper-slide .right{ flex: 2.5; margin-left: 95px;}

.dframe>div>.productsswiper .swiper-pagination-bullet{ background: #d0d0d0;}
.dframe>div>.productsswiper .swiper-pagination-bullet-active{ width: 6px; height: 6px; border: 1px solid #d0d0d0; background: #fff;}
@media (min-width:992px) {	
}
@media (min-width:1px) and  (max-width:1744px){
	.dframe{ background: #fff;}
}
@media (min-width:1px) and  (max-width:991px){
	.dframe{ padding-top: 20px;}
    .dframe>div>.productsswiper .swiper-slide{ display: block;}
    .dframe>div>.productsswiper .swiper-slide .left{ padding-top: 0;}
    .dframe>div>.productsswiper .swiper-slide .left>h3{ font-size: 18px;}
    .dframe>div>.productsswiper .swiper-slide .left>p{ font-size: 14px; margin-bottom: 10px;}
    .dframe>div>.productsswiper .swiper-slide .left>.img{ display: none;}
    .dframe>div>.productsswiper .swiper-slide .right{ margin: 0;}
}


/*endregion*/

/*region*/
.dframe1{ overflow: hidden; background: url("../images/1_04.png") no-repeat right center / auto 100%; padding: 80px 0 55px 0;}
.dframe1>div{ display: flex;}
.dframe1>div>.txt{ flex: 1; margin-right: 45px}
.dframe1>div>.txt>h2{ font-size: 39px; font-weight: bold; color: #1d3e7b; margin-top: 65px; position: relative; padding-bottom: 6px; margin-bottom: 30px;}
.dframe1>div>.txt>h2:before{ content: ""; position: absolute; left: 0; right: 70%; bottom: 0; height: 4px; background: #d80a0e;}
.dframe1>div>.txt>h2:after{ content: ""; position:absolute; left:calc(30%); bottom:0; z-index:8; width:0; height:0; border-width:2px 2px; border-style:solid; border-color:transparent transparent #d80a0e #d80a0e;/*灰 透明 透明 */}
.dframe1>div>.txt>p{ font-size: 14px; line-height: 2em; text-align: justify; color: #3d3d3d; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden;}
.dframe1>div>.txt>a{ display: inline-block; margin-top: 30px; background: #d80a0e; color: #fff; border-radius: 15px; padding: 7px 15px; font-size: 14px; font-family: "Adobe 黑体 Std"; transition: all 0.35s;}
.dframe1>div>.txt>a i{ padding-right: 5px;}
.dframe1>div>.txt>a:hover{ background: #fff; color: #d80a0e; border: 1px solid #d80a0e; }

.dframe1>div>.img{ flex: 1; margin-left: 45px;}
@media (min-width:992px) and  (max-width:1440px){
	.dframe1>div>.txt>h2{ margin-top: 30px; margin-bottom: 15px;}
}
@media (min-width:1px) and  (max-width:1440px){
	.dframe1{ background: #fff;}
}
@media (min-width:1px) and  (max-width:991px){
.dframe1{ padding: 20px 0; background: #f5f5f5;}
.dframe1>div{ display: block;}
.dframe1>div>.txt{ overflow: hidden; margin: 0;}
.dframe1>div>.txt>h2{ margin-top: 0; margin-bottom: 15px; font-size: 20px;}
.dframe1>div>.txt>h2:before{ right: 90%;}
.dframe1>div>.txt>h2:after{ left: 10%;}
.dframe1>div>.txt>a{ margin-top: 15px;}
.dframe1>div>.img{ display: none;}
}
/*endregion*/


/*region*/
.dframe2{ overflow: hidden; position: relative;}
.dframe2:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(19,19,19,0.58); z-index: 1;}
.dframe2>img{ width: 100%; transition: all 0.35s;}
.dframe2>.list{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; z-index: 2;}
.dframe2>.list h2{ font-size: 49.66px; color: #fff; font-weight: bold; margin-bottom: 30px}
.dframe2>.list h2>span{ display: inline-block; position: relative; padding-bottom: 20px;}
.dframe2>.list h2>span:before{ content: ""; position: absolute; left: -5px; right: -5px; bottom: 0; height: 3px; background: #c90d16; transition: all 0.35s;}
.dframe2>.list i{ display: block; font-size: 60px; color: #fff; transition: all 0.35s;}
@media (min-width:992px){
.dframe2:hover>img{transform: scale(1.1)}
.dframe2:hover>.list h2>span:before{ left: -10px; right: -10px;}
.dframe2:hover>.list i{ transform: rotate(360deg);}
}
@media (min-width:1px) and  (max-width:991px){
    .dframe2>.list h2{ font-size: 18px; margin-bottom: 10px;}
    .dframe2>.list h2>span{ padding-bottom: 5px;}
    .dframe2>.list i{ font-size: 20px;}
}
/*endregion*/

/*region*/
.dframe3{ overflow: hidden; padding: 42px 0px; background: url("../images/1_06.jpg") no-repeat center center / cover; text-align: center;}
.dframe3>div>h2{ font-size: 39px; font-weight: bold; color: #1d3e7b}
.dframe3>div>h2>span{ position: relative; display: inline-block; padding-bottom: 8px;}
.dframe3>div>h2>span:before{ content: ""; position: absolute; left: 0; right: 4px; bottom: 0; height: 4px; background: #d80a0e;}
.dframe3>div>h2>span:after{ content: ""; position:absolute; left:calc(100% - 4px); bottom:0; z-index:8; width:0; height:0; border-width:2px 2px; border-style:solid; border-color:transparent transparent #d80a0e #d80a0e;}
.dframe3>div>.list{ overflow: hidden; margin-top: 20px;}
.dframe3>div>.list .swiper-slide{ height:275px; background-position: center center!important; overflow: hidden;}
.dframe3>div>.list .swiper-slide img{ width: 640px; height: 480px; max-width: none!important; margin: -120px -18px}
.dframe3>div>.list .swiper-slide .iptz{ position: absolute; left: 10%; right: 10%; top: 50%; transform: translateY(-50%); background: rgba(2555,255,255,0.7); padding: 18px 64px; display: none; transition:  all 0.35s;}
.dframe3>div>.list .swiper-slide .iptz time{ font-size: 23px; font-weight: bold; font-family: "Adobe 黑体 Std"; display: block; margin-bottom: 15px;}
.dframe3>div>.list .swiper-slide .iptz h3{ font-size: 32px; font-weight: bold; margin-bottom: 20px;}
.dframe3>div>.list .swiper-slide .iptz p{ font-size: 16px; font-family: "Adobe 黑体 Std"}
.dframe3>div>.list .swiper-slide.swiper-slide-active .iptz{ display: block;}
.dframe3>div>.list .newsswiper .btn{ position: absolute; top: 50%; z-index: 9; cursor: pointer; text-align: center; width: 33px; height: 33px; background: #fff;}
.dframe3>div>.list .newsswiper .btn>i{ font-size: 30px; display: inline-block; vertical-align: middle;}
.dframe3>div>.list .newsswiper .btn-prev{ left: 0px}
.dframe3>div>.list .newsswiper .btn-next{ right: 0px;}
.dframe3>div>.list .newsswiper .btn-next i{ padding-left: 5px;}
.dframe3>div>a.more{ display: inline-block; background: #1d3e7b; font-size: 15px; color: #fff; font-family: "Adobe 黑体 Std"; margin-top: 30px; padding: 9px 30px; border-radius: 30px; border: 1px solid transparent; margin-bottom: 10px;}
@media (min-width:992px){
.dframe3>div>a.more:hover{ border-color: #1d3e7b; color: #1d3e7b; background: #fff;}
}
@media (min-width:992px) and  (max-width:1229px){
.dframe3>div>.list .swiper-slide .iptz time{ font-size: 20px; margin-bottom: 10px;}
.dframe3>div>.list .swiper-slide .iptz h3{ font-size: 24px; margin-bottom: 15px;}
}
@media (min-width:1px) and  (max-width:991px){
.dframe3{ padding: 20px 0;}
.dframe3>div>h2{ font-size: 20px;}
.dframe3>div>.list .swiper-slide{ height: 240px;}
.dframe3>div>.list .swiper-slide img{ width: auto; height: 100%; margin: 0px}
.dframe3>div>.list .swiper-slide .iptz{ left: 15px; right: 15px; display: none!important;}
.dframe3>div>a.more{ font-size: 12px; margin-top: 15px; padding: 3px 15px;}
}
@media (min-width:1px) and  (max-width:767px){
.dframe3>div>.list .swiper-slide{ height: 180px;}
}
@media (min-width:1px) and  (max-width:324px){
.dframe3>div>.list .swiper-slide{ height: 120px;}
}
/*endregion*/

.dframe4{ overflow: hidden; padding: 35px 0; background: url("../images/1_07.png") no-repeat center left / auto 100% ,url("../images/1_08.png") no-repeat center right / auto 100%;}
.dframe4>div>h2{ font-size: 39px; font-weight: bold; color: #1d3e7b; text-align: center;}
.dframe4>div>h2>span{ position: relative; display: inline-block; padding-bottom: 8px;}
.dframe4>div>h2>span:before{ content: ""; position: absolute; left: 0; right: 4px; bottom: 0; height: 4px; background: #d80a0e;}
.dframe4>div>h2>span:after{ content: ""; position:absolute; left:calc(100% - 4px); bottom:0; z-index:8; width:0; height:0; border-width:2px 2px; border-style:solid; border-color:transparent transparent #d80a0e #d80a0e;/*灰 透明 透明 */}

.dframe4>div>.list{ overflow: hidden; display: flex; margin-top: 17px;}
.dframe4>div>.list>.left{ float: left; flex: 1; margin-right: 7.5px;}
.dframe4>div>.list>.left>.item{ overflow: hidden; position: relative; margin-bottom: 14px;}
.dframe4>div>.list>.left>.item>img{ width: 100%}
.dframe4>div>.list>.left>.item>.txt{ position: absolute; left: 46px; bottom: 36px; color: #fff;}
.dframe4>div>.list>.left>.item>.txt>h3{ font-size: 23px; font-weight: bold; margin-bottom: 15px;}
.dframe4>div>.list>.left>.item>.txt>p{ font-size: 15px;}
.dframe4>div>.list>.left>.item>.txt>a{ display: inline-block; margin-top: 20px; color: #fff; font-family: "Adobe 黑体 Std";}


.dframe4>div>.list>.right{ float: left; flex: 1.3; margin-left: 7.5px;}
.dframe4>div>.list>.right>.item{ overflow: hidden; position: relative; margin-bottom: 14px;}
.dframe4>div>.list>.right>.item>img{ width: 100%}
.dframe4>div>.list>.right>.item>.txt{ position: absolute; left: 46px; bottom: 36px; color: #fff;}
.dframe4>div>.list>.right>.item>.txt>h3{ font-size: 23px; font-weight: bold; margin-bottom: 15px;}
.dframe4>div>.list>.right>.item>.txt>p{ font-size: 15px;}
.dframe4>div>.list>.right>.item>.txt>a{ display: inline-block; margin-top: 20px; color: #fff; font-family: "Adobe 黑体 Std";}

.dframe4>div>.list>.right>.item:last-child{ margin-bottom: 0; display: flex;}
.dframe4>div>.list>.right>.item:last-child>.txtitem{ flex: 1; margin-right: 7.5px; background: #d80a0e; padding: 49px 30px 36px 46px; color: #fff;}
.dframe4>div>.list>.right>.item:last-child>.txtitem:last-child{ margin-left: 7.5px; margin-right: 0; background: #385e8f;}
.dframe4>div>.list>.right>.item:last-child>.txtitem>h3{ font-size: 23px; font-weight: bold; margin-bottom: 15px;}
.dframe4>div>.list>.right>.item:last-child>.txtitem>p{ font-size: 15px;}
.dframe4>div>.list>.right>.item:last-child>.txtitem>a{ display: inline-block; margin-top: 20px; color: #fff; font-family: "Adobe 黑体 Std";}
@media (min-width:992px){
.dframe4>div>.list>.left>.item:last-child{ margin-bottom: 0;}
}
@media (min-width:1px) and  (max-width:1440px){
.dframe4{ background: #fff;}
}
@media (min-width:1px) and  (max-width:1229px){
.dframe4>div>.list>.right>.item:last-child>.txtitem{ padding: 28px 30px 18px 46px;}
}
@media (min-width:1px) and  (max-width:991px){
.dframe4{ padding: 20px 0;}
.dframe4>div>h2{ font-size: 20px;}
.dframe4>div>.list{ display: block;}
.dframe4>div>.list>.left{ margin: 0; float: none; overflow: hidden;}
.dframe4>div>.list>.left>.item>img{ width: 100%;}
.dframe4>div>.list>.left>.item>.txt>h3{ font-size: 18px; margin-bottom: 0;}
.dframe4>div>.list>.left>.item>.txt>p{ display: none;}
.dframe4>div>.list>.left>.item>.txt>a{ margin-top: 10px;}
.dframe4>div>.list>.right{ margin: 0; overflow: hidden; float: none;}
.dframe4>div>.list>.right>.item>.txt>h3{ font-size: 18px; margin-bottom: 0;}
.dframe4>div>.list>.right>.item>.txt>p{ display: none;}
.dframe4>div>.list>.right>.item>.txt>a{ margin-top: 10px;}
.dframe4>div>.list>.right>.item:last-child>.txtitem{ padding: 20px 15px 15px 20px;}
.dframe4>div>.list>.right>.item:last-child>.txtitem>h3{ font-size: 18px; margin-bottom: 0px;}
.dframe4>div>.list>.right>.item:last-child>.txtitem>p{ display: none;}
.dframe4>div>.list>.right>.item:last-child>.txtitem>a{ margin-top: 10px; }
}

.dframe5{ overflow: hidden; background: #bfbdbe; padding: 22px 0;}
.dframe5>div>a{ width: 68px; height: 68px; float: left; text-align: center; line-height: 68px; background: #393939; border-radius: 50%; margin-right: 93px;}
.dframe5>div>a>i{ color: #fff; display: inline-block; vertical-align: middle; font-size: 30px;}
.dframe5>div>a:last-child{ margin-right: 0;}
.dframe5>div>a:hover{ background: #d80a0e;}
@media (min-width:992px) and  (max-width:1229px){
.dframe5>div>a{ margin-right: 59px;}
}
@media (min-width:1px) and  (max-width:991px){
.dframe5{ display: none;}
}

/*region 底部*/
.footer{ overflow: hidden; padding: 38px 0; background: url("../images/1_12.png") no-repeat right center / auto 100%;}
.footer .footlogo{ display: inline-block; float: left;}
.footer .txt{ float: left; display: inline-block; margin-left: 75px; font-size: 20px;}
.footer .txt p span{ color: #1d3e7b; display: inline-block; margin-right: 38px; line-height: 30px;}
.footer .txt p span i{ font-size: 24px; color: #0091da; margin-right: 10px; display: inline-block; vertical-align: top;}
.footer .txt p span a{ color: #0091da; font-weight: bold;}
.footer .txt p:last-child{ margin-top: 25px;}

@media (min-width:992px)  and  (max-width:1229px){
	.footer .foot>.left>ul>li{ padding-right: 10px}
}
@media (min-width:1px) and  (max-width:991px){
.footer{ display: none;}

}

.gettop{ width: 45px; height: 45px; text-align: center; line-height: 45px; border-radius: 50%; border: 1px solid #fff; position: fixed; right: 15px; bottom: 10%; z-index: 99; font-size: 14px; color: #fff; text-transform: uppercase; cursor: pointer; background: #02247e; display: none;}
@media (min-width:1px) and  (max-width:991px){
.gettop{ display: none;}
}

/*endregion*/

/*region 语种工具*/
.footer_language{overflow: hidden; padding: 15px 0;}
.footer_language>.container>ul{ display: table;}
.footer_language>.container>ul>li{margin-right:17px; display: inline-block;}
.footer_language>.container>ul>li>a{font-size:18px; line-height:2em;}
.footer_language>.container>ul>li>a>img{border:solid 1px #eaeaea; margin-top:5px;}
.footer_language>.container>ul>li>a>span{font-size:18px; line-height:2em;}
.footer_language>.container>ul>li:last-child{ margin-right: 0px;}
@media (min-width:1200px) and  (max-width:1399px){
    .footer_language>.container>ul>li{ margin-right: 22px;}
}

@media (min-width:1px) and (max-width:991px){
.footer_language{ display: none;}
}
/*endregion*/


/*region 版权*/
.copy{ padding: 15px 0px; font-size: 15px; overflow: hidden; color: #fff; text-align: center; background: #1d3e7b;}
.copy a{ color: #fff;}

@media (min-width:992px) {
.copy p{ display: inline-block; float: left;}
.copy p:last-child{ float: right;}
}
@media (min-width:1px) and (max-width:991px){
.copy{ margin-bottom: 40px; font-size: 12px; border: 0;}
}
/*endregion*/


/*region手机底部导航*/
.mobMenu{ position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 10; background: #f1f1f1; display: none;}
.mobMenu>.foot_nav{width:25%;float:left;text-align:center;color:#898989;font-size:12px; font-family: "Arial"}
.mobMenu>.foot_nav>a>i.iconfont{display:block;padding:3px 0 0 0;font-size:18px;line-height:24px}
.mobMenu>.foot_nav>a>.hamburger{position:inherit;float:none;margin:0 auto;width:100%}
@media (min-width:1px) and (max-width:991px){
    .mobMenu{ display: block;}
}
/*endregion*/


/*内页*/
.body{}
/*region 左侧导航栏目*/
.left_nav{ overflow: hidden; margin-top: -57px; background: rgba(45,45,45,0.5); position: relative; z-index:1;}
.left_nav>.lbt{ overflow: hidden; border: 1px solid #767676; border-bottom: 0;}
.left_nav>.lbt>ul{}
.left_nav>.lbt>ul>li{ font-size: 14px; position: relative; text-transform: capitalize; display: inline-block;}
/*.left_nav>.lbt>ul>li:before{ content: ""; position: absolute; left:  16px; top: 17px; width:0; height:0; border-width:5px 5px; border-style:solid; border-color:transparent transparent transparent #6a6a6a; z-index: 8;}*/
/*.left_nav>.lbt>ul>li:after{ content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; height: 1px; background: #ededed; }*/
.left_nav>.lbt>ul>li>a{ display: block; color: #FFF; padding: 20px 36px; border-right: 1px solid #767676;}

.left_nav>.lbt>ul>li:hover,.left_nav>.lbt>ul>li.active{ background: #174b7b;}
/*.left_nav>.lbt>ul>li:hover>a,.left_nav>.lbt>ul>li.active>a{ color: #FFF;}*/
/*.left_nav>.lbt>ul>li:hover:after,.left_nav>.lbt>ul>li.active:after{ opacity: 0;}
.left_nav>.lbt>ul>li:hover:before,.left_nav>.lbt>ul>li.active:before{ border-color:transparent transparent transparent #fff;}*/


@media (min-width:1px) and (max-width:991px){
	.left_nav{  margin: auto -15px;}
	.left_nav>.lbt{ margin-bottom: 0;}
	.left_nav>.lbt>ul>li{ display: block; border-bottom: 1px solid #ddd;}
	.left_nav>.lbt>ul>li>a{ padding: 10px 15px;}
}


/*endregion*/

/*右侧*/
.right_detail{ width: calc(100% - 294px); float: right; height: auto; overflow: hidden; padding: 30px 0px;}
@media (min-width:1px) and (max-width:991px){
.right_detail{ width: 100%;}
}

/*region 面包屑*/
.location{ overflow: hidden; padding: 8px 0; font-size: 14px; position: relative; z-index: 2; box-shadow: 0 1px 1px #d5d5d5; text-transform: uppercase;}
.location>div>i.home{ color: #5f5f5f; margin-right: 10px; font-size: 20px;}
.location>div>a{ color: #5f5f5f; font-weight: bold;}
.location>div .here{ padding: 0 2px; display: inline-block; color: #5f5f5f; font-weight: bold;}
@media (min-width:1px) and (max-width:991px){
.location{ margin: 0; text-align: left; color: #5f5f5f; z-index: 1; font-size: 14px; }
.location>div>i.home{ color: #5f5f5f;}
.location>div>a{ color: #5f5f5f;}
}
/*endregion*/

/*类别简介*/
.explicit{ overflow: hidden; display: flex; background: #f2f3f5; margin: 20px 0 0 0; padding: 15px;}


/*region 关于我们*/

.aframe{ overflow: hidden; padding: 25px 0;}
.aframe>div>h2{ font-size: 39px; text-align: center; font-weight: bold; color: #1d3e7b; margin-bottom: 25px;}
.aframe>div>h2>span{ position: relative; display: inline-block; padding-bottom: 8px;}
.aframe>div>h2>span:before{ content: ""; position: absolute; left: 0; right: -33px; bottom: 0; height: 4px; background: #d80a0e;}
.aframe>div>h2>span:after{ content: ""; position:absolute; left:calc(100% + 33px); bottom:0; z-index:8; width:0; height:0; border-width:2px 2px; border-style:solid; border-color:transparent transparent #d80a0e #d80a0e;/*灰 透明 透明 */}
.aframe>div>.txt{ overflow: hidden;}

.certificate{ background: url("../images/1_14.jpg") no-repeat center center / cover;}
.certificate>div>h2{ color: #fff; margin-bottom: 40px}
.certificateswiper{ padding-bottom: 40px;}
.certificateswiper .swiper-slide img{ width: 100%;}
.certificateswiper .swiper-pagination-bullet{ background: #fff; opacity: 0.7;}
.certificateswiper .swiper-pagination-bullet-active{ opacity: 1;}

.workshop{}
.workshop>div>h2{ margin-bottom: 35px;}
.workshop>div>.list{ overflow: hidden;}
.workshop>div>.list>.swiper-slide{ width: calc(25% - 6px); float: left; height: auto; margin-right: 7px; margin-bottom: 7px;}

@media (min-width:992px) {
.workshop>div>.list>.swiper-slide:nth-child(4n){ margin-right: 0;}
.workshop>div>.list>.swiper-slide:nth-child(4n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px){
.aframe{ padding: 20px 0;}
.aframe>div>h2{ font-size: 20px; margin-bottom: 10px;}
.aframe>div>h2>span:before{ right: -5px;}
.aframe>div>h2>span:after{ left: calc(100% + 5px)}
.aframe>div>.txt{ font-size: 14px!important;}

.workshop>div>.list>.swiper-slide{ width: calc(50% - 3.5px);}
.workshop>div>.list>.swiper-slide:nth-child(2n){ margin-right: 0;}
.workshop>div>.list>.swiper-slide:nth-child(2n+1){ clear: both;}
}


/*发展*/
.history{ overflow: hidden; background: url("../images/1_06.jpg") no-repeat center center / cover;}
.history .swiperhistory{ position: relative; overflow: hidden;  margin-top: 290px; padding-bottom: 30px;}
.history .swiperhistory .swiper-slide{ overflow: hidden; text-align: center; position: relative; }
.history .swiperhistory .swiper-slide>h3{ font-size: 18px; color: #333; margin-bottom: 26px;}
.history .swiperhistory .swiper-slide>em{ display: block; text-align: left; margin-left: -22px;}
.history .swiperhistory .swiper-slide>p{ font-size: 16px; line-height: 24px; margin-top: 40px; text-align: left;}
.history .swiperhistory .swbuton{ background: none; width: auto; height: auto; margin-top: 10px; cursor: pointer; z-index: 99; top: 20px;}
.history .swiperhistory .swbuton>i{ font-size: 60px; color: #a6a6a6;}
.history .swiperhistory .swbuton.swiper-button-prev{ left: -22px; margin-top: 5px;}
.history .swiperhistory .swbuton.swiper-button-next{ right: -27px;}
.history .swiperhistory:before{ content: ""; position: absolute; left: 0px; right: 0px; height: 1px; background: #bfbfbf; top: 60px;}
@media (min-width:1px) and (max-width:991px){
	.history{ background: none;}
	.history .swiperhistory{ margin-top: 70px;}
	.history .swiperhistory .swiper-slide>h3{ font-size: 24px; margin-bottom: 21px}
	.history .swiperhistory .swiper-slide>em{ margin-left: 0;}
}


/*单页面*/
.synopsis{ overflow: hidden; padding: 30px 0;}
.synopsis>h1{ font-size: 35px; font-family: "Nunito-SemiBold"; text-align: center; margin-bottom: 10px; padding-bottom: 10px; text-transform: capitalize; position: relative;}
.synopsis>h1:before{ content: ""; position: absolute; left: 50%; bottom: 0; width: 48px; height: 3px; margin-left: -24px; background: #d8222b;}

.synopsis>.txt{ overflow: hidden; line-height: 2em;}
.synopsis>.txt img[align=right]{ padding-left: 15px;}
.synopsis>.txt img[align=left]{ padding-right: 15px;}

@media (min-width:1px) and (max-width:991px){

.synopsis>h1{ font-size: 24px; }
}
/*endregion*/


/*region 图库*/
.gallery{ overflow: hidden; padding: 30px 0;}
.gallery>.ipto{ width: calc(33.33% - 78px); float: left; height: auto; margin-right: 53px; margin-bottom: 27px; position: relative; overflow: hidden; border: 1px solid #dbdbdb; padding: 20px; transition: all 0.35s;}
.gallery>.ipto>a>.ipti{ overflow: hidden;}
.gallery>.ipto>a>.ipti>img{ opacity: 0.9; -webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:scale(1,1);transform:scale(1,1); border: 1px solid #f5f5f5;}
.gallery>.ipto>a>.iptz{ overflow: hidden; font-size: 14px; text-align: center; font-weight: bold; margin-top: 40px;}


@media (min-width:992px)  {
.gallery>.ipto:hover{ border-color: #d80a0e;}
.gallery>.ipto:hover>a>.ipti>img{ opacity: 1; -webkit-transform:scale(1.05,1.05);transform:scale(1.05,1.05)}
.gallery>.ipto:nth-child(3n){ margin-right: 0px;}
.gallery>.ipto:nth-child(3n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px) {
.gallery>.ipto{ width: calc(50% - 19.5px); margin-right: 15px; margin-bottom: 15px; padding: 5px;}
.gallery>.ipto:nth-child(2n){ margin-right: 0px; }
.gallery>.ipto:nth-child(2n+1){ clear: both;}
.gallery>.ipto>a>.iptz{ padding: 5px; font-size: 12px; margin-top: 10px;}
}
/*endregion*/


/*region 产品中心*/
.productlist{ overflow: hidden;}
.productlist .ipto{ overflow: hidden; background: url("../images/1_15.png") no-repeat left center ,url("../images/1_16.png") no-repeat right bottom; padding: 60px 0 30px; border-bottom: 40px solid #1d3e7b;}
.productlist .ipto .ipti{ width: 50%; float: left; height: auto; overflow: hidden;}
.productlist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.productlist .ipto .iptz{ width: calc(50% - 30px); float: right; text-align: right;}
.productlist .ipto .iptz h3{ font-size: 44px; color: #1d3e7b; font-weight: bold;}
.productlist .ipto .iptz h3>a{ color: #1d3e7b; display: block;}
.productlist .ipto .iptz h3 i{ font-size: 40px; color: #d80a0e; display: inline-block;}
.productlist .ipto .iptz h3 span{ position: relative; display: inline-block; padding-bottom: 10px; }
.productlist .ipto .iptz h3 span:before{ content: ""; position: absolute; left: 0; right: 0px; bottom: 0; height: 4px; background: #d80a0e;}
.productlist .ipto .iptz h3 span:after{ content: ""; position:absolute; left:calc(100%); bottom:0; z-index:8; width:0; height:0; border-width:2px 2px; border-style:solid; border-color:transparent transparent #d80a0e #d80a0e;/*灰 透明 透明 */}
.productlist .ipto .iptz p{ font-size: 14px; line-height: 22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-top: 20px;}

.products{ margin-top: 20px;}
.products>.container>.ipto{ width: calc(25% - 22px); float: left; margin-right: 15px; margin-bottom: 15px; box-shadow: 0 0 10px #d5d5d5; padding: 5px; border-radius: 5px;}
.products>.container>.ipto .ipti{ overflow: hidden; border-bottom: 1px solid #d5d5d5;}
.products>.container>.ipto .ipti img{ transition: all 0.35s; width: 100%;}
.products>.container>.ipto .iptz{ padding: 15px; overflow: hidden;}
.products>.container>.ipto .iptz h3{ font-size: 14px; margin-bottom: 15px; font-weight: bold;}
.products>.container>.ipto .iptz p{ font-size: 12px; line-height: 2em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

@media (min-width:992px)  {
.productlist .ipto>.container{ width: 820px;}
.productlist .ipto:nth-child(2n){ background: url("../images/1_17.png") no-repeat left top ,url("../images/1_18.png") no-repeat right center; }
.productlist .ipto:nth-child(2n) .ipti{ float: right;}
.productlist .ipto:nth-child(2n) .iptz{ text-align: left;}
.productlist .ipto:nth-child(2n) .iptz h3 i{ transform: rotate(180deg)}
.products>.container>.ipto:hover{ box-shadow: 0 0 10px #d80a0e;}
.products>.container>.ipto:hover .ipti img{ transform: scale(1.1)}
.products>.container>.ipto:nth-child(4n){ margin-right: 0;}
.products>.container>.ipto:nth-child(4n+1){ clear: both;}
}
@media (min-width:1px) and  (max-width:1815px){
.productlist .ipto{ background: #fff;}
.productlist .ipto:nth-child(2n){ background: #fff;}
}
@media (min-width:1px) and (max-width:991px) {
.productlist{ padding: 15px;}
.productlist .ipto>.container{ width: auto; margin: 0;}
.productlist .ipto{ width: calc(50% - 9.5px); float: left; margin-right: 15px; border: 1px solid #1d3e7b; margin-bottom: 15px; padding: 0;}
.productlist .ipto .ipti{ width: auto; float: none; overflow: hidden; border-bottom: 1px solid #1d3e7b;}
.productlist .ipto .iptz{ width: auto; float: none; overflow: hidden; text-align: center; padding: 5px;}
.productlist .ipto .iptz h3{ font-size: 14px;}
.productlist .ipto .iptz h3 i{ display: none;}
.productlist .ipto .iptz h3 span{ padding-bottom: 5px;}
.productlist .ipto .iptz p{ display: none;}
.productlist .ipto:nth-child(2n){ margin-right: 0;}
.productlist .ipto:nth-child(2n+1){ clear: both;}

.products>.container>.ipto{ width: calc(50% - 22px);}
.products>.container>.ipto .iptz{ padding: 5px;}
.products>.container>.ipto .iptz h3{ margin-bottom: 5px;}
.products>.container>.ipto .iptz p{ display: none; }

.products>.container>.ipto:nth-child(2n){ margin-right: 0;}
.products>.container>.ipto:nth-child(2n+1){ clear: both;}
}
/*endregion*/

/*region 产品详情*/
.details{ overflow: hidden; }
.details>.txtlist{ overflow: hidden; padding: 15px 0; background: #f6f6f6;}
.details>.txtlist>div{ background: #fff;}
.details .detail_left{ width: calc(55% - 60px); float: left; height: auto; position: relative; padding: 30px;}
.details .detail_left>.detail_big{  text-align: center; }
.details .detail_left>.detail_big img{box-shadow: 0px 0px 10px #ebebeb;}
.details .detail_left>.rtp_small_img{ overflow: hidden; position: relative;}
.details .detail_left>.rtp_small_img .swiperpro{ position: relative; margin: auto 15px;} 
.details .detail_left>.rtp_small_img .swiperpro .swiper-slide{ overflow: hidden; }
.details .detail_left>.rtp_small_img .swiperpro .swiper-slide img{ border: 1px solid transparent; box-sizing: border-box;}
.details .detail_left>.rtp_small_img .swiperpro .swiper-slide.swiper-slide-active img{ border-color: #043688;}
.details .detail_left>.swiper-button-white{ width: auto; height: auto; color: #333; background: none; z-index: 8; margin-top: -60px;}
.details .detail_left>.swiper-button-white>i{ font-size: 60px;}
.details .detail_left>.swiper-button-white.swiper-button-prev{ transform: rotate(-270deg); left: 0px;}
.details .detail_left>.swiper-button-white.swiper-button-next{ transform: rotate(-90deg); right: 0px;}

.details .detail_right{ width: calc(45% - 40px); float: right; height: auto; padding: 20px;}
.details .detail_right>h1{ font-size:24px; color: #666; font-weight: bold;}
/*.details .detail_right>h2{ font-family: "NewsGoth BT"; font-size: 15px; margin-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #B1B1AF;}
.details .detail_right>h3{ font-family: "NewsGoth BT"; font-size: 15px; margin-top: 20px; margin-bottom: 10px;}*/

.details .detail_right>.txt{ overflow: hidden; padding-bottom: 20px; margin-top: 20px; font-size: 14px; line-height: 2em; text-transform: capitalize;}

.details .detail_right>.share{ overflow: hidden; margin-top: 20px; font-size: 18px; line-height: 38px;}
.details .detail_right>.share>#ProShare{ width: 100%;}
.details .detail_right>.share a{ width: 40px; height: 40px; text-align: center; line-height: 40px; border-radius: 50%; margin-right: 10px; display: inline-block; background: none; padding: 0;}
.details .detail_right>.share a.bshare-qqim{ background: #0083be;}
.details .detail_right>.share a.bshare-weixin{ background: #3b5998;}
.details .detail_right>.share a.bshare-sinaminiblog{ background: #182ef5;}
.details .detail_right>.share i.iconfont{ font-size: 24px; color: #fff; display: inline-block;}


.details .detail_right>.bottom{ overflow: hidden; margin-top: 10px; border-top: 1px solid #dfdfdf; padding-top: 20px;}
.details .detail_right>.bottom a{padding: 5px 15px; position: relative; font-size: 18px; display: inline-block; transition: all 0.35s; z-index: 1; color: #fff; text-transform: uppercase; letter-spacing: 0px;}
.details .detail_right>.bottom a>i{ font-size: 30px; padding-right: 10px; float: left;}
.details .detail_right>.bottom a>span{ float: left; padding-top: 6px;}
.details .detail_right>.bottom a:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: #174b7b; z-index: -2; opacity: 0.7;}
.details .detail_right>.bottom a:after{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #174b7b; transition: 0.35s; z-index: -1;}
.details .detail_right>.bottom a:hover{ color: #fff; border-color: #fff;}
.details .detail_right>.bottom a:hover:after{ width: 100%;}
.details .detail_right>.sharelxfs{ margin-top: 20px; display: flex; font-size: 18px; line-height: 38px; overflow: hidden;}
.details .detail_right>.sharelxfs i{ font-size: 30px; display: inline-block; margin-left: 10px; padding-right: 10px; color: #174b7b;}



@media (min-width:1px) and (max-width:991px) {
	.details>.txtlist{ display: block;}
	.details .detail_left{ width: 100%; padding: 0;}
	.details .detail_left>.detail_big{}
	.details .detail_left>.detail_big img{ width: 100%}
	.details .detail_left>.rtp_small_img{ margin-top: 10px;}
	.details .detail_left>.swiper-button-white>i{ font-size: 30px;}
	.details .detail_right{ width: calc(100% - 30px); padding: 10px;}
    .details .detail_right>h1{ font-size: 18px;}
	.details .detail_right>.bottom{ margin-top: 15px; padding-top: 10px;}
    .details .detail_right>.bottom a{ padding: 5px 30px; font-size: 14px; vertical-align: top}
    .details .detail_right>.bottom a>i{ font-size: 28px; display: inline-block; vertical-align: middle; float: left;}
    .details .detail_right>.txt{ font-size: 12px; margin: 10px auto; padding: 0;}
	.details .rtp_small_color{ margin-top: 20px;}
	.details .rtp_small_color div{ width: 60px;}
	.details .rtp_small_color div span{ line-height: 10px;}
	.details .rtp_small_color div em{ width: 10px; height: 10px}
	.details .detail_right>.bottom .wk_arrow{ margin-left: 0; margin-bottom: 10px;}
	.details .detail_right>.bottom p a{ margin-right: 15px; margin-left: 0; margin-bottom: 15px;}
	.details .detail_right>.sharelxfs{ margin-top: 0}
}


.details .xgeffect{  position:relative; margin-top: 30px;}
.details .xgeffect>.detailtop{ overflow: hidden;  display: block;  font-size: 16px; color: #333; text-align: left; position: relative; border-bottom: 1px solid #c7c7c7;}
.details .xgeffect>.detailtop>strong{ font-family: "RUBIK-BLACK"; font-size: 16px; text-transform: uppercase; color: #262626; padding: 15px 70px; display: inline-block; position: relative; cursor: pointer; background: #d1d1d1;  border: 1px solid #dbdbdb; border-bottom: 0;}
.details .xgeffect>.detailtop>strong.active{ background: #174b7b; color: #fff;}
.details .xgeffect>.detailtop>strong.active:before{ content: ""; position: absolute; left: -10px; right: -10px; bottom: -11px; height: 2px; background: #1a43c6;}
/*.details>.xgeffect>.detailtop:before{ content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; height: 2px; border-bottom: 2px solid #e2e2e2; z-index: -1;}*/
.details .xgeffect>.detailtop>span{ float: right; background: #fff; display: inline-block; padding-left: 15px; cursor: pointer;}
.details .xgeffect>.detalist{ float:left; width:100%; padding-top:30px;}

.details .xgeffect.close>.detailtop{ border: 0;}
.details .xgeffect.close>.detailtop>strong{ background: none; color: #262626; border: 0; padding: 0; font-size: 23px;}



@media (min-width:768px){

}
@media (min-width:1px) and (max-width:767px) {

	.details .xgeffect>.detailtop>strong{ padding: 7px 10px; font-size: 12px;}
	.details .xgeffect>.detalist{ padding-top: 15px;}
    .details .xgeffect>.detalist .products .container{ margin: 0;}
	.details .xgeffect.close>.detailtop>strong{ font-size: 14px; margin: 0;}

	.details .xgeffect.bg{ padding: 15px 20px;}
}

.Spin{ position: fixed; top: 0; left: 0%; z-index: 99; bottom: 0;right: 0;background: rgba(0,0,0,0.5);}
.Spin .list{ overflow: hidden; width: 800px; z-index: 9; margin-top: 5%; background: #fff; padding: 10px;}
.Spin .list .close{ float: right; color: #333; font-size: 20px; cursor: pointer; z-index: 9;}
#circlr{position:relative;margin:0 auto;min-height:100px;cursor:move;}
#circlr #loader{position:absolute;top:0;right:0;bottom:0;left:0;display:none;background:url(../images/loader.gif) center center no-repeat;}
@media (min-width:1px) and (max-width:991px) {
.Spin .list{ width: auto;}
}

/*endregion*/

/*region 订单*/
.onlineInquiry{ overflow: hidden; }
.onlineInquiry .input{ width: 100%; float: left; overflow: hidden; margin-bottom: 10px; display: flex; line-height: 30px; background: #f5f8fa; padding: 0 5px; border: 1px solid #ebebeb;}
.onlineInquiry .input p{ float: left; flex: 1; overflow: hidden; font-size: 14px; line-height: 2em; color: #939393; padding: 10px; text-align: left;}
.onlineInquiry .input>label{ float: left; font-size: 14px; color: #333; display: flex; min-width: 40px;}
.onlineInquiry .input>input{ flex: 1; border: 0px solid #ebebeb; padding: 0 10px; border-radius: 3px; background: none; float: left;  font-size: 14px; color: #333;}
.onlineInquiry .input>textarea{ border: 0px solid #ebebeb; padding: 0 10px; height: 90px; border-radius: 3px; float: left; background: none; width: 100%; font-size: 14px; color: #333; outline: none; resize: none}

.onlineInquiry .button{ overflow: hidden; width: 100%; float: left;}
.onlineInquiry .button>button{ border: 0; padding: 10px 50px; position: relative; font-size: 16px; font-family: "Open-Sans-Bold"; display: inline-block; transition: all 0.35; z-index: 1; cursor: pointer; color: #fff; outline: none;}
.onlineInquiry .button>button:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: #8493c6; z-index: -2;}
.onlineInquiry .button>button:after{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #3c63f5; transition: 0.35s; z-index: -1;}
.onlineInquiry .button>button:hover:after{ width: 100%;}

@media (min-width:992px)  {
	.onlineInquiry .input.w33{ width: calc(33.33% - 32px); margin-right: 30px;}
	.onlineInquiry .input.end{ margin-right: 0}
	.onlineInquiry .input.w67{ width: calc(66.67% - 22px);}
}

@media (min-width:768px)  {
}
@media (min-width:1px) and (max-width:991px) {
	.onlineInquiry{}
	.onlineInquiry .input>textarea{ width: calc(100% - 90px)}
	.onlineInquiry .input p{ font-size: 12px; line-height: 18px;}
}

/*endregion*/


/*region 新闻中心*/
.newscate{ padding: 30px 0 40px 0; overflow: hidden;}
.newscate>h2{ font-size: 30px; color: #1d3e7b; font-weight: bold;}
.newscate>h2 span{ position: relative; display: inline-block; padding-bottom: 10px; }
.newscate>h2 span:before{ content: ""; position: absolute; left: 0; right: 0px; bottom: 0; height: 4px; background: #d80a0e;}
.newscate>h2 span:after{ content: ""; position:absolute; left:calc(100%); bottom:0; z-index:8; width:0; height:0; border-width:2px 2px; border-style:solid; border-color:transparent transparent #d80a0e #d80a0e;/*灰 透明 透明 */}

.news{ }
.news>.ipto{ width: calc(25% - 15px); float: left; margin-right: 20px; overflow: hidden; margin-bottom: 20px; box-shadow: 0 0 30px #d5d5d5; position: relative; background: #fafafa;}
.news>.ipto .ipti{ overflow: hidden;}
.news>.ipto .ipti img{ width: 100%; transition: all 0.35s;}
.news>.ipto .iptz{ overflow: hidden; padding: 10px 10px 0 10px; text-align: center;}
.news>.ipto .iptz .hot{ display: inline-block; background: #ef000d; text-transform: uppercase; padding: 5px 25px; border-radius: 30px; font-size: 16px; color: #fff; margin: 5px auto; opacity: 0; position: absolute; left: 10px; top: 10px;}
.news>.ipto .iptz .hot.active{ opacity: 1;}
.news>.ipto .iptz h3{ font-size: 15px; margin-bottom: 15px; font-weight: bold; margin-top: 25px;}
.news>.ipto .iptz p{ font-size: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-top: 15px; color: #151515;}
.news>.ipto .iptz time{ text-align: right; font-size: 12px; overflow: hidden; margin-top: 25px; display: block; vertical-align: top; border-top: 1px solid #dbdbdb; padding: 9px 0;}
.news>.ipto .iptz time i{ font-size: 12px; padding-right: 5px; }

@media (min-width:768px)  {
.news>.ipto:first-child{ width: calc(50% - 15px)}
.news>.ipto:first-child:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(29,62,123,0.72); z-index: 1;}
.news>.ipto:first-child .ipti img{ margin: -4.5% auto;}
.news>.ipto:first-child .iptz{ position: absolute; left: 30px; bottom: 30px; right: 30px; z-index: 2; padding: 0; text-align: left;}
.news>.ipto:first-child .iptz p{ font-size: 14px; color: #fff; line-height: 2em; -webkit-line-clamp: 2;}
.news>.ipto:first-child .iptz h3{  font-size: 26px; font-weight: bold; color: #fff; margin-top: 15px;}
.news>.ipto:first-child .iptz time{  display: none;}

    .news>.ipto:nth-child(4n+3){  margin-right: 0;}
    .news>.ipto:hover{  box-shadow: 0 0 10px #d80a0e;}
	.news>.ipto:hover .ipti{ background: #5085ba;}
	.news>.ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:767px) {
.newscate{ padding: 10px 0;}
.newscate>h2{ font-size: 20px;}

.news>.ipto{ overflow: hidden; width: 100%;}
.news>.ipto .ipti{ flex: 1; width: 45%; float: left;}
.news>.ipto .iptz{ width: calc(55% - 20px); float: right; padding: 5px; text-align: left;}
.news>.ipto .iptz .hot{ font-size: 10px; padding: 5px 15px;}
.news>.ipto .iptz h3{ font-size: 12px; font-weight: bold; margin: 5px; padding: 0;}
.news>.ipto .iptz p{ -webkit-line-clamp:2; margin-top: 10px; font-size: 11px;}
.news>.ipto .iptz time{ display: block; margin-top: 5px; text-align: left;}
.news>.ipto:nth-child(2n){ margin-right: 0}
.news>.ipto:nth-child(2n+1){ clear: both}

.news>.ipto:first-child .iptz p{ margin-top: 0;}
.news>.ipto:first-child .iptz h3{ margin-top: 10px;}
}
/*endregion*/

/*region 新闻详情*/
.detail{ overflow: hidden; padding: 30px 0}
.detail>h1{ font-size: 20px; text-align: center; font-weight: bold; margin-bottom: 20px;}
.detail>p{ font-size: 14px; text-align: center; color: #333; border-bottom: 1px solid #d5d5d5; padding-bottom: 20px;}
.detail>.context{ overflow: hidden; margin-top: 30px;}

.detail>.xgeffect{ overflow: hidden; position:relative; margin-top: 30px;}
.detail>.xgeffect>.detailtop{ overflow: hidden;  display: block; text-align: center; position: relative; }
.detail>.xgeffect>.detailtop>strong{ font-family: 'Acumin-Pro-Book'; display: inline-block; cursor: pointer; margin-right: 5px; font-size: 24px; color: #333; padding: 15px 50px; position: relative;}
.detail>.xgeffect>.detailtop>strong:after{ content: ""; position: absolute; left: 45%; right: 45%; bottom: 0; height: 1px; border-bottom:4px solid #043688;}
.detail>.xgeffect>.detailtop>span{ float: right; background: #fff; display: inline-block; padding-left: 15px; cursor: pointer;}

.detail>.xgeffect>.detalist{ float:left; width:100%; padding-top:30px;}
.detail>.xgeffect>.detalist>ul>li{ width: calc(50% - 10px); float: left; overflow: hidden;  border-bottom: 1px solid #d0d0d0; padding: 10px 0;}
.detail>.xgeffect>.detalist>ul>li b{ max-width: 60%; float: left; font-size: 14px; color: #333; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.detail>.xgeffect>.detalist>ul>li time{ float: right; font-size: 12px;}
.detail>.xgeffect>.detalist>ul>li:hover b,.left_nav>.left_news>ul>li.active b{ color: #025297;}
.detail>.xgeffect>.detalist>ul>li:hover time,.left_nav>.left_news>ul>li.active time{ color: #025297;}

@media (min-width:992px)  {
.detail>.xgeffect>.detalist>ul>li:nth-child(2n){ float: right;}
}
@media (min-width:1px) and (max-width:991px) {
.detail>h1{ font-size: 16px;}
.detail>p{ font-size: 12px;}
.detail>.xgeffect>.detalist>ul>li{ width: 100%;}
.detail>.context{ font-size: 14px;}
}
/*endregion*/


/*region 联系我们*/
.maps{ position: absolute; width: 50%; right: 0; top: 0; bottom: 0px; overflow: hidden;}

.touch{ overflow: hidden; position: relative; background: url("../images/1_21.jpg") no-repeat left center / auto 100%;}
.touch .lxfs{ overflow: hidden; color: #fff; padding: 121px 0 80px;}
.touch .lxfs>h2{ font-size: 29.73px; font-weight: bold; margin-bottom: 50px;}
.touch .lxfs>.tel{width: 400px; overflow: hidden; line-height: 35px; font-size: 20px; color: #fff; display: flex; float: left; margin-bottom: 35px;}
.touch .lxfs>.tel>i{ font-size: 30px; display: inline-block; padding-right: 16px;}
.touch .lxfs>.tel>p{ width: 100%; display: flex;}
.touch .lxfs>.tel>p>strong{ font-weight: normal; display: inline-block; padding-right: 13px;}

.touch .lxfs>.mobile{width: 400px; overflow: hidden; line-height: 35px; font-size: 20px; color: #fff; display: flex; float: left; margin-bottom: 35px;}
.touch .lxfs>.mobile>i{ font-size: 30px; display: inline-block; padding-right: 16px;}
.touch .lxfs>.mobile>em{ font-style: normal;}
.touch .lxfs>.mobile>em>p{ width: 100%; display: flex;}
.touch .lxfs>.mobile>em>p>strong{ font-weight: normal; display: inline-block; padding-right: 13px;}

.touch .lxfs>.email{width: 400px; overflow: hidden; line-height: 35px; font-size: 20px; color: #fff; display: flex; float: left; margin-bottom: 35px;}
.touch .lxfs>.email>i{ font-size: 30px; display: inline-block; padding-right: 16px;}
.touch .lxfs>.email>em{ font-style: normal;}
.touch .lxfs>.email>em>p{ width: 100%; display: flex;}
.touch .lxfs>.email>em>p>strong{ font-weight: normal; display: inline-block; padding-right: 13px;}
.touch .lxfs>.email>em>p>span>a{ color: #fff;}

.touch .lxfs>.address{width: 400px; overflow: hidden; line-height: 35px; font-size: 18px; color: #fff; display: flex; float: left;}
.touch .lxfs>.address>i{ font-size: 30px; display: inline-block; padding-right: 16px;}
.touch .lxfs>.address>p{ width: 100%; display: flex;}
.touch .lxfs>.address>p>strong{ font-weight: normal; display: inline-block; padding-right: 13px;}


@media (min-width:1px) and (max-width:991px) {
	.touch .lxfs{ padding: 15px;}
    .touch .lxfs>h2{ font-size: 20px; margin-bottom: 15px;}
    .touch .lxfs>.tel{ width: auto; overflow: hidden; float: none; margin-bottom: 15px; font-size: 14px; line-height: 2em;}
    .touch .lxfs>.tel>i{ font-size: 18px; padding-right: 5px;}
    .touch .lxfs>.mobile{ width: auto; overflow: hidden; float: none; margin-bottom: 15px; font-size: 14px; line-height: 2em;}
    .touch .lxfs>.mobile>i{ font-size: 20px; padding-right: 5px;}
    .touch .lxfs>.email{ width: auto; overflow: hidden; float: none; margin-bottom: 15px; font-size: 14px; line-height: 2em;}
    .touch .lxfs>.email>i{ font-size: 20px; padding-right: 5px;}
    .touch .lxfs>.address{ width: auto; overflow: hidden; float: none; margin-bottom: 15px; font-size: 14px; line-height: 2em;}
    .touch .lxfs>.address>i{ font-size: 18px; padding-right: 5px;}
    .maps{ position: inherit; width: 100%; right: inherit; top: inherit; bottom: inherit; height: 300px;}
}

/*endregion*/


/*region 留言*/
.leave{ overflow: hidden; padding: 30px 0;}

.leave>h2{ font-size: 24px; font-weight: bold; color: #46548c; text-transform: uppercase; border-bottom: 1px solid #385494; padding-bottom: 10px; margin-bottom: 25px;}
.leave>p{ font-size: 18px; color: #174785; overflow: hidden; line-height: 2em; margin-bottom: 10px;}
.leave>p>a{ color: #2e4a82; text-decoration: underline;}

.feedback{ overflow: hidden; margin-top: 0px; }

.feedback .input_div{ overflow: hidden; position:relative; padding: 5px; margin-bottom: 10px; display: flex; border: 1px solid #dfdfdf;}
.feedback .input_div>label{font-size:15px; color: #333;  margin-bottom: 5px; min-width: 50px; display: flex; vertical-align: middle;}
.feedback .input_div>textarea{ background: none; border: 0; width: 100%; float: left; padding: 0px 10px; outline: none; resize: none; box-sizing: border-box; border-radius: 5px}
.feedback .input_div>input{ width: 100%; float: left; background: none; border: 0; box-sizing: border-box; border-radius: 5px}
.feedback input::-webkit-input-placeholder, .feedback textarea::-webkit-input-placeholder{ color: #999; font-size: 15px;}
.feedback input:-moz-placeholder, .feedback textarea:-moz-placeholder{ color: #999; font-size: 15px;}
.feedback input::-moz-placeholder, .feedback textarea::-moz-placeholder{ color: #999; font-size: 15px;}
.feedback input:-ms-input-placeholder, .feedback textarea:-ms-input-placeholder{ color: #999; font-size: 15px;}

.hidden{ display: none!important;}

@media (min-width:992px)  {
 .feedback .input_div:hover{ border-color: #1d3e7b;}
    .feedback .w50{ width: 48%; }
    .feedback .w33{ width: calc(33.33% - 10px); }
    .feedback .w77{ width: calc(66.77% - 5px); }
    .feedback .w33:nth-child(2){ margin-left: 15px;}
    .feedback .fl{ float: left;}
    .feedback .fr{ float: right; }
}

.feedback .button{ overflow: hidden; padding: 12px 0; text-align: center;}
.feedback .button .submit{ background: none; border: 0; padding: 7px 30px; text-align: center; overflow: hidden; position: relative; display: inline-block; color: #fff; font-size: 21px; cursor: pointer; margin-top: 0px; outline: none; z-index: 1; border-radius: 30px;}
.feedback .button .submit>i{ font-size: 21px; display: inline-block; padding-right: 15px;}
.feedback .button .submit:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: #d80a0e; z-index: -2;}
.feedback .button .submit:after{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #1d3e7b; transition: 0.35s; z-index: -1;}
.feedback .button .submit:hover:after{ width: 100%;}

.feedback .button .reset{ float:left;display:inline-block; box-sizing:border-box;width:46%!important; background:#666;padding:12px 10px;font-size:16px; color:#fff; text-align:center; border:0; cursor:pointer;}


@media (min-width:1px) and (max-width:991px) {
.leave>h2{ font-size: 24px;}
.leave>p{ text-align: left; font-size: 12px;}
.feedback{ display: block;}
.feedback .left{ margin-right: 0px;}
.feedback .right{ margin-left: 0px;}
.feedback .w50{ width: auto;}

.feedback .button .submit{ padding: 5px 15px; font-size: 14px;}
.feedback .button .submit>i{ font-size: 14px; padding-right: 5px;}
}

/*endregion*/


/*region 其他*/
.thk_nav{ padding: 0px 0; text-align: center; font-size: 16px; line-height: 2em;}
.thk_nav>h1{ font-size: 20px; font-weight: bold; color: #333;}
.btnthank{padding: 5px 10px;margin-top: 15px;display: inline-block;border:1px solid #d00000;color:#ffffff;background-color:#d00000;}
.btnthank:hover{background-color: #ffffff;color: #d00000;}
@media (min-width:1px) and (max-width:991px) {
.thk_nav{ padding: 30px 0;}
.hidden-xs{ display: none;}
}
/*endregion*/

/*下载中心*/
.download{}
.download>h1{ text-transform: uppercase;}
.download>p{ font-size: 18px; line-height: 24px; color: #333; margin: 10px 0 15px 0; text-align: center;}
.download>.password{ overflow: hidden; margin-bottom: 15px; text-align: center; vertical-align: middle;}
.download>.password>i{ display: inline-block; font-size: 30px; margin-top: 2px;}
.download>.password>input{ border: 1px solid #424242; background: #f9f9f9; line-height: 32px; display: inline-block; margin: auto 15px; vertical-align: top; padding: 0 15px;}
.download>.password>button{ font-size: 18px; color: #fff; background: #d8222b; border: 0; padding: 0 15px; line-height: 32px; vertical-align: top; cursor: pointer; outline: none;}

.downlist{ overflow: hidden; padding: 30px 0;}
.downlist .ipto{ width: calc(50% - 75px); float: left; padding: 50px 30px; background: #f0f0f0; display: flex; margin-bottom: 30px;}
.downlist .ipto .ipti{ flex: 1; width: 50%; float: left;}
.downlist .ipto .ipti img{ width: 100%}
.downlist .ipto .iptz{ flex: 1; width: 50%; float: left; padding: 20px;}
.downlist .ipto .iptz h3{ font-size: 18px; position: relative; padding-bottom: 10px; margin-bottom: 20px;}
.downlist .ipto .iptz h3:before{ content: ""; position: absolute; left: 0; bottom: 0; width: 53px; height: 2px; background: #3b579d;}
.downlist .ipto .iptz p{ font-size: 14px; line-height: 18px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; margin-bottom: 30px;}
.downlist .ipto .iptz a{ background: #fff; display: inline-block; width: 116px; line-height: 28px; text-align: center; margin-bottom: 20px; color: #999; font-size: 14px;}

.downlist .weather[type=close]{ color:gray; cursor:pointer; pointer-events: none;}

.servicelist{ overflow: hidden; background: url("../images/1_10.jpg") no-repeat center center / cover; padding: 140px 40px;}
.servicelist>h2{ font-size: 30px; font-family: "Nunito-Regular"; line-height: 48px; width: 50%; color: #fff; float: left; position: relative; padding-bottom: 10px ;margin-bottom: 30px;}
.servicelist>h2:before{ content: ""; position: absolute; left: 0; bottom: 0; width: 53px; height: 2px; background: #3b579d;}
.servicelist>p{ font-size: 18px; line-height: 24px; width: 50%; color: #fff; float: left; margin-bottom: 15px;}
.servicelist>p>span{ font-family: "Nunito-SemiBold"; font-size: 36px; color: #5f86ff;}

.servicelist1{ padding-top: 30px;}
.servicelist1>div>.list{ overflow: hidden; background: url("../images/1_11.jpg") no-repeat center center / cover; padding: 80px; margin-top: 30px; display: flex; }
.servicelist1>div>.list>.item{ background: #fff; text-align: center; flex: 1; margin-right: 2px; padding: 50px 40px;}
.servicelist1>div>.list>.item h3{ font-size: 14px; font-family: "SourceSansPro-SemiBold"; margin: 15px auto;}
.servicelist1>div>.list>.item p{ font-size: 14px;}

@media (min-width:992px) {
.downlist .ipto:nth-child(2n){ float: right;}
}

@media (min-width:1px) and (max-width:991px) {
.downlist{ padding: 20px 0;}
.downlist .ipto{ width: calc(100% - 30px); padding: 25px 15px; display: block;}
.downlist .ipto .ipti{ width: 100%}
.downlist .ipto .iptz{ width: 100%}

.servicelist{ display: none;}

.servicelist1{ display: none;}
}


/*服务中心*/
.service{ overflow: hidden; padding: 30px 0 108px; background: url("../images/1_19.png") no-repeat left top,url("../images/1_20.png") no-repeat right center / auto 100%;}
.service>div>h2{ font-size: 39px; color: #1d3e7b; font-weight: bold; text-align: center;}
.service>div>h2 span{ position: relative; display: inline-block; padding-bottom: 10px; }
.service>div>h2 span:before{ content: ""; position: absolute; left: 0; right: -23px; bottom: 0; height: 4px; background: #d80a0e;}
.service>div>h2 span:after{ content: ""; position:absolute; left:calc(100% + 23px); bottom:0; z-index:8; width:0; height:0; border-width:2px 2px; border-style:solid; border-color:transparent transparent #d80a0e #d80a0e;/*灰 透明 透明 */}

.service>div>.list{ margin-top: 40px; display: flex; position: relative; padding-top: 30px;}
.service>div>.list:before{ content: ""; position: absolute; left: 72px; right: 72px; top: 0; height: 2px; background: #1d3e7b; z-index: 1}
.service>div>.list>.item{ text-align: center; position: relative;}
.service>div>.list>.item>span{ width: 122px; height: 122px; display: inline-block; border-radius: 50%; border: 1px solid #1d3e7b; line-height: 122px;}
.service>div>.list>.item>span>i{ font-size: 60px; display: inline-block; vertical-align: middle; color: #d80a0e; transition: all 0.35s}
.service>div>.list>.item>h3{ font-size: 18px; font-weight: bold; color: #1d3e7b; margin-top: 14px;}
.service>div>.list>.item:before{ content: ""; position: absolute; left: 50%; margin-left: -3px; top: -32px; width: 6px; height: 6px; border-radius: 50%; background: #1d3e7b; z-index: 2}

@media (min-width:992px) {
.service>div>.list>.item:hover span i{ transform: rotate(360deg)}
}
@media (min-width:1px) and (max-width:1440px) {
.service{ background: #fff;}
}
@media (min-width:992px) and (max-width:1229px) {
.service>div>.list:before{ left: 62px; right: 62px;}
.service>div>.list>.item>span{ width: 80px; height: 80px; line-height: 80px;}
.service>div>.list>.item>span>i{ font-size: 30px;}
}
@media (min-width:1px) and (max-width:991px) {
.service{ padding: 20px 0;}
.service>div>h2{ font-size: 20px;}
.service>div>h2 span:before{ right: -3px}
.service>div>h2 span:after{ left:calc(100% + 3px); }
.service>div>.list{ display: block; margin-top: 0;}
.service>div>.list:before{ display: none;}
.service>div>.list>.item{ width: 25%; float: left; margin-bottom: 15px;}
.service>div>.list>.item>span{ width: 40px; height: 40px; line-height: 40px;}
.service>div>.list>.item>span>i{ font-size: 18px;}
.service>div>.list>.item>h3{ font-size: 12px; margin-top: 5px;}
.service>div>.list>.item:before{ display: none;}
}
.service1{ padding-top: 30px; background: url("../images/1_21.jpg") no-repeat center center / cover;}
.service1>div>h2{ font-size: 39px; color: #fff; font-weight: bold; text-align: center;}
.service1>div>h2 span{ position: relative; display: inline-block; padding-bottom: 10px; }
.service1>div>h2 span:before{ content: ""; position: absolute; left: 0; right: -23px; bottom: 0; height: 4px; background: #fff;}
.service1>div>h2 span:after{ content: ""; position:absolute; left:calc(100% + 23px); bottom:0; z-index:8; width:0; height:0; border-width:2px 2px; border-style:solid; border-color:transparent transparent #fff #fff;/*灰 透明 透明 */}
.service1>div>.list{ overflow: hidden; margin-top: 60px;}
.service1>div>.list>ul{ border-bottom: 2px solid #575c69; width: 100%; float: left;}
.service1>div>.list>ul>li{ width: 25%; float: left; font-size: 18px; color: #fff; font-weight: bold; text-align: center; position: relative; padding-bottom: 20px; cursor: pointer;}
.service1>div>.list>ul>li.active:before{ content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 6px; background: #1957c8; z-index: 2;}
.service1>div>.list>.item{ overflow: hidden; display: none; width: 100%; float: left; margin-top: 45px;}
.service1>div>.list>.item>.txt{ float: left; width: 40%;}
.service1>div>.list>.item>.txt>h3{ font-size: 32px; font-weight: bold; color: #fff; margin-bottom: 33px; }
.service1>div>.list>.item>.txt>p{ font-size: 14px; line-height: 2em; color: #fff;}
.service1>div>.list>.item>.img{ width: calc(60% - 30px); float: right;}
@media (min-width:1px) and (max-width:991px) {
.service1{ padding-top: 20px;}
.service1>div>h2{ font-size: 20px}
.service1>div>h2 span:before{ right: -3px}
.service1>div>h2 span:after{ left:calc(100% + 3px); }
.service1>div>.list{ margin-top: 20px;}
.service1>div>.list>ul>li{ font-size: 14px; padding-bottom: 10px;}
.service1>div>.list>.item{ margin-top: 15px}
.service1>div>.list>.item>.txt{ float: none; overflow: hidden; width: auto;}
.service1>div>.list>.item>.txt>h3{ font-size: 18px; margin-bottom: 15px;}
.service1>div>.list>.item>.txt>p{ font-size: 12px;}
.service1>div>.list>.item>.img{ overflow: hidden; float: none; width: auto;}
}
.service2{ padding: 30px 0; }
.service2>div>h2{ font-size: 39px; color: #1d3e7b; font-weight: bold; text-align: center;}
.service2>div>h2 span{ position: relative; display: inline-block; padding-bottom: 10px; }
.service2>div>h2 span:before{ content: ""; position: absolute; left: 0; right: -23px; bottom: 0; height: 4px; background: #1d3e7b;}
.service2>div>h2 span:after{ content: ""; position:absolute; left:calc(100% + 23px); bottom:0; z-index:8; width:0; height:0; border-width:2px 2px; border-style:solid; border-color:transparent transparent #1d3e7b #1d3e7b;/*灰 透明 透明 */}
.service2>div>.txt{ overflow: hidden; margin-top: 25px;}
.service2>div>.list{ display: block; margin-top: 30px;}
.service2>div>.list>.item{ width: calc(33.33% - 80px); float: left; margin-right: 30px; box-shadow: 0 0 10px #d5d5d5; padding: 30px; margin-bottom: 40px;}
.service2>div>.list>.item>img{ margin-bottom: 5px;}
.service2>div>.list>.item>h3{ font-size: 16px; font-weight: bold; margin-bottom: 10px;}
.service2>div>.list>.item>.txt{ overflow: hidden; height: 240px;}

@media (min-width:992px) {
.service2>div>.list>.item:nth-child(3n){ margin-right: 0px;}
.service2>div>.list>.item:nth-child(3n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px) {
.service2{ padding: 20px 0;}
.service2>div>h2{ font-size: 20px}
.service2>div>h2 span:before{ right: -3px}
.service2>div>h2 span:after{ left:calc(100% + 3px); }

.service2>div>.list>.item{ width: auto; float: none; margin-right: 0px; padding: 10px; margin-bottom: 20px; overflow: hidden;}
.service2>div>.list>.item>.txt{ height: auto;}
.service2>div>.list>.item:nth-child(2n){ margin-right: 0px;}
.service2>div>.list>.item:nth-child(2n+1){ clear: both;}
}



/*常见问题*/
.faqlist{ overflow: hidden; padding: 30px 40px;}
.faqlist>h2{ font-family: "RedHatDisplay-Bold"; font-size: 36px; color: #181818; text-align: center;}
.faqlist>.list{ overflow: hidden; margin-top: 40px;}
.faqlist>.list>.item{ overflow: hidden; width: calc(50% - 50px); float: left; background: #f5f8f7; border-radius: 10px; margin-bottom: 30px; padding: 15px; display: flex;}
.faqlist>.list>.item>span{ width: 33px; height: 33px; float: left; background: #fff; border-radius: 50%; text-align: center; line-height: 33px;}
.faqlist>.list>.item>span>i{ color: #9ad267;}
.faqlist>.list>.item>.txt{ width: 100%; float: left; height: auto; margin-left: 20px;}
.faqlist>.list>.item>.txt>h3{ font-family: "RedHatDisplay-Bold"; font-size: 20px; margin-bottom: 30px;}
.faqlist>.list>.item>.txt>p{ font-size: 15px; line-height: 23px; height: 46px; overflow: hidden; margin-bottom: 30px;}
@media (min-width:992px) {
.faqlist>.list>.item:nth-child(2n){ float: right;}
.faqlist>.list>.item:nth-child(2n+1){ clear: both;}
}

@media (min-width:1px) and (max-width:991px) {
.faqlist{ padding: 30px 15px;}
.faqlist>h2{ font-size: 24px;}
.faqlist>.list{ margin-top: 15px;}
.faqlist>.list>.item{ width: calc(100% - 30px);}
.faqlist>.list>.item>.txt>h3{ font-size: 14px; margin-bottom: 15px;}
}
@media (min-width:1px) and (max-width:768px) {

}

/*region 网站地图*/
.sitemaps{ overflow: hidden; position:relative; padding: 30px 0;}
.sitemaps.fontbig { overflow: hidden;}
.sitemaps .bigli{float:left; width:100%; line-height:35px;font-size:18px;}
.sitemaps .bigli a { font-weight:bold;text-transform:capitalize;}
.sitemaps .bigli a:hover {text-decoration:underline;}
.sitemaps .abli_02{ float:left;width:44%;margin-left:5%;font-size:16px; height:30px; line-height:30px; overflow:hidden; display:inline;font-weight:normal; }
.sitemaps .abli_02 a:hover{text-decoration:underline;}
.jiange{ float:left; width:100%;  height:2px; border-bottom:dashed 1px #d2d2d2; }
.sitemaps .probigclass {padding-left:50px;}
.sitemaps .PROclass_01 { float:left;width:95%;margin-left:5%; font-size:16px; line-height:30px; display:inline;font-weight:bold; }
.sitemaps .PROclass_02 { float:left;width:90%;margin-left:8%;font-size:16px; height:22px; line-height:22px;  overflow:hidden;display:inline;font-weight:normal; }
.sitemaps .PROclass_01 a{  }
.sitemaps .PROclass_02 a{ }
.sitemaps .PROclass_01 a:hover{ text-decoration:underline;}
.sitemaps .PROclass_02 a:hover{ text-decoration:underline;}
.sitemaps .PROclass_03 { float:left;width:40%;margin-left:10%;color:#666666;font-size:14px;display:inline; line-height:20px;}
.sitemaps .PROclass_03 a:hover{ text-decoration:underline;}
.sitemaps .PROclass_04 { float:left;width:40%;margin-left:10%;display:inline;}
@media screen and (min-width:1px ) and (max-width:767px)
{
.sitemaps .abli_02{width:44%;}
}
@media (min-width:1px) and (max-width:991px) {
.sitemaps{ padding: 30px 0;}
}
/*endregion*/


/*region 视频中心*/
.videolist{overflow: hidden;}
.videolist>h2{ font-weight: bold; color: #1d3e7b;}
.videolist>h2 a{ display: inline-block; color: #1d3e7b;}
.videolist>h2 span{ font-size: 33px; display: inline-block;}
.videolist>h2 i{ display: inline-block; transform: rotate(180deg); font-size: 33px; color: #d80a0e;}

.video{ overflow: hidden; margin-top: 20px;}
.video>.ipto{ width: calc(25% - 36px); float: left; height: auto; margin-right: 18px; margin-bottom: 18px; overflow: hidden; padding: 11px; background: #1d3e7b;}
.video>.ipto .ipti{ overflow: hidden; position: relative;}
.video>.ipto .ipti>img{ width: 100%; transition: all 0.35s;}
.video>.ipto .iptz{ overflow: hidden; font-size: 12.42px ;color: #fff; padding: 14px 0 10px;}


@media (min-width:992px)  {
    .video>.ipto:nth-child(4n){ margin-right: 0px;}
    .video>.ipto:nth-child(4n+1){ clear: both;}
    
    .video>.ipto:hover{ background: #d80a0e;}
	
}
@media (min-width:1px) and (max-width:991px) {
.videolist>h2 span{ font-size: 20px;}
.videolist>h2 i{ font-size: 20px;}
	.video>.ipto{ width: calc(50% - 19.5px); padding: 5px; margin-right: 15px;}
	.video>.ipto:nth-child(2n){ margin-right: 0px; }
	.video>.ipto:nth-child(2n+1){ clear: both}
	.video>.ipto .ipti>i{ font-size: 30px;}
	.video>.ipto .iptz p{ display: none;}
}
/*endregion*/

/*效果*/

/*其他*/
.material{ overflow: hidden; padding: 30px 0; text-align: center; font-size: 16px;}

/*region 分页*/
.page{ overflow: hidden; text-align: center;}
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
@media (min-width:992px){.pagination>li>a,.pagination>li>span{padding:6px 12px!important;}
}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:3px 4px;border:1px solid #ddd;background-color:#fff;color:#223e7e;text-decoration:none;line-height:1.42857143;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;border-color:#ddd;background-color:#eee;color:#23527c;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;border-color:#223e7e;background-color:#223e7e;color:#fff;cursor:default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{border-color:#ddd;background-color:#fff;color:#777;cursor:not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}
.pager{margin:20px 0;padding-left:0;list-style:none;text-align:center;}
.pager li{display:inline;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;border:1px solid #ddd;border-radius:15px;background-color:#fff;}
.pager li>a:focus,.pager li>a:hover{background-color:#eee;text-decoration:none;}
.pager .next>a,.pager .next>span{float:right;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#fff;color:#777;cursor:not-allowed;}
/*endregion*/





