@charset "utf-8";
*{
	margin:0;
	padding:0;
	font-family:"微软雅黑";
}
h1,h2,h3,h4,h5,h6{
	font-size: 1em;
	font-weight:normal;
}
a{
	text-decoration:none;
}
li{
	list-style-type:none;
}
iframe{
	border:none;
	vertical-align: top;
}
input,
button{
	border:none;
	/*outline: none;*/
}
textarea{
	vertical-align: top;
	/*outline: none;*/
	resize:none;
}
img{
	display:block;
	max-width: 100%;
}
i{
	font-style:normal;
}
.clear{
	clear: both;
}
.aftercb::after{
	content: "";
	display: block;
	clear: both;
}
img {
    max-width: 100%;
    max-height: 100%;
    border: 0;
    border: none;
}

.img {
    position: relative;
    /*图片缩放效果*/
    overflow: hidden;
}

.img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translateX(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    /*图片缩放效果*/
    cursor: pointer;
    transition: all 3s;
}

/*图片缩放效果*/

/* .img img:hover {
	transform: translate(-50%, -50%) scale(1.1); 
} */

.wrap{
	position:relative;
	min-width:1300px;
	width:100%;
	margin:0 auto;
}
.w100{
	position:relative;
	width:100%;
	min-width:1300px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}

/*@font-face {
  font-family: 'iconfont'; 
  src: url('../icon/iconfont.eot');
  src: url('../icon/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../icon/iconfont.woff') format('woff'),
  url('../icon/iconfont.ttf') format('truetype'),
  url('../icon/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}*/
/*样式初始化*/

.bg{
	background: #f7f7f7;
}
.pd{
	padding:80px 0 60px;
}
.header,.bannerin,.service{min-width:1300px;}
.header-top{
	line-height:32px;
	font-size: 12px;
	color:#333;
}
.header-top div a{
	margin:0 10px;
	color:#333;
}
.header-logo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}
.header-logo>div{
	display: flex;
	align-items: center;
}
.header-phone{
	margin-right: 20px;
	padding-left: 60px;
	background: url(../img/phone_03.png) left center no-repeat;
}
.header-phone i{
	font-size: 16px;
}
.header-phone i,
.header-phone h6{
	font-family:"PingFang SC","苹方";
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color:#123885;
}
.header-form{
	border-radius: 1px;
	overflow: hidden;
}
.header-form input{
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	width:203px;
	height:28px;
	background: #f1f1f1;
}
.header-form button{
	float:left;
	width:45px;
	height:28px;
	background: #f1f1f1 url(../img/search_03.png) center no-repeat;
}
.header-form button::before{
	content: '';
	display: block;
	width:2px;
	height:16px;
	background: #123885;
}
.nav{
	background: #123885;
	min-width:1300px;
}
.nav-one{position: relative;}
.nav-one>li{
	float:left;
	width:calc(100% / 8);
	text-align: center;
}
.nav-one>li>a{
	position: relative;
	display: block;
	line-height: 46px;
	font-size: 16px;
	color:#fff;
}
.nav-one>li>a::after{
	content: '';
	position: absolute;
	top:12px;
	right:0;
	height:22px;
	border-right: 1px solid #2755bb;
}
.nav-one>li>a:hover::after,
.nav-one-click::after{
	display: none;
}
.nav-one-click{
	background: #e77817;
}
.nav-one>li:hover{
	background: #e77817;
}
.nav-one>li:hover .nav-two{
	display: block;
}
.nav-two{
	display: none;
	position: absolute;
	top:46px;
	left:0;
	width:100%;
	background: #fff;
	z-index: 998;
}
.nav-two a{
	display: block;
	line-height: 36px;
	color:#666;
	border-bottom: 1px solid #ccc;
}
.nav-two a:hover{
	color:#e77817;
}


