﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset 'utf-8';
* {
    margin: 0;
    padding: 0;
    outline: none;
    word-break: break-all;
	vertical-align: top;
	line-height: 1;
}

body {
    /*字体设置*/
    font-size: 16px;
    font-family: "微软雅黑", "Arial", "Microsoft Yahei", sans-serif;
    /* 去掉列表的原点 */
    list-style: none;
    /* 默认鼠标 */
    cursor: default;
    font-style: normal;
    font-weight: 400;
    color: #000;
	overflow-x: hidden;
	vertical-align: top;
}

ul li{
	list-style: none;
}


/*行内块元素*/

input,
img,
select,
button {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom;
    background: none;
    font-size: 16px;
	font-family: "微软雅黑", "Arial", "Microsoft Yahei", sans-serif;
}


/* 改变placeholder颜色 */

input::-webkit-input-placeholder {
    color: #bbc3ca;
}

input::-moz-input-placeholder {
    color: #bbc3ca;
}

input::-ms-input-placeholder {
    color: #bbc3ca;
}

input[type=date]::-webkit-inner-spin-button { visibility: hidden; }


/*行内元素*/

a {
    /*下划线和颜色*/
    text-decoration: none;
    color: #000;
}

textarea {
    /* 边框清零 */
    border: none;
    /* 轮廓线清零 */
    outline: none;
    /* 防止文本域被随意拖拽 */
    resize: none;
    font-family: "微软雅黑", "Arial", "Microsoft Yahei", sans-serif;
}


/*select去处三角*/

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
}

i {
    /*文字样式*/
    font-style: normal;
}

