
body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
}

img {
	max-width: 100%;
} 
@font-face {
	font-family: "helev";
	src: url("../font/helev.TTF");
	font-weight: normal;
	font-style: normal;
} 
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #3f6cbd;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.swiper-pagination-bullet-active{
	background: #3f6cbd !important;
}
.container.index{
	width: 96%;
	max-width: 1480px;
}

/* head */
.headSearchWarp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 9009;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.headSearchWarp.open{
	opacity: 1;
	visibility: visible; 
	transition: all .5s ease;
}
.headSearch{
	position: fixed;
	top: -151px;
	opacity: 0;
	visibility: hidden;
	left: 0;
	background: #fff;
	z-index: 90090;
	width: 100%;
	padding: 50px 0;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.headSearch.open{
	opacity: 1;
	top: 0;
	visibility: visible;
	transition: all .5s ease;
}
.headSearch .container{
	max-width: 1000px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.headSearch input[type=text]{
	border: none;
	height: 50px;
	width: 90%;
	padding: 0;
	text-indent: 18px;
	float: left;
}
.headSearch button{
	width: 10%;
	float: left;
	height: 50px;
	text-align: right;
	padding-right: 5px;
	line-height: 50px;
	cursor: pointer;
	border: 0;
	background: #fff;
}
.headSearch button i{
	font-size: 24px;
	color: #333;
}
.closeHs{
	position: absolute;
	cursor: pointer;
	right: -150px;
	top: -30px;
}
.closeHs i{
	font-size: 28px;
	color: #3f6cbd;
}

.head{
	width: 100%; 
	background: rgba(255,255,255,1);
	z-index: 1009; 
	transition: all .5s ease;  
} 
.head .container{
	width: 96%;
/*	max-width: 1700px;*/
}
.head.fixedbg
{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,0.98);
	/* padding: 12px 0; */ 
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .10);
	border-bottom: 1px solid #efefef;
	transition: all .5s ease;
}
.head .Logo{
	float: left;
	padding: 18px 0 0;
	transition: all .5s ease;
}
.head.fixedbg .Logo{
	padding: 12px 0;
	transition: all .5s ease;
}
.WebLink{
	margin-left: 190px;
	padding: 0;
	float: left;
	transition: all .5s ease;
}
.head.fixedbg .WebLink{
	padding: 0;
	transition: all .5s ease;
}
.WebLink li{
	float: left;
	padding: 0 25px;
	position: relative;
}
/*.WebLink li.nav02{
	position: inherit;
}*/
.fixedbg .WebLink li > a{
	line-height: 80px;
}
.WebLink li > a{
	display: block;
	font-size: 16px;
	color: #222222;
	line-height: 90px;
	position: relative;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #3f6cbd;
}
.WebLink li > a > span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #3f6cbd;
    transition: all .3s;
}
.WebLink li.on > a > span::before {
    left: 0;
    width: 100%;
}
.head-right{
	float: right;
	height: 90px;
	line-height: 79px;
	overflow: hidden;
	border-left: 1px solid #e9e9e9;
	padding-left: 30px;
	transition: all .5s ease;
}
.head.fixedbg .head-right{
	height: 80px;
	line-height: 69px;
	transition: all .5s ease;
}
.head-right .link{
	float: left;
	margin-top: 5px;
}
.head-right .link a{
	font-size: 17px;
	color: #222222;
}
.head-right .link a:hover{
	color: #3f6cbd;
}
.head-right .link a .a{
	font-family: arial;
}
.head-right .link a i{
	font-size: 30px;
	color: #3f6cbd;
	margin-right: 11px;
	position: relative;
	top: 4px;
}
.head-right .link .top-tel{
	background: url(../image/tel.png) no-repeat left;
	padding: 5px 0 5px 35px;
}
.head-search{
	float: left;
	position: relative;
	top: 5px;
	cursor: pointer;
	margin-left: 40px;
}
.head-search i{
	font-size: 20px;
	color: #333333;
}

.head-sub-menu-warp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 52px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transform: scale(1);
	transition: all .5s ease;
}
.head .WebLink li:hover .head-sub-menu-warp{
	opacity: 1;
	transform: scale(1);
	visibility: visible;
	transition: all .5s ease;
}
.head-sub-menu-warp .container{
	/* max-width: 1600px; */
}
.head-sub-menu-warp .top-line{
	width: 100%;
	height: 38px;
}
.head.fixedbg .head-sub-menu-warp .top-line{
	height: 28px;
	transition: all .5s ease;
}
.head-sub-menu{
	padding: 45px 0 ;
	background: #f5f5f5;
/*
	height: 500px;
	overflow-y: auto; 
*/
}
.head-sub-menu2{
	background: #ffffff;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.head-sub-menu2 a{
	display: block;
	font-size: 15px;
	padding: 12px 10px;
}
.head-sub-menu2 a:hover{
	color: #fff;
	background: #3f6cbd;
}
.head-sub-menu2 a img{
	display: none;
}
/*.nav02 .head-sub-menu2 a{
	display: inline-block;
	padding: 15px 25px;
	font-weight: bold;
}
.nav02 .head-sub-menu2 a:hover{
	background: #fff;
	color:#3f6cbd;
}
.head-sub-menu2 .t-nav2 a img{
	width: 180px;
	display: block;
	padding-top: 20px;
}
.head-sub-menu2 .t-nav2 p{
	line-height: 50px;
}*/
.head-sub-menu .isClass{
	width: 100%;
	float: left;
	overflow: hidden;
}
.head-sub-menu .isClass .item{
	width: 16.6666%;
	float: left;
	margin-bottom: 15px;
}
.head-sub-menu .isClass .item h4{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 25px;
}
.head-sub-menu .isClass .item .link{
	margin-top: 16px;
	min-height: 140px; 
}
.head-sub-menu .isClass .item .link a{
	display: block;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	padding-right: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.head-sub-menu .isClass .item .link a:hover{
	color: #3f6cbd;
}
.head-sub-menu .isInfo{
	width: 24.375%;
	float: right;
	display: none;
	margin-bottom: 25px;
}
.head-sub-menu .isInfo .pic img{
	display: block;
	width: 100%;
}
.head-sub-menu .isInfo .info{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	margin-top: 38px;
}

/*banner*/
.inban{
    position: relative;
}
.inban .banny{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-top: -1%;
}
.inban .banny .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inban .banny .banr img{
    width: 100%;
}
.inban .banny h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}
.inban .banny h2 span{
    color: #f36224;
}
.inban .banny p{
    font-size: 22px;
    margin: 35px 0 80px;
    letter-spacing: 1px;
    text-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}

.inban .banny .ban-a{
    overflow: hidden;
    letter-spacing: .8px;
    font-weight: bold;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
    color: #3f6cbd;
    line-height: 16px;
    padding: 11px 18px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    white-space: nowrap;
}
.inban .banny .ban-a span {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -ms-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    position: relative;
    left: 0;
    color: #3f6cbd;
}
.inban .banny .ban-a i.icon {
    left: 0px;
    opacity: 1;
    margin: 0px -0.2em 0 0.5em;
    top: 0.1em;
    position: relative;
    -webkit-transition: left 0.25s ease-out, opacity 0.1s ease-out;
    -moz-transition: left 0.25s ease-out, opacity 0.1s ease-out;
    -ms-transition: left 0.25s ease-out, opacity 0.1s ease-out;
    -o-transition: left 0.25s ease-out, opacity 0.1s ease-out;
    transition: left 0.25s ease-out, opacity 0.1s ease-out;
}