.nav-one li a:hover,.nav-one li a:active,.nav-one li a.A,.nav-one li.noChild{background:#024085;}
.nav-one li div.menu_bg{position:absolute; left:0; top:47px; width:100%; height:320px; padding-top:30px; display:none;z-index:9;}
.nav-one li div.menu_bg_bg{position:absolute; left:0; top:0; width:100%; height:320px; z-index:1; background:#FFF; filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity:0.9; opacity:0.9;}
.nav-one li div.menu_con{width:1200px; margin:auto; position:relative; z-index:2;}
.nav-one li p.menu_list{width:180px; float:left; position:relative; z-index:2;}
.nav-one li div a{display:block; padding:0; font-size:12px; text-align:center; height:40px; line-height:38px; margin-bottom:1px; background:#AAA; color:#FFF;}
.nav-one li p.menu_img{margin-top:-1px; width:165px; height:206px; overflow:hidden; margin-left:26px; float:left;}
.nav-one li p.menu_img img{border-radius:0px 0px 20px 0px;}
.nav-one li div.menu_txt{width:786px; float:right; color:#0066CC;}
.nav-one li div.menu_txt p{margin-bottom:12px;text-align:left;}
.nav-one li div.menu_txt p.tit{font-size:18px;text-align:left;}
.nav-one li div.menu_txt p.txt{font-size:12px;line-height:200%; color:#888;}


/* 关于我们*/

.about {
    min-width:1300px;
    background: #fff;
    padding: 50px 0 0 0;
    margin-top: -4px;
}

.title {
    text-align: center;
    margin-bottom: 10px;
}

.title p{
    font-size: 20px;
    color: #e77817;
    line-height: 20px;
    margin-top:10px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.title h6 {
    font-size: 30px;
    color: #123885;
    line-height: 30px;
    font-weight: normal;
}

.about .img {
    box-shadow: 0 0 2px #0f3b83;
    width: 33%;
    margin-right: 4%;
    float: left;
}

.abot_right {
    float: left;
    width: 63%;
}

.abot_right p {
    font-size: 16px;
    color: #333;
    font-weight: lighter;
    line-height: 30px;
    margin-bottom: 10px;
}
.about_text{margin-top:20px;}
.about_text:after{display:block;content:"";clear:both;}
.about_list {
    margin-top: 30px;
}

.about_list li {
    float: left;
    width: 25%;
    text-align: center;
}

.about_list li img {
    display: block;
    margin: 0 auto;
    max-width: 89px;
    max-height: 77px;
}

.about_list li ol {
    font-size: 16px;
    color: #0f3b83;
    line-height: 40px;
    font-weight: lighter;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.see {
    display: block;
    width: 150px;
    line-height: 38px;
    border: 1px solid #0f3b83;
    color: #0f3b83;
    font-size: 17px;
    font-weight: lighter;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    text-transform: uppercase;
    border-radius: 25px;
}

.see:hover {
    background: #0f3b83;
    color: #fff;
}


/* 产品中心   */
#index_product{ width:100%;min-width:1300px; margin:36px auto 0px auto; background:url(../img/product_bg.jpg) no-repeat bottom; height:650px;overflow:hidden}
.index_product,.index_core{ width:1200px; margin:0px auto 0px auto; padding-top:50px; padding-bottom:36px;}
.index_product .tit,.index_core .tit,.index_app .tit{text-align:center; margin:0px auto;font-size: 30px;text-transform: uppercase;color: #0066CC;}
.index_product h1,.index_core h1,.index_app h1{font-size:20px; text-align:center; padding-top:20px; color:#FFF; padding-bottom:22px; background:url(../img/tit_bg.png) no-repeat center center; margin-top:10px;}
.daodao{clear: both;height: 40px;line-height: 40px;font-size: 14px;color: #0066CC;text-align:center;}
.daodao a{color: #0066CC;}
#pro_con{width:1090px; padding-top:46px; overflow:hidden; margin:auto;}
.index_product ul{padding-left:30px;}
.index_product ul li{float:left; width:250px; margin-right:30px;}
.index_product ul li a{display:block;}
.index_product ul li a span{display:block; background:#024085; height:60px; line-height:56px; color:#FFF; font-size:14px; text-align:center; position:relative;}
.index_product ul li a span img{position:absolute; left:50%; margin-left:-6px; top:-7px;}
.index_product ul li a:hover span,.index_product ul li a:active span{background:#D90000;}

#pro_do_con{width:1180px; background:#CCC; position:relative;}
#pro_l{display:block; width:60px; height:60px; position:absolute; left:-30px; top:-240px; background:url(../img/pro_do_l.png) no-repeat left top;}
#pro_l:hover,#pro_l:active{background-position:left bottom;}
#pro_r{display:block; width:60px; height:60px; position:absolute; right:-50px; top:-240px; background:url(../img/pro_do_r.png) no-repeat left top;}
#pro_r:hover,#pro_r:active{background-position:left bottom;}

.promore{display:block; width:180px; height:38px; line-height:36px; font-size:14px; text-align:center; border:1px solid #437dc1; background:#fff; border-radius:100px; margin:auto;color:#333;}
.promore:hover,.promore:active{background:#CC0000; color:#FFF; border:1px solid #CC0000;}



/*新闻中心*/
.news {
    min-width:1300px;
    padding: 50px 0 30px 0;
    background: #f9f9f9;
}

/* 切换三 */

.news .corpoat #oranger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.news .corpoat #oranger li {
    width: auto;
    float: left;
    line-height: 40px;
    height: 40px;
    margin-right: 80px;
    border-bottom: 2px solid transparent;
}

.news .corpoat #oranger li:last-child {
    margin-right: 0px;
}

.news .corpoat #oranger li a {
    display: block;
    color: #333;
    font-size: 20px;
}


.news .corpoat #oranger .select {
    border-bottom: 2px solid #0f3b83;
}

.news .corpoat #oranger .select a {
    color: #0f3b83;
}

/* 内容 */

.news .corpoat .imgnews {
    display: none;
}

.newslist {
    width: 820px;
    margin-right: 100px;
    float: left;
}

.newslist li {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.news_rq {
    width: 90px;
    height: 75px;
    float: left;
    margin-right: 20px;
    background: url(../img/29.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.news_rq h6 {
    font-size: 30px;
    color: #666;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

.news_rq p {
    font-size: 14px;
    color: #666;
    line-height: 14px;
    font-weight: lighter;
}

.news_text {
    float: left;
    width: calc(100% - 120px);
    margin-top: 10px;
}

.news_text h6 {
    font-size: 20px;
    color: #333;
    line-height: 20px;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 14px;
}

.news_text p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    font-weight: lighter;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newslist li:hover .news_rq {
    background: url(../img/30.png) no-repeat;
    background-size: 100% 100%;
}

.newslist li:hover .news_rq h6,
.newslist li:hover .news_rq p {
    color: #fff;
}

.newslist li:hover .news_text h6 {
    color: #0f3b83;
}

.news_right {
    width: calc(100% - 920px);
    float: left;
}

.news_right .img {
    box-shadow: 0 0 2px #ddd;
}

.news_right h6 {
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 20px 0;
}

.news_right p {
    font-size: 16px;
    color: #666;
    font-weight: lighter;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.newslist li a:after,.tablea:after{display:block;content:"";clear:both;}



/*业务领域*/

.business_area {
	background: url("../img/4.jpg") 0 0 no-repeat;
	background-position: 100% 100%;
	background-size: 100% 100%;
	padding: 50px 0 30px 0;
	min-width:1300px;
}

.business_area .title h2 {
	color: #fff;
}

.business_area .title i {
	background: #ad2a30;
}

.business_area .title p {
	color: #fff;
}
.swiper-container-banner{min-width:1300px;}
.swiper-container1 .swiper-slide {
	position: relative;
}

.swiper-container1 .swiper-slide .img {
	box-shadow: 0 0 2px #ddd;
}

.swiper-container1 .area {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 100%;
	width: 100%;
	padding: 0; 
	background: rgba(0, 0, 0, .6);
}

.swiper-container1 .swiper-slide:hover .area {
	background: rgba(0, 0, 0, .3);
}

.swiper-container1 .area h3 {
	font-size: 24px;
	color: #fff;
	line-height: 32px;
	margin-top: 15%;
	margin-bottom: 40px;
	font-weight: 500;
}

.swiper-container1 .area p {
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	line-height: 28px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*轮播图1*/

.swiper-container1.swiper-container {
	padding-bottom: 50px;
}

.swiper-container1.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}

.swiper-container1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 20px;
	border-radius: 5px;
	margin: 0 5px;
}

.swiper-container1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 30px;
}


.bjs {
    min-width:1300px;
	background-image: url("../img/12.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.cpf {
    width: 15%;
    padding: 60px 5%;
    text-align: center;
    float: left;
}

.cpf img {
    margin:5px auto;
	height: 76px;
	transition: all 1s;
}

.cpf h6 {
	font-size: 20px;
	color: #474747;
	margin: 10px 0;
	font-weight: 500;
}

.cpf p {
	font-size: 14px;
	color: #7a7a7a;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.cpf:hover {
	box-shadow: 0 0 20px #ddd;
}

.cpf:hover img {
	transform: rotate(360deg);
}

.cpf:hover h6 {
	color: #1d50a2;
}
.ggt{width:100%;min-width:1300px;}


.footer{
    width:100%;
    min-width:1300px;
	background: #ddd;
}
.footer-nav{
	display: flex;
	justify-content: space-between;
	padding:40px 0 30px;
}
.footer-sx{
	margin-top: 30px;
	width:1px;
	height:100px;
	background: #bbb;
}
.footer-nav-item h2,
.footer-nav-item h5{
	font-size: 14px;
	font-weight: bold;
	color:#333;
}
.footer-nav-item h2::after,
.footer-nav-item h5::after{
	content: '';
	display: block;
	margin:10px 0 20px;
	width:5px;
	height:2px;
	background: #333;
}
.footer-nav-item a,
.footer-nav-item h4{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color:#666;
}
.footer-nav-item a:hover{
	text-decoration: underline;
}

.copyright{
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color:#666;
	background: #bbb;
}
.copyright a{
	color:#666;
}
.crumbs{
	margin:40px 0 20px;
	padding-left:28px;
	line-height: 20px;
	font-size: 14px;
	color:#444;
	background: url(../img/crumbs_03.png) left no-repeat;
}
.crumbs a{
	font-size: 14px;
	color:#444;
}
.crumbs a:hover{
	color:#123885;
}
/*复用样式*/


.index-title{
	text-align: center;
	line-height: 36px;
}
.index-title h3{
	font-size: 28px;
	color:#333;
}
.index-title h4{
	font-size: 16px;
	text-transform: uppercase;
	color:#666;
}
.index-title h4::after{
	content: ' -';
}
.index-title h4::before{
	content: '- ';
}
.index-more{
	display: block;
	margin:60px auto 0;
	width:142px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color:#333;
	border:1px solid #666;
}
.index-more:hover{
	background: #fff;
	box-shadow: 0 0 10px rgba(189,189,189,.5);
	border:1px solid #fff;
}
.classify{
	display: flex;
	justify-content: center;
	margin:50px 0;
}
.classify a{
	display: block;
	margin:0 18px;
	padding:0 15px;
	line-height: 32px;
	font-size: 16px;
	color:#565656;
}
.classify-click,
.classify a:hover{
	background: #fff;
	box-shadow: 0 0 10px rgba(189,189,189,.5);
}


.swiper-container-banner .swiper-pagination-bullet{
	width:12px;
	height:12px;
	border-radius: 0;
	background: #123885;
	opacity: 1;
}
.swiper-container-banner .swiper-pagination-bullet-active{
	background: #e77817;
}
.index-about{
	margin-top: 70px;
}
.index-about img{
	float:left;
	max-width: 650px;
}
.index-about-text{
	width:680px;
	color:#333;
}
.index-about-text h4{
	font-size: 28px;
	line-height: 60px;
	font-weight: 100;
	text-transform: uppercase;
}
.index-about-text h1{
	font-size: 22px;
	font-weight: 100;
}
.index-about-text p{
	position: relative;
	margin: 15px 0 30px;
	padding-top: 35px;
	font-size: 16px;
	line-height: 28px;
}
.index-about-text p::after{
	content: '';
	position: absolute;
	top:0;
	left:0;
	width:88px;
	border-top: 1px solid #333;
}
.index-about-text .index-more{
	margin:0;
}
.index-product-content,
.index-news-content{
	display: none;
	opacity: 0;
	transition: .4s;
}
.index-product-item{
	float:left;
	margin-left: 132px;
	margin-bottom: 30px;
	width:246px;
	height:340px;
	background: #fff;
}
.index-product-item:first-child,
.index-product-item:nth-child(4n+1){
	margin-left: 0;
}
.index-product-item:hover{
	box-shadow: 6px 6px 14px rgba(189,189,189,.5);
}
.index-product-item .img{
	margin-bottom: 15px;
	width:100%;
	height:260px;
}
.index-product-item h3{
	text-indent: 20px;
	font-size: 16px;
	line-height: 24px;
	color:#666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-honor{
	margin-top: 70px;
}
.index-honor .img{
	float:left;
	margin-left: 6.6px;
	width:340px;
	height:240px;
}
.index-honor .img:first-child,
.index-honor .img:nth-child(4n+1){
	margin-left: 0;
}
.index-news-item{
	float:left;
	margin-left: 20px;
	margin-bottom: 30px;
	width:680px;
	height:200px;
	background: #fff;
	transition: .2s;
}
.index-news-item:hover{
	box-shadow: 6px 6px 14px rgba(189,189,189,.5);
}
.index-news-item:first-child,
.index-news-item:nth-child(2n+1){
	margin-left: 0;
}
.index-news-item .img{
	float:left;
	margin-right: 20px;
	width:280px;
	height:200px;
}
.index-news-item:hover h3{
	color:#123885;
}
.index-news-item h3{
	margin:18px 0;
	font-size: 16px;
	font-weight: bold;
	color:#333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-news-item span{
	font-size: 12px;
	color:#333;
}
.index-news-item p{
	font-size: 14px;
	line-height: 22px;
	color:#666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.index-news-item p::before{
	content: '';
	display: block;
	margin:8px 0 18px 0;
	width:28px;
	height:4px;
	background: #123885;
}
.index-use{
	margin-top: 80px;
}
.index-use-item img,
.index-use-item div{
	float:left;
	width:690px;
}
.index-use-item img{
	height:400px;
}
.index-use-item div{
	box-sizing: border-box;
	padding: 50px 60px 0;
}
.index-use-item h4{
	font-size: 20px;
	color:#123885;
}
.index-use-item h4::after{
	content: '';
	display: block;
	margin:18px 0 38px;
	width:36px;
	height:4px;
	background: #123885;
}
.index-use-item p{
	font-size: 16px;
	line-height: 32px;
	color:#333;
}
.index-service{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.index-service-item .img{
	margin:53px 0 78px;
	width:182px;
	height:104px;
	background: #fff;
	transition: .6s;
}
.index-service-item .img::after,
.index-service-item .img::before{
	content: '';
	display: block;
	position: absolute;
	left:0;
	width:0;
	height:0;
	border-left: 91px solid transparent;
	border-right: 91px solid transparent;
	transition: .6s;
}
.index-service-item .img::after{
	bottom: -53px;
	border-top: 53px solid #fff;
}
.index-service-item .img::before{
	top:-53px;
	border-bottom: 53px solid #fff;
}
.index-service-item:hover .img{
	transform: rotateY(180deg);
}
.index-service-item .img img{
	transition: .6s;
}
.index-service-item .img img:first-child{
	opacity: 1;
}
.index-service-item .img img:last-child{
	opacity: 0;
}
.index-service-item:hover .img img:first-child{
	opacity: 0;
}
.index-service-item:hover .img img:last-child{
	opacity: 1;
}
.index-service-item{
	text-align: center;
	line-height: 24px;
}
.index-service-item h3{
	font-size: 18px;
	color:#333;
}
.index-service-item h4{
	font-size: 12px;
	text-transform: uppercase;
	color:#333;
}
.index-service-item:hover h3,
.index-service-item:hover h4{
	color:#123885;
}
.index-cooperation{
	margin-top: 78px;
}
.swiper-container-cooperation .swiper-slide{
	margin-bottom: 20px;
}
.swiper-container-cooperation .swiper-slide img{
	width:266px;
	height:120px;
	transition:.2s;
}
.swiper-container-cooperation .swiper-slide img:hover{
	box-shadow: 6px 6px 8px rgba(153,153,153,.3);
}
.index-cooperation .swiper-pagination-cooperation{
	position: static;
	margin:0 auto;
}
.index-cooperation .swiper-pagination-cooperation .swiper-pagination-bullet{
	margin:0 10px;
	width:16px;
	height:16px;
	border-radius: 0;
	background: #666;
}
.index-link{
	margin-top: 30px;
	padding:20px 0 55px;
	border-top: 1px dashed #ccc;
	font-size: 14px;
	line-height: 30px;
}
.index-link h6{
	display: inline-block;
	height:100%;
	color:#333;
}
.index-link a{
	margin:0 10px;
	color:#999;
}
.index-link a:hover{
	color:#666;
	text-decoration: underline;
}
.index-link a:last-child::after{
	display: none;
}
/*首页*/

.newsin h1{
	padding-bottom: 28px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	color:#333;
}
.newsin h6{
	display: table;
	margin:0 auto;
	padding: 0 15px;
	transform: translateY(-50%);
	font-size: 14px;
	color:#999;
	background: #fff;
}
.newsin-text{
	text-align: justify;
	font-size:16px;
	line-height: 28px;
	color:#666;
	width:84%;
	margin:20px auto;
}
.newsin-text img{
	margin:5px auto;
}
/*新闻详情*/
.product3{min-width:1300px;width:90%;margin:0 auto;}
.product31{width:84%;margin:0 auto;}
.product3-contact{
	margin-top: 20px;
	border:1px solid #eee;
}
.product3-contact h5{
	text-indent: 20px;
	line-height: 40px;
	font-size: 18px;
	color:#fff;
	background: #123885;
}
.product3-contact div{
	padding:20px;
	font-size: 14px;
	line-height: 30px;
	color:#999;
}
.product3-left{
	width:266px;
}
.product3-nav li{
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	transition: .4s;
}
.product3-nav1{
	position: relative;
	padding:30px 0 20px;
}
.product3-nav1 a{
	display: table;
	margin-left: 34px;
	font-size: 18px;
	line-height: 18px;
	color:#333;
}
.product3-nav1 img{
	position: absolute;
	top:37px;
	right:20px;
	transition:.4s;
}
.product3-nav-two{
	margin-top:30px;
	padding-left: 34px;
}
.product3-nav-two a{
	display: table;
	margin-bottom: 20px;
	font-size: 14px;
	color:#666;
	transition: .4s;
}
.product3-nav-two a:hover,
.product3-nav-two-click{
	color:#123885 !important;
}
.product3-nav-click .product3-nav1{
	background: #f7f7f7;
}
.product3-nav-click .product3-nav1::before{
	content: '';
	position: absolute;
	top:30px;
	left:10px;
	width:4px;
	height:18px;
	background: #123885;
}
.product3-nav-click .product3-nav1 a{
	color:#123885;
}
.product3-nav-click .product3-nav1 img{
	transform: rotate(180deg);
}
.product3-content{
	width:calc(100% - 280px);
}
.product3-item{
    margin:0 1% 30px 1%;
	margin-bottom: 30px;
	width:23%;
	height:340px;
	transition: .2s;
}
.product3-item:first-child,
.product3-item:nth-child(4n+1){
	margin-left: 0;
}
.product3-item:hover{
	box-shadow: 6px 6px 14px rgba(189,189,189,.5);
}
.product3-item-img{
	width:100%;
	height:250px;
	background: #eee;
}
.product3-item-img img{
    margin:0 auto;
	max-width: 100%;
	max-height: 100%;
}
.product3-item h3,
.product3-item h4{
	padding-left: 20px;
	font-size: 16px;
	line-height: 24px;
	color:#666;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.product3-item h4{
	margin-top: 16px;
}
.paging{
	display: table;
	margin:60px auto 0;
}
.paging a{
	float:left;
	display: block;
	margin:0 10px;
	width:34px;
	line-height:34px;
	text-align: center;
	font-size: 20px;
	color:#666;
	border:1px solid #ddd;
}
.paging .paging-click{
	color:#fff;
	border:1px solid #666;
	background: #666;
}
.productin{
	width: 1030px;
}

.product31 .product3-left{width:220px;}
.product31 .productin{
	width: calc(100% - 225px);
}
.productin-top{
	position: relative;
}
.productin-top .img{
	position: absolute;
	top:0;
	left:0;
	width:340px;
	height: 360px;
}
.productin-introduce{
	box-sizing: border-box;
	padding:35px 30px;
	width:calc(100% - 342px);
	height: 480px;
	background: #f9f9f9;
	overflow: hidden;
}
.productin-introduce h1{
	font-size: 22px;
	line-height: 30px;
	color:#123885;
}
.productin-introduce h1::after{
	content: '';
	display: block;
	margin:36px 0 16px;
	width:68px;
	height:2px;
	background: #123885;
}
.productin-introduce h5{
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
	color:#333;
}
.productin-introduce h6{
	font-size: 16px;
	line-height: 24px;
	color:#565656;
	overflow-y: auto;
}
.productin-title{
	margin:35px 0 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	color:#444;
}
.productin-title i{
	text-transform: uppercase;
	font-size: 14px;
}
.productin-text{
	font-size: 16px;
	line-height: 24px;
	color:#565656;
}
.product-item{
	padding:60px 0;
	border-bottom: 1px solid #ddd;
}
.product-l{
	width:300px;
}
.product-l .img{
	width:100%;
	height:240px;
}
.product-l h3{
	width:100%;
	line-height:60px;
	text-align: center;
	font-size: 20px;
	color:#fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #e77817;
}
.product-ul{
	width:840px;
}
.product-ul li{
	float:left;
	margin-top: 30px;
	width:50%;
}
.product-ul li img{
	float:left;
	margin-right: 18px;
	width:40px;
	height:40px;
	border:1px solid #123885;
}
.product-ul li a{
	line-height: 42px;
	font-size: 16px;
	color:#333;
}
.product-ul li a:hover{
	color:#123885;
}
/*产品三级*/

.service-head{
	height:752px;
	color:#123885;
}
.service-head h1{
	padding-top:170px;
	font-size: 36px;
	font-weight: 100;
}
.service-head h1::after{
	content: '';
	display: block;
	margin:36px 0 16px;
	width: 88px;
	height:3px;
	background: #123885;
}
.service-head h2{
	text-transform: uppercase;
	font-size: 16px;
}
.service-middle{
	height:950px;
	text-align: center;
}
.service-middle h3{
	padding-top: 170px;
	font-size: 38px;
	color:#333;
}
.service-middle h4{
	font-size: 24px;
	text-transform: uppercase;
	color:#333;
}
.service-middle p{
	margin:70px auto 0;
	width:1000px;
	font-size: 16px;
	line-height: 30px;
	color:#666;
}

.service-middle:nth-child(even) h3,
.service-middle:nth-child(even) h4,
.service-middle:nth-child(even) p{
	color:#fff !important;
}
.service-foot{
	height:530px;
	background: url(../img/service_bg_11.jpg) left bottom no-repeat;
}
.service-foot-conter{
	width:630px;
}
.service-foot-conter h4{
	margin-top:55px;
	font-size:28px;
	line-height: 36px;
	color:#333;
}
.service-foot-conter h5{
	margin-bottom: 28px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 36px;
	color:#333;
}
.service-foot-conter input{
	box-sizing: border-box;
	display: block;
	margin-bottom: 20px;
	padding-left: 20px;
	width:100%;
	height:40px;
	font-size: 16px;
	color:#999;
	border:1px solid #ddd;
}
.service-foot-conter textarea{
	box-sizing: border-box;
	display: block;
	margin-bottom: 20px;
	padding: 10px 20px;
	width:100%;
	height:150px;
	font-size: 16px;
	color:#999;
	border:1px solid #ddd;
}
.service-foot-conter button{
	width:100%;
	height:42px;
	font-size: 18px;
	color:#fff;
	background: #123885;
	cursor: pointer;
}
/*服务与支持*/

.contact{
	height:376px;
}
.contact-l{
	box-sizing: border-box;
	padding:0 30px;
	width:420px;
	height:100%;
	background: #f7f7f7;
}
.contact-l-item{
	box-sizing: border-box;
	padding:20px 0 20px 40px;
	height:25%;
	border-bottom: 1px solid #ccc;
	color:#333;
}
.contact-l-item h4{
	font-size: 18px;
	font-weight: bold;
}
.contact-l-item h2,
.contact-l-item h3{
	font-size:16px;
	line-height: 30px;
}
.contact-l-item:nth-child(1){
	background: url(../img/contact_03.png) left 20px no-repeat;
}
.contact-l-item:nth-child(2){
	background: url(../img/contact_06.png) left 20px no-repeat;
}
.contact-l-item:nth-child(3){
	background: url(../img/contact_08.png) left 20px no-repeat;
}
.contact-l-item:nth-child(4){
	background: url(../img/contact_10.png) left 20px no-repeat;
	border-bottom: 0;
}
.contact-r{
	width:880px;
	height:100%;
}
.contact-r img{
	width:100%;
	height:100%;
}
/*联系我们*/

.about-tab{
	display: table;
	margin: 0 auto;
}
.about-tab a{
	position: relative;
	float:left;
	width:120px;
	line-height:32px;
	text-align: center;
	font-size: 16px;
	color:#565656;
}
.about-tab-after:not(:last-child)::after{
	content: '';
	position: absolute;
	top:10px;
	right:0;
	height:12px;
	border-right: 1px solid #ccc;
}
.about-tab-click{
	box-shadow: 0 0 10px rgba(189,189,189,.5);
	color:#123885 !important;
}
.about-tab-click::after{
	display: none;
}
.about-head{
	margin:50px 0 60px;
	text-align: center;
	color:#333;
}
.about-head h4{
	font-size: 28px;
	font-weight: 100;
}
.about-head h1{
	font-size: 22px;
	font-weight: 100;
}
.about-head h1::after{
	content: '';
	display: block;
	margin:16px auto 0;
	width:88px;
	border-bottom: 1px solid #333;
}
.mien-item{
	position: relative;
	margin:0 0 20px 16px;
	width:682px;
	height:430px;
}
.mien-item:first-child,
.mien-item:nth-child(2n+1){
	margin-left: 0;
}
.mien-item .img{
	width:100%;
	height:100%;
}
.mien-item h3{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	line-height: 78px;
	text-align: center;
	font-size: 20px;
	color:#fff;
	background: rgba(0,0,0,.5);
}
/*企业风采*/

.survey{
	font-size: 16px;
	line-height: 30px;
	color:#333;
	width:84%;
	margin:0 auto;
}
.survey img,
.framework img{
	margin:20px auto;
}
.mien,.honor,.product{width:90%;margin:0 auto;}
/*企业概况*/

.culture-text{
	margin-bottom: 25px;
	font-size: 16px;
	color:#333;
}
.culture-text h3{
	font-weight: bold;
}
.culture-text p{
	line-height: 28px;
}
/*企业文化*/

.honor-item{
	box-sizing: border-box;
	float:left;
	width:25%;
	height:420px;
	border:1px solid #ccc;
}
.honor-item .img{
	box-sizing: border-box;
	padding:10px;
	width:100%;
	height:372px;
	background: transparent;
}
.honor-item h3{
	line-height:46px;
	text-align: center;
	font-size: 16px;
	color:#333;
	background: #f9f9f9;
}
/*资质荣誉*/

.manpower .about-tab{
	margin-bottom: 60px;
}
.idea>img{
	float:left;
	max-width: 650px;
}
.idea-content{
	padding-top: 70px;
	width:690px;
}
.idea-content>h5,
.train-content>h5{
	font-size: 18px;
	font-weight: 100;
	text-transform: uppercase;
	color:#333;
}
.idea-content>h4,
.train-content>h4{
	font-size: 30px;
	color:#333;
}
.idea-content>h4::after,
.train-content>h4::after{
	content: '';
	display: block;
	margin:30px 0;
	width:68px;
	height:2px;
	background: #999;
}
.idea-text{
	font-size: 16px;
	line-height: 30px;
	color:#666;
}
/*人才理念*/

.train{
	background: #f7f7f7;
}
.train-content{
	box-sizing: border-box;
	position: relative;
	padding:50px 0 50px 60px;
	width:690px;
	min-height: 676px;
}
.train-content>img{
	position: absolute;
	left:0;
	top:0;
	transform: translateX(-100%);
	max-width: 1000%;
	max-height: 100%;
}
.train-text{
	font-size: 16px;
	color:#666;
}
.train-text h6{
	font-weight: bold;
	line-height: 28px;
}
.train-text p{
	line-height: 28px;
}
/*人才培训*/

.recruit-item{
	margin-bottom: 30px;
	transition: .6s;
	overflow: hidden;
	cursor: pointer;
}
.recruit-item-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 60px;
	height:106px;
	color:#222;
}
.recruit-item-head>h6{
	font-size: 18px;
	font-weight: 100;
}
.recruit-item-name h5{
	font-size: 18px;
	line-height: 38px;
}
.recruit-item-name i{
	padding-left: 22px;
	line-height: 38px;
	font-size: 14px;
	background: url(../img/recruit_06.png) left center no-repeat;
}
.recruit-item-more{
	width:34px;
	height:34px;
	border:1px solid #ddd;
	background: transparent url(../img/recruit_03.png) center no-repeat;
}
.recruit-item-more-open{
	background: #666 url(../img/recruit_11.png) center no-repeat;
}
.recruit-content{
	border-top:1px solid #ccc;
	padding: 25px 60px 30px;
	font-size: 16px;
	line-height: 30px;
}
.recruit-content h6{
	font-weight: bold;
	color:#333;
}
.recruit-content p{
	margin-bottom: 35px;
	color:#666;
}
.recruit-content h5{
	color:#123885;
}
/*英才招聘*/

.gsgg{
    width: 90%;
    display: flex;
    flex-direction: column;
    /*background-image: url("../img/ggbj.jpg");
    background-size: cover;*/
    padding: 3% 5%;
}
.ggk-1{
    width: 100%;
    display: flex;
    margin-bottom: 1%;
}
.ggk-1-l{
    width: 5.5%;
    background-color: #cccccc;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    padding: 1% 0;
}
.ggk-1-r{
    width: 94.5%;
    display: flex;
    flex-direction: column;
    padding: 2% 3%;
    background-color: #fff;
    padding-top: 0%;
}
.rliimg{
    width: 15px;
    height: 15px;
    margin: 5% auto;
}
.ggk-1-l-wz1{
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
}
.ggk-1-r-1{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    justify-content: space-between;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ggk-1-r-2{
    margin-top: 5px;
    color: #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.gnimg{
    width: 27px;
    height: 27px;
    position: relative;
    top: 15px;
    display: block;
}
.gnimgb{
    width: 27px;
    height: 27px;
    position: relative;
    top: 15px;
    display: none;
}
.ggk-1:hover .ggk-1-l{
    background-color: #3a9fd3;
}
.ggk-1:hover .ggk-1-r-1{
    color: #3a9fd3;
}
.ggk-1:hover .gnimg{
    display: none;
}
.ggk-1:hover .gnimgb{
    display: block;
}
.ggk-1-r-1-wz{
    margin-top: 2%;
    padding-bottom: 1%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 80%;
}

.gsxw{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.gsxw-1{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
}
.gsxw-1-top{
    width: 100%;
    position: relative;
}
.xwkimg{
    margin:0 auto;
    display: block;
    width: 100%;
    vertical-align: middle;
    background: #fff;
}
.xwk-jiao{
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #cccccc;
    color: #fff;
    padding: 1%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.xwk-jiao-wz1{
    font-size: 20px;
    font-weight: bold;
}
.xwk-jiao-wz2{font-size:14px;margin:3px;}
.gsxw-1-bom{
    width: 96%;
    padding: 2%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
}
.gsxw-1-bom-1{
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.gsxw-1-bom-2{
    font-size:14px;
    color: #999;
    width: 90%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}
.gsxw-1-bom-3{
    font-size:14px;
    line-height: 40px;
    color: #999;
}
.xwkgnimg{
    width: 27px;
    height: 27px;
    position: absolute;
    bottom: 10%;
    right: 10%;
    display: block;
}
.xwkgnimgb{
    width: 27px;
    height: 27px;
    position: absolute;
    bottom: 10%;
    right: 10%;
    display: none;
}
.gsxw-1:hover .xwk-jiao{
    background-color: #3a9fd3;
}
.gsxw-1:hover .gsxw-1-bom-1{
    color: #3a9fd3;
}
.gsxw-1:hover .xwkgnimg{
    display: none;
}
.gsxw-1:hover .xwkgnimgb{
    display: block;
}
.gsxw-1a{
    width: 24%;
    margin-right: 0.5%;
    margin-left: 0.5%;
}



/*font-family:"PingFang SC","苹方";*/