﻿@charset "utf-8";
@import url('../css/fonts.css');
body{ font-family: "Microsoft YaHei","微软雅黑"; background-color:#fff; overflow-x:hidden; color: #0f1821;}
a{ color:#0f1821; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#0f1821;}
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: "Microsoft YaHei","微软雅黑"; font-size:12px;}
input,textarea{ font-family: "Microsoft YaHei","微软雅黑"; border:0; outline:medium;}

@media (min-width:1px) and (max-width:991px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:992px){
	.container{ width: 960px;}
}
@media (min-width:1230px){
	.container{ width: 1200px}
}
@media (min-width:1430px){
	.home .container{ width: 1400px}
}

/*头部*/
.header{ background: rgba(255,255,255,1); z-index: 10; transition: all 0.35s; }

@media (min-width:992px){
	.header.on{left: 0px; top: 40px; right: 0px; position: absolute; background: rgba(255,255,255)}
}
@media (min-width:1230px){
	.header.on{top: 40px; }
}
@media (min-width: 1px) and (max-width: 991px) {
.header{ position: fixed; left: 0; right: 0; top: 0;}
}

.menu .logo{ display: inline-block; padding: 14px 0; vertical-align: top; box-sizing: border-box;}
.menu .logo a{ display: block}
.menu .logo a img{ height: 60px; transition: all 0.35s;}
@media (min-width: 1px) and (max-width: 991px) {
.menu .logo{ padding: 10px 0;}
.menu .logo a img{ height: 30px;}
}

/*导航*/
.jdmenu{ display: inline-block; float: right;}
.jdmenu .nav{ }
.jdmenu .nav #jdmenu>li{ display: inline-block; font-size: 18px; position: relative;}
.jdmenu .nav #jdmenu>li>a{ display: block; color: #333;}

.jdmenu .nav #jdmenu>li.wechat{ cursor: pointer;}
.jdmenu .nav #jdmenu>li.wechat i{ font-size: 24px;}
.jdmenu .nav #jdmenu>li.in{}
.jdmenu .nav #jdmenu>li.in a{ display: block; padding: 0;}
.jdmenu .nav #jdmenu>li.in i{ font-size: 24px;}
@media (min-width:992px){
	.jdmenu .nav #jdmenu>li>a{padding: 33px 15px;}
	.jdmenu .nav #jdmenu>li>i.iconfont{ display: none;	}
	.jdmenu .nav #jdmenu>li.active>a,.jdmenu .nav li:hover>a{ color: #114DA3;}
	.jdmenu .nav #jdmenu>li.wechat{ padding: 30px 15px 30px 0;}
	.jdmenu .nav #jdmenu>li.wechat>i{ display: block;}
	.jdmenu .nav #jdmenu>li.in{ padding: 30px  0;}
}
@media (min-width:1230px){
	.jdmenu .nav #jdmenu>li>a{padding: 33px 20px;}
	.jdmenu .nav #jdmenu>li.wechat{ padding: 30px 20px 30px 0;}
}
@media (min-width:1430px){
	.jdmenu .nav #jdmenu>li>a{padding: 33px 35px;}
	.jdmenu .nav #jdmenu>li.wechat{ padding: 30px 30px 30px 0;}
}
@media (min-width: 1px) and (max-width: 991px) {
.jdmenu{ position: fixed; left: 0; right: 0; top: 50px	; z-index: 9; bottom: 0; background:#f1f1f1; overflow-y:auto; transition:all .5s ease; margin: 0; display: none;}
.jdmenu .nav #jdmenu{ display: block; float: none; margin-bottom: 80px;padding: 10px;}
.jdmenu .nav #jdmenu>li{ display: block; float: none; text-align: left; margin-bottom: 1px; border-bottom: 1px solid #e4e4e4; }
.jdmenu .nav #jdmenu>li>a{ padding: 10px 15px; display: inline-block; color: #999; font-size: 15px; width: calc(100% - 50px); box-sizing: border-box;}
.jdmenu .nav #jdmenu>li>i{ color: #999; margin: 0; font-size: 20px; width: 50px; text-align: center; float: right; display: inline-block; margin-top: 8px;}
.jdmenu .nav #jdmenu>li.wechat{ display: none}
.jdmenu .nav #jdmenu>li.in{ display: none}
.jdmenu .nav #jdmenu>li.searchclick{ display: block; float: none; padding: 10px 15px; color: #fff; text-align: left;}
.jdmenu .nav #jdmenu>li{ -webkit-animation: fadeup 0.5s;animation: fadeup .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.jdmenu .nav #jdmenu>li:nth-child(1){ -webkit-animation-delay: .2s;animation-delay: .2s;}
.jdmenu .nav #jdmenu>li:nth-child(2){ -webkit-animation-delay: .3s;animation-delay: .3s;}
.jdmenu .nav #jdmenu>li:nth-child(3){ -webkit-animation-delay: .4s;animation-delay: .4s;}
.jdmenu .nav #jdmenu>li:nth-child(4){ -webkit-animation-delay: .5s;animation-delay: .5s;}
.jdmenu .nav #jdmenu>li:nth-child(5){ -webkit-animation-delay: .6s;animation-delay: .6s;}
.jdmenu .nav #jdmenu>li:nth-child(6){ -webkit-animation-delay: .7s;animation-delay: .7s;}
.jdmenu .nav #jdmenu>li:nth-child(7){ -webkit-animation-delay: .8s;animation-delay: .8s;}
.jdmenu .nav #jdmenu>li:nth-child(8){ -webkit-animation-delay: .9s;animation-delay: .9s;}
.jdmenu .nav #jdmenu>li:nth-child(9){ -webkit-animation-delay: 1s;animation-delay: 1s;}
}

/*二级导航*/
.jdmenu .nav>#jdmenu>li>.dropdown{ min-width: 100%; width: auto; position: absolute; left: 0px; top: calc(100% - 1px); z-index: 99; padding:12px 15px; display: none; background: rgba(17, 77, 163, .9); }
.jdmenu .nav>#jdmenu>li>.dropdown>li{font-size: 16px; display: block; position: relative; text-align: center;}
.jdmenu .nav>#jdmenu>li>.dropdown>li>a{ color: #e7e7e7; padding: 10px 0px; display: block; }
.jdmenu .nav>#jdmenu>li>.dropdown>li:before{position:absolute;bottom:5px;left:0;width:0;height:1px;background:#fff;content:"";transition:all .36s;}

.jdmenu .nav>#jdmenu>li>.dropdown>li:hover:before{ width: 100%}

@media (min-width: 992px) {
.jdmenu .nav>#jdmenu>li>.dropdown.wechat{ width: 300px; padding: 0; left: inherit; right: -21px;}
.jdmenu .nav>#jdmenu>li>.dropdown>li a{ text-overflow:ellipsis; white-space: nowrap;}
}
@media (min-width: 1px) and (max-width: 991px){
    .jdmenu .nav>#jdmenu>li>.dropdown{ position: inherit; left: inherit; right: inherit; top: inherit;}
    .jdmenu .nav>#jdmenu>li>.dropdown>li{ text-align: left;}
}

/*搜索*/
.search{ position: fixed; left: 0; top: 0; right: 0; transition: all 0.35s; background: rgba(0,0,0,.95); overflow: hidden;}
.search[typeof="close"]{ height: 0;}
.search[typeof="on"]{ height: 100%;}
.search .close{ position: absolute; top: 30px; right: 30px; color: #fff; display: inline-block;}
.search .close i{ font-size: 60px; cursor: pointer;}
.search .context{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center;}
.search .context .logo{ overflow: hidden; text-align: center; margin-bottom: 30px;}
.search .context form[name="keyfrom"]{ display: flex; background: #fff; width: 600px;}
.search .context form[name="keyfrom"] input{ flex: 1; height: 40px; background: none; border: 0; padding-left: 10px; box-sizing: border-box;}
.search .context form[name="keyfrom"] button{ width: 60px; background: none; border: 0; cursor: pointer; outline: none;}
.search .context .txt{ overflow: hidden; margin-top: 30px; color: #fff; font-size: 16px; line-height: 2; text-align: left;}
.search .context .txt a{ color: #fff;}

@media (min-width: 1px) and (max-width: 991px) {

}
/*endregion*/


/*region banner*/
.bframe{ position: relative;}
/*flexslider*/
.bframe .flexslider{ width: 100%; position:relative;height:auto;overflow:hidden;}
.bframe .slides{  position:relative;z-index:1; width:100%;}
.bframe .slides li{height:auto; width:100%;background-position:center top; background-repeat:repeat-x; position: relative;}
.bframe .slides li:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url("../images/bannerbg.png") no-repeat center center / cover; z-index: 2;}
.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: 10px; height: 10px; line-height: 60px; background: #fff; cursor: pointer; color: #7d7d7d; opacity: 1; overflow: hidden; margin-right: 10px; transition:all 0.5s; border-radius: 50%;}
.bframe .flex-control-nav .flex-active{ opacity: 1; background: #23979f; } 
.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 .context{ position: absolute; width: 1200px; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 3; color: #fff;}
.bframe .context h2{ font-size: 42px; margin-bottom: 35px;}
.bframe .context p{ font-size: 18px; margin-bottom: 35px; line-height: 2; height: auto; overflow: hidden;}
.bframe .context a{ display: inline-block; padding: 15px 45px; font-size: 16px; color: #fff; background: #23979f; border-radius: 2px;}
@media (min-width:992px) {	
.bframe .context{ width: 962px;}
}
@media (min-width:1230px) {	
.bframe .context{ width: 1200px;}
}
@media (min-width:1px) and  (max-width:991px){
.bframe{ position: relative; z-index: 1; margin-top: 50px;}
.bframe .context{ display: none;}
.bframe .slides li:before{ display: none;}
}

/*endregion*/

/*首页*/
.iframe{ overflow: hidden; padding: 75px 0;}
.iframe .item{ overflow: hidden; text-align: center;}
.iframe .item h3{ font-family: Arial, Helvetica, sans-serif; font-size: 50px; font-weight: bold; color: #114DA3; padding-bottom: 15px;}
.iframe .item h3 em{ font-style: normal;}
.iframe .item p{ font-size: 16px; color: #666; line-height: 2;}
@media (min-width:992px) {	
.iframe .container{ display: flex; justify-content: space-between;}
}
@media (min-width:1px) and  (max-width:991px){
.iframe{ padding: 20px 0;}
.iframe .container{ display: flex; justify-content: space-between;}
.iframe .item h3{ font-size: 20px; padding-bottom: 10px;}
.iframe .item p{ font-size: 12px; }
}

.iframe1{ overflow: hidden; padding: 80px 0; background: #f0f6fb; position: relative;}
.iframe1 .iframe1_bg{position:absolute;top:50px;left:14px;color:#e4ebf4;font-weight:700;font-size:160px;font-family:Helvetica;user-select:none;}
.iframe1>div>h2{ font-size: 36px; color: #666666; padding-bottom: 20px; position: relative;}
.iframe1>div>h2:before{position:absolute;bottom:0;left:0;width:30px;height:2px;background:#23979f;content:"";}
.iframe1 .list{ position: relative; margin-top: 40px;}
.iframe1 .list .ipto{ overflow: hidden; position:relative;}
.iframe1 .list .ipto:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,.5); transition: all 0.35s ease;}
.iframe1 .list .ipto .ipti{ overflow: hidden;}
.iframe1 .list .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.iframe1 .list .ipto .iptz{ overflow: hidden; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; color: #fff;}
.iframe1 .list .ipto .iptz h4{ position: relative; padding-bottom: 17px;}
.iframe1 .list .ipto .iptz h4 img{ width: 60px;}
.iframe1 .list .ipto .iptz h4:before{ content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 30px; height: 2px; background: #fff;}
.iframe1 .list .ipto .iptz h3{ font-size: 28px; line-height: 2; margin-top: 20px;}
.iframe1 .list .ipto .iptz p{ margin-top: 25px; font-size: 16px; height: 0; transition: all .36s; overflow: hidden; line-height: 1.8;}
.iframe1 .list .btn{ position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; outline: none; z-index: 3}
.iframe1 .list .btn i{ font-size: 40px; color: #23979f;}
.iframe1 .list .btn-prev{ left: 0px;}
.iframe1 .list .btn-next{ right: 0px;}
@media (min-width:992px) {	
.iframe1 .container{ position: relative; z-index: 2;}
.iframe1 .list .ipto .iptz{ width: 80%;}
.iframe1 .list .ipto .iptz h4{ padding-bottom: 17px;}
.iframe1 .list .ipto .iptz h4 img{ width: 60px;}
.iframe1 .list .ipto .iptz h3{ font-size: 18px; margin-top: 20px;}
.iframe1 .list .ipto .iptz p{ margin-top: 15px; font-size: 14px; }
.iframe1 .list .ipto:hover:before{ background: rgba(0,0,0,.7);}
.iframe1 .list .ipto:hover .iptz p{ height: 3.6em;}
}
@media (min-width:1230px) {	
.iframe1 .list .btn-prev{ left: -40px;}
.iframe1 .list .btn-next{ right: -40px;}
.iframe1 .list .ipto .iptz h4{ padding-bottom: 17px;}
.iframe1 .list .ipto .iptz h4 img{ width: 60px;}
.iframe1 .list .ipto .iptz h3{ font-size: 28px; margin-top: 20px;}
.iframe1 .list .ipto .iptz p{ margin-top: 25px; font-size: 16px; }
}
@media (min-width:1px) and  (max-width:991px){
.iframe1{ padding: 20px 0;}
.iframe1 .iframe1_bg{ top: 20px; font-size: 50px;}
.iframe1>div>h2{ font-size: 20px; padding-bottom: 10px; color: #063e8d;}
.iframe1 .list{ margin-top: 20px;}
.iframe1 .list .ipto .iptz h4{ padding-bottom: 7px;}
.iframe1 .list .ipto .iptz h4 img{ width: 40px;}
.iframe1 .list .ipto .iptz h3{ font-size: 14px; margin-top: 5px;}
.iframe1 .list .ipto .iptz p{ margin-top: 10px; font-size: 12px; height: auto;}
.iframe1 .list .btn i{ font-size: 30px; color: #fff;}
}

.iframe2{ overflow: hidden; padding: 60px 0; background: #114DA3;}
.iframe2 .clearfix{ overflow: hidden;}
.iframe2 .clearfix form{ display: flex;}
.iframe2 .clearfix input{ flex: 1; margin-right: 20px; padding: 15px 30px; font-size: 16px; color: #333;}
.iframe2 .clearfix button{ width: 60px; background: #23979f; display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; outline: none;}
.iframe2 .clearfix button i{ font-size: 30px; color: #fff;}
.iframe2 .list{ overflow: hidden; margin-top: 36px;}
.iframe2 .list h2{ font-size: 24px; color: #fff;}
.iframe2 .list ul{ margin-top: 20px;}
.iframe2 .list ul li{ font-size: 16px; line-height: 2; padding-right: 70px; margin: 0;}
.iframe2 .list ul li a{ display: block; color: #fff;}
@media (min-width:992px) {	
.iframe2 .clearfix{ margin: 0 auto; width: 590px;}
.iframe2 .list ul{ display: flex;}
}
@media (min-width:1px) and  (max-width:991px){
.iframe2{ padding: 20px 0;}
.iframe2 .list{ margin-top: 20px;}
.iframe2 .list h2{ font-size: 16px;}
.iframe2 .list ul{ margin-top: 10px;}
.iframe2 .list ul li{ font-size: 12px; padding: 0px; margin: 0; display: inline-block; margin-right: 10px;}
}

.iframe3{ overflow: hidden; padding: 70px 0 90px 0; position: relative;}
.iframe3 .de_indexs2_bg{position:absolute;top:50px;left:14px;color:#e4ebf4;font-weight:700;font-size:160px;font-family:Helvetica;user-select:none; opacity: 0.4}
.iframe3 .title{}
.iframe3 .title h2{ font-size: 36px; color: #666666; padding-bottom: 20px; position: relative;}
.iframe3 .title h2:before{position:absolute;bottom:0;left:0;width:30px;height:2px;background:#23979f;content:"";}
.iframe3 .title a{ font-size: 16px; color: #666;}
.iframe3 .list{ position: relative; margin-top: 40px;}
.iframe3 .list .item{ overflow: hidden; padding: 60px 40px 50px; background: #f0f6fb;}
.iframe3 .list .item h3{ font-size: 20px; line-height: 2; height: 4em; overflow: hidden; color: #333; margin-bottom: 15px; transition: all 0.36s;}
.iframe3 .list .item h4{ margin-bottom: 15px; font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #999; font-weight: 300;}
.iframe3 .list .item p{ font-size: 14px; color: #666; line-height: 1.6; height: 6.4em; overflow: hidden; margin-bottom: 25px;}
.iframe3 .list .item span{ display: inline-block; position: relative; font-size: 16px; color: #666; padding-bottom: 15px;}
.iframe3 .list .item span:before{position:absolute;bottom:0;left:0;z-index:2;width:20px;height:2px;background:#23979f;content:"";transition:all .36s;}
.iframe3 .list .item span:after{position:absolute;bottom:0;left:0;z-index:1;width:66px;height:2px;background:#e2e2e2;content:"";}
.iframe3 .list .pagenav{ overflow: hidden; text-align: center; margin-top: 30px;}
.iframe3 .list .pagenav .swiper-pagination-bullet{ margin: 0 10px; width: 40px; height: 2px; background: #d5d5d5; border: 0; border-radius: 0; opacity: 1;}
.iframe3 .list .pagenav .swiper-pagination-bullet-active{ background: #23979f;}
@media (min-width:992px) {	
.iframe3 .title{ display: flex; justify-content: space-between; align-items: center;}
.iframe3 .title h2{ margin: 0}
.iframe3 .title a{ margin: 0}
}
@media (min-width:1px) and  (max-width:991px){
.iframe3{ padding: 20px 0;}
.iframe3 .de_indexs2_bg{ top: 20px; font-size: 50px;}
.iframe3 .title{ display: flex; justify-content: space-between;}
.iframe3 .title h2{ font-size: 20px; padding-bottom: 10px; color: #063e8d; margin: 0;}
.iframe3 .title a{ font-size: 16px; display: block; margin-top: 10px;}
.iframe3 .list{ margin-top: 20px;}
.iframe3 .list .item{ padding: 15px 10px 10px;}
.iframe3 .list .item h3{ font-size: 14px; height: auto; margin-bottom: 10px;}
.iframe3 .list .item h4{ padding-bottom: 10px; font-size: 12px;}
.iframe3 .list .item p{ font-size: 12px; height: auto; margin-bottom: 15px;}
.iframe3 .list .pagenav{ margin-top: 15px;}
}

.iframe4{ overflow: hidden; position: relative;}
.iframe4 .bg{ overflow: hidden; position: relative; height: 576px}
.iframe4 .bg img{ width: auto; height: 100%; left: 50%; top: 0; position: absolute; transform: translateX(-50%);}
.iframe4 .context{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; color: #fff;}
.iframe4 .context h2{ font-size: 36px; padding-bottom: 20px; color: #fff; position: relative; text-align: center;}
.iframe4 .context h2:before{position:absolute;bottom:0;left:50%;width:30px;height:2px;background:#fff;content:""; transform: translateX(-50%)}
.iframe4 .context .list{ overflow: hidden; margin-top: 20px;}
.iframe4 .context .list .txt{ overflow: hidden;}
.iframe4 .context .list .txt p{ font-size: 16px; line-height: 2; margin-bottom: 50px;}
.iframe4 .context .list .txt a{ display: inline-block; padding: 9px 40px; border: 1px solid #fff; font-size: 16px; color: #fff;}
@media (min-width:992px) {	
.iframe4 .context{ width: 768px; padding: 0 15px; }
.iframe4 .context .list .img{ text-align: center;}
.iframe4 .context .list .img img{ width: 350px; }
}
@media (min-width:1230px) {	
.iframe4 .context{ width: 1200px; padding: 0 ; }
.iframe4 .context .list{display: flex; justify-content: space-between;}
.iframe4 .context .list .txt{ padding-right: 55px; padding-top: 50px; flex: 1;}
.iframe4 .context .list .img{ flex: 1.1;}
.iframe4 .context .list .img img{ width: auto; }
}
@media (min-width:1px) and  (max-width:991px){
.iframe4 .bg{ height: 500px;}
.iframe4 .context{ width: 80%;}
.iframe4 .context h2{ font-size: 16px; padding-bottom: 10px;}
.iframe4 .context .list{margin-top: 10px;}
.iframe4 .context .list .txt p{ font-size: 14px; margin-bottom: 20px;}
.iframe4 .context .list .txt a{ display: inline-block; padding: 7px 20px; font-size: 14px;}
}

.list-link{ overflow: hidden; padding: 15px 0;}
.list-link li{ display: inline-block; font-size: 14px; margin-right: 10px;}


/*region 底部*/
.footer{  position: relative; overflow: hidden; padding: 55px 0 75px; background: #083069;}

.footer .footlogo{ margin: 0}
.footer .footlogo .logo{ margin-bottom: 75px;}
.footer .footlogo .logo img{ height: 38px;}
.footer .footlogo .share{ }
.footer .footlogo .share h3{ font-size: 20px; color: #fff; margin-bottom: 5px;}
.footer .footlogo .share ul.mob{ display: none;}
.footer .footlogo .share ul>li{ display: inline-block; position: relative; color: #fff;}
.footer .footlogo .share ul>li.wechat{ cursor: pointer;}
.footer .footlogo .share ul>li.wechat i{ font-size: 24px; color: #fff;}
.footer .footlogo .share ul>li.wechat .dropdown.wechat{ position: absolute; top: 0; left: 100%; width: 140px; z-index: 3; display: none;}
.footer .footlogo .share ul>li.wechat:hover .dropdown.wechat{ display: block;}
.footer .footlogo .share ul>li.in{}
.footer .footlogo .share ul>li.in a{ display: block; padding: 0; color: #fff;}
.footer .footlogo .share ul>li.in i{ font-size: 24px;}
.footer .nav{  margin: 0; display: flex; flex: 1; margin-left: 240px;}
.footer .nav .foot{ flex: 1;}
.footer .nav .foot h3{ font-size: 20px; line-height: 2; margin-bottom: 20px;}
.footer .nav .foot h3 a{ display: block; color: #fff;}
.footer .nav .foot li{ font-size: 14px; line-height: 34px; opacity: 0.7; transition: all 0.35s ease;}
.footer .nav .foot li a{ display: block; color: #fff;}
.footer .nav .foot li:hover{ opacity: 1;}
@media (min-width:992px){
.footer .container{ display: flex; justify-content: space-between}
	.footer .footlogo .share ul>li.wechat{ padding: 20px 15px 20px 0;}
	.footer .footlogo .share ul>li.in{ padding: 20px  0;}
}
@media (min-width:1230px){
	.footer .footlogo .share ul>li.wechat{ padding: 20px 20px 20px 0;}
}
@media (min-width:1430px){
	.footer .footlogo .share ul>li.wechat{ padding: 20px 30px 20px 0;}
}
@media (min-width:1px) and  (max-width:991px){
.footer{ padding: 30px 0 25px;}
.footer .nav{ display: none;}
.footer .footlogo{ text-align: center; }
.footer .footlogo .logo{ margin-bottom: 25px;}
.footer .footlogo .share ul{ display: none;}
.footer .footlogo .share ul.mob{ display: block; margin-top: 15px;}
.footer .footlogo .share ul.mob li{ margin-right: 15px;}
}

.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 版权*/
.copy{ padding: 25px 0px; font-size: 14px; font-weight: bold; overflow: hidden; color: #ffffff; text-align: center; background: #052757;}
.copy a{ color: #ffffff;}
@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; margin-top: 0; padding: 10px 0}
}
/*endregion*/


/*region手机底部导航*/
.mobMenu{ position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 10; background: #114DA3; display: none; box-shadow: 0 0 10px #d5d5d5;}
.mobMenu>.foot_nav{width:25%;float:left;text-align:center;color:#898989;font-size:12px; font-family: "Arial"}
.mobMenu>.foot_nav>a{ color: #fff; display: block;}
.mobMenu>.foot_nav>a>i.iconfont{display:block;padding:3px 0 0 0;font-size:20px;line-height:24px; color: #fff;}
.mobMenu>.foot_nav>a>.hamburger{position:inherit;float:none;margin:0 auto;width:100%; color: #fff;}
@media (min-width:1px) and (max-width:991px){
    .mobMenu{ display: block;}
}
/*endregion*/


/*内页*/
.body{}
.nbframe{ position: relative;}
.nbframe:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url("../images/bannerbg.png") no-repeat center center / cover; z-index: 2;}
.nbframe img{ width: 100%;}
.nbframe .context{ text-align: center;}
.nbframe .context h2{ position: relative; padding-bottom: 20px;}
.nbframe .context h2:before{ content: ""; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); width: 30px; height: 2px; background: #fff;}

@media (min-width:1px) and (max-width:991px){
.nbframe{ }
.nbframe .explicitlist{ display: none;}
}
/*region 左侧导航栏目*/
.left_nav{ overflow: hidden; width: 310px; float: left; padding: 30px 0;}
.left_nav>.lbt{ overflow: hidden; background: #fafafa; margin-bottom: 40px;}
.left_nav>.lbt>h2{ font-size: 18px; text-transform: uppercase; color: #fff; background: #0a377a;  padding: 15px 30px; margin-bottom: 20px;}
.left_nav>.lbt>ul{}
.left_nav>.lbt>ul>li{ overflow: hidden; font-size: 14px; margin-bottom: 5px; font-weight: bold; text-transform: capitalize; position: relative; border-bottom: 1px solid #ededed; padding-bottom: 5px;}
.left_nav>.lbt>ul>li:before{ content: ""; position: absolute; width: 0; height: 0; right: 30px; top: 20px; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #9c9c9c; margin-top: -5px;}
.left_nav>.lbt>ul>li>a{ display: block; color: #333; padding: 7px 30px; position: relative; }
.left_nav>.lbt>ul>li:hover:before,.left_nav>.lbt>ul>li.active:before{ transform: rotate(90deg); right: 32px;}
.left_nav>.lbt>ul>li:hover>a,.left_nav>.lbt>ul>li.active>a{ border-color: #0a377a;}
.left_nav>.lbt>ul>li>ul{ overflow: hidden; position: relative;}
.left_nav>.lbt>ul>li>ul:before{ content: ""; position: absolute; 	left: 30px; top: 0; bottom: 0; width: 1px; border-left: 2px solid #dadada;}
.left_nav>.lbt>ul>li>ul>li{ font-size: 14px; text-transform: capitalize; margin-left: 28px;}
.left_nav>.lbt>ul>li>ul>li>a{ display: block; color: #333; padding: 7px 0 7px 20px; position: relative;}
.left_nav>.lbt>ul>li>ul>li:hover>a:before,.left_nav>.lbt>ul>li>ul>li.active>a:before{ content: ""; position: absolute; left: 2px; top: 0; bottom: 0; width: 1px; border-left: 2px solid #0a377a;}
.left_nav>.lbt>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li.active>a{ color: #0a377a}
.left_nav>.lbt img{ width: 100%}
.left_nav>.lbt .txt{ overflow: hidden; padding: 20px; background: #f8f8f8; border-bottom: 5px solid #0a377a;}
.left_nav>.lbt .txt h3{ font-size: 24px; font-weight: bold; text-transform: uppercase; margin-bottom: 30px;}
.left_nav>.lbt .txt p{ font-size: 14px; font-weight: bold; display: flex; margin-bottom: 10px;}
.left_nav>.lbt .txt p i{ font-size: 14px;}
.left_nav>.lbt .txt p span{ flex: 1; margin-left: 5px;}

@media (min-width:992px){
   
}
@media (min-width:1px) and (max-width:991px){
.left_nav{ width: auto; float: none; padding: 0; margin-top: 20px;}
.left_nav>.lbt{ margin-bottom: 0;}
.left_nav>.lbt>h2{ font-size: 14px; padding: 6px 15px;}
.left_nav>.lbt>h2 i{ font-size: 14px; padding-right: 5px;}
.left_nav>.lbt>ul{display: none; transition: all 0.35s;}
.hidden-xs{ display: none!important;}
}

/*endregion*/

/*右侧*/
.right_detail{ width: calc(100% - 340px); float: right; height: auto; overflow: hidden; padding: 30px 0px;}
@media (min-width:1px) and (max-width:991px){
.right_detail{ width: auto; float: none; padding: 20px 0;}
}

/*region 面包屑*/
.location{ overflow: hidden; padding: 10px 0;}
.location .txt{ color: #666; overflow: hidden; text-transform: capitalize; font-size: 14px;}
.location .home{ color: #666; margin-right: 10px; display: inline-block; font-size: 14px; position: relative;}
.location .home:before{ content: "\e6a0";}
.location .here{ display: inline-flex; justify-content: center; align-items: center; margin: auto 5px; color: #666}
.location .here:before{ content: "\e643";}
.location a{ display: inline-block; color: #666; font-size: 14px; }
@media (min-width:992px){
.location{ margin-top: -40px; position: relative; z-index: 3;}
.location .txt{ color: #fff; }
.location .home{ color: #fff;}
.location .here{ color: #fff}
.location a{ color: #fff; }
}
@media (min-width:1px) and (max-width:991px){
.location{ display: block; text-align: left; box-shadow: 0 0 10px #d5d5d5; }
.location .txt{ font-size: 12px;}
.location .home{ font-size: 12px;}
.location a{ font-size: 12px;}
.location .here{}
}
/*endregion*/

.divtit{ padding: 50px 0 0 0;}
.divtit h2{position:relative;padding-bottom:20px;color:#666666;text-align:center;font-size:36px;}
.divtit h2:before{position:absolute;bottom:0;left:50%;width:30px;height:2px;background:#23979f;content:"";transform:translateX(-50%);}
@media (min-width:1px) and (max-width:991px){
.divtit{ padding: 20px 0 0 0;}
.divtit h2{padding-bottom:10px;font-size:20px;}
}

/*关于我们*/
.aframe{ overflow: hidden;}
.aframe .list{ overflow: hidden; margin-top: 20px;}
@media (min-width:992px){
.aframe .list{ display: flex; justify-content: space-between;}
.aframe .list .txt{ flex: 1; margin-right: 40px;}
.aframe .list .img{ width: 545px;}
}
@media (min-width:1px) and (max-width:991px){
}

.aframe1{ overflow: hidden; background: url("../images/1_04.jpg") no-repeat top center; padding-bottom: 65px;}
.aframe1 .divtit h2{ color: #fff;}
.aframe1 .divtit h2:before{ background: #fff;}
.aframe1 .list{ overflow: hidden; margin-top: 20px;}
.aframe1 .list .ipto{ overflow: hidden; box-sizing: border-box; background: #fff; padding:0 50px;}
.aframe1 .list .ipto a{ padding:50px 0; border-bottom: 1px solid #e7e7e7;}
.aframe1 .list .ipto .ipti{ overflow: hidden;padding-bottom: 10px;}
.aframe1 .list .ipto .iptz{ overflow: hidden;}
.aframe1 .list .ipto .iptz h3{ position: relative; margin-bottom: 15px; padding-bottom: 20px; font-size: 24px; color: #333;}
.aframe1 .list .ipto .iptz h3 span{ display: inline-block; margin-left: 10px; font-size: 14px; color: #999;}
.aframe1 .list .ipto .iptz h3:after{position:absolute;bottom:0;left:0;width:30px;height:2px;background:#23979f;content:"";}
.aframe1 .list .ipto .iptz p{ font-size: 14px; line-height: 1.8; color: #666;}
@media (min-width:992px){
.aframe1 .list .ipto a{ display: flex; justify-content: space-between;}
.aframe1 .list .ipto .ipti{ width: 160px; margin-left: 15px;}
.aframe1 .list .ipto .iptz{ flex: 1; margin-left: 85px;}
}
@media (min-width:1px) and (max-width:991px){
.aframe1{ padding-bottom: 25px;}
.aframe1 .list .ipto{ padding: 10px 15px;}
.aframe1 .list .ipto a{ padding:15px 0; }
.aframe1 .list .ipto .iptz h3{ margin-bottom: 10px; padding-bottom: 10px; font-size: 14px;}
.aframe1 .list .ipto .iptz h3 span{ font-size: 12px;}
.aframe1 .list .ipto .iptz p{ font-size: 12px;}
}

.aframe2{ overflow: hidden; background: #f0f6fb; padding-bottom: 45px; position: relative;}
.aframe2 .bg{ position: absolute; right: 0; z-index: 1; top: 25px; max-width: 653px; width: 55%; opacity: 0.1}
.aframe2 .divtit h2{ text-align: left;}
.aframe2 .divtit h2:before{ left: 0; transform: none;}
.aframe2 .list{ overflow: hidden; margin-top: 20px;}
.aframe2 .list .item{ background: #fff; padding: 40px 45px; margin-right: 20px; margin-bottom: 20px; display: flex;}
.aframe2 .list .item img{ width: 55px; height: 68px;}
.aframe2 .list .item .txt{ flex: 1; margin-left: 35px;}
.aframe2 .list .item .txt h3{ font-size: 18px; color: #000000; padding-bottom: 18px; margin-bottom: 15px; position: relative;}
.aframe2 .list .item .txt h3:before{ content: ""; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: #23979f;}
.aframe2 .list .item .txt p{ font-size: 14px; line-height: 26px; height: 54px; color: #666; overflow: hidden;}
@media (min-width:992px){
.aframe2 .bg{ max-width: 400px;}
.aframe2 .list{ display: flex; justify-content: space-between;}
.aframe2 .list .item{ flex: 1;}
.aframe2 .list .item:last-child{ margin-right: 0;}
}
@media (min-width:1230px){
.aframe2 .bg{  max-width: 653px;}
}
@media (min-width:1px) and (max-width:991px){
.aframe2 .bg{ display: none;}
.aframe2 .list .item{ padding: 15px 20px; margin-right: 0px; }
.aframe2 .list .item .txt h3{ font-size: 14px; padding-bottom: 10px; margin-bottom: 10px;}
.aframe2 .list .item .txt p{ font-size: 12px; line-height: 1.6; height: auto; }m{}
}

.aframe3{ overflow: hidden; background: url("../images/1_08.jpg") no-repeat center bottom; padding-bottom: 100px; position: relative;}
.aframe3 .divtit h2{ text-align: left;}
.aframe3 .divtit h2:before{ left: 0; transform: none;}
.aframe3 .list{ overflow: hidden; margin-top: 20px; position: relative;}
.aframe3 .list .swiper-slide{ margin: 20px 0; box-sizing: border-box;}
.aframe3 .list .item{ overflow: hidden; padding: 50px 20px 45px; text-align: center; position: relative;}
.aframe3 .list .item h3{ font-size: 20px; color: #666; margin-bottom: 25px;}
.aframe3 .list .item span{ display: inline-block; width: 10px; height: 10px; background: #ccc; border-radius: 50%; position: absolute; left: 50%; top: 126px; transform: translate(-50%,-50%);}
.aframe3 .list .item h4{ font-size: 14px; line-height: 26px; color: #999; margin-top: 80px;}
.aframe3 .list .item p{ font-size: 14px; color: #666; line-height: 26px;}
.aframe3 .list .swiper-slide-active .item{ box-shadow: 0 0 8px 0 rgba(0, 0, 0, .07);}
.aframe3 .list .swiper-slide-active span{ width: 42px; height: 42px; background: url("../images/xtb_logo.png") no-repeat;}
.aframe3 .list .btn{ position: absolute; top: 126px; cursor: pointer; outline: none; z-index: 2;}
.aframe3 .list .btn i{ font-size: 40px; color: #23979f;}
.aframe3 .list .btn-prev{ left: 0px;}
.aframe3 .list .btn-next{ right: 0px;}
@media (min-width:992px) {	
.aframe3:before{ content: ""; position: absolute; left: 0; right: 0; top: 282px; height: 2px; background: #ccc;}
}
@media (min-width:1230px){
.aframe2 .bg{  max-width: 653px;}
}
@media (min-width:1px) and (max-width:991px){
.aframe3{ padding-bottom: 30px; }
}


/*欢迎加入*/
.wframe{ overflow: hidden; padding-bottom: 65px;}
.wframe p{ margin-top: 45px; font-size: 18px; color: #333; text-align: center;}
.wframe p span{ font-size: 24px; color: #063e8d;}
@media (min-width:992px){
}
@media (min-width:1px) and (max-width:991px){
.wframe{ padding-bottom: 25px;}
.wframe p{ margin-top: 15px; font-size: 14px; }
.wframe p span{ font-size: 16px;}
}

.wframe1{ overflow: hidden; padding: 55px 0 35px; background:linear-gradient(to bottom,#f0f6fb 50%,transparent 50%); }
.wframe1>div>h2{ font-size: 24px; color: #063e8d; line-height: 30px; text-align: center;}
.wframe1>div>p{ font-size: 16px; line-height: 30px; color: #666; margin: 30px 0 45px;}
.wframe1 .list{ overflow: hidden; display: flex; flex-wrap: wrap;}
.wframe1 .list .item{ overflow: hidden; padding: 35px 25px; box-sizing: border-box; width: calc((100% - 150px)/5); margin: 0 15px 30px 15px; background: #fff; box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .06); text-align: center;}
.wframe1 .list .item img{ width: 120px; margin-bottom: 35px;}
.wframe1 .list .item h3{ font-size: 14px; line-height: 24px; height: 72px; overflow: hidden; color: #333;}
@media (min-width:992px){

}
@media (min-width:1px) and (max-width:991px){
.wframe1{ padding: 20px 0 15px;  }
.wframe1>div>h2{ font-size: 16px;}
.wframe1>div>p{ font-size: 12px; margin: 15px 0 20px;}
.wframe1 .list .item{padding: 15px 10px; width: calc((100% - 30px)/2); margin: 0 7.5px 15px 7.5px; }
.wframe1 .list .item img{ width: 60px; margin-bottom: 15px;}
.wframe1 .list .item h3{ font-size: 12px; height: auto;}
}

.wframe2{ overflow: hidden; padding:0 0 35px; }
.wframe2>div>h2{ font-size: 24px; color: #063e8d; line-height: 30px; text-align: center;}
.wframe2 .list{ overflow: hidden; margin-top: 30px; }
.wframe2 .list .item{ overflow: hidden; padding: 48px 40px; box-sizing: border-box; width: calc((100% - 60px)/3); float: left; background: #f0f6fb; margin: 0 10px 20px 10px; cursor: pointer;}
.wframe2 .list .item h3{ font-size: 20px; line-height: 30px; overflow: hidden; color: #333; margin-bottom: 20px}
.wframe2 .list .item p{ font-size: 14px; line-height: 26px; color: #666; height: 182px; overflow: hidden;}
.wframe2 .list .item span{ display: inline-block; position: relative; font-size: 16px; color: #666; padding-bottom: 15px;}
.wframe2 .list .item span:before{position:absolute;bottom:0;left:0;z-index:2;width:20px;height:2px;background:#23979f;content:"";transition:all .36s;}
.wframe2 .list .item span:after{position:absolute;bottom:0;left:0;z-index:1;width:66px;height:2px;background:#e2e2e2;content:"";}
.joinuslistmsg{ overflow: hidden; padding: 30px; display: none;}
.joinuslistmsg .more{ overflow: hidden; margin-top: 25px; font-size: 14px; color: #333;}
.joinuslistmsg .more a{ display: inline-block; font-size: 14px; color: #114da3; margin: 0 10px;}
@media (min-width:992px){

}
@media (min-width:1px) and (max-width:991px){
.wframe2{padding:0 0 15px; }
.wframe2>div>h2{ font-size: 16px; }
.wframe2 .list{ margin-top: 20px; }
.wframe2 .list .item{ padding: 15px; width: calc((100%)); float: left; background: #f0f6fb; margin: 0 ; margin-bottom: 15px; cursor: pointer;}
.wframe2 .list .item h3{ font-size: 16px; margin-bottom: 10px}
.wframe2 .list .item p{ font-size: 12px; height: auto; }
.wframe2 .list .item span{ font-size: 12px; padding-bottom: 10px;}
.joinuslistmsg{ overflow: hidden; padding: 15px; display: none;}
.joinuslistmsg .more{ overflow: hidden; margin-top: 15px; font-size: 14px; color: #333;}
.joinuslistmsg .more a{ display: inline-block; font-size: 14px; color: #114da3; margin: 0 10px;}
}


/*单页面*/
.neirnr{ overflow: hidden; padding: 30px 0; line-height: 2; font-size: 16px;}
@media (min-width:1px) and (max-width:991px){
.neirnr{ padding: 20px 0;}
}
/*解决方案*/
.networklist{ overflow: hidden; padding: 50px 0;}
.networklist .ipto{ width: calc((100% - 60px)/3); float: left; margin-right: 30px; margin-bottom: 30px;}
.networklist .ipto .ipti{ overflow: hidden; border: 1px solid #f5d5d5;}
.networklist .ipto .ipti img{ width: 100%; transition: all 0.35s ease;}
.networklist .ipto .iptz{ overflow: hidden; }
.networklist .ipto .iptz h3{ font-size: 24px; line-height: 1.8; overflow: hidden; color: #114da3; margin: 18px 0 15px 0;}
.networklist .ipto .iptz p{ font-size: 16px; color: #666; line-height: 1.8; height: 3.6em; overflow: hidden;}
@media (min-width:992px){
.networklist .ipto:nth-child(3n){ margin-right: 0;}
.networklist .ipto:nth-child(3n+1){ clear: both}
.networklist .ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:991px){
.networklist{ padding: 20px 0;}
.networklist .ipto{ width: calc((100% - 15px)/2); float: left; margin-right: 15px; margin-bottom: 15px;}
.networklist .ipto .iptz h3{ font-size: 14px; margin: 8px 0 5px;}
.networklist .ipto .iptz p{ font-size: 12px; height: auto;}
.networklist .ipto:nth-child(2n){ margin-right: 0;}
.networklist .ipto:nth-child(2n+1){ clear: both}
}

/*联系我们*/
.maps{ overflow: hidden; height: 460px; width: 100%;}
.contactusinfo{ overflow: hidden;}
.lxfs{ overflow: hidden; margin: 40px 0 55px;}
.lxfs .item{ overflow: hidden; padding: 45px 0; box-sizing:border-box; background: #114da3; position: relative;}
.lxfs .item .txt{ font-size: 24px; font-weight: bold; color: #fff;}
.lxfs .item .context{ overflow: hidden; border-right: 1px solid rgba(255, 255, 255, .2); text-align: center; color: #fff; padding: 0 45px;}
.lxfs .item .context img{ width: 40px;}
.lxfs .item .context p{ overflow: hidden; margin-top: 15px;}
.lxfs .item .context p span{ display: block;}
.lxfs .item .context p span:first-child{ font-size: 18px; margin-bottom: 15px;}
.lxfs .item .context p span:last-child{ font-size: 14px; color: #eee; line-height: 24px; overflow: hidden;}
.lxfs .item .context p span:last-child a{ color: #eee;}
.lxfs .item:first-child{ background: url("../images/f3_bg.jpg") no-repeat center center / cover;}
@media (min-width:992px){
.lxfs{ display: flex;}
.lxfs .item{ flex: 1;}
.lxfs .item .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
}
@media (min-width:1px) and (max-width:991px){
.maps{ height: 400px;}
.lxfs{margin: 15px 0 20px;}
.lxfs .item{ padding: 0;}
.lxfs .item .txt{ padding: 15px; text-align: center;}
.lxfs .item .context{ border-bottom: 1px solid rgba(255, 255, 255, .2); padding: 15px; border-right: 0;}
}

.contactusinfo1{ overflow: hidden; padding-bottom: 130px;}
.contactusinfo1 .item{ overflow: hidden; width: calc((100% - 150px)/3); float: left; margin: 0 25px 65px 25px;}
.contactusinfo1 .item h3{ font-size: 20px; line-height: 30px; font-weight: bold; color: #243740; margin-bottom: 12px; overflow: hidden;}
.contactusinfo1 .item .txt{ overflow: hidden;}
.contactusinfo1 .item .txt p{ padding-left: 32px; font-size: 14px; color: #666; line-height: 2;}
.contactusinfo1 .item .txt p:nth-child(1){ background: url("../images/f3b_xtb1.png") no-repeat left center / 20px;}
.contactusinfo1 .item .txt p:nth-child(2){ background: url("../images/f3b_xtb2.png") no-repeat left center / 20px;}
.contactusinfo1 .item .txt p:nth-child(3){ background: url("../images/f3b_xtb3.png") no-repeat left center / 20px;}
@media (min-width:992px){

}
@media (min-width:1px) and (max-width:991px){
.contactusinfo1{ padding-bottom: 30px;}
.contactusinfo1 .item{ overflow: hidden; width: calc((100%)); float: left; margin: 0 0px 20px 0px;}
.contactusinfo1 .item h3{ font-size: 18px; }
.contactusinfo1 .item .txt{ overflow: hidden;}
.contactusinfo1 .item .txt p{ padding-left: 32px; font-size: 14px; color: #666; line-height: 2;}
}

/*留言*/
.leave{ overflow: hidden; display: none; padding: 30px;}

.feedback{ overflow: hidden; }
.feedback .input_div{ overflow: hidden; position:relative; margin-bottom: 20px; box-sizing: border-box; border: 1px solid #e7e7e7; display: flex; background: #fff; padding: 7px 10px;}
.feedback .input_div>label{ background: none; font-size:15px; font-weight: bold; color: #666; display: flex; box-sizing: border-box; vertical-align: middle; line-height: 30px; white-space: nowrap;text-overflow: ellipsis;}
.feedback .input_div>label font{ display: inline-block; padding-right: 5px;} 
.feedback .input_div>textarea{ background:none; border: 0px solid #d8d8d8; width: 100%; float: left; padding:10px; outline: none; resize: none; box-sizing: border-box; height: 80px; color: #333;}
.feedback .input_div>input{ width: 100%; float: left; background: none; border: 0px solid #d8d8d8; box-sizing: border-box; height: 30px; color: #333;}
.feedback input::-webkit-input-placeholder, .feedback textarea::-webkit-input-placeholder{ color: #999; }
.feedback input:-moz-placeholder, .feedback textarea:-moz-placeholder{ color: #999;}
.feedback input::-moz-placeholder, .feedback textarea::-moz-placeholder{ color: #999;}
.feedback input:-ms-input-placeholder, .feedback textarea:-ms-input-placeholder{ color: #999;}
.feedback .input_div #ehong-code{ text-align: center;}
.feedback .button{ overflow: hidden; padding: 12px 0; }
.feedback .button .submit{ background: none; border: 0; padding: 10px 30px; overflow: hidden; position: relative; display: inline-block; color: #fff; font-size: 16px; cursor: pointer; margin-top: 0px; outline: none; z-index: 1;  text-transform: uppercase;}
.feedback .button .submit:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: #00abc7; z-index: -2;}
.feedback .button .submit:after{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #00abc7; transition: 0.35s; z-index: -1;}
.feedback .button .submit:hover:after{ width: 100%;}
.feedback .button .submit:hover{ }
.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;}
.hidden{ display: none!important;}
@media (min-width:992px)  {
.feedback .w50{ width: calc(50% - 15px); margin-right: 30px;}
.feedback .w33{ width: calc(33.33% - 20px); margin-right: 30px;}
.feedback .w67{ width: calc(66.77% - 12px); }
.feedback .end{ margin-right: 0;}
.feedback .fl{ float: left;}
.feedback .fr{ float: right; }
}
@media (min-width:1px) and (max-width:991px) {
.leave{ padding: 15px;}
.leave h2{ font-size: 16px; margin-bottom: 10px;}
.leave p{ font-size: 12px; margin-bottom: 10px;}
.feedback .input_div>label{ font-size: 14px;}
.feedback{ display: block; }
.feedback .left{ margin-right: 0px;}
.feedback .right{ margin-left: 0px;}
.feedback .w50{ width: auto;}
.feedback .button .submit{ font-size: 14px;}
.feedback .button .submit>i{ font-size: 14px; padding-right: 5px;}
}

/*新闻中心*/
.classification{ overflow: hidden; margin-top: 50px; }
.classification h2{ font-size: 36px; color: #666666; padding-bottom: 20px; position: relative; text-align: center;}
.classification h2:before { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 30px; height: 2px; background: #23979f;}
.classification .list{ margin-top: 45px; position: relative;}
.classification .list .ipto{ overflow: hidden;}
.classification .list .ipto .ipti{ overflow: hidden; position: relative;}
.classification .list .ipto .ipti:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(6,62,141,.1); z-index: 2;}
.classification .list .ipto .iptz{ overflow: hidden; padding: 40px; background: #f0f6fb; box-sizing: border-box;}
.classification .list .ipto .iptz h3{ font-size: 20px; line-height: 2; overflow: hidden; color: #333; margin-bottom: 20px; transition: all 0.36s;}
.classification .list .ipto .iptz h4{ margin-bottom: 15px; font-family: Helvetica, Arial, sans-serif; font-size: 16px; color: #999; font-weight: 300;}
.classification .list .ipto .iptz p{ font-size: 14px; color: #666; line-height: 1.6; height: 4.8em; overflow: hidden; margin-bottom: 15px;}
.classification .list .ipto .iptz span{ display: inline-block; position: relative; font-size: 16px; color: #666; padding-bottom: 15px;}
.classification .list .ipto .iptz span:before{position:absolute;bottom:0;left:0;z-index:2;width:20px;height:2px;background:#23979f;content:"";transition:all .36s;}
.classification .list .ipto .iptz span:after{position:absolute;bottom:0;left:0;z-index:1;width:66px;height:2px;background:#e2e2e2;content:"";}
.classification .list .btn{ position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; outline: none; z-index: 3}
.classification .list .btn i{ font-size: 40px; color: #23979f;}
.classification .list .btn-prev{ left: 0px;}
.classification .list .btn-next{ right: 0px;}
@media (min-width:992px) {
.classification .list .ipto a{ display: flex; justify-content: space-between;}
.classification .list .ipto .ipti{ width: 504px; height: 291px;}
.classification .list .ipto .iptz{ flex: 1;}
}
@media (min-width:1230px) {
.classification .list .btn-prev{ left: -40px;}
.classification .list .btn-next{ right: -40px;}
}
@media (min-width:1px) and (max-width:991px){
.classification{ margin-top: 20px; }
.classification h2{ font-size: 20px; padding-bottom: 10px;}
.classification .list{ margin-top: 20px; }
.classification .list .ipto .ipti{ height: 160px;}
.classification .list .ipto .iptz{ padding: 15px;}
.classification .list .ipto .iptz h3{ font-size: 16px; margin-bottom: 10px;}
}

.newslist{ overflow: hidden; padding:20px 0 100px;}
.newslist .ipto{ overflow: hidden; box-sizing: border-box; padding: 45px 65px; border-bottom: 1px solid #f0f0f0;}
.newslist .ipto .ipti{ overflow: hidden; font-family: Verdana, Geneva, Tahoma, sans-serif; color: #666; text-align: right; transition: all.36s; font-size: 36px;}
.newslist .ipto .ipti span{ font-size: 14px; display: block;}
.newslist .ipto .iptz{ overflow: hidden;}
.newslist .ipto .iptz h3{ font-size: 18px; color: #333; line-height: 24px; text-overflow:ellipsis; margin-bottom: 15px; transition: all.36s; }
.newslist .ipto .iptz p{ font-size: 14px; color: #666; line-height: 1.4; height: 2.8em; overflow: hidden; transition: all.36s; }
@media (min-width:992px){
.newslist .ipto a{ display: flex; justify-content: space-between; align-items: center;}
.newslist .ipto .ipti{ width: 110px;}
.newslist .ipto .iptz{ flex: 1; margin-left: 65px; }
.newslist .ipto:hover{ background: #114DA3; }
.newslist .ipto:hover .ipti{ color: #fff;}
.newslist .ipto:hover .iptz h3{ color: #fff;}
.newslist .ipto:hover .iptz p{ color: #fff;}
}
@media (min-width:1px) and (max-width:991px){
.newslist{ padding:20px 0 30px;}
.newslist .ipto{ padding: 15px 20px;}
.newslist .ipto .ipti{ text-align: left; font-size: 18px;}
.newslist .ipto .iptz{ margin-top: 15px;}
}

.newsdetail{ overflow: hidden; padding: 65px 0 110px;}
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 30px; line-height: 52px; color: #114da3; text-align: center; padding: 0 15px; margin-bottom: 30px;}
.newsdetail .Title .txt{ padding: 20px 0;  border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; display: flex;}
.newsdetail .Title .txt .item{ display: flex; font-size: 14px; color: #666;}
.newsdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1;}
.newsdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between;}
.newsdetail .pagelist>a{ font-size: 16px; line-height: 28px; color: #666; max-width: 45%; margin: 0;}

@media (min-width:1px) and (max-width:991px){
.newsdetail{ padding: 15px 0 30px;}
.newsdetail .Title h1{ font-size: 20px; line-height: 2; padding: 0 7px; margin-bottom: 15px;}
.newsdetail .Title .txt{ padding: 10px 00; display: block;}
.newsdetail .Title .txt .item{ font-size: 12px; margin-bottom: 5px;}
.newsdetail .Title .txt .item .bshare-custom{ margin: 0;}
.newsdetail .context{ padding: 15px 0 20px;}
.newsdetail .pagelist{ display: block;}
.newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}

/*图库中心*/
.gallerylist{ overflow: hidden;}
.gallerylist .ipto{ width: calc(33.33% - 14px); float: left; margin-right: 20px; margin-bottom: 20px;}
.gallerylist .ipto .ipti{ overflow: hidden; border: 1px solid #f5f5f5;}
.gallerylist .ipto .ipti img{ width: 100%; transition: all 0.35s ease;}
.gallerylist .ipto .iptz{ overflow: hidden; background: #24979F; color: #fff; text-align: center; padding: 5px;}
.gallerylist .ipto .iptz h3{ font-size: 16px;}
@media (min-width:992px){
.gallerylist .ipto:nth-child(3n){ margin-right: 0;}
.gallerylist .ipto:nth-child(3n+1){ clear: both;}
.gallerylist .ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:991px){

}

/*region 其他*/
.thk_nav{ text-align: justify; 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*/

/*网站地图*/
.sitemaps{ overflow: hidden; padding: 30px 0;}
.sitemaps .column{ overflow: hidden; font-size: 18px;}
.sitemaps .Bigcategory{ overflow: hidden; padding-left: 5%; font-size: 16px; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li{ width: 100%; margin: 0; font-size: 16px; padding: 10px 0;}
.sitemaps .Bigcategory li>.list-inline{ padding-left: 5%; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li>.list-inline li{ width: 48%; margin: 0; font-size: 12px; padding: 10px 1%;}
.sitemaps>.list-inline{ padding-left: 5%; display: flex; flex-wrap: wrap;}
.sitemaps>.list-inline li{ width: 33.33%; margin: 0; font-size: 16px; padding: 10px 0;}
.sitemaps .columnclear{ overflow: hidden; clear: both; border-bottom: 1px dashed #d5d5d5; margin: 10px 0;}

/*其他*/
.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

.material{ overflow: hidden; padding: 30px 0; text-align: center; font-size: 14px; text-transform: capitalize; font-weight: bold;}
@media (min-width:1px) and (max-width:991px) {
.material{ padding: 20px; font-size: 14px;}
}
.onliewhatsapp{ position:fixed; right:15px; bottom:20%; z-index:10;}
.onliewhatsapp img{ width:70px;}

/*人才招聘*/
.joinus{ padding: 45px 0 105px;}
.joinus .clearfix{ overflow: hidden;}
.joinus .clearfix form{ display: flex;}
.joinus .clearfix input{ flex: 1; margin-right: 20px; padding: 15px 30px; font-size: 16px; color: #333; border: 1px solid #f1f1f1; border-radius: 2px;}
.joinus .clearfix button{ width: 60px; background: #23979f; display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; outline: none;}
.joinus .clearfix button i{ font-size: 30px; color: #fff;}
.joinus .list{ overflow: hidden; margin-top: 55px;}
.joinus .list .item{ overflow: hidden; padding: 20px 50px; background: #114DA3; display: flex; justify-content: space-between;}
.joinus .list .item h3{ font-size: 18px; line-height: 28px; color: #fff; margin: 0;}
.joinus .list .item h3:nth-child(1){ width: 490px;}
.joinus .list .item h3:nth-child(2){ width: 225px;}
.joinus .list .item h3:nth-child(3){ width: 225px;}
.joinus .list .item h3:nth-child(4){ width: 40px;}
.joinus .list .ipto{ overflow: hidden; border-bottom: 1px solid #e7e7e7;}
.joinus .list .ipto .ipti{ overflow: hidden; padding: 20px 50px; display: flex; justify-content: space-between; cursor: pointer;}
.joinus .list .ipto .ipti p{ font-size: 18px; line-height: 28px; color: #333; margin: 0;}
.joinus .list .ipto .ipti p:nth-child(1){ width: 490px;}
.joinus .list .ipto .ipti p:nth-child(2){ width: 225px;}
.joinus .list .ipto .ipti p:nth-child(3){ width: 225px;}
.joinus .list .ipto .ipti p:nth-child(4){ width: 40px; text-align: center; transition: all 0.35s;}
.joinus .list .ipto .ipti p:nth-child(4) i:before{ content: "\e65b";}
.joinus .list .ipto .iptz{ overflow: hidden; padding: 40px 50px; background: #f0f6fb; display: none; transition: all 0.35s;}
.joinus .list .ipto .iptz .more{ overflow: hidden; margin-top: 25px; font-size: 14px; color: #333;}
.joinus .list .ipto .iptz .more a{ display: inline-block; font-size: 14px; color: #114da3; margin: 0 10px;}
.joinus .list .ipto.active .ipti p:nth-child(4) i:before{ content: "\e620";}
.joinus .list .ipto.active .iptz{ display: block;}
@media (min-width:992px) {	
.joinus .clearfix{ margin: 0 auto; width: 590px;}
}
@media (min-width:1px) and (max-width:991px){	
.joinus{ padding: 20px 0 30px;}
.joinus .clearfix input{ padding: 15px;}
.joinus .list{ margin-top: 20px;}
.joinus .list .item{ padding: 10px 20px; }
.joinus .list .item h3{ font-size: 13px; line-height: 24px; }
.joinus .list .ipto .ipti{padding: 10px 20px; }
.joinus .list .ipto .ipti p{ font-size: 14px; line-height: 24px;}
.joinus .list .ipto .iptz{padding: 10px 20px;}
}


/*服务中心*/
.servicelist{ overflow: hidden; padding: 55px 0 35px;}
.servicelist h2{ font-size: 26px; line-height: 30px; margin-bottom: 30px;}
.servicelist .list{ overflow: hidden;}
.servicelist .list .ipto{ overflow: hidden; cursor: pointer; width: calc((100% - 80px)/2); float: left; margin:0 20px 20px 20px; box-sizing: border-box; padding: 15px 20px; background: #f5f8fa;}
.servicelist .list .ipto .ipti{ overflow: hidden;}
.servicelist .list .ipto .ipti img{ width: 100%; height: 100%;}
.servicelist .list .ipto .iptz{ overflow: hidden;}
.servicelist .list .ipto .iptz h3{ font-size: 18px; color: #333; line-height: 30px; overflow: hidden; margin: 20px 0 10px 0;}
.servicelist .list .ipto .iptz p{ font-size: 16px; color: #999; line-height: 24px; height: 72px; overflow: hidden; margin-bottom: 20px;}
.servicelist .list .ipto .iptz span{ font-size: 14px; color: #666;}
.servicelist .list .ipto .iptz span i{ padding-right: 10px;}
@media (min-width:992px) {	
.servicelist .list .ipto{ display: flex;}
.servicelist .list .ipto .ipti{ width: 140px; height: 190px;}
.servicelist .list .ipto .iptz{ flex: 1; margin-left: 20px;}
}
@media (min-width:1px) and (max-width:991px){	
.servicelist{ padding: 20px 0 15px;}
.servicelist h2{ font-size: 20px; line-height: 24px; margin-bottom: 15px;}
.servicelist .list .ipto{ width: auto; float: none; margin: 0; padding: 10px;}
.servicelist .list .ipto .iptz h3{ font-size: 14px; margin: 10px 0 0 0;}
.servicelist .list .ipto .iptz p{ font-size: 12px; height: auto; margin-bottom: 10px;}
.servicelist .list .ipto .iptz span{ font-size: 12px;}
}

.servicelist1{ overflow: hidden; padding: 0px 0 35px;}
@media (min-width:992px) {	

}
@media (min-width:1px) and (max-width:991px){	
.servicelist1{ padding: 0 0 15px ;}
}

.service{ overflow: hidden; padding: 0px 0 35px;}
.service .list .ipto .iptz h3{ margin: 0px 0 10px 0;}
.servicelist .list .ipto .iptz p{ height: 48px;}
.service .list .ipto .iptz span{ display: inline-block; position: relative; font-size: 16px; color: #666; padding-bottom: 15px;}
.service .list .ipto .iptz span:before{position:absolute;bottom:0;left:0;z-index:2;width:20px;height:2px;background:#23979f;content:"";transition:all .36s;}
.service .list .ipto .iptz span:after{position:absolute;bottom:0;left:0;z-index:1;width:66px;height:2px;background:#e2e2e2;content:"";}
@media (min-width:992px) {	
.servicelist .list .ipto a{ display: flex;}
.service .list .ipto .ipti{ width: 252px; height: 241;}
.service .list .ipto .iptz{ flex: 1; margin-left: 20px;}
}
@media (min-width:1px) and (max-width:991px){	
.service{ padding: 0px 0 15px;}
.servicelist .list .ipto .iptz p{ height: auto;}
.service .list .ipto .iptz span{ font-size: 12px; }
}


/*效果*/
.onlineservice{ position: fixed; top: 180px; right: 15px; z-index: 99;}
.onlineservice li{  background: #fff; border: 1px solid #d5d5d5; margin-bottom: 10px; text-align: center; font-size: 12px; position: relative;}
.onlineservice li a{ padding: 10px; display: block; }
.onlineservice li i{ font-size: 30px;}
.onlineservice li.wechat{ position: relative;}
.onlineservice li.wechat .codeimg{ position: absolute; top: -30px; left: -120px; display: none; transition: all 0.35s; width: 120px;}
.onlineservice li.gotop{ display: none;}
.onlineservice li:hover{ background: #3b579d; color: #fff;}
.onlineservice li:hover h3{ color: #fff;}
.onlineservice li:hover i{ color: #fff;}
.onlineservice li.wechat:hover .codeimg{ display: block;}

.htmltop{ position: fixed; right: 15px; bottom: 60px; z-index: 9;}

/*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:#24979F;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:#000000;}
.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:#23979f;background-color:#23979f;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;}
.nbframe:before{ display: none;}
/*endregion*/