.h2,
.h3,
.h4,
.h5 {
    font-weight: normal;
	line-height: 1.6;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.table .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

table {
    /*边框合并*/
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    overflow-x: hidden;
}


/*引入字体*/

/* @font-face {
    font-family: 'pm';
    src: url('../font/Poppins-Medium.eot');
    src: url('../font/Poppins-Medium.woff') format('woff'), url('../font/Poppins-Medium.ttf') format('truetype'), url('../font/Poppins-Medium.svg') format('svg');
}

@font-face {
    font-family: 'pr';
    src: url('../font/Poppins-Regular.eot');
    src: url('../font/Poppins-Regular.woff') format('woff'), url('../font/Poppins-Regular.ttf') format('truetype'), url('../font/Poppins-Regular.svg') format('svg');
}

@font-face {
    font-family: 'wryhl';
    src: url('../font/yaheilight.ttf');
}

.f-wrl {
    font-family: "wryhl";
}

.f-pr {
    font-family: "pr";
}

.f-pm {
    font-family: "pm";
}

.f-ar {
    font-family: "Arial";
} */


/*自定义class*/

main {
    display: block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.j-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.j-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.a-end{
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.a-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.f-colu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.f-wrap{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.box-sizing {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.w1440 {
    max-width: 1440px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media (max-width: 1500px) {
	.w1440{
		max-width: 1200px;
	}
}

.color {
    color: #00479d;
}

.desc{
	line-height: 1.8;
}

.pr {
    position: relative;
}

.ab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.nowrap1{
	overflow: hidden;
	-o-text-overflow:ellipsis;
	   text-overflow:ellipsis;
	white-space: nowrap;
}
.nowrap2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.nowrap3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.hide{
	display: none;
}
.fl{float: left;}
.fr{float: right;}
.corblue{color: #003a91;}
.corfff{color: #fff;}
.cor999{color: #9a9a9a;}
.cor555{color: #555;}
.cor666{color: #666;}
.cor000{color: #000;}
.font-weight{font-weight: 700;}
.line-sm{line-height: 1.3;}
.line-md{line-height: 1.8;}
.line-lg{line-height: 2;}
.font12{font-size: 12px;}
.font14{font-size: 14px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font24{font-size: 24px;}
.font25{font-size: 25px;}
.font28{font-size: 28px;}
.font30{font-size: 30px;}
.font32{font-size: 32px;}
.font36{font-size: 36px;}
.font40{font-size: 40px;}
.font45{font-size: 45px;}

/* 头部 */
.top .header{
	height: 80px;
}
.top .logo{width: 75px;}
.top .hd-right{width: calc(100% - 75px)}
.top .header nav{margin-left: 60px;}
.top{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	z-index: 15;
	background: #fff;
}
.banner, h3.back {
    margin-top: 60px;
}
.banner .swiper-slide img{width:100%;}
.hd-right nav>ul>li{
	margin-left: 45px;
	position: relative;
}
.hd-right nav>ul>li>a{
	color: #999;
	display: block;
	line-height: 80px;
	position: relative;
}
.hd-right nav>ul>li>a:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 2px;
	background: #003A91;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.hd-right nav>ul>li .drop-down{display: none;position: absolute;left: 50%;width: 120px;transform: translateX(-50%);}
.hd-right nav>ul>li .drop-down>ul{border-top: 1px solid #003a91;width: 100%;padding: 15px 10px;background-color: rgba(162, 162, 162, .5);box-sizing: border-box;box-shadow: 0 5px 5px rgba(0, 0, 0, .38)}
.hd-right nav>ul>li .drop-down>ul>li{padding-bottom: 10px;margin-bottom: 10px;text-align: center;}
.hd-right nav>ul>li .drop-down>ul>li:last-child{border-bottom: 0;padding-bottom: 0;margin-bottom: 0;}
.hd-right nav>ul>li .drop-down>ul>li>a{color: #fff;font-size: 14px;}
.hd-right nav>ul>li .drop-down>ul>li>a:hover{color: #003a91;}
.hd-right nav>ul>li:hover .drop-down{display: block;}
.mobile-btn{
	display: none;
}
.hd-right nav>ul>li:hover>a,.hd-right nav>ul>li.active>a{
	color: #003a91;
}
.hd-right nav>ul>li:hover>a:after,.hd-right nav>ul>li.active>a:after{
	width: 100%;
}
.language a{
	padding-right: 25px;
	margin-right: 25px;
	border-right: solid 1px #b2b2b2;
}
.language a:last-child{
	padding-right: 0;
	margin-right: 0;
	border: 0;
}
.search-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 5;
	display: none;
}
.search-box.active{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.search-box .text{
	display: block;
	width: 300px;
	height: 40px;
	border: solid 1px #999;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 10px;
}
.search-box .submit{
	display: block;
	height: 40px;
	width: 80px;
	color: #fff;
	background: #003A91;
	margin: 0 20px;
}
.search-box .form-close{
	width: 32px;
	cursor: pointer;
}

/* banner */
.banner .swiperbox{position: relative;overflow: hidden;}
.banner .swiperbox img{ margin:0 auto; display:block;}
.banner .txt-swiper{position: absolute; top: 0; right: -100%; width: 41.66667%; transition: all .8s;height: 100%; background: rgba(19,30,51,.6); padding: 9% 5% 0 5%; color: #fff; z-index: 9;}
.banner .txt-swiper.active{
	right: 0;
}
.swiperbox .img-swiper .swiper-slide span{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 10%;
	margin:  auto;
	width: 100px;
    height: 100px;
	z-index: 5;
	display: none;
	background: url(../images/play2.png) no-repeat center;
	cursor: pointer;
}
.swiperbox .img-swiper .swiper-slide:nth-of-type(1) span {
	display: block;
}
.max-video-img {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    /* border: solid 2px #000; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 10px; */
    border-radius: 10px;
    background-color: #fff;
    display: none;
}
.max-video-img .close {
    position: absolute;
    width: 30px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.max-video-img video, .max-video-img .iframe iframe {
    min-width: 1200px;
    max-width: 100%;
    min-height: 500px;
    max-height: 90vh;
}
.banner .txt h2{font-size: 36px; font-weight: normal; margin: 0 0 20px 0;}
.banner .txt p{font-size: 16px; line-height: 1.875;text-align: left;}
.banner .txt p span{
	color: #fff !important;
}
.banner .txt .morebtn{padding-top: 5%;}
.banner .txt .morebtn a{ color: #fff; font-size: 14px;line-height: 36px; border-radius: 36px; }
.banner .txt .morebtn a:hover{ color: #1798ff;}
.banner .navbtn{position: absolute; top: 12%; left: 12%; background: url(../images/sec3_btn.png) no-repeat; background-size: 87px 25px; width: 87px; height: 25px;}
.banner .navbtn>div::after{display: none;}
.banner .navbtn .swiper-button-next{right: 0; width: 13px; height: 25px;background-image: none;}
.banner .navbtn .swiper-button-prev{left: 0; width: 13px; height: 25px;background-image: none;}
.banner .navbtn:hover{ background-image: url(../images/sec3_btn_on.png);}
.banner .bottom-nav{position: absolute; bottom: -325px; left: 50%; transform: translateX(-50%);width: 560px; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; height: 460px; z-index: 10;}
.banner .bottom-nav li{position: absolute;top:10px; color: #fff; text-align: center; font-size: 18px;
width: auto; height: auto; display: block; border-radius: none; background: none;opacity: 1;}
.banner .bottom-nav li .tit{display: block;}
.banner .bottom-nav li .icon{width: 74px; height: 74px; display: block; position: relative; border-radius: 100%; margin-top: 10px;}
.banner .bottom-nav li .icon::before{
	content: "";position: absolute;width: 110%;height: 110%;left: 50%;top: 50%;z-index: 5;
	background: rgba(255,255,255,.6);
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
.banner .bottom-nav li .icon::after{content: ""; position: absolute; top: 0; left: 0; z-index: 7;width: 100%; height:  100%; border-radius: 100%;}
.banner .bottom-nav li.li0 .icon::after{background: #fff url(../images/shipin.png) no-repeat center/30px;}
.banner .bottom-nav li.li1 .icon::after{background: #fff url(../images/jianzhu.png) no-repeat center/30px;}
.banner .bottom-nav li.li2 .icon::after{background: #fff url(../images/zu.png) no-repeat center/30px;}
.banner .bottom-nav .li0{left: 22.5px;}
.banner .bottom-nav .li1{top: -70px; left:43%;}
.banner .bottom-nav .li2{right: 6%;}
.banner .bottom-nav li.swiper-pagination-bullet-active .icon::before{
	animation:mymove 1s infinite linear;
	-webkit-animation:mymove 1s infinite linear; /*Safari and Chrome*/
}
.banner .bottom-nav li.swiper-pagination-bullet-active.li0 .icon::after{background-image: url(../images/shipin_white.png);background-color: #1798ff;}
.banner .bottom-nav li.swiper-pagination-bullet-active.li1 .icon::after{background-image: url(../images/jianzhu_white.png);background-color: #1798ff;}
.banner .bottom-nav li.swiper-pagination-bullet-active.li2 .icon::after{background-image: url(../images/zu_white.png);background-color: #1798ff;}
.banner p{
	font-size: 48px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 8vw;
	width: 100%;
}
.banner p strong{
	display: block;
	font-size: 55px;
}
.pagination-box {
	position: absolute;
	bottom: 13%;
	left: 0;
	width: 100%;
	max-width: 1440px;
	right: 0;
	margin: 0 auto;
	z-index: 5;
}
.pagination-box .swiper-pagination{
	position: static;
}
/*site footer end*/
.morebtn a{ color: #999; display: inline-block;font-size: 16px;line-height: 36px; border-radius: 36px; }
.morebtn a i{display: inline-block;font-style: normal; font-size: 20px; padding-left: 10px;vertical-align: baseline;}
.morebtn a:hover{color: #1798ff;}
.bglayer{position: relative; z-index: 0;overflow: hidden; width: 100%;}
.bglayer::before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(72,99,157,.16); z-index: 1; }

/* .banner p{
	font-size: 48px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 8vw;
	width: 100%;
}
.banner p strong{
	display: block;
	font-size: 55px;
} */
.pagination-box {
	position: absolute;
	bottom: 13%;
	left: 0;
	width: 100%;
	max-width: 1440px;
	right: 0;
	margin: 0 auto;
	z-index: 5;
}
.pagination-box .swiper-pagination{
	position: static;
}
.swiper-nums{
	color: #86888f;
	font-weight: 700;
}
.swiper-nums span.current{
	color: #fff;
}

.pagination-box .swiper-pagination-bullet{
	opacity: 1;
	border:1px solid transparent;
	width:30px;
	height:30px;
	margin:0 5px;
	position:relative;
	background: none;
}
.pagination-box .swiper-pagination-bullet::before{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-6px;
	margin-left:-6px;
	width:12px;
	height:12px;
	border-radius:50%;
	content:'';
	background:#fff;
	box-shadow:0 0 5px #a1a1a1;
}
.pagination-box .swiper-pagination-bullet-active{
	border-color:#fff;
	box-shadow:0 0 5px #a1a1a1;
}
@media(max-width:768px){
  .pagination-box .swiper-pagination-bullet{
    width: 18px;
    height: 18px;
  }
  .pagination-box .swiper-pagination-bullet::before{
    margin-top: -4px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
  }
}




.about-info{
	margin: 10px 0 0 0;
}
.about-info .imgs p{
	display: none;
}
.about-info .imgs p:nth-of-type(1) {
	display: block;
}
.about-btns{
	position: absolute;
	bottom: 0;
	width: 90%;
	max-width: 600px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
	background: url(../images/about_info_bg.png) no-repeat center bottom;
	background-size: 100%;
}
.about-btns ul{
	height: 200px;
}
.about-btns ul li{
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
	cursor: pointer;
}
.about-btns ul li .icon{
	width: 60px;
	height: 60px;
	position: relative;
	margin-bottom: 30px;
}
.about-btns ul li .icon span{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: block;
	position: relative;
	z-index: 10;
}
.about-btns ul li .icon:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 115%;
	height: 115%;
	background: rgba(255,255,255,.5);
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	border-radius: 50%;
	z-index: 5;
}
.about-btns ul li:nth-of-type(2){
	margin: 0 130px;
	margin-bottom: 90px;
}
.about-btns ul li:nth-of-type(1) .icon span{
	background: #fff url(../images/shipin.png) no-repeat center/30px;
}
.about-btns ul li:nth-of-type(2) .icon span{
	background: #fff url(../images/jianzhu.png) no-repeat center/30px;
}
.about-btns ul li:nth-of-type(3) .icon span{
	background: #fff url(../images/zu.png) no-repeat center/30px;
}
.about-btns ul li:nth-of-type(1):hover .icon span,.about-btns ul li:nth-of-type(1).active .icon span{
	background: #1798ff url(../images/shipin_white.png) no-repeat center/30px;
}
.about-btns ul li:nth-of-type(2):hover .icon span,.about-btns ul li:nth-of-type(2).active .icon span{
	background: #1798ff url(../images/jianzhu_white.png) no-repeat center/30px;
}
.about-btns ul li:nth-of-type(3):hover .icon span,.about-btns ul li:nth-of-type(3).active .icon span{
	background: #1798ff url(../images/zu_white.png) no-repeat center/30px;
}
.about-btns ul li:hover .icon:after,.about-btns ul li.active .icon:after{
	animation:mymove 1s infinite linear;
	-webkit-animation:mymove 1s infinite linear; /*Safari and Chrome*/
}

@keyframes mymove
{
from {background: rgba(23,152,255,.5);width: 115%;height: 115%;}
to {background: rgba(23,152,255,0);width: 150%;height: 150%;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {background: rgba(23,152,255,.5);width: 115%;height: 115%;}
to {background: rgba(23,152,255,0);width: 150%;height: 150%;}
}
.hot-produce ul li a{
	z-index: 10;
}
.hot-produce ul li .txt{
	position: absolute;
	z-index: 5;
	text-align: center;
	width: 100%;
	top: 14%;
	left: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.hot-produce ul li:nth-of-type(2) .txt{
	left: inherit;
	left: initial;
	right: 0;
	max-width: 675px;
	padding-right: 50px;
	text-align: left;
	top: 23%;
}
.hot-produce ul li:nth-of-type(2) .txt p:nth-of-type(1) {
	color: #555;
}
.hot-produce ul li .txt h4{
	margin: 40px 0 20px;
}
.hot-produce ul li .more{
	margin-top: 35px;
}
.more{
	color: #1798ff;
}
.hot-produce ul li .more a{color: #1798ff;}
.recommend-produce ul{
	margin: 0 5px;
	margin-bottom: 10px;
}
.recommend-produce ul li{
	width: 50%;
	padding: 0 5px;
	margin-top: 10px;
}
.recommend-produce ul li .content{
	overflow: hidden;
	background: #f1f1f1;text-align: center;
}
.recommend-produce ul li .content .Ispic{
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding-bottom: 123.405%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.recommend-produce ul li .content img{
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	max-height:580px;
}
.recommend-produce ul li:hover img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.recommend-produce ul li .txt{
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	z-index: 5;
	width: 90%;
	margin: 0 auto;
}
.recommend-produce ul li .more{
	margin-top: 25px;
}

/* 底部 */
footer{
	background-color: #222;
	position: relative;
	z-index: 5;
}
.footer-main{
	padding: 60px 0;
}
.footer-main .left-nav dl{
	margin-right: 130px;
}
.footer-main .left-nav dl:last-child{
	margin-right: 0;
}
.footer-main .left-nav dl dt{
	color: #fff;
}
.footer-main .left-nav dl dd{
	margin-top: 25px;
}
.footer-main .left-nav dl dd a,.footer-main .codes p,.copyright,.copyright a{
	color: rgba(255,255,255,.5);
}
.footer-main .left-nav dl dd a[href]:hover{
	color: #fff;
	text-decoration: underline;
}
.footer-main .codes p{
	text-align: center;
}
.footer-main .codes p img{
	display: block;
	margin-bottom: 20px;
}
.footer-main .codes p:nth-of-type(1){
	margin-right: 40px;
}
.copyright .content{
	height: 60px;
}
.copyright .content a{color: #48a2d2;}
.copyright .content a:hover{color:#225ca5;}
.copyright .gaba{text-align: center;padding-bottom: 30px;}
.copyright{
	border-top: solid 1px rgba(255,255,255,.2);
}
.copyright a{
	margin-left: 20px;
}
.copyright ul li{
	margin-left: 20px;
}
.copyright ul li:first-child{
	margin-left: 0;
}


/* 集团概况 */
.menu{
	border-bottom: solid 1px #e5e5e5;
}
.menu ul li{
	width: 16.66%;
}
.menu ul li a{
	display: block;
	line-height: 45px;
	color: #999;
	text-align: center;
}
.menu ul li:hover a,.menu ul li.active a{
	color: #fff;
	background: #004898;
}
.title {
	margin-bottom: 35px;
}
.title h4{
	margin-top: 10px;
}
.company-introduction{
	margin: 110px 0;
}
.company-introduction .desc{
	text-align: justify;
}
.right-en{
	width: 350px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 125px;
}
.corporate-culture{
	margin-bottom: 80px;
}
.corporate-culture .cultrye-left{
	width: 69%;
	margin-top: -30px;
}
.corporate-culture .cultrye-left dl{
	width: 33.33%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 10px;
	margin-top: 50px;
}
.corporate-culture .cultrye-left dl dd{
	margin-top: 15px;
}
.company-content{
	background: url(../images/culture_bg.png) no-repeat right bottom/51%;
}
.corporate-culture .right-en{
	padding-top: 100px;
}

/* 创始人致辞 */
.justify{
	text-align: justify;
}
.founder-content{
	background: url(../images/founder_bg.jpg) no-repeat 50%/cover;
}
.founder-content .avter{
	padding: 100px 0 370px;
	background: url(../images/founder_avter.png) no-repeat 94% 125px/44%;
}
.founder-content .content{
	max-width: 900px;
}
.founder-content .content > h3{
	margin-bottom: 30px;
}
.founder-content .content .name{
	margin-top: 80px;
}

/* 发展历程 */
.course-content{
	padding: 100px 0;
}
.course-years ul li .img{
	width: 55%;
padding-left: 5%;
}
.course-years ul li .txt{
	width: 45%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 10%;
}
.course-years ul li .txt p{
	margin-top: 10px;
line-height:26px;
text-align:justify;
}
.course-years ul li h3{
	font-size: 130px;
	color: transparent;
	text-shadow: #ccc 0 0 20px;
}
.course-top .nums{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.course-top .nums .swiper-pagination-current{color: #000;}
.course-years ul li{
	display: none;
}
.course-years ul li.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.year-content{
	border-top: solid 1px #e9e9e9;
	margin-top: 100px;
}
.year-content .content{
	width: calc(100% - 100px);
	margin: 0 auto;
	margin-top: -3px;
}
.year-content .swiper-slide{
	text-align: center;
	color: #909090;
	font-weight: 700;
	cursor: pointer;
}
.year-content .swiper-slide p{
	position: relative;
	z-index: 5;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #909090;
}
.year-content .swiper-slide .line{
	position: absolute;
	left: 50%;
	top: 2px;
	width: 0;
	height: 1px;
	background: #004087;
}
.year-content .swiper-slide .line.on{
    animation: test 3s  ease-in 0s 1 alternate forwards;
}
@keyframes test{
    0%{width: 0%}
    100%{width: 100%;}
}
.year-content .btn{
	width: 50px;
	position: absolute;
	height: 50px;
	border-radius: 50%;
	z-index: 5;
	top: -22px;
	cursor: pointer;
}
.year-content .prev-btn{
	background: #e9e9e9 url(../images/prev.png) no-repeat center;
	left: 0;
}
.year-content .next-btn{
	background: #e9e9e9 url(../images/next.png) no-repeat center;
	right: 0;
}
.year-content .prev-btn:hover{
	background: #004898 url(../images/prev_white.png) no-repeat center;
}
.year-content .next-btn:hover{
	background: #004898 url(../images/next_white.png) no-repeat center;
}

/* 开能荣誉 */
.honor-content{
	background: #f9f9f9;
	padding: 100px 0;
}
.honor-content ul{
	margin: 0 -25px;
	margin-top: -60px;
}
.honor-content ul li{
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 33.33%;
	margin-top: 60px;
}
.honor-content ul li a{
	display: block;
}
.honor-content ul li img{
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.honor-content ul li:hover img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.honor-content ul li .content{
	padding: 20px;
	padding-bottom: 0;
	background: #fff;
}
.honor-content ul li .content p{
	text-align: center;
	height: 80px;
}
.honor-top{
	padding: 100px 0;
}
@media (min-width:1025px) {
	.honor-top .swiper-pagination{text-align: right;}
}

/* .mobile-swiper{
	display: none;
} */
.honor-top .item{width: 100%;justify-content: space-between;}
.honor-top .item .txt{
	/* width: 420px; */
	padding:  20px;
	background: #fff;flex: 1;
}
.honor-top .item .txt h3{
	letter-spacing: 2px;
	margin-top: -5vw;
}
.honor-top .item .img{
	width:56%;flex-shrink: 0;
	background: url(../images/honorbg.jpg) repeat-x left top;background-size: auto 100%;
}
.honor-top .item .img .Ispic{
	background-position: center center;
	background-size: auto 100%;
	padding-bottom: 56.328%;
	background-repeat: no-repeat;
}
.honor-top .poster-main{
	height: 450px;
}
.honor-top .w1440{
	overflow: hidden;
	padding: 0 0 20px 0;
}
.poster-main .poster-list .poster-item.active{
			z-index: 20!important;padding-right: 20px;
}

.poster-main .poster-list .poster-item:not(.active) .txt{opacity: 0;}

/*轮播样式ʽ*/
.poster_box {
  overflow: hidden;
  margin: 30px 20px
}
.poster_box h2 {
  font-size: 30px;
  color: #015293;
  font-weight: bold;
  text-align: center;
}
.poster_box h3 {
  font-size: 16px;
  color: #015293;
  margin: 10px 0 35px;
  text-align: center;
}
.poster-main {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.poster-main img {
    display: block;
}

.poster-main a, .poster-main img {
  display: block;
  width: 100%;
  height: 100%;
}
.poster-main img {}
.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}
.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
.poster-main .poster-list .poster-item .item {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 5px 20px #ece4e4;
          box-shadow: 0 5px 20px #ece4e4;
		  /* left: -20px; */
}
.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  -webkit-filter: opacity(.5) brightness(1);
          filter: opacity(.5) brightness(1);
  display: none;
}
.poster-main .poster-btn:hover {
  -webkit-filter: opacity(1) brightness(2);
          filter: opacity(1) brightness(2);
}
.poster-main .poster-prev-btn {
  left: 0;
  background: url(left.png) no-repeat center center;
}
.poster-main .poster-next-btn {
  right: 0;
  background: url(right.png) no-repeat center center;
}
.poster-item-title {
 background:rgba(42, 42, 42, 0.8) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
filter:Alpha(opacity=80); background:#2a2a2a;

  color: #FFF;
  width: 100%;
  height: 52px;
  line-height: 52px;
  position: absolute;
  bottom: 0;
  text-indent: 29px
}
.lunbo_btn {
      height: 15px;
      margin: 0px auto;
      position: absolute;
      z-index: 30;
      bottom: 33%;
      right: 22%;
}
.lunbo_btn li {
 width: 8px;
     height: 8px;
     display: inline-block;
     background-color: #b4b5b7;
     border-radius: 50%;
     margin: 0px 2px;
     cursor: pointer;
}
.lunbo_btn li.poster-btn-active,.mobile-swiper .swiper-pagination-bullet-active {
  background-color: #0b518a;
}

/* 分页 */
/*pages*/

.Pages{ margin-top: 4.57%; font-size: 0; text-align: center; }
.Pages a{ display: inline-block; padding: 0 15px; height: 40px; line-height: 40px; font-size: 14px; color: #999; border: 1px solid #ececec; transition: 0.4s ease;box-sizing: border-box;}
.Pages a.a_first{ margin-right: 10px; }
.Pages a.a_end{ margin-left: 10px; }
.Pages a.anum{ font-family: 'Arial'; }
.Pages a.a_cur,.pages a:hover{ background-color: #004898; color: #fff; border: 1px solid #004898; }
.Pages .num{ display: inline-block; margin: 0 10px; }
.Pages .num a{margin-right: 10px;}
.Pages .num a:last-child{ margin-right: 0; }
.Pages .num .anum{ margin-right: 10px; }
.Pages .num .anum:last-child{ margin-right: 0; }
.Pages .f1{ font-size: 14px; margin: 0 10px; color: #666; line-height: 42px; }
.Pages .i_text{ display: inline-block; height: 40px; width: 80px; border: 1px solid #edecec; vertical-align: middle; }
.Pages .i_button{ margin-left: 10px; padding: 0 15px; height: 42px; font-size: 14px; color: #666; border: 1px solid #edecec; }
.Pages .a_prev,.pages .a_next{ width: 88px; box-sizing: border-box; }
.Pages .i_button { position:relative; top:5px; width:32px; height:20px; cursor:pointer; border:none; background:url(page_goto.jpg) no-repeat;}

/*pages end*/

/* 培训中心 */
.train-content{
	padding: 100px 0;
	background: #f9f9f9;
}
.top-train{
	background: #fff;
	-webkit-box-shadow:  0 0 10px #ccc;
	        box-shadow:  0 0 10px #ccc;
	overflow: hidden;
}
.top-train .img{
	width: 56%;
}
.top-train .img img{
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.top-train:hover .img img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.top-train .txt{
	position: relative;
	z-index: 5;
	background: #fff;
	width: 44%;
	padding: 50px 40px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.top-train .txt h3{
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: solid 1px #e5e5e5;
}
.top-train .txt .time{margin-top: 27%;}
.time img{
	margin-right: 10px;
}
.train-list ul{
	margin: 0 -20px;
}
.train-list ul li{
	width: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 20px;
	margin-top: 40px;
}
.train-list ul li .txt{
	padding: 40px 20px;
	position: relative;
	z-index: 5;
}
.train-list ul li .txt h3{
	margin-bottom: 20px;
	min-height: 80px;
}
.train-list ul li .content{
	-webkit-box-shadow:  0 0 5px #eee;
	        box-shadow:  0 0 5px #eee;
	background: #fff;
	overflow: hidden;
	height: 100%;
}
.train-list ul li img{
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.train-list ul li:hover img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

/* 产品列表页 */
.product-container{
	background: #f9f9f9;
}
.product-menu{
	border-bottom: solid 1px #f2f2f2;
	height: 80px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.product-menu ul li{
	padding-right: 80px;
}
.product-menu ul li a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #004087;
	display: none;
}
.product-menu ul li a{
	color: #999;
	display: block;
	line-height: 79px;
	position: relative;
}
.product-menu ul li dd a{
	position: absolute;
}
.product-menu ul li:hover>a,.product-menu ul li.active>a{
	font-weight: 700;
	color: #004087;
}
.product-menu ul li:hover>a:after,.product-menu ul li.active>a:after{
	display: block;
}
.product-menu ul dl{
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: 200px;
	background: #f9f9f9;
	text-align: center;
	line-height: 200px;
	display: none;
}
.product-menu ul dl dd{
	text-align: center;
	color: #999;
	margin: 0 40px;
	display: inline-block;
	vertical-align: middle;
}
.product-menu ul dl dd p{
	padding-bottom: 20px;
}
.product-menu ul dl dd:hover p img{
	display: none;
}
.product-menu ul dl dd:hover p img.hide{
	display: inline-block;
}
.product-menu ul dl dd:hover{
	color: #004087;
}
.product-list{
	padding: 100px 0;
	background: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product-list.active{
	margin-top: 200px;
}
.product-list .recommend-produce ul{
	margin: 0 -7px;
	margin-top: -15px;
}
.product-list .recommend-produce ul li{
	width: 33.33%;
	padding: 0 7px;
	margin-top: 15px;
}
.product-list .recommend-produce ul li:hover img{
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}
.product-list .recommend-produce ul li .detail-console{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: none;
}
.detail-console h3{
	margin-top: -170px;
}
.detail-console h3:after{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: rgba(255,255,255,.6);
	margin: 20px auto 30px;
}
.detail-console .more{
	position: absolute;
	left: 0;
	bottom: 13%;
	width: 100%;
	color: #fff;
	text-align: center;
}
.detail-console .console-content{
	background: rgba(9,42,79,.9);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 50px;
}
.product-list .recommend-produce ul li:hover .detail-console{
	opacity: 1;
}
.product-list .list{max-width: 1200px;margin: auto;}
.product-list .list ul{ font-size: 0; }
.product-list .list ul li{ position: relative; display: inline-block; margin-top: 0;width: 31.25%; margin-right: 3.125%; margin-bottom: 3.125%; padding: 3.75% 2%; background-color: #f8f8f8; box-sizing: border-box; }
.product-list .list ul li:nth-of-type(3n){ margin-right: 0; }
.product-list .list ul li .img img{ width: 100%}
.product-list .list ul li .title{ margin-top: 20px; font-size: 20px; color: #666666; text-align: center; }
.product-list.product-items .list ul li .title{margin: 20px 0 0 0;font-size: 16px;}
/* 产品详情页 */
.pro-detail-top{
	background: #fff;
	padding-bottom: 80px;
}
h3.back{
	height: 145px;
}
h3.back img{margin-right: 20px;}
.pro-detail-top .left-tab{
	width: 43%;
	position: relative;
}
.pro-detail-top .left-tab .swiper-slide{
	text-align: center;
	/* height: 420px;
	line-height: 420px; */
	vertical-align: middle;
    overflow: hidden;
}
.pro-detail-top .left-tab .swiper-slide .play{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 99;}
.pro-detail-top .left-tab .swiper-slide .play .playBtn{width:60px;height: 60px;background:url(../images/play.png) no-repeat;background-size: contain;display: block;margin: 0 auto;}
.pro-detail-top .left-tab .swiper-slide .videoBox{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: none;z-index: 99;}
.pro-detail-top .left-tab .swiper-slide .videoBox .closBtn{width: 21px;height: 21px;display: block;position: absolute;top: 25px;right:25px;background:url(../images/col.png) no-repeat;background-size: contain;z-index: 99;transition:.3s;}
.pro-detail-top .left-tab .swiper-slide .videoBox .closBtn:hover{transform: rotate(90deg);}
.pro-detail-top .left-tab .swiper-slide .videoBox video{width: 100%;height: 100%;background-color:rgba(0,0,0,.9);}
.pro-detail-top .right-txt{
	width: 51%;
}
.pro-detail-top .right-txt>p{
	margin-top: 20px;
}
.pro-detail-top .right-txt ul{
	padding: 50px 0;
	margin-top: 35px;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}
.pro-detail-top .right-txt ul li{
	list-style-type: disc;
	color: #a0a0a0;
	margin-bottom: 20px;
	margin-left: 20px;
}
.pro-detail-top .right-txt ul li:last-child{
	margin-bottom: 0;
}
.pro-detail-top .right-txt ul li span{
	color: #333;
}
.pro-detail-top .swiper-pagination{
	position: static;
	margin-top: 50px;
}
@media(max-width:768px){
  .pro-detail-top .swiper-pagination {
    margin-top: 12px;
  }
}
.pro-detail-top  .swiper-pagination-bullet{
	width: 30px;
	height: 3px;
	opacity: 1;
	border-radius: 0;
	background: #dcdcdc;
	margin: 0 10px;
}
.pro-detail-top .swiper-pagination-bullet-active{
	background: #000;
}
.pro-detail-top .left-tab .next,
.pro-detail-top .left-tab .prev{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 5;
	cursor: pointer;
}
.pro-detail-top .left-tab .next{
	right: -25px;
	background: url(../images/next.png) no-repeat center;
}
.pro-detail-top .left-tab .prev{
	left: -25px;
	background: url(../images/prev.png) no-repeat center;
}
.p-detail-container .content > img{
	width: 100%;
}
.pro-table{
	padding: 80px 0 100px;
}
.pro-table tr th,.pro-table tr td{
	text-align: center;
	vertical-align: middle;
}
.pro-table tr th{
	height: 40px;
	font-size: 14px;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}
.pro-table .table{max-width: 950px;width: 100%;margin: auto;}
.pro-table tr{border-bottom: solid 1px #e5e5e5;}
.pro-table tr td{
	height: 25px;
	border-right: solid 1px #e5e5e5;
	font-size: 14px;
	color: #333333;
}
.pro-table tr td:last-child{border-right: 0;}
/* .pro-table tr td:last-child{
	border-right: 0;
} */
.pro-table p{
	margin-top: 25px;
}

/* 设计研发 */
.design-content{
	background: #f9f9f9;
	padding-bottom: 80px;
}
.design-top{
	padding: 110px 0 100px;
	background: #fff;
}
.design-top .img{
	width: 500px;
}
.design-top .txt{
	width: calc(100% - 500px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 6.8vw;
}
.design-top .title{
	margin-bottom: 90px;
}
.design-cma{
	padding: 100px 0 150px;
	background: url(../images/design_bg.png) no-repeat left bottom/45%;
}
.design-cma .img{
	width: 60%;
}
.design-cma .txt{
	width: 40%;
	height: 800px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;
	border-top: solid 7px #004087;
	padding: 0 3vw;
}
.design-cma .img > h3{
	font-size: 60px;
	padding: 70px 0 30px;
}
.design-cma .img .swiper-pagination{
	text-align: left;
	bottom: 30px;
	text-indent: 80px;
}
.design-cma .img .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.design-cma .img .swiper-pagination-bullet-active{
	background: #a0a0a0;
}

/* 智能制造 */
.manufacture-pics{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.manufacture-pics ul li{
	height: 90vh;
	width: 33.33%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-right: solid 1px #d5d4d6;
	background: rgba(0,72,152,.1);
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.manufacture-pics ul li .icon{
	width: 120px;
	height: 120px;
	background: rgba(255,255,255,.1);
	border-radius: 50%;
}
.manufacture-pics ul li .icon img{
	max-width: 80%;
}
.manufacture-pics ul li:last-child{
	border-right: 0;
}
.manufacture-pics ul li h3{
	margin: 15px 0;
}
.m-more{
	display: block;
	width: 145px;
	height: 45px;
	border-radius: 45px;
	border: solid 1px #fff;
	color: #fff;
	text-align: center;
	line-height: 45px;
	margin-top: 40px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.manufacture-pics ul li:hover{
	background: rgba(0,72,152,.3);
	width: 50%;
}
.manufacture-pics ul li:hover .icon{
	background: rgba(255,255,255,.3);
}
.manufacture-pics ul li:hover .m-more{
	background: #fff;
	color: #333;
}
.manufacture-list{
	padding: 50px;
	background: #f9f9f9;
	padding-bottom: 130px;
}
.manufacture-list ul{
	margin: 0 -50px;
	margin-top: -100px;
}
.manufacture-list ul li{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 50px;
	margin-top: 100px;
	width: 33.33%;

}
.manufacture-list ul li img{
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.manufacture-list ul li .content{
	background: #fff;
	height: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
}
.manufacture-list ul li .content .txt{
	padding: 50px 60px;
}
.manufacture-list ul li .content h4{
	margin: 15px 0 25px;
}
.manufacture-list ul li .content p{
	padding-top: 25px;
	border-top: solid 1px #a0a0a0;
}
.manufacture-list ul li:hover img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.manufacture-list ul li:hover .content{
	-webkit-box-shadow: 0 0 10px #ccc;
	        box-shadow: 0 0 10px #ccc;
	-webkit-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	        transform: translateY(-10px);
}

/* 一站式服务 */
.server-list ul li{
	margin-bottom: 5px;
}
.server-list ul li .txt{
	position: absolute;
	left: 6.8%;
	top: 15.2%;
	width: 90%;
	max-width: 575px;
	z-index: 5;
	color: #fff;
}

/* 专利认证 */
.patent-topTab{
	padding: 80px 100px 100px;
	background: #f9f9f9;
}
.swiper-tab .swiper-slide{
	height: 560px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.swiper-tab .swiper-slide .txt{
	background: #fff;
	text-align: center;
	width: 100%;
	padding: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.swiper-tab .swiper-slide .txt img{
	max-width: 185px;
	margin-bottom: 40px;
}
.swiper-tab .swiper-slide .txt p{
	color: #999;
}
.swiper-tab .swiper-slide.swiper-slide-active .txt{
	-webkit-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	        transform: scale(1.3);
}
.swiper-tab .swiper-slide.swiper-slide-active .txt p{
	color: #004087;
}
.patent-topTab .links{
	margin-bottom: 70px;
}
.patent-topTab .links a{
	display: block;
	margin: 0 50px;
	color: #666;
	padding-bottom: 10px;
	border-bottom: solid 2px transparent;
}
.patent-topTab .links a.active,.patent-topTab .links a:hover{
	color: #004087;
	font-weight: 700;
	border-color: #004087;
}
.swiper-tab .next,.swiper-tab .prev{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
}
.swiper-tab .next{
	right: 28%;
	background: #e9e9e9 url(../images/next.png) no-repeat center;
}
.swiper-tab .prev{
	left: 28%;
	background: #e9e9e9 url(../images/prev.png) no-repeat center;
}
.swiper-tab .next:hover{
	background: #004087 url(../images/next_white.png) no-repeat center;
}
.swiper-tab .prev:hover{
	background: #004087 url(../images/prev_white.png) no-repeat center;
}
.patent-list{
	padding: 140px 0 100px;
}
.patent-list ul{
	margin: 0 -20px;
	margin-top: -40px;
}
.patent-list ul li{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 20px;
	margin-top: 40px;
	width: 25%;
}
.patent-list ul li .txt{
	background: #f9f9f9;
	padding: 40px;
	padding-bottom: 25px;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.patent-list ul li .txt:hover{
	-webkit-box-shadow: 0 0 15px #ddd;
	        box-shadow: 0 0 15px #ddd;
}
.patent-list ul li .txt img{
	max-width: 180px;
	margin-bottom: 25px;
}
.fancybox-close::before, .fancybox-close::after{
	background: #333;
}

/* 新闻中心 */
.news-list .train-list ul li{
	width: 33.33%;
}
.n-detail .content{
	min-height: 400px;
}
.n-detail > h3{
	text-align: center;
}
.n-detail .time{
	border-bottom: solid 1px #e5e5e5;
	margin: 30px 0 50px;
	padding-bottom: 30px;
}
.n-detail .content *{
	line-height: 2;
}
.page-detail a{
	display: block;
	width: 49%;
	height: 45px;
	line-height: 43px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: solid 1px #e5e5e5;
	padding: 0 10px;
}
.page-detail a:hover{
	border-color: #004087;
	color: #004087;
}

/* 园区景点 */
.scenic-list .train-list ul li{
	margin-top: 80px;
}
.scenic-list .train-list ul li .txt h3{
	min-height: 1px;
}
.scenic-list .train-list ul li .txt{
	padding-bottom: 60px;
}

/* 企业招聘 */
.join-content{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
.join-content .content{
	width: 100%;
	padding-bottom: 11.3%;
}
.join-content .title h3,.join-content .title h4{
	color: #fff;
}
/* .join-content .title h4{
	opacity: .7;
} */

.join-content ul li{
	color: #fff;
	margin-right: 100px;
}
.join-content ul li p{
	margin-bottom: 20px;
}
.join-content ul li p:last-child{
	margin-bottom: 0;
}
.join-content ul li:last-child{
	margin-right: 0;
}
.join-content ul li img{
	margin-right: 10px;
}
.scenic-top .videos{
	position: relative;
	background: #333;
	height: 69vh;
	overflow: hidden;
}
.scenic-top .videos p{
	height: 69vh;
	position: relative;
	z-index: 7;
}

.scenic-top .videos p span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: url(../images/play.png) no-repeat center/50px;
	cursor: pointer;
}

.scenic-top .videos video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #333;
	z-index: 3;
}

/********* 响应式 ***********/

/* 1500 */
@media (max-width: 1500px) {
	.pagination-box{
		max-width: 1200px;
	}
	.banner p{
		font-size: 35px;
	}
	.banner p strong{
		font-size: 45px;
	}
	.font45{
		font-size: 35px;
	}
	.font32{
		font-size: 25px;
	}
	.font18,body{
		font-size: 14px;
	}
	.hot-produce ul li:nth-of-type(2) .txt{
		max-width: 38vw;
	}
	.recommend-produce ul li .txt{
		top: 20px;
	}
	.founder-content .content{
		max-width: 60%;
	}
	.founder-content .avter{
		padding-bottom: 200px;
	}
}

.mobile-company{
	display: none;
}

.mobile-company ul li{
	margin-top: 10px;
}

.mobile-company ul li .content{
	padding: 15px;
	background: #f1f1f1;
	text-align: justify;
	line-height: 1.5;
}

.mobile-company ul li .content h3:after{
	content: "";
	width: 60px;
	height: 2px;
	background: #666;
	margin: 10px 0 20px;
	display: block;
}

.mobile-company ul li .img{
	position: relative;
}

.mobile-company ul li .img span{
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/play2.png) no-repeat center/100%;
	width: 50px;
	height: 50px;
	transform: translate(-50%,-50%);
	z-index: 5;
	display: none;
}

.mobile-company ul li:nth-of-type(1) .content h3:after{
	margin-bottom: 0;
}


@media (max-width: 1440px){
	.hd-right nav>ul>li{margin-left: 35px;}
}
/* 1200 */
@media (max-width: 1200px) {
	.mobile-company{
		display: block;
	}
	.w1440,.pagination-box{
		width: 95%;
	}
	.swiper-nums,.honor-top .poster-main,.design-top .img,.swiper-tab .next, .swiper-tab .prev,
	.banner.banner02{
		display: none;
	}
	.pagination-box{
		bottom: 10px;
		justify-content: center;
	}
	.pagination-box .swiper-pagination-bullet{
		margin: 0 5px;
	}
	.banner p,.font45,.font36,.font40{
		font-size: 25px;
	}
	.font16{
		font-size: 14px;
	}
	.title{
		margin-bottom: 20px;
	}
	.banner p strong{
		font-size: 35px;
	}
	.font32{
		font-size: 20px;
	}
	.hot-produce ul li .txt h4{
		margin: 20px 0 10px;
	}
	.about-btns{
		max-width: 500px;
	}
	.about-btns ul li,.about-btns ul li .icon{
		margin-bottom: 15px;
	}
	.hot-produce ul li .more{
		margin-top: 20px;
	}
	.hot-produce ul li .txt{
		top: 10%;
	}
	.hot-produce ul li:nth-of-type(2) .txt{
		top: 15%;
	}
	.recommend-produce ul li .content{
		padding-top: 40px;
	}
	.footer-main,.mobile-btn,.mobile-swiper,.design-cma .w1440>.d-flex,.scenic-top .top-train{
		display: block;
	}
	.footer-main .left-nav dl dd{
		margin-top: 10px;
	}
	.footer-main .left-nav{
		justify-content: space-between;
	}
	.footer-main .left-nav dl{
		margin-right: 0;
		margin-bottom: 25px;
	}
	footer .codes{
		justify-content: center;
	}
	.copyright .content{
		padding: 15px 0;
		height: auto;
		flex-direction: column;
	}
	.copyright .content ul{
		margin-top: 10px;
	}
	.footer-main .codes p img{
		width: 80px;
	}
	.footer-main{
		padding: 20px 0;
	}
	.top{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 60px;
		z-index: 15;
		background: #fff;
	}
	.top .header{
		height: 60px;
	}
	.font24{
		font-size: 18px;
	}
	.banner,h3.back{
		margin-top: 60px;
	}
	.mobile-btn{
		margin-left: 20px;
	}
	.mobile-btn img{
		max-width: 35px;
	}
	nav{
		position: absolute;
		width: 100%;
		top: 100%;
		left: 0;
		background: #fff;
		border-top: solid 1px #e5e5e5;
		box-shadow: 0 5px 10px #ccc;
		display: none;
		margin-right: 0;
	}
	.hd-right nav>ul{
		display: block;
	}
	.hd-right nav>ul>li{
		text-align: center;
		margin-left: 0;
	}
	.hd-right nav>ul>li>a{
		line-height: 50px;
	}
	.hd-right nav>ul>li .drop-down{display: none !important;}
	.founder-content .avter{
		background-position: center 50px;
		padding-top: 58vw;
		padding-bottom: 100px;
	}
	.founder-content .content{
		max-width: 100%;
		text-align: center;
	}
	.honor-top,.honor-content,.train-content,.product-list,.pro-table,.design-top,.design-cma,.manufacture-list,
	.patent-list{
		padding: 50px 0;
	}
	.honor-content ul li{
		padding: 0 10px;
		margin-top: 40px;
	}
	.honor-content ul{
		margin: 0 -10px;
		margin-top: -40px;
	}
	.Pages{
		margin-top: 50px;
	}
	.detail-console h3{
		margin-top: -5vw;
	}
	h3.back{
		height: 80px;
	}
	.design-top .txt{
		width: 100%;
		padding-left: 0;
	}
	.design-top .title{
		margin-bottom: 30px;
	}
	.design-cma .img,.design-cma .txt{
		width: 100%;
	}
	.design-cma .txt{
		height: auto;
		padding: 20px;
	}
	.design-cma .img > h3{
		font-size: 40px;
		padding: 20px 0;
	}
	.manufacture-list ul li .content .txt{
		padding: 20px;
	}
	.design-content{
		padding-bottom: 50px;
	}
	.manufacture-list ul li{
		padding: 0 10px;
		width: 50%;
		margin-top: 20px;
	}
	.manufacture-list{
		width: 95%;
		margin: 0 auto;
	}
	.manufacture-list ul{
		margin: 0 -10px;
		margin-top: -20px;
	}
	.patent-topTab{
		padding: 50px 2.5%;
	}
	.patent-topTab .links{
		margin-bottom: 20px;
	}
	.swiper-tab .swiper-slide.swiper-slide-active .txt{
		transform: scale(1.2);
	}
	.patent-list ul li{
		width: 50%;
		padding: 0 10px;
		margin-top: 20px;
	}
	.patent-list ul{
		margin: 0 -10px;
		margin-top: -20px;
	}
	.swiper-tab .swiper-slide .txt{
		padding: 10px;
	}
	.swiper-tab .swiper-slide .txt img,.patent-list ul li .txt img{
		max-width: 100%;
	}
	.news-list .train-list ul li{
		width: 50%;
	}
	.menu .w1440,.top-train .img,.top-train .txt{
		width: 100%;
	}
	.top-train .txt{
		padding: 20px;
	}
	.scenic-list .train-list ul li .txt{
		padding-bottom: 20px;
	}
	.scenic-list .train-list ul li{
		margin-top: 50px;
	}
	.join-content{
		height: 500px;
		margin-top: 60px;
	}
}


/* 800 */
@media (max-width: 800px) {
	.about-info .imgs p img,.course-top .nums,.year-content .content,.right-en{
		display: none;
	}
	.about-info .imgs p{
		height: 350px;
	}
	.course-years ul li.active,.train-content .top-train,.pro-detail-top .pro-detail-tab{
		display: block;
	}
	.course-years ul li .txt,.course-years ul li .img,.corporate-culture .cultrye-left,
	.top-train .img,.top-train .txt,.pro-detail-top .left-tab,.pro-detail-top .right-txt,
	.page-detail a{
		width: 100%;
	}
	.page-detail a{
		margin: 5px 0;
	}
	.top-train .txt{
		padding: 20px;
	}
	.course-years ul li .txt{
		padding: 30px 0;
	}
	.year-content{
		border-top: 0;
		margin-top: 30px;
	}
	.year-content .btn{
		width: 50%;
		border-radius: 0;
	}
	.year-content .prev-btn{
		background-color: #ccc;
	}
	.font22{
		font-size: 16px;
	}
	.honor-top .item .img{
		width: calc(100% - 300px);
	}
	.honor-top .item .txt{
		width: 300px;
		padding: 10px;
	}
	.honor-content ul li,.product-list .recommend-produce ul li{
		width: 50%;
	}
	.font30{
		font-size: 22px;
	}
	.top-train .txt .time{
		margin-top: 20px;
	}
	.train-list ul li .txt,.pro-detail-top .right-txt{
		padding: 20px;
	}
	.train-list ul{
		margin: 0 -10px;
	}
	.train-list ul li{
		padding: 0 10px;
	}
	.product-menu ul li{
		padding-right: 40px;
	}
	.detail-console .console-content{
		padding: 0 10px;
	}
	.detail-console p{
		height: 55px;
		overflow: hidden;
	}
	.detail-console .more{
		position: static;
	}
	.detail-console h3:after{
		margin: 10px auto;
	}
	.product-menu{
		height: 60px;
	}
	.product-menu ul li a{
		line-height: 59px;
	}
	.product-menu ul dl dd{
		margin: 0 20px;
	}
	.pro-detail-top .right-txt ul{
		padding: 25px 0;
	}
	.pro-detail-top .right-txt h3{
		margin-bottom: 10px;
	}
	.pro-table tr th, .pro-table tr td{
		padding: 5px;
		line-height: 1.5;
		font-size: 14px;
	}
	.server-list ul li .txt{
		position: static;
		padding: 20px;
		max-width: 100%;
	}
	.page-detail{
		flex-direction: column;
	}
}

/* 640 */
@media (max-width: 640px) {
	.banner .swiper-slide img,.hot-produce ul li img{
		/* display: none; */
	}
	.banner .swiper-slide{
		/* height: 350px; */
	}
	.banner p{
		font-size: 20px;
		box-sizing: border-box;
		padding: 0 5vw;
		top: 28%;
	}
	.banner p strong{
		font-size: 28px;
		line-height: 1.5;
	}
	.about-btns{
		max-width: 100%;
		width: 85%;
		bottom: 21%;
		background: none;
	}
	.about-btns ul{
		justify-content: space-between;
		width: 100%;
	}
	.about-btns ul li:nth-of-type(2){
		margin: 0;
		margin-bottom: 90px;
	}
	.about-btns ul li{
		margin-bottom: 0;
	}
	.hot-produce ul li {
		height: 300px;
	}
	.hot-produce ul li:nth-of-type(2) .txt{
		max-width: 100%;
		padding-right: 0;
		text-align: center;
		top: 10%;
	}
	.recommend-produce ul li,.corporate-culture .cultrye-left dl,.manufacture-list ul li{
		width: 100%;
	}
	.footer-main .left-nav{
		flex-direction: column;
	}
	.footer-main .left-nav dl{
		text-align: center;
	}
	.copyright small{
		text-align: center;
		line-height: 1.5;
	}
	.search-box .text{
		width: 220px;
	}
	.search-box .submit{
		width: 60px;
	}
	.founder-content .avter{
		padding-top: 120vw;
		background-size: 100%;
	}
	.menu ul li{
		width: 33.33%;
	}
	.founder-content .content .name{
		margin-top: 30px;
	}
	.founder-content .content .name img{
		width: 35vw;
	}
	.course-years ul li h3{
		font-size: 75px;
	}
	.course-content{
		padding: 50px 0;
	}
	.company-introduction{
		margin: 50px 0;
	}
	.year-content .btn{
		height: 35px;
	}
	.corporate-culture .cultrye-left dl{
		text-align: center;
		margin-top: 30px;
	}
	.corporate-culture{
		margin-bottom: 50px;
	}
	.company-content{
		background-size: 90%;
	}
	.honor-top .item,.join-content ul{
		display: block;
	}
	.honor-top .item .img,.honor-top .item .txt,.honor-content ul li,.train-list ul li,
	.product-list .recommend-produce ul li,.manufacture-pics ul li,.manufacture-pics ul li:hover,
	.news-list .train-list ul li{
		width: 100%;
	}
	.honor-top .item .txt h3{
		margin-top: 0;
	}
	.honor-top .swiper-pagination{
		position: static;
		margin-top: 20px;
	}
	.honor-content ul li,.train-list ul li,.scenic-list .train-list ul li{
		margin-top: 20px;
	}
	.honor-content ul{
		margin-top: -20px;
	}
	.train-list ul li .txt{
		padding: 10px;
	}
	.train-list ul li .txt h3{
		min-height: 1px;
	}
	.product-menu ul dl{
		line-height: 1;
	}
	.product-menu ul dl dd{
		margin: 10px 0;
		margin-left: 0;
		display: block;
		float: left;
		width: 33.33%;
	}
	.product-menu ul dl dd p img{
		max-height: 40px;
	}
	.product-menu ul li{
		padding-right: 0;
		width: 33.33%;
		text-align: center;
	}
	.pro-detail-top .right-txt{
		padding: 0;
	}
	.pro-table tr td{
		height: auto;
	}
	.server-list ul li .txt{
		top: 5%;
		left: 5%;
		color: #000;
	}
	.manufacture-pics ul li{
		height: 450px;
		border-bottom: solid 1px rgba(255,255,255,.8);
	}
	.manufacture-pics ul li .icon{
		width: 90px;
		height: 90px;
	}
	.manufacture-pics ul li .icon img{
		max-width: 40px;
	}
	.m-more{
		width: 125px;
		height: 35px;
		border-radius: 35px;
		line-height: 33px;
		margin-top: 30px;
	}
	.swiper-tab .swiper-slide.swiper-slide-active .txt{
		transform: scale(1);
	}
	.swiper-tab .swiper-slide .txt p{
		min-height: 75px;
	}
	.patent-topTab .links a{
		margin: 0 10px;
	}
	.swiper-tab .swiper-slide{
		height: auto;
	}
	.patent-list ul li .txt{
		padding: 10px;
	}
	.swiper-tab .swiper-slide .txt img{
		margin-bottom: 20px;
	}
	.n-detail .content{
		min-height: 300px;
	}
	.manufacture-pics ul{
		flex-wrap: wrap;
	}
	.join-content ul li p,.join-content ul li p:last-child{
		margin-bottom: 10px;
	}
	.join-content ul li{
		margin-right: 0;
	}
	.scenic-top .videos,.scenic-top .videos p{
		height: 35vh;
	}
	/* .banner.banner02{padding-bottom: 2%;} */
	.banner .bottom-nav{position: static;font-size: 0;text-align: center;width: 100%;padding: 0 4%;box-sizing: border-box;height: auto;padding-bottom: 4%;}
	.banner .bottom-nav li{position: static;display: inline-block;margin-right: 5%;}
	.banner .bottom-nav .li2{margin-right: 0;}
	.banner.banner02 .swiper-slide img{display: block;}
	.banner.banner02 .swiper-slide{height: auto;}
	.banner .txt-swiper{width: 100%;position: static;}
	.banner .txt h2{font-size: 28px;}
	.banner.banner02 .txt p{margin-top: 20px;padding: 0;position: static;text-align: left;}
	.banner .navbtn{left: auto;right: 3%;}
	.max-video-img{width: 100%;}
	.max-video-img video, .max-video-img .iframe iframe{width: 100%;min-width: auto;max-width: 100%;min-height: auto; max-height: auto;}
	.max-video-img .close{right: 0;top: 0;}
	.product-list .list ul li{margin-right: 0;}
	.product-list .list{padding: 0 3%;}
	.product-list .list ul li .title{font-size: 16px;}
	.product-list.product-items .list ul li .title{margin-bottom: 20px;}
}

/* 340 */
@media (max-width: 340px) {
	.recommend-produce ul li .content,.patent-list ul li{
		width: 100%;
	}
}










/*投资者关系*/
.invest{padding-top: 4vw;}
.invest .green{color: #008002;vertical-align: middle;}
.invest .red{color: #ff0000;vertical-align: middle;}
.invest .listtit{ font-size: 40px; text-align: center;padding:4vw 0 2vw; font-weight: bold; color: #333;}


.invest .listmore{ text-align:center; padding-top:2%;}
.invest .listmore a{display:inline-block;  padding-left:40px; font-size: 18px; line-height: 24px; color: #666;}
.invest .listmore a:hover{color: #014898;}
.invest .listmore a:after{display:block;background:url(../images/listmore.png) no-repeat;width:28px;height:28px;overflow:hidden; animation:infinite linear 1s listmore; position: absolute; left: 0; top: 0;  content: '';}

@keyframes listmore{
0%{ transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
@-webkit-keyframes listmore{
0%{ transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}


.Stock .tit{font-size: 24px; color: #333;line-height: 33px;}
.Stock .tit b{color:#014898;}
.Stock .tit span{display: inline-block; margin-right:5%; }
.Stock .con{background: #f6f6f6; padding: 20px;margin-top:14px;}
.Stock .number{font-size: 36px; font-weight: 600; margin-bottom: 14px;}
.Stock li{float: left; font-size: 15px; line-height: 30px; padding-right:15px; margin-right: 15px; border-right: 1px solid #ddd; color: #333;}
.Stock li:last-child{padding-right:0; margin-right: 0; border-right: none;}
.Stock .list{padding-top: 40px;text-align: center;}
.Stock .list .pics{width: 50%; float: left;}
.Stock .list .tab{padding-bottom: 50px; text-align: center; font-size: 0;}

.Stock .list .tab span{ font-size:16px; cursor:pointer; display:inline-block;background: #f6f6f6; line-height:40px; padding:0 4%; margin:0 1.5%; position:relative;}
.Stock .list .tab span.active{ color:#fff; background-color:#014898}
.Stock .list .tab span.active:before{ position:absolute; content:''; bottom:-8px; left:50%; margin-left:-8px; border:8px solid #014898; border-left-color:transparent; border-right-color:transparent; border-bottom:0;}

.Overview{padding:0;  }
.Overview .tit{font-size:18px; color: #666;line-height: 33px; padding-bottom: 10px; margin-bottom:20px; border-bottom: 1px solid #ddd;}
.Overview .tit b{ color:#014898;}
.Overview .tit span{display: inline-block; margin-right:5%; }
.Overview .con .ul{float: left; width:48%; margin-right: 4%;}
.Overview .con .ul:nth-child(2n){margin-right: 0;}
.Overview .con li{position: relative;padding:8px 20px; padding-left: 120px; font-size: 15px; color: #333; line-height: 30px;
	background:#f1f1f1;}
.Overview .con li:nth-child(2n){background:none; background: #fafafa}
.Overview .con li span{position:absolute; left:20px; top:10px; color: #666;}


.Report{padding:4vw 0; }
.Report .tab{border-bottom: 1px solid #ddd; margin-bottom: 40px;}
.Report .tab span{ float: left; background: #f8f8f8; line-height:50px; color: #333; font-size: 18px; border-radius: 4px 4px 0 0; padding: 0 30px; margin-right:4px;}
.Report .tab span.active{ background:#014898; color: #fff;}
.Report li{float: left; width: 48%;background: #f9f9f9; margin-bottom: 1%;position: relative;}
.Report li:not(:nth-child(2n)){margin-right: 4%;}
.Report li a{position: absolute; left: 0; top: 0; width: 100%;height: 100%; border: 3px solid #014898; opacity: 0;-webkit-opacity: 0; transition: 0.3s;}
.Report li a:hover{opacity: 1;-webkit-opacity: 1;}
.Report li .inner{padding:20px;color: #333;}
.Report li time{font-size: 14px; color: #999; padding-left:22px; background: url(../images/time.png) no-repeat left center;
background-size: 14px;}
.Report li aside{font-size: 17px; margin:10px 0 0; color: #333; line-height: 30px; }
.Report li:hover aside{color: #014898;}
.Report .tab_list ul{display: none;}
.Report .tab_list ul.active{display: block;}

.Dividends{padding:4vw 0;background: #f8f8f8;}
.Dividends .tab{border-bottom: 1px solid #ddd; margin-bottom: 40px;}
.Dividends .tab span{ float: left; background: #f8f8f8; line-height:50px; color: #333; font-size: 18px; border-radius: 4px 4px 0 0; padding: 0 30px; margin-right:4px;}
.Dividends .tab span.active{ background:#014898; color: #fff;}
.Dividends .table_1 th,
.Dividends .table_1 td{ text-align:center; border:1px solid #eee; border-collapse:collapse; line-height:24px; padding:15px; font-size: 14px; }
.Dividends .table_1 th{ font-size:16px; font-weight:normal; background: #014898; color: #fff;}
.Dividends .table_1 tr{ background: #fff;}
.Dividends .table_1 tr:nth-child(2n+1){ background:#efefef;}
.Dividends .tab_list .table_1{display: none;}
.Dividends .tab_list .table_1.active{display: block;}


.Download{padding:4vw 0;}
.Download .tab{border-bottom: 1px solid #ddd; margin-bottom:20px;}
.Download .tab span{ float: left; background: #f8f8f8; line-height:50px; color: #333; font-size: 18px; border-radius: 4px 4px 0 0; padding: 0 30px; margin-right:4px;}
.Download .tab span.active{ background:#014898; color: #fff;}

.Download li{ float:left; width:48%; margin-right:4%; border-bottom:1px dashed #ddd; line-height:44px; position:relative;}
.Download li::before{ position:absolute; content:''; width:1px; height:50%; background-color:#eaeaea; top:25%; right:135px;}
.Download li a{ position:absolute; left:0; top:0; width:100%; height:100%;}
.Download li:nth-child(2n){ margin-right:0;}
.Download li p{ margin:0;  padding:16px; color: #333; font-size: 15px;position:relative;}
.Download li p::before{ position:absolute; content:''; width:6px; height:6px; border-radius:50%; background-color:#014898; left:0; top:50%; margin-top:-3px;}
.Download li span{ float:right; margin-top:16px; color:#9f9f9f;}
.Download li span.name{ width:85px; color:#343434; background:url(../images/Download.png) no-repeat left center; padding-left:30px; margin-left:50px;}
.Download li:hover p{ color:#014898;}
.Download li:hover span.name{ background-image:url(../images/Download-aon.png); color:#014898;}



.Mall{padding:4vw 0;background: #f8f8f8;}
.Mall li{width: 50%; float: left; text-align: center; position: relative;}
.Mall li:first-child::after { position: absolute; content: "";right:0;top:50%; margin-top: -75px; width:2px;height:150px;background-color:#eaeaea; }
.Mall li .pic{display: block; max-width: 160px; margin: 0 auto;}
.Mall li .h3{font-size: 32px; line-height: 60px; color: #333; margin: 0; font-weight: normal;}
.Mall li p{font-size:20px; line-height:30px; color: #666; margin: 0;}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  zoom: 0;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dot2, .dot3, .dot4, .dot5, .dot6 {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
}
.dot2 {
  -webkit-line-clamp: 2;
}
.dot3 {
  -webkit-line-clamp: 3;
}
.dot4 {
  -webkit-line-clamp: 4;
}
.dot5 {
  -webkit-line-clamp: 4;
}
.dot6 {
  -webkit-line-clamp: 4;
}




/*2022/4/1*/
/* .fancybox-inner{
    width: 390px !important;
    height: 570px !important;
}
.fancybox-wrap{
    width: 420px !important;
}
@media(max-width:600px){
    .fancybox-wrap {
        width: 80% !important;
left: 50% !important;
    transform: translateX(-50%);
    }
    .fancybox-inner{
        width: 100% !important;
        height: auto !important;
    }
} */

@media(max-width:768px){
    .pro-detail-top{padding-bottom:20px;}
    .pro-table{padding:15px 0;}
}