.inban .banny .ban-a:hover{
    background: #3f6cbd;
    color: #fff;
}
.inban .banny .ban-a:hover span {
    left: 15px;
    color: #fff;
}
.inban .banny .ban-a:hover i.icon {
    left: 20px;
    opacity: 0;
}


@media (max-width: 1024px) {
    
.inban .banny{
    margin-top: 0%;
}
.inban .banny .container{
}
.inban .banny .banr{
    text-align: center;
}
.inban .banny .banr img{
    width: 80%;
}
.inban .banny h2{
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
    }
.inban .banny p{
    font-size: 18px;
    margin: 20px 0 35px;
    letter-spacing: 0;
}
    
}
@media (max-width: 500px) {
    
.inban .banny{
    margin-top: 0%;
}
.inban .banny .container{
    display: block
}
.inban .banny .banr{
    display: none;
}
.inban .banny .banr img{
    width: 80%;
}
.inban .banny h2{
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0;
    }
.inban .banny p{
    font-size: 17px;
    margin: 15px 0 0;
    letter-spacing: 0;
}
    .inban .banny .ban-a{
        display: none
    }
    
}

/* Sybanner */
#container1 .jt-box{
	width: 100%;
	height: 65px;
	position: absolute;
	bottom: 50%;
	left: 0%;
}
#sybannerN,
#sybannerP{
	width: 65px;
	height: 65px;
	border: 1px solid #fff;
	border-radius: 100%;
	top: 0;
	margin-top: 0;
}
#sybannerN{
	background: url(../image/sybanner-next.png) no-repeat center center;
	right: 3%;
	transition: all .5s ease;
}
#sybannerN:hover{
	border: 1px solid #3f6cbd;
	background: #3f6cbd url(../image/sybanner-next.png) no-repeat center center; 
	transition: all .5s ease;
}
#sybannerP{
	background: url(../image/sybanner-prev.png) no-repeat center center;
	left: 3%;
	transition: all .5s ease;
}
#sybannerP:hover{
	border: 1px solid #3f6cbd;
	background: #3f6cbd url(../image/sybanner-prev.png) no-repeat center center; 
	transition: all .5s ease;
}



/*about*/
.inabout{
    padding: 100px 0 100px;
    background: url(../image/about_bg.jpg) no-repeat center 100%;
}
.inabout .in-al{
    width: 48%;
    float: left;
}
.inabout .in-al h2{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 23px;
    color: #555;
}
.inabout .in-al h2 span{
    font-weight: 200;
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 10px;
    color: #666;
}
.inabout .in-al h3{
    font-size: 18px;
    color: #666;
    margin-bottom: 18px;
}
.sy-bf-xian1{
    display: block;
    height: 3px;
    background: url(../image/icon_icon10.png) no-repeat left;
}
.inabout .in-al p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.inabout .in-al .ina-a{
    letter-spacing: .8px;
    font-weight: bold;
    font-size: 14px;
    background: #3f6cbd;
    border-radius: 5px;
    color: #fff;
    line-height: 16px;
    padding: 11px 18px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    white-space: nowrap;
}
.inabout .in-al .ina-a span {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -ms-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    position: relative;
    left: 0;
}
.inabout .in-al .ina-a i.icon {
    left: 0px;
    opacity: 1;
    margin: 0px -0.2em 0 0.5em;
    top: 0.1em;
    position: relative;
    -webkit-transition: left 0.25s ease-out, opacity 0.1s ease-out;
    -moz-transition: left 0.25s ease-out, opacity 0.1s ease-out;
    -ms-transition: left 0.25s ease-out, opacity 0.1s ease-out;
    -o-transition: left 0.25s ease-out, opacity 0.1s ease-out;
    transition: left 0.25s ease-out, opacity 0.1s ease-out;
}

.inabout .in-al .ina-a:hover{
    background: #333;
}
.inabout .in-al .ina-a:hover span {
    left: 15px;
}
.inabout .in-al .ina-a:hover i.icon {
    left: 20px;
    opacity: 0;
}


.inabout .in-ar{
    width: 48%;
    float: right;
    overflow: hidden;
}
.inabout .in-ar img{
    width: 100%;
}
.inabout .in-ar img {
  transition-duration: 2s;
}
.inabout .in-ar img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}


@media (max-width: 768px) {
    .inabout{
        padding: 60px 0;
    }
    .inabout .in-al{
        width: 100%;
        float: none;
    }
    .inabout .in-al h2{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .inabout .in-al h2 span{
        font-size: 18px;
    }
    .inabout .in-al p{
        margin-bottom: 35px;
    }
    .inabout .in-ar{
        width: 100%;
        float: none;
        margin-top: 50px;
    }
}

/* indexProduct */
.indexProduct{
	padding: 70px 0 150px;
	background: #f5f5f5;
	/*background: url(../images/inpro.jpg) no-repeat top center;*/
	background-size: 100%;
}
.syPro-top{
	color: #fff;
}
.syPro-top .left{
	width: 30%;
	float: left;
}
.syPro-top .left .tit{
	position: relative;
	font-size: 42px;
	line-height: 48px;
	padding-left: 35px;
}
.syPro-top .left .tit::after{
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	background: #3f6cbd;
	left: 0;
	top: 50%;
	margin-top: -1.5px;
}
.syPro-top .left .sub{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-top: 16px;
}
.syPro-top .right{
	width: 100%;
	margin-top: 52px;
}
.syPro-top .right .hd{
	float: left;
}
.syPro-top .right .hd ul li{
	float: left;
	margin-right: 35px;
}
.syPro-top .right .hd ul li a{
	color: #333;
	font-size: 17px;
	line-height: 38px;
	position: relative;
	display: block;
	float: left;
}
.syPro-top .right .hd ul li:hover a,
.syPro-top .right .hd ul li.on a{
	color: #3f6cbd;
}
.syPro-top .right .hd ul li:last-child{
	margin-right: 0;
}
.syPro-top .right .hd ul li a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: #3f6cbd;
	left: 0;
	bottom: -3px;
	transition: all .5s ease;
}
.syPro-top .right .hd ul li:hover a::after,
.syPro-top .right .hd ul li.on a::after{
	width: 100%;
	transition: all .5s ease;
}
.syPro-top .right .more{
	font-size: 16px;
	color: #333;
	line-height: 35px;
	display: block;
	float: right;
}
.syPro-top .right .more:hover{
	color: #3f6cbd;
}
.syPro-top .right .more i{
	font-size: 24px;
	color: #3f6cbd;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
.indexProduct .bd{
	margin: 45px 0 0 0;
}
.indexProduct .bd ul li{
	display: flex;
/*	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;*/
	width: 100%;
}
.syPro-list{
	width: 32%;
    margin: 0 1%;
	background: #fff;
	padding: 45px 18px 35px 18px; 
	box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}

/*.syPro-list:nth-child(3),
.syPro-list:nth-child(4){
	margin-top:20px;
}*/
.syPro-list .pic{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.syPro-list .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.syPro-list:hover .pic img{ 
	transform: scale(1.1);
	transition: all .5s ease;
}
.syPro-list .prom{
	width: 100%;
	}
.syPro-list .prom .tit{
	border: 1px solid #efefef;
    background: #f6f6f6;
	line-height: 46px;
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.syPro-list:hover .tit{
	background: #3f6cbd;
	color: #fff;
    transition: all .5s ease;
}
.syPro-list .prom .des{
	font-size: 15px;
	color: #888;
	line-height: 1.8;
	margin: 20px 0 25px;
}
.syPro-list .prom .more{
	font-size: 14px;
	color: #555;
	background: url(../image/xq.png) no-repeat left;
	padding-left: 30px;
    margin-top: 20px;
}
.syPro-list .prom .more .pro_list{
	font-size: 14px;
	color: #555;
	background: url(../image/pl.png) no-repeat left;
	padding-left: 30px;
	margin-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.syPro-list:hover .prom .more a{
	color: #555;
}



/* indexApplication */
.indexApplication{
	padding: 28px 0 36px;
}
#syAppSwiper{
	margin-top: 62px;
	padding-bottom: 60px;
}
.syYyly-list{
	position: relative;
	overflow: hidden;
}
.syYyly-list img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.syYyly-list:hover img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.syYyly-list p{
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 32px;
	width: 90%;
	left: 5%;
	font-size: 22px;
	line-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* indexNews */
.indexNews{
	padding: 20px 0 108px;
	background: url(../image/sy-xw-back.jpg) no-repeat bottom center; 
}
.indexNews .hd{
	margin-top: 35px;
}
.indexNews .hd ul{
	text-align: center;
}
.indexNews .hd ul li{
	display: inline-block;
	cursor: pointer;
	padding: 0 32px;
	line-height: 40px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	font-size: 16px;
	color: #222222;
	margin: 0 4px;
    transition: all .5s ease;
}
.indexNews .hd ul li:hover,
.indexNews .hd ul li.on{
	background: #3f6cbd;
	border: 1px solid #3f6cbd;
	color: #fff;
    transition: all .5s ease;
}
.indexNews .bd{
	margin-top: 58px;
}
.sy-news-left{
	width: 55.753424657%;
	float: left;
}
.sy-xw-l-list{
	width: 47.911547911%;
	float: left;
	background: #f7f7f7;
}
.sy-xw-l-list:nth-child(2){
	float: right;
}
.sy-xw-l-list .pic{
	overflow: hidden;
	min-height: 245px;
	max-height: 245px;
}
.sy-xw-l-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-xw-l-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-xw-l-list .info{
	padding: 20px 30px 25px;
}
.sy-xw-l-list .info .tit{
	font-size: 18px;
	line-height: 26px;
	color: #222222;
	min-height: 26px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-xw-l-list:hover .info .tit{
	color: #3f6cbd;
    transition: all .5s ease;
}
.sy-xw-l-list .info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 26px;
	min-height: 52px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 15px 0 28px;
}
.sy-xw-l-list .info .more{
	font-size: 16px;
	color: #3f6cbd;
}
.sy-xw-l-list .info .more i{
	font-size: 20px;
	color: #3f6cbd;
	position: relative;
	top: 2px;
	margin-left: 11px;
}
.sy-news-right{
	width: 40.753424657%;
	float: right;
}
.sy-xw-r-list{
	padding: 26px 20px 25px;
	background: #f8f8f8 url(../image/sy-news-back2.jpg) no-repeat top -150px center;
	position: relative;
	overflow: hidden;
    transition: all .5s ease;
}
.sy-xw-r-list:hover{
	background: url(../image/sy-news-back2.jpg) no-repeat top 0 center;
	background-size: cover;
    transition: all .5s ease;
}
.sy-xw-r-list .time-box{
	float: left;
	font-family: helev;
	text-align: center;
	color: #d4d4d4;
    transition: all .5s ease;
}
.sy-xw-r-list:hover .time-box{
	color: #fff;
}
.sy-xw-r-list .time-box .day{
	font-size: 65px;
	line-height: 60px;
}
.sy-xw-r-list .time-box .year{
	font-size: 16px;
	line-height: 25px;
	margin: 5px 0 0 0;
}
.sy-xw-r-list .info{
	width: 68%;
	float: left;
	margin-left: 30px;
}
.sy-xw-r-list .info .tit{
	font-size: 18px;
	line-height: 28px;
	min-height: 28px;
	color: #222222;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-xw-r-list:hover .info .tit{
	color: #fff;
    transition: all .5s ease;
}
.sy-xw-r-list .info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 26px;
	min-height: 52px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 16px;
    transition: all .5s ease;
}
.sy-xw-r-list:hover .info .sub{
	color: #fff;
    transition: all .5s ease;
}
.sy-xw-r-list .ico{
	position: absolute;
	right: 0;
	opacity: 0;
	top: 52px;
    transition: all .5s ease;
}
.sy-xw-r-list:hover .ico{
	right: 24px;
	opacity: 1;
    transition: all .5s ease;
}
.sy-xw-r-list .ico i{
	font-size: 40px;
	line-height: 40px;
	color: #ffecda;
}

/* about */
.about{
	padding: 68px 0 90px;
}
.sub-about-left{
	width: 46.917808219%;
	float: left;
}
.sub-about-left .tit{
	position: relative;
	font-size: 42px;
	color: #555555;
	padding-top: 20px;
	line-height: 45px;
}
.sub-about-left .tit .cn{
	position: relative;
	z-index: 22;
}
.sub-about-left .tit .en{
	position: absolute;
	font-family: helev;
	color: #f1f1f1;
	top: 0;
	font-size: 64px;
	left: 0;
	z-index: 11;
}
.sub-about-left .line{
	width: 36px;
	height: 2px;
	background: #3f6cbd;
	margin-top: 30px;
}
.sub-about-left .sub{
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	margin-top: 36px;
}
.about .pic{
	width: 48.356164383%;
	float: right;
}
/* culture */
.culture{
	padding: 68px 0 48px;
	background: #3f6cbd;
}
.culture .row{
	margin-top: 50px;
	color: #fff;
	text-align: center;
}
.culture .row .pdg{
	padding: 0 13.5px;
}
.qywh-list .pic{
	overflow: hidden;
}
.qywh-list .pic img{
	display: block;
	width: 100%;
}
.qywh-list .tit{
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0 16px;
}
.qywh-list .sub{
	font-size: 16px;
	line-height: 26px;
}
/* technology */
.technology{
	padding: 160px 0 200px;
	background: url(/template/default/images/tech-back.jpg) no-repeat top center;
	background-size: cover;
}
.technology .abt-top-tit{
	text-align: left;
}
.technology .abt-top-line{
	margin: 30px 0 0 0;
}
.technology .cont{
	width: 40.5%;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin: 36px 0 0 0;
}
/* Its_Website */
.Its_Website{
	padding: 60px 0 90px;
	background: #f5f5f5;
}
.Its_Website .abt-top-tit{
	color: #333333;
}
.Its_Website .abt-top-line{
	background: #3f6cbd;
}
#WebSwiper{
	margin-top: 48px;
	padding-bottom: 50px;
	padding: 10px 10px 50px 10px;
}
#WebSwiper .swiper-slide{
	background: #fff;
	padding: 12px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #fff;
    transition: all .5s ease;
}
#WebSwiper .swiper-slide:hover{
	border: 1px solid #dcdcdc;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
#WebSwiper .swiper-slide a{
	display: block;
}
/*企业文化*/
.cul{
	padding: 60px 0 90px;
}
.cul .abt-top-tit{
	color: #333333;
}
.cul .abt-top-line{
	background: #3f6cbd;
}
.cul .culmain{
	width: 100%;
	padding-top: 55px;
}
.cul .culmain ul{
	width: 100%;
}
.cul .culmain ul li{
	width: 33.33%;
	float: left;
	padding: 1%;
	text-align: center;
	transition:all 0.4s;
}
.cul .culmain ul li .culm{
	padding: 10% 2%;
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%);
}
.cul .culmain ul li .culimg{
	width: 100%;
}
.cul .culmain ul li h2{
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 15px;
}
.cul .culmain ul li .culx{
	width: 40px;
    height: 2px;
	background: #3f6cbd;
	margin: 0 auto;
}
.cul .culmain ul li p{
	font-size: 15px;
	color: #898989;
	margin-top: 15px;
}
.cul .culmain ul li:hover{
	margin-top: -10px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}




/* contact */
.contact{
	padding: 65px 0 55px;
}
.contact .container{
	background: #fff;
}
.sub-contact-left{
	width: 35%;
	float: left;
	position: relative; 
	padding: 100px 40px 35px;
} 
.contact.abtEn .sub-contact-left{
	width: 100%;
}
.sub-contact-left .yinhao{
	position: absolute;
	left: 40px;
	top: 20px;
}
.sub-contact-left .yinhao i{
	font-size: 38px;
	color: #3f6cbd;
}
.sub-contact-left .yinhao span{
	font-size: 30px;
    color: #333;
    margin-left: 10px;
}
.sub-contact-left .tit{
	font-size: 20px;
	color: #555;
	line-height: 30px;
}
.sub-contact-left .info{
	color: #666;
	font-size: 16px;
	margin-top: 20px;
	line-height: 42px;
}
.sub-contact-left .info p{
	padding-left: 30px;
}
.sub-contact-left .info p.dz{
	background: url(../image/c-dz.png) no-repeat left center;
}
.sub-contact-left .info p.dh{
	background: url(../image/c-dh.png) no-repeat left center;
}
.sub-contact-left .info p.cz{
	background: url(../image/c-cz.png) no-repeat left center;
}
.sub-contact-left .info p.wz{
	background: url(../image/c-wz.png) no-repeat left center;
}
.sub-contact-left .info p.yx{
	background: url(../image/c-yx.png) no-repeat left center;
}
.sub-contact-left .info a{
	font-family: arial;
	color: #333;
}
.maps{
	width: 65%;
	float: right;
	border: 1px solid #e2e4e6;
	overflow: hidden;
	line-height: 0;
}
.maps img{
	display: block;
	width: 100%;
}
.contact-zxzx.yx{
	margin-top: 20px;
	padding: 0 0 75px;
}
.contact-zxzx .title{
	font-size: 28px;
	font-weight: bold;
	line-height: 35px;
	color: #333333;
}
.contact-zxzx .row{
	margin-top: 40px;
}
.contact-zxzx .row .pdg{
	padding: 0 15px;
}
.c-zx-list{
	border-top: 2px solid #5e5d5d;
	padding-top: 25px;
	margin-bottom: 30px;
}
.c-zx-list .tit{
	font-size: 22px;
	line-height: 26px;
	color: #222222;
}
.c-zx-list .qq-list{
	overflow: hidden;
	margin-top: 30px;
	min-height: 58px;
}
.c-zx-list a{
	display: block;
	float: left;
	margin-right: 14px;
	margin-bottom: 5px;
}
.c-zx-list a:last-child{
	margin-right: 0;
}
.c-zx-list .yx{
	font-size: 15px;
	display: block;
	color: #3f6cbd; 
	float: none;
	margin-top: 20px;
}
/* message */
.message{
	padding: 55px 0 80px;
	background: #f1f1f1;
}
.msg-top-tit{
	text-align: center;
	font-size: 40px;
	color: #222222;
	line-height: 48px;
}
.msg-top-sub{
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-top: 25px;
}
.message .row{
	margin-top: 60px;
	padding: 0 15px;
}
.message .row input[type=text]{
	width: 100%;
	height: 55px; 
	border: none;
	outline: none;
	padding: 0;
	background: #fff url(/template/default/images/bt-ico.png) no-repeat top 9px left 9px;
	text-indent: 18px;
	color: #333;
	font-size: 15px;
}
.message .row textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 150px;
	max-height: 150px;
	background: #fff;
	border: none;
	outline: none;
	margin-top: 15px;
	padding: 18px;
	color: #333;
	font-size: 15px;
}
.message .row input[type=submit]{
	display: block;
	width: 280px;
	height: 58px;
	background: #3f6cbd;
	margin: 55px auto 0;
	font-size: 15px;
	color: #fff;
	border: none;
	outline: none;
    transition: all .5s ease;
}
.message .row input[type=submit]:hover{
	border-radius: 58px;
    transition: all .5s ease;
}

/* brand */
.brand{
	padding: 60px 0 70px;
}
.brand .row{
	margin-top: 50px;
}
.brand .row .pdg{
	padding: 0 17px;
	margin-bottom: 30px;
}
.brand-list{
	border: 1px solid #dedede;
	padding: 7px 5px;
}
.brand-list .pic img{
	display: block;
	margin: 0 auto;
}
.brand-list p{
	text-align: center;
	line-height: 35px;
	height: 35px;
	background-color: #f5f5f5;
	margin-top: 8px;
	color: #333;
	font-size: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.brand-list:hover p{
	background: #3f6cbd;
	color: #fff;
    transition: all .5s ease;
}
@media (min-width: 992px){
	.brand .col-md-3 {
		width: 20%;
	}
}

/* download */
.download{
	padding: 58px 0 94px;
}
.download .row{
	margin-top: 60px;
}
.download .row .pdg{
	padding: 0 25px;
}
.down-list{
	border-right: 1px solid #dedddd;
	padding-right: 43px;
	text-align: center;
	margin-bottom: 60px;
}
.down-list .ico{
	margin: 26px 0 10px;
}
.down-list p{
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.down-list:hover p{
	color: #3f6cbd;
}
/*填写下载表单*/
.downPopWarp{
	position: fixed;
	z-index: 1009;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease;
}
.downPopWarp.open{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
.downPop{
	width: 92%;
	max-width: 868px;
	top: 30%;
	left: 50%;
	margin-left: -434px;
	background: #fff;
	padding: 48px 40px 80px 40px;
	position: fixed;
	z-index: 1019;
	border-radius: 20px;
	visibility: hidden;
	opacity: 0;
    transition: all .5s ease;
}
.downPop.open{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
.downPop .title{
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	line-height: 38px;
}
.downPop .row{
	margin-top: 45px;
}
.downPop .row input[type=text]{
	width: 100%;
	height: 58px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	padding: 0;
	font-size: 16px;
	color: #333;
	text-indent: 18px;
	margin-bottom: 13px;
}
.downPop .row input[type=text].bt{
	background: url(/template/default/images/bt-ico.png) no-repeat top 10px left 8px;
}
.downPop .row input[type=button]{
	width: 100%;
	height: 58px;
	border-radius: 8px;
	background: #3f6cbd;
	font-size: 18px;
	color: #fff;
	border: none;
	outline: none;
	margin-top: 25px;
}
.closeDwon{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.closeDwon i{
	font-size: 30px;
	color: #DC1216;
}

/* news */
.news{
	padding: 68px 0 20px;
}
.news ul{
	
}
.news ul li{
	margin-bottom: ;
	border-bottom: 1px solid #ecebeb;
	padding-bottom: 32px;
	margin-bottom: 40px;
	overflow: hidden;
}
.news ul li .time-box{
	width: 104px;
	height: 117px;
	background: #3f6cbd;
	border-bottom-right-radius: 20px;
	float: left;
	text-align: center;
	color: #fff;
	font-family: helev;
}
.news ul li .time-box .day{
	font-size: 56px;
	line-height: 72px;
}
.news ul li .time-box hr{
	width: 88%;
	margin: 0 auto;
	height: 1px;
	background: rgba(255,255,255,0.3);
}
.news ul li .time-box .year{
	font-size: 16px;
	line-height: 25px;
	margin-top: 8px;
}
.news ul li .info{
	width: 90%;
	float: right;
}
.news ul li .info .tit{
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.news ul li:hover .info .tit{
	color: #3f6cbd;
    transition: all .5s ease;
}
.news ul li .info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 20px 0 25px;
}
.news ul li .info .more{
	width: 126px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #3f6cbd;
	border-radius: 44px;
	font-size: 16px;
	color: #3f6cbd;
    transition: all .5s ease;
}
.news ul li:hover .info .more{
	background-color: #3f6cbd;
	color: #fff;
    transition: all .5s ease;
}
.news ul li .info .more i{
	margin-left: 10px;
}
/* newsDe */
.newsDe{
	padding: 60px 0 90px;
}
.newsde-top{
	overflow: hidden;
	border-bottom: 1px solid #ecebeb;
	padding-bottom: 20px;
}
.newsde-top .titBox{
	width: 75%;
	float: left;
}
.newsde-top .titBox .title{
	font-size: 24px;
	line-height: 30px;
	color: #333333;
}
.newsde-top .titBox .time{
	font-size: 15px;
	color: #777777;
	line-height: 25px;
	margin-top: 18px;
}
.newsde-top .btn-gn{
	float: right;
	margin: 10px 0 0 0;
}
.newsde-top .btn-gn a{
	display: block;
	float: left;
	width: 43px;
	height: 43px;
	margin-left: 16px;
	border-radius: 100%;
}
/*.newsde-top .btn-gn a:nth-child(1){
	background: #b4b4b4 url(../images/newsde-prev.png) no-repeat center center;
}
.newsde-top .btn-gn a:hover:nth-child(1){
	background: #3f6cbd url(../images/newsde-prev.png) no-repeat center center;
}
.newsde-top .btn-gn a:nth-child(2){
	background: #b4b4b4 url(../images/newsde-next.png) no-repeat center center;
}
.newsde-top .btn-gn a:hover:nth-child(2){
	background: #3f6cbd url(../images/newsde-next.png) no-repeat center center;
}*/
.newsde-top .btn-gn a{
	background: #b4b4b4 url(../image/newsde-return.png) no-repeat center center;
}
.newsde-top .btn-gn a:hover{
	background: #3f6cbd url(../image/newsde-return.png) no-repeat center center;
}
.newsde-content{
	font-size: 15px;
	line-height: 28px;
	color: #555555;
	margin-top: 26px;
}

.pages{
	width: 100%;
	margin-top: 55px;
	padding-top: 35px;
	border-top: 1px solid #ecebeb;
}
.pages span{
	background: #f5f5f5;
	border-radius: 15px;
	padding: 8px 20px;
	font-size: 15px;
}
.pages .pl{
	float: left;
}
.pages .pr{
	float: right;
	text-align: right;
}
.pages a{
	font-size: 15px;
}
.pages a:hover{
	color: #3f6cbd;
}
@media (max-width:768px) {
    .pages .pl{ float: none; display: block; width: 100%; margin-bottom: 15px; }
    .pages .pr{ float: none; display: block; text-align: left; width: 100%;}
}


/* product */
.productClass1{
	padding: 0 0 80px;
}
.productClass1 .row{
	margin-top: 40px;
}
.productClass1 .row .pdg{
	margin-bottom: 35px;
}
.pro-cls1{
	
	transition: all .5s ease;
}
.pro-cls1:hover{ 
    transition: all .5s ease;
}
.pro-cls1 .class1{
	line-height: 60px;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	position: relative;
	background: url(/template/default/images/p-line.png) no-repeat left 25px center;
	padding-left: 50px;
	border: 1px solid #e5e5e5;
}
.pro-cls1:hover .class1{
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2);
	border: 1px solid #0f5d9b;
	transition: all .5s ease;
}
.pro-cls1 .class1 .more{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: #323232;
	right: 22px;
}
.pro-cls1 .class2{
	border: 1px solid #e5e5e5;
	border-top: none;
	position: relative;
	padding: 22px 50px 38px;
	min-height: 222px;
}
.pro-cls1:hover .class2{
	border: 1px solid #0f5d9b;
	border-top: none;
	transition: all .5s ease;
}
.pro-cls1 .class2-more{
	position: absolute;
	width: calc(100% + 2px);
	top: 0;
	left: -1px;
	background: #fff; 
	z-index: 999;
	padding: 22px 25px 24px 50px; 
	border: 1px solid #0f5d9b;
	border-top: none;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
} 
.pro-cls1:hover .class2-more{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
.pro-cls1 .class2-more-h{
	height: 320px; 
	overflow-y: auto;
}
.pro-cls1 .class2 a{
	font-size: 16px;
	color: #555555;
	line-height: 40px; 
	padding-left: 14px;
	background: url(/template/default/images/p-sjx-ls.png) no-repeat left center;
	display: block;
}
.pro-cls1 .class2 > a{
	display: none;
}
.pro-cls1 .class2 > a:nth-child(1),
.pro-cls1 .class2 > a:nth-child(2),
.pro-cls1 .class2 > a:nth-child(3),
.pro-cls1 .class2 > a:nth-child(4){
	display: block;
}
.pro-cls1 .class2 a:hover{
	color: #3f6cbd;
}
.pro-left-class{
	width: 21%;
	max-width: 300px;
	margin-top: -94px;
	position: relative;
	z-index: 999;
	float: left;
}
.pro-left-class .top-tit{
	background: #3f6cbd;
	text-align: center;
	line-height: 94px;
	height: 94px;
	color: #fff;
	font-size: 36px;
}
.pro-left-class .p-l-cls{
	margin-top: 4px;
}
.pro-left-class .p-l-cls > li{
	background: #f1f1f1 url(/template/default/images/p-l-sjx.png) no-repeat left 22px center;
	padding-left: 38px;
	display: block;
	margin-bottom: 1px;
	padding-right: 15px;
	position: relative;
    transition: all .5s ease;
}
.pro-left-class .p-l-cls > li:hover,
.pro-left-class .p-l-cls > li.on{
	background: #3f6cbd url(/template/default/images/p-l-sjx-bs.png) no-repeat left 22px center;
    transition: all .5s ease;
}
.pro-left-class .p-l-cls > li > a{
	display: block;
	line-height: 58px;
	font-size: 16px;
	color: #222222;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pro-left-class .p-l-cls > li:hover > a,
.pro-left-class .p-l-cls > li.on > a{
	color: #fff;
}
.pro-left-class .p-l-cls2{
	position: absolute;
	width: 1028px; 
	left: 100%;
	top: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .15);
	border-top: 5px solid #3f6cbd;
	padding: 20px 20px 40px 40px;
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease;
}
.pro-left-class .p-l-cls > li:hover .p-l-cls2{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
.pro-left-class .list-cls-h{
	max-height: 628px;
	overflow-y: auto;
	padding-right: 20px;
}
.pro-left-class .p-l-cls2 .list{
	border-bottom: 1px solid #eae9e9;
	padding-bottom: 18px;
	margin-bottom: 15px;
	overflow: hidden;
}
.pro-left-class .p-l-cls2 .list .cls1{
	float: left;
	font-weight: bold;
	font-size: 15px; 
	background: url(/template/default/images/p-l-jt.png) no-repeat right top 6px;
	width: 13%;
}
.pro-left-class .p-l-cls2 .list .cls1 a{
	color: #222;
	display: block;
	padding-right: 18px;
	line-height: 26px;
}
.pro-left-class .p-l-cls2 .list .cls1 a:hover{
	color: #3f6cbd;
}
.pro-left-class .p-l-cls2 .list .cls2{
	width: 83%;
	float: right;
}
.pro-left-class .p-l-cls2 .list .cls2 a{
	display: block;
	float: left;
	font-size: 14px;
	color: #555555;
	line-height: 26px;
	margin-right: 16px;
}
.pro-left-class .p-l-cls2 .list .cls2 a:hover{
	color: #3f6cbd;
}
.pro-right{
	width: 100%;
	max-width: 100%;
	padding: 45px 0 0 0;
}
.pro-right.ss{
	width: 100%;
	max-width: 100%;
}
.pro-search .box1{
	overflow: hidden;
}
.pro-search .box1 .tit{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	float: left;
	line-height: 40px;
}
.pro-search .box1 .p-s-int{
	width: 70%;
	float: left;
	margin-left: 10px;
	overflow: hidden;
}
.pro-search .box1 .p-s-int input[type=text]{
	width: 90%;
	float: left;
	height: 40px;
	padding: 0;
	border: none;
	text-indent: 18px;
	border: 1px solid #d2d2d2;
	border-right: none;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.pro-search .box1 .p-s-int input[type=button]{
	width: 10%;
	height: 10%;
	float: left;
	height: 40px;
	background: #3f6cbd url(/template/default/images/p-ss.png) no-repeat center center;
	border: none;
	outline: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.pro-search .box2{
	font-size: 15px;
	color: #222222;
	line-height: 25px;
	margin-top: 18px;
	margin-left: 90px;
}
.pro-search .box2 a{
	font-size: 15px;
	color: #777777;
	margin-right: 18px;
}
.pro-search .box2 a:hover{
	color: #3f6cbd;
}
.productClass3{
	padding: 0;
}
.productClass3 .title{
	font-size: 36px;
	line-height: 40px;
	color: #222222;
}
.productClass3 .subtitle{
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	margin-top: 40px;
}
.productClass3 .row{
	margin-top: 45px;
}
.productClass3 .row .pdg{
	margin-bottom: 30px;
}
.pro-cls3{
	overflow: hidden;
	background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, .2);
}
.pro-cls3 .pic{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.pro-cls3 .pic img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.pro-cls3:hover .pic img{
	transform: scale(1.1);
    transition: all .5s ease;
}
.pro-cls3 .prom{
	width: 100%;
}

.pro-cls3 .prom .tit{
	border: 1px solid #efefef;
    background: #f6f6f6;
	line-height: 46px;
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.pro-cls3:hover .tit{
	color: #fff;
	background: #3f6cbd;
    transition: all .5s ease;
}
.pro-cls3 .prom .des{
	font-size: 15px;
	color: #888;
	line-height: 1.8;
	margin: 20px 0 25px;
}
.pro-cls3 .prom .more{
	font-size: 14px;
	color: #555;
	background: url(../image/xq.png) no-repeat left;
	padding-left: 30px;
    margin-top: 20px;
}
.pro-cls3 .prom .more .pro_list{
	font-size: 14px;
	color: #555;
	background: url(../image/pl.png) no-repeat left;
	padding-left: 30px;
	margin-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pro-cls3:hover .prom .more a{
	color: #555;
}



@media (max-width:1024px) {
	.pro-cls3 .prom,.pro-cls3 .pic{
		width: 100%;
	}
}
.pro-cls3 .sub{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,83,149,0.8);
	top: 0;
	left: 0;
	display: flex;
	padding: 4%;
	align-items: center;
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease;
}
.pro-cls3:hover .sub{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
.pro-cls3 .sub p{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* productDe */
.productDe{
	padding: 0 0 100px 0;
}
.productDe-top{
	
}
.prode-gallery-top{
	border: 1px solid #dcdcdc;
}
.prode-gallery-top img{
	display: block;
	margin: 0 auto;
}
.productDe-top .imgShow{
	width: 48.0663%;
	float: left;
}
.productDe-top .imgShow.pp{
	width: 31%; 
}
.productDe-top .imgShow.pp img{
	padding: 75px 0;
}
.productDe-top .imgMore{
	position: relative;
	margin-top: 11px;
}
.prode-gallery-thumbs{
	width: 86%;
	margin: 0 auto;
}
.prode-gallery-thumbs .swiper-slide{
	border: 1px solid #dcdcdc;
	cursor: pointer;
}
.prode-gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	border: 1px solid #3f6cbd;
}
.prode-next,
.prode-prev{
	width: 32px;
	height: 100% !important;
	top: 0 !important; 
	margin-top: 0 !important;
}
.prode-next{
	right: 0 !important;
	background: #f5f5f5 url(/template/default/images/prode-next.png) no-repeat center center !important;
}
.prode-prev{
	left: 0 !important;;
	background: #f5f5f5 url(/template/default/images/prode-prev.png) no-repeat center center !important;
}
.productDe-top .isInfo{
	width: 46.961326%;
	float: right;
	border-top: 6px solid #3f6cbd;
	padding-top: 25px;
}
.productDe-top .isInfo.pp{
	width: 64.5%;
}
.productDe-top .isInfo .tit{
	font-size: 28px;
	line-height: 35px;
	color: #3f6cbd;
}
.productDe-top .isInfo .sub{
	font-size: 15px;
	color: #555555;
	line-height: 25px;
	margin-top: 22px;
}
.productDe-top .isInfo .sub2{
	background: #f8f8f8;
	padding: 15px 25px ;
	line-height: 30px;
	font-size: 15px;
	color: #3f6cbd;
	margin-top: 30px;
}
.productDe-two{
	margin: 55px 0;
}
.productDe-two .row .pdg{
	padding: 0 18px;
}
.productDe-two .list{
	margin-top: 20px;
}
.productDe-two .list.on{
	height: 235px;
	overflow-y: auto;
}
.productDe-two .list .lt{
	border-bottom: 1px solid #dedede;
	font-size: 13px;
	color: #555555;
	line-height: 38px;
}
.productDe-two .list .down{
	padding-left: 28px;
	background: url(/template/default/images/prode-pdf1.png) no-repeat left center;
	font-size: 15px;
	color: #555555;
	line-height: 40px;
}
.productDe-two .list .down a{
	display: block;
	color: #555;
}
.productDe-two .list .down a:hover{
	color: #3f6cbd;
}
.prode-tit{
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	background: url(/template/default/images/prode-dot1.png) no-repeat left center;
	padding-left: 24px;
}
.productDe-three .cont{
	font-size: 15px;
	color: #555555;
	line-height: 25px;
	margin-top: 25px;
}
.productDe-table{
	margin-top: 60px;
}
.productDe-table .isTop{
	overflow: hidden;
}
.productDe-table .isTop .prode-tit{
	float: left;
	line-height: 35px;
}
.productDe-table .isTop .sear{
	float: right;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	width: 25%;
}
.productDe-table .isTop .sear input[type=text]{
	width: 85%;
	float: left;
	border: none;
	outline: none;
	padding: 0;
	height: 35px;
	text-indent: 18px;
}
.productDe-table .isTop .sear input[type=button]{
	width: 15%;
	height: 35px;
	background: url(/template/default/images/prode-ss.png) no-repeat center center;
	border: none;
	outline: none;
}
.productDe-table .isTable{
	margin-top: 26px;
}
.productDe-table .isTable table{
	border: 1px solid rgba(255,255,255,0.4);
	width: 100% !important;
}
.productDe-table .isTable table tr{
	border: 1px solid rgba(255,255,255,0.4);
	background: #d8effb;
}
.productDe-table .isTable table tr td{
	border: 1px solid rgba(255,255,255,0.4);
	font-size: 16px;
	text-align: center;
	height: 40px;
}
.productDe-table .isTable table tr:nth-of-type(2n+1){
	background: #e6f1fa;
	height: 40px;
}
.productDe-table .isTable table tr:nth-of-type(2n+2){
	background: #f5f8fb;
	height: 40px;
}
.productDe-table .isTable table tr:nth-child(1){
	background: #3f6cbd;
	color: #fff;
	height: 40px;
}
.productDe-table .isTable table tr td .ke-insertfile{
	line-height:0;
	font-size:0;
	overflow:hidden;
	display: inline-block;
	width: 21px;
	height: 27px;
	background: url(/template/default/images/prode-pdf2.png) no-repeat center center;
	position: relative;
	top: 3px;
}
.productDe-xgcp{
	margin-top: 45px;
}
.productDe-xgcp .xgcp-list{
	border-top: 1px solid #e2e1e1; 
	margin-top: 20px;
	padding-top: 18px;
}
.productDe-xgcp .xgcp-list .lt{
	font-size: 15px;
	color: #3f6cbd;
	padding-left: 13px;
	background: url(/template/default/images/xgcp-jt.png) no-repeat left center;
	font-size: 15px;
	color: #3f6cbd;
	line-height: 26px;
	margin-bottom: 5px;
}
.productDe-xgcp .xgcp-list .lt a{
	color: #3f6cbd;
}
.productDe-msg{
	margin-top: 44px;
}
.productDe-msg .row{
	margin-top: 28px;
}
.productDe-msg input[type=text]{
	width: 100%;
	height: 46px;
	padding: 0;
	border: 1px solid #dcdcdc;
	text-indent: 18px;
}
.productDe-msg textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 145px;
	max-height: 145px;
	margin: 13px 0 0 0;
	border: 1px solid #dcdcdc;
	padding: 12px 18px;
}
.productDe-msg textarea:focus{
	background: none;
}
.productDe-msg input[type=button]{
	width: 330px;
	line-height: 50px;
	background: #3f6cbd;
	display: block;
	margin: 40px auto 0;
	border: none;
	color: #fff;
	font-size: 18px;
}
.productDe-msg input[type=button]:hover{
	border-radius: 50px;
}

/* application */
.application{
	padding: 0 0 58px 0;
}
.application-ul li{
	overflow: hidden;
	margin-bottom: 40px;
}
.application-ul li .pic{
	width: 32.5966850982%;
	float: left;
	overflow: hidden;
}
.application-ul li .pic img{
	display: block;
	width: 100%;
}
.application-ul li .info{
	width: 63%;
	float: right;
	margin-bottom: 40px;
}
.application-ul li .info .tit{
	font-size: 20px;
	color: #222222;
	line-height: 28px;
	margin-top: 8px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.application-ul li .info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 25px;
	margin-top: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.application-ul li .info .more{
	width: 128px;
	height: 42px;
	line-height: 40px;
	border: 1px solid #3f6cbd;
	text-align: center;
	font-size: 15px;
	color: #3f6cbd;
	margin-top: 42px;
    transition: all .5s ease;
}
.application-ul li:hover .info .more{
	background: #3f6cbd;
	color: #fff;
    transition: all .5s ease;
}
.applicationDe{
	padding: 0 0 70px 0;
}
.appde-top{
	overflow: hidden;
}
.appde-top .title{
	width: 75%;
	float: left;
	font-size: 28px;
	color: #222222;
	line-height: 34px;
}
.appde-top .return{
	line-height: 34px;
	display: block;
	float: right;
	background: url(/template/default/images/appde-fh.png) no-repeat left center;
	padding-left: 34px;
	font-size: 16px;
	color: #3f6cbd;
}
.appde-cont{
	font-size: 15px;
	color: #555555;
	line-height: 25px;
	margin-top: 36px;
}
.appde-cont table{
	border: 1px solid rgba(255,255,255,0.4);
	width: 100% !important;
}
.appde-cont table tr{
	border: 1px solid rgba(255,255,255,0.4);
	background: #d8effb;
}
.appde-cont table tr td{
	border: 1px solid rgba(255,255,255,0.4);
	font-size: 16px;
	text-align: center;
	height: 40px;
}
.appde-cont table tr:nth-of-type(2n+1){
	background: #e6f1fa;
	height: 40px;
}
.appde-cont table tr:nth-of-type(2n+2){
	background: #f5f8fb;
	height: 40px;
}
.appde-cont table tr:nth-child(1){
	background: #3f6cbd;
	color: #fff;
	height: 40px;
}
.appde-xgcp{
	margin-top: 85px;
}
.appde-xgcp .title{
	font-size: 24px;
	color: #555555;
	line-height: 28px;
	font-weight: 400;
}
#appCpSwiper{
	margin-top: 35px;
	padding-bottom: 50px;
}

/* abt-tit */
.abt-top-tit{
	text-align: center;
	color: #333;
	font-size: 42px;
	line-height: 46px;
}
.abt-top-line{
	width: 40px;
	height: 2px;
	background: #3f6cbd;
	margin: 30px auto 0;
}

/* 公用 */
.sy-bf-en{
	text-align: center;
	text-transform: uppercase;
    line-height: 22px;
    font-size: 16px;
    color: #d4d4d4;
}
.sy-bf-tit{
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	color: #222222;
	margin-bottom: 15px;
}
.sy-bf-xian{
	display: block;
    height: 3px;
    background: url(../image/icon_icon10.png) no-repeat center;
}
.sy-bf-sub{
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	color: #555555;
	margin-top: 30px;
}
.Nybanner{
	overflow: hidden;
    position: relative;
}
.Nybanner img{
	display: block;
	width: 100%;
}
.Nybanner .nytit{
    position: absolute;
    top: 38%;
    width: 100%;
    color: #fff;
}
.Nybanner .nytit h2{
    font-size: 36px;
    margin-bottom: 15px;
    text-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}
.Nybanner .nytit p{
    font-size: 16px;
    letter-spacing: .5px;
    text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}


.Nylocation{
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.Nylocation.pro{
	background: #fff;
	border-bottom: 1px solid #eeeded;
}
.Nylocation .now-lm{
	float: left;
}
.Nylocation .now-lm a{
	display: block;
	line-height: 68px;
	padding: 0 26px;
	font-size: 16px;
	color: #333333;
	float: left;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	background: #3f6cbd;
	color: #fff;
}
.Nylocation .now-wz{
	float: right;
	background: url(../image/home-ico.png) no-repeat left center;
	padding-left: 27px;
	font-size: 15px;
	line-height: 68px;
	color: #555555;
}
.Nylocation .now-wz.fl{
	float: left;
}
.Nylocation .now-wz a{
	color: #555;
}
.Nylocation .now-wz a:hover{
	color: #3f6cbd;
}

/* footer */
footer{
	background: #292929 url(../image/fbg.jpg) no-repeat right bottom;
	background-size: auto 100%;
	padding: 85px 0 0 0;
}
.foot-top{
	padding: 0 0 78px 0;
}
.foot-top h4{
	color: #bbb;
	font-size: 20px;
	line-height: 28px;
}
.foot-info{
    float: right;
    padding-left: 5%;
}
.foot-info .info{
	margin-top: 26px;
	line-height: 36px;
	color: #aaa;
}
.foot-info .info p{
	padding-left: 28px;
}
.foot-info .info a{
	font-family: arial;
	color: #aaa;
}
.foot-info .info p.dz{
	background: url(../image/f-dz.png) no-repeat left center;
}
.foot-info .info p.dh{
	background: url(../image/f-dh.png) no-repeat left top 10px;
}
.foot-info .info p.cz{
	background: url(../image/f-cz.png) no-repeat left center;
}
.foot-info .info p.yx{
	background: url(../image/f-yx.png) no-repeat left center;
}
.foot-ewm{
	width: 20%;
	float: left; 
}
.foot-ewm .flogo{
	margin-bottom: 26px;
}
.foot-ewm .ewm{
	display: block;
	width: 128px;
	margin-top: 26px;
}
.foot-ewm p{
	font-size: 14px;
	color: #fff;
	margin-top: 12px;
}
.fab {
    font-size: 14px;
    color: #999;
    line-height: 23px;
    margin-bottom: 20px;
}

.fnews{
    width: 30%;
    float: right;
    padding-right: 5%;
    border-right: 1px solid #4a4a4a;
}
.fnews h4 {
    color: #bbb;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
.fnews ul li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #3a3a3a;
}
.fnews ul li:last-child{
    border-bottom: 0px solid #4a4a4a;
}
.fnews .fnewsl{
    width: 30%;
    float: left;
}
.fnews .fnewsl img{
    width: 100px;
}
.fnews .fnewsr{
    width: 68%;
    float: right;
}
.fnews .fnewsr a{
    color: #aaa;
    line-height: 30px;
}
.fnews .fnewsr p{
    font-size: 13px;
    margin-top: 10px;
}
.fnews .fnewsr a:hover{
    color: #fff;
}


.foot-lm{
	float: left;
	overflow: hidden;
    padding-left: 5%;
}
.foot-lm .item{
	float: left;
	margin-left: 90px;
}
.foot-lm .item:first-child{
	margin-left: 0;
}
.foot-lm .item .link{
	margin-top: 26px;
}
.foot-lm .item .link a{
	display: block;
	line-height: 35px;
	font-size: 15px;
	color: #999999;
}
.foot-lm .item .link a:hover{
	color: #fff;
}
.foot-copy{
	text-align: center;
	line-height: 60px;
	border-top: 1px solid #464646;
	font-size: 15px;
	color: #999999;
}
.foot-copy a{
	color: #999;
}
.foot-copy a:hover{
	color: #fff;
}

/*  */
.isPC{
	display: block;
}
.isMobile{
	display: none !important; 
}

/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 50px;
	padding-top: 50px;
}
.Page .disabled {
	border: 1px solid #d8d8d8;
	padding: 5px 5px;
	font-size: 10px;
	color: #d8d8d8; 
	display: none;
	visibility: hidden;
}

.Page a {
	border: 1px solid #f1f1f1;
	display: inline-block;
	width: 30px;
	background: #f1f1f1;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	color: #333;
	position: relative;
	top: 2px;  
}
.Page a:hover{
	border: 1px solid #0166b3;
}

.Page a.sy {
	color: #707072 !important;
}

.Page .current {
	background: #0166b3;
	display: inline-block;
	width: 30px;
	line-height: 30px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #0166b3;
	font-size: 10px; 
}
.Page .next,
.Page .prev{
	width: 65px;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #3f6cbd;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #3f6cbd;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	height: 16px;
	background-color: #fff; 
} 

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(0, 83, 149, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 83, 149, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(0, 83, 149, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}

.dls-tit{
	text-align: center;
	font-size: 42px;
	line-height: 45px;
	color: #3f6cbd;
}

.human{
	padding: 35px 0 70px;
}
.human .container{
	max-width: 1400px;
}
.zp-search{
	width: 40%;
	margin: 45px auto 0;
	overflow: hidden;
}
.zp-search input[type=text]{
	width: 80%;
	height: 60px;
	border: 1px solid #e5e5e5;
	padding: 0 0 0 60px;
	background: url(/template/default/images/ss-ico.jpg) no-repeat left 22px center;
	float: left;
    transition: all .5s ease;
}
.zp-search input[type=text]:focus{
	border: 1px solid #d50b1e;
    transition: all .5s ease;
}
.zp-search input[type=button]{
	width: 20%;
	float: left;
	height: 60px;
	border: none;
	outline: none;
	background: #d50b1e;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
.human-box{
	margin-top: 40px;
}
.dls-sub{
	text-align: center;
	font-size: 16px;
	color: #777777;
	margin-top: 25px;
}
.human-box .item{
	background: #f5f5f5;
	padding: 22px 28px 30px;
}
.human-box .item:nth-of-type(2n+2){
	background: #fff;
}
.human-box h3{
	overflow: hidden;
}
.human-box h3 .info{
	width: 89%;
	float: left;
	border-right: 1px solid #ebebeb;
}
.human-box h3 .info .tit{
	font-size: 24px;
	line-height: 28px;
	color: #333333;
}
.human-box h3 .info .txt{
	font-size: 16px;
	color: #666666;
	margin-top: 22px;
}
.human-box h3 .info .txt span{
	display: inline-block;
	position: relative;
	margin-right: 45px;
}
.human-box h3 .info .txt span::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background: #d3d2d2;
	right: -26px;
}
.human-box h3 .info .txt span:last-child::after{
	display: none;
}
.human-box h3 .info .open{
	background: url(/template/default/images/rc-down.png) no-repeat right center;
	display: inline-block;
	font-size: 16px;
	color: #e47e01;
	padding-right: 21px;
	margin-top: 28px; 
	cursor: pointer;
}
.human-box h3.on .info .open{
	background: url(/template/default/images/rc-up.png) no-repeat right center;
	color: #ce0100;
}
.human-box .tjl{
	display: block;
	width: 113px;
	height: 36px;
	background: #3f6cbd;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	float: right;
	margin-top: 35px;
}
.human-box .tjl:hover{
	border-radius: 20px;
}
.human-box ul{
	margin-top: 25px;
	padding-top: 26px;
	border-top: 1px solid #dfdfdf;
	display: none;
}
.human-box ul li .cont{
	font-size: 15px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 30px;
}
.human-box ul li .cont a{
	color: #3f6cbd;
}
.human-box ul li .cont a:hover{
	color: #3f6cbd;
}
.human-box ul li .cont .tit{
	color: #666666;
	margin-bottom: 5px;
}
