@charset "utf-8";

/* CSS Document */
@media only screen and (min-width: 800px) {
::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #000;
}
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track {
 border-radius: 0px;
 background: #000;
}
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb {
 border-radius: 0px;
 background-color:#1c7ac0;
}
}
@font-face {
    font-family: 'ziti';
    src: url("TT0246M_0.TTF");
}
 /*=========
  基本默认值
  ==========*/
*{
	margin: 0;
	padding: 0; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}
html{ 
	min-height:100%;
}
body {
	min-height:100%;
	font-size: 12px;
	color: #000;
	font-family:"Arial","微软雅黑";
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
li{
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	text-decoration: none;
	color: #000;	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s; 
	transition: all .5s; 
}
::after,::before{	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s; 
	transition: all .5s; 
}
table {
	border-collapse: collapse;
}
input, textarea,select {
	font-family: "Arial","微软雅黑";
	font-size: 12px;
	outline: none;
}
/* =========
  工具样式
  ========== */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
}
.clearfix:after{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.donghua{
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s; 
	-ms-transition: all .5s; 
	transition: all .5s;
}
.all{
	max-width: 100%;
	overflow: hidden;
}
/* =========

  首页

  ========== */
.wrap{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	overflow: hidden;
}
/*头部*/
.header{
	position: fixed;
	top: 0;
	height: 105px;
	line-height: 105px;
	background-color: #fff;
	left: 0;
	z-index: 111;
	width: 100%;
}
.header .inbox{
	overflow: visible;
	max-width: 1820px;
	position: relative;
	z-index: 12;
}
.header .inbox .logo{
	display: block;
	float: left;
}
.header .inbox .logo img{
	width: 214px;
	height: 50px;
}
.header .inbox .right{
	float: right;
}
.header .inbox .right .lg-box{
	float: left;
	margin-right: 20px;
	width: 70px;
	height: 26px;
	border: 1px solid #d7d7d7;
	border-radius: 20px;
	margin-top: 40px;
	line-height: 26px;
	padding-left: 30px;
	background-image: url(../images/icon22.png);
	background-repeat: no-repeat;
	background-position: 6px center;
}
.header .inbox .right .lg-box a{
	font-size: 12px;
	color: #0075c2;
	font-weight: bold;
	-moz-transition: all 0s; 
	-webkit-transition: all 0s;  
	-o-transition: all 0s; 
	-ms-transition: all 0s; 
	transition: all 0s;
}
.header .inbox .right .search-icon{
	float: left;
	cursor: pointer;
}
.header .inbox .right .search-icon img{
	width: 20px;
	height: 20px;
}
.header .nav{
	float: left;
	width: calc(100% - 340px);
	text-align: center;
	text-align: center;
	height: 100%;
}
.header .nav .nLi{
	display: inline-block;
	padding-left: 30px;
	padding-right: 26px;
	height: 100%;
	position: relative;
}
.header .nav .nLi:nth-child(2){
	padding-left: 0;
}
.header .nav .nLi:last-child{
	padding-right: 0;
}
.header .nav .nLi .a1{
	display: block;
	font-size: 14px;
	color: #0075c2;
	font-weight: bold;
	position: relative;
}
.header .nav .nLi.on .a1{
	color: #7f7f7f;
}
.header .nav .nLi:before{
	content: "";
	position: absolute;
	right: 0px;
	width: 1px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	background: -webkit-linear-gradient(to bottom,#f8f8f8 0px, #d9d9d9 50%, #f8f8f8 100%);
    background: -moz-linear-gradient(to bottom,#f8f8f8 0px, #d9d9d9 50%, #f8f8f8 100%);
    background: -ms-linear-gradient(to bottom,#f8f8f8 0px, #d9d9d9 50%, #f8f8f8 100%);
    background: linear-gradient(to bottom,#f8f8f8 0px, #d9d9d9 50%, #f8f8f8 100%);
} 
.header .nav .nLi:last-child:before{
	display: none;
}
.header .nav .nLi:after{
	content: "";
	position: absolute;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	margin-left: -3px;
	border-radius: 50%;
	background-color: #0075c2;
	bottom: 23px;
	opacity: 0;
}
.header .nav .nLi.on:after{
	opacity: 1;
}
.header .nav .nLi:nth-child(2):after{
	margin-left: -17px;
}
.header .nav .nLi:last-child:after{
	margin-left: 13px;
}
.header .nav .nLi .sub{
	position: fixed;
    top: 105px;
    left: 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    line-height: 76px;
    height: 76px;
    background: -webkit-linear-gradient(to right,#0075c2 0px, #0093f4 50%, #0075c2 100%);
    background: -moz-linear-gradient(to right,#0075c2 0px, #0093f4 50%, #0075c2 100%);
    background: -ms-linear-gradient(to right,#0075c2 0px, #0093f4 50%, #0075c2 100%);
    background: linear-gradient(to right,#0075c2 0px, #0093f4 50%, #0075c2 100%);
    opacity: 0;
}
.header .nav .nLi .sub .inli{
	display: inline-block;
	padding-right: 30px;
	margin-right: 26px;
	position: relative;
}
.header .nav .nLi .sub .inli:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 18px;
	margin-top: -9px;
	width: 1px;
	background-color: rgba(255,255,255,.5);
}
.header .nav .nLi .sub .inli:last-child:after{
	display: none;
}
.header .nav .nLi .sub .inli:last-child{
	margin-right: 0;
}
.header .nav .nLi .sub .inli .a2{
	display: block;
	font-size: 14px;
	color: #ffffff;
	position: relative;
}
.header .nav .nLi .sub .inli.on .a2{
	font-weight: bold;
}
.header .nav .nLi .sub .inli .a2:before{
	content: "";
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
}
.header .nav .nLi .sub .inli.on .a2:before{
	opacity: 1;
}
.header .nav .nLi .sub .inli .insub{
	background-color: #f5f5f5;
	position: fixed;
	top: 181px;
    left: 0;
    width: 100%;
    white-space: nowrap;
    opacity: 0;
}
.header .nav .nLi .sub .inli .insub .ininli{
	padding-top: 45px;
	padding-bottom: 52px;
	position: relative;
}
.header .nav .nLi .sub .inli .insub .ininli .btn{
	font-family: "Arial";
	font-weight: bold;
	font-size: 30px;
	color: #0075c2;
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
.header .nav .nLi .sub .inli .insub .ininli .navpro-next{
	right: 10%;
}
.header .nav .nLi .sub .inli .insub .ininli .navpro-prev{
	left: 10%;
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container{
	width: calc(94% - 30px);
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide:after{
	content: "";
	position: absolute;
	top: 0;
	right: -40px;
	width: 1px;
	height: 100%;
	background: -webkit-linear-gradient(to bottom,#f0f0f0 0px, #d6d6d6 50%, #f0f0f0 100%);
    background: -moz-linear-gradient(to bottom,#f0f0f0 0px, #d6d6d6 50%, #f0f0f0 100%);
    background: -ms-linear-gradient(to bottom,#f0f0f0 0px, #d6d6d6 50%, #f0f0f0 100%);
    background: linear-gradient(to bottom,#f0f0f0 0px, #d6d6d6 50%, #f0f0f0 100%);
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide a{
	display: block;
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide .imgbox{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide .imgbox img{
	width: 100%;
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide .line{
	width: 25px;
	height: 2px;
	background-color: #0075c2;
	margin-top: 18px;
	margin-bottom: 15px;
}
.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide .title{
	font-size: 16px;
	color: #282828;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
/*小屏幕导航*/
.header .right .box{
	height: 16px;
	position: relative;
	display: none;
	float: right;
	margin-left: 10px;
	margin-top: 17px;
	width: 24px;
}
.header .right .box .line{
	width: 24px;
	height: 2px;
	background-color: #0079c9;
	position: absolute;
	left: 0px;
	top: 7px;
}
.header .right .box .line1{
	margin-top: -7px;
}
.header .right .box .line3{
	margin-top: 7px;
}
.header .right .box[data-active="on"] .line1{
	margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .right .box[data-active="on"] .line2{
	display: none;
}
.header .right .box[data-active="on"] .line3{
	margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-nav-box{
	position: fixed;
	top: 51px;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	display: none;
}
.mm-nav-box[data-on="active"],.mm-nav-box[data-on="active"] .mask,.mm-nav-box[data-on="active"] .mm-wrap{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.mm-nav-box .mask{
	position: fixed;
    top: 0px;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.6);
    -webkit-transform: translateX(-200%);
	-moz-transform: translateX(-200%);
	-ms-transform: translateX(-200%);
	-o-transform: translateX(-200%);
	transform: translateX(-200%);
}
.mm-nav-box .mm-wrap{
	position: fixed;
	top: 0px;
	right: 0;
	width: 50%;
	z-index: 100;
	background-color: #111;
	height: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	overflow-y: auto;
}
.mm-nav-box .mm-nav .li1{
	margin: 0 20px;
    line-height: 48px;
}
.mm-nav-box .mm-nav .li1 .a1{
	display: block;
	color: #fff;
	font-size: 16px;
}
.mm-nav-box .mm-nav .li1.on .a1{
	color: #0079c9;
}
.mm-nav-box .mm-nav .li1.on .mm-title{
	border-color: #0079c9;
}
.mm-nav-box .mm-nav .li1 .mm-title{
	position: relative;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid rgba(255,255,255,.6);
}
.mm-nav-box .mm-nav .li1 .mm-title .a1{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 10;
}
.mm-nav-box .mm-nav .li1 .mm-title .click{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -3px;
}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{
	border-color: #009b4c;
}
.mm-nav-box .mm-nav .li1 .mm-innav{
	display: none;
}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{
	display: block;
}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-nav-box .mm-nav .li1 .mm-innav li{
	margin: 0 10px;
	border-bottom: 1px solid rgba(255,255,255,.4);
	line-height: 1;
}
.mm-nav-box .mm-nav .li1 .mm-innav li a{
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	display: block;
	padding: 6px 0;
}
/*小屏幕导航 End*/
/*搜索*/
.search-box{
	position: fixed;
	top: 105px;
	left: 0;
	z-index: 11;
	width: 100%;
	opacity: 0;

}
.search-box[data-on="click"]{
	opacity: 1;
	bottom: 0;
}
.search-box[data-on="click"] .box{
	margin-top: 40px;
	margin-bottom: 50px;
}
.search-box[data-on="click"] .box form input[type="text"]{
	height: 50px;
}
.search-box[data-on="click"] .mask{
	height: calc(100% - 142px);
}
.search-box[data-on="click"]:before{
	height: 142px;
}
.search-box:before{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	height: 0px;
	background-color: rgb(117, 117, 117);
	width: 100%;
}
.search-box .box{
	max-width: 1820px;
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 0px;
}
.search-box .mask{
	background-color: rgba(0,0,0,.7);
}
.search-box .box form{
	position: relative;
}
.search-box .box form input[type="text"]{
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 0px;
	width: 100%;
	background-color: transparent;
	text-indent: 10px;
}
.search-box .box form input[type="submit"]{
	width: 20px;
	height: 20px;
	background-color: transparent;
	cursor: pointer;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	position: absolute;
	background-image: url(../images/icon21.png);
	border: 0;
}
/*搜索 End*/
.header .inbox .right .lg-box a.noactive{
	color: #ccc;
	width: 0;
	display: inline-block;
}
@media only screen  and (min-width: 1024px){
	.header .inbox .right .lg-box:hover{
		width: 84px;
	}
	.header .inbox .right .lg-box:hover a{
		opacity: 1 !important;
		width: 20px;
		-moz-transition: all 0s .5s; 
		-webkit-transition: all 0s .5s;  
		-o-transition: all 0s .5s; 
		-ms-transition: all 0s .5s; 
		transition: all 0s .5s;
	}
	.header .inbox .right .lg-box a:hover{
		color: #0075c2;
	}
}
@media only screen  and (max-width: 1600px){
	.header .nav .nLi .sub .inli .insub .ininli .navpro-next{
		right: 5%;
	}
	.header .nav .nLi .sub .inli .insub .ininli .navpro-prev{
		left: 5%;
	}
}
@media only screen  and (max-width: 1440px){
	.header .nav .nLi .sub .inli .insub .ininli .navpro-next{
		right: 1%;
	}
	.header .nav .nLi .sub .inli .insub .ininli .navpro-prev{
		left: 1%;
	}
}
@media only screen  and (max-width: 1280px){
	.header .nav .nLi .sub .inli .insub .ininli .navpro-next{
		right: 10px;
	}
	.header .nav .nLi .sub .inli .insub .ininli .navpro-prev{
		left: 10px;
	}
	.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide:after{
		right: -20px;
	}
	.header .nav .nLi{
		padding-left: 20px;
		padding-right: 16px;
	}
	.header .nav .nLi:nth-child(2):after{
		margin-left: -12px;
	}
	.header .nav .nLi:last-child:after{
		margin-left: 8px;
	}
	.header .inbox .logo img{
		height: 40px;
		width: 171px;
	}
	.header .nav{
		width: calc(100% - 300px);
	}
	.header .nav .nLi .sub .inli .insub .ininli{
		padding-top: 35px;
		padding-bottom: 42px;
	}
}
@media only screen  and (max-width: 1100px){
	.header .nav .nLi{
		padding-left: 16px;
		padding-right: 12px;
	}
}
@media only screen  and (max-width: 1023px){
	.header .right .box,.mm-nav-box{
		display: block;
	}
	.header .nav{
		display: none;
	}
	.header{
		line-height: 50px;
		height: 50px;
	}
	.header .inbox .right .lg-box{
		margin-top: 12px;
		margin-right: 10px;
		width: 90px;
		padding-left: 24px;
	}
	.header .inbox .logo img{
		height: 30px;
		width: 128px;
	}
	.search-box{
		top: 50px;
	}
	.header .inbox .right .lg-box a{
		display: inline-block !important;
		opacity: 1 !important;
		width: 28px !important;
		font-size: 16px;
		text-align: center;
	}
	.header .inbox .right .lg-box .cn{
		margin-left: 3px;
	}
}
@media only screen  and (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{
		height: 42px;
		line-height: 42px;
	}
	.mm-nav-box .mm-wrap{
		width: 60%;
	}
}
@media only screen  and (max-width: 600px){
	.mm-nav-box .mm-nav .li1 .mm-title{
		height: 36px;
		line-height: 36px;
	}
	.mm-nav-box .mm-wrap{
		width: 70%;
	}
	.mm-nav-box .mm-nav .li1 .mm-title .a1{
		font-size: 14px;
	}
	.mm-nav-box .mm-nav .li1 .mm-innav li a{
		font-size: 12px;
	}
	.mm-nav-box .mm-nav .li1{
		margin: 0 10px;
	}
}
@media only screen  and (max-width: 414px){
	.mm-nav-box .mm-wrap{
		width: 80%;
	}
}
/*头部 End*/
/*中间广告轮播*/
.banner{
	position: relative;
	background-color: #ccc;
	margin-top: 80px;
}
.banner .my-swiper .swiper-slide{
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner .my-swiper .swiper-slide img{
	width: 100%;
}
.banner .my-swiper .swiper-slide a{
	display: block;
	height: 100%;
	position: relative;
}
.banner .my-swiper .swiper-slide a .inbox{
	bottom: 120px;
	position: absolute;
	left: 14.3%;
	z-index: 11;
	width: 80%;
}
.banner .my-swiper .swiper-slide a .inbox .title{
	font-size: 38px;
	color: #ffffff;
	font-family: "Microsoft JhengHei";
	font-weight: bold;
	line-height: 1.5;
	max-height: 114px;
	overflow: hidden;
}
.banner .my-swiper .swiper-slide a .inbox .line{
	height: 50px;
	width: 1px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 22px;
}
.banner .my-swiper .swiper-slide a .inbox .more{
	width: 160px;
	height: 60px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 56px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: rgba(255,255,255,.35);
}
.banner .my-swiper .scrolldowm{
	position: absolute;
	bottom: 0;
	right: 5.2%;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    z-index: 10;
    padding-bottom: 30px;
    font-family: "Arial";
    width: 24px;
    cursor: pointer;
}
.banner .my-swiper .scrolldowm:after{
	content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-animation: elastic 2.5s infinite;
    animation: elastic 2.5s infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
@-webkit-keyframes elastic {
    0% { height: 100%; }
    90% { height: 0%;}
    100% { height: 100%; }
}
@keyframes elastic {
    0% { height: 100%; }
    90% { height: 0%;}
    100% { height: 100%; }
}
.banner .my-swiper .btn{
	position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    z-index: 10;
    cursor: pointer;
    margin-top: -30px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: rgba(255,255,255,.35);
}
.banner .my-swiper .my-prev{
    left:50px;
}
.banner .my-swiper .my-next{
    right: 50px;
}
.banner .my-swiper .btn:after{
	content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.banner .my-swiper .my-prev:after {
   border-top: 2px solid #f4f4f5;
   border-left: 2px solid #f4f4f5;
}
.banner .my-swiper .my-next:after {
   border-bottom: 2px solid #f4f4f5;
   border-right: 2px solid #f4f4f5;
}
.banner .my-swiper .my-pagination{
	position: absolute;
	bottom: 30px;
	text-align: center;
	left: 0;
	z-index: 11;
}
.banner .my-swiper .my-pagination .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	background-color: #fff;
	opacity: 1;
	vertical-align: middle;
}
.banner .my-swiper .my-pagination .swiper-pagination-bullet-active{
	width: 24px;
	height: 24px;
	background-color: transparent;
	border: 1px solid #fff;
	position: relative;
}
.banner .my-swiper .my-pagination .swiper-pagination-bullet-active:after{
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	margin-left: -2px;
	margin-top: -2px;
	background-color: #fff;
}
.banner .my-swiper .swiper-slide{
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}
.banner .my-swiper .swiper-slide-active{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-animation: myscale 1.7s;
	-moz-animation: myscale 1.7s;
	-ms-animation: myscale 1.7s;
	-o-animation: myscale 1.7s;
	animation: myscale 1.7s;
}
@-webkit-keyframes myscale{
	0%,50%{
		-webkit-transform: scale(0.85);
	}
	100%{
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes myscale{
	0%,50%{
		-moz-transform: scale(0.85);
	}
	100%{
		-moz-transform: scale(1);
	}
}
@-ms-keyframes myscale{
	0%,50%{
		-ms-transform: scale(0.85);
	}
	100%{
		-ms-transform: scale(1);
	}
}
@-o-keyframes myscale{
	0%,50%{
		-o-transform: scale(0.85);
	}
	100%{
		-o-transform: scale(1);
	}
}
@keyframes myscale{
	0%,50%{
		transform: scale(0.85);
	}
	100%{
		transform: scale(1);
	}
}
@media only screen  and (max-width: 1440px) {
	.banner .my-swiper .my-prev{
		left: 40px;
	}
	.banner .my-swiper .my-next{
		right: 40px;
	}
	.banner .my-swiper .swiper-slide a .inbox .title{
		font-size: 30px;
		max-height: 90px;
	}
	.banner .my-swiper .swiper-slide a .inbox .line{
		height: 40px;
	}
	.banner .my-swiper .swiper-slide a .inbox .more{
		width: 140px;
		height: 50px;
		line-height: 46px;
	}
	.banner .my-swiper .swiper-slide a .inbox{
		bottom: 100px;
	}
}
@media only screen  and (max-width: 1280px){
	.banner .my-swiper .swiper-slide a .inbox{
		bottom: 70px;
	}
}
@media only screen  and (max-width: 1024px) {
	.banner .my-swiper .btn{
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
	.banner .my-swiper .swiper-slide a .inbox .title{
		font-size: 24px;
		max-height: 72px;
	}
	.banner .my-swiper .swiper-slide a .inbox .line{
		height: 30px;
	}
	.banner .my-swiper .swiper-slide a .inbox .more{
		width: 120px;
		height: 40px;
		line-height: 36px;
	}
	.banner .my-swiper .swiper-slide a .inbox{
		bottom: 50px;
	}
	.banner .my-swiper .scrolldowm{
		padding-bottom: 15px;
	}
	.banner .my-swiper .my-pagination{
		bottom: 15px;
	}
	.banner .my-swiper .my-prev{
		left: 30px;
	}
	.banner .my-swiper .my-next{
		right: 30px;
	}
}
@media only screen  and (max-width: 1023px) {
	.banner{
		margin-top: 50px;
	}
}
@media only screen  and (max-width: 800px) {
	.banner .my-swiper .btn{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.banner .my-swiper .my-prev{
		left: 20px;
	}
	.banner .my-swiper .my-next{
		right: 20px;
	}
	.banner .my-swiper .swiper-slide img{
		display: none;
	}
	.banner .my-swiper{
		height: 350px;
	}
	.banner .my-swiper .swiper-slide a .inbox .title{
		font-size: 20px;
		max-height: 60px;
	}
	.banner .my-swiper .swiper-slide a .inbox .line{
		height: 24px;
		margin-top: 8px;
		margin-bottom: 15px;
	}
	.banner .my-swiper .swiper-slide a .inbox .more{
		width: 100px;
		height: 30px;
		line-height: 26px;
	}
	.banner .my-swiper .swiper-slide a .inbox{
		bottom: 30px;
	}
	.banner .my-swiper .my-pagination{
		bottom: 10px;
	}
}
@media only screen  and (max-width: 600px) {
	.banner .my-swiper .scrolldowm{
		display: none;
	}
	.banner .my-swiper{
		height: 280px;
	}
	.banner .my-swiper .btn{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.banner .my-swiper .my-prev:after{
		margin-left: -3px;
	}
	.banner .my-swiper .my-next:after{
		margin-left: -5px;
	}
	.banner .my-swiper .swiper-slide a .inbox .title{
		font-size: 16px;
		max-height: 48px;
	}
	.banner .my-swiper .swiper-slide a .inbox .line{
		height: 18px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.banner .my-swiper .swiper-slide a .inbox .more{
		width: 80px;
	}
	.banner .my-swiper .my-prev{
		left: 5px;
	}
	.banner .my-swiper .my-next{
		right: 5px;
	}
	.banner .my-swiper .swiper-slide a .inbox{
		width: 80%;
	}
}
@media only screen  and (max-width: 414px) {
	.banner .my-swiper{
		height: 210px;
	}
}
/*中间广告轮播 End*/
/*index-middle-box*/
.index-middle-box{
	position: relative;
}
.index-middle-box:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/bg02.png);
	background-repeat: no-repeat;
	width: 517px;
	height: 668px;
}
.index-middle-box .top{
	height: 115px;
	line-height: 114px;
	border-bottom: 1px solid #dadada;
	background-color: #e6e8e9;
}
.index-middle-box .top .inbox{
	font-size: 30px;
	color: #788589;
	font-family: "Microsoft JhengHei";
}
.index-middle-box .middle{
	background-image: url(../images/bg03.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 60px;
}
.index-middle-box .middle .inbox{
	position: relative;
	z-index: 1;
}
.index-middle-box .middle .inbox .mtop .left,.index-middle-box .middle .inbox .mtop .right{
	width: 50%;
	display: block;
}
.index-middle-box .middle .inbox .mtop .left img{
	max-height: 240px;
}
.index-middle-box .middle .inbox .mtop .right .line{
	width: 24px;
	height: 2px;
	background-color: #0075c2;
	margin-bottom: 10px;
}
.index-middle-box .middle .inbox .mtop .right .title{
	font-size: 30px;
	color: #212121;
	font-family: "Microsoft JhengHei";
	line-height: 1.5;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.index-middle-box .middle .inbox .mtop .right .desc{
	font-size: 14px;
	color: #788589;
	line-height: 1.8;
	margin-top: 25px;
	margin-bottom: 60px;
}
.index-middle-box .middle .inbox .mtop .right .icon{
	width: 50px;
	height: 50px;
	background-color: #101010;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.index-middle-box .list{
	margin-top: 50px;
}
.index-middle-box .list a{
	width: 49.08%;
	position: relative;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.index-middle-box .list .right{
	margin-top: 110px;
}
.index-middle-box .list a img{
	width: 100%;
}
.index-middle-box .list a .title{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 44px;
	color: #ffffff;
	font-family: "Microsoft JhengHei";
	white-space: nowrap;
}
.index-middle-box .list a .more{
	position: absolute;
	bottom: 9.8%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 210px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-radius: 30px;
}
.index-middle-box .bottom{
	background-color: #e4e5e5;
	margin-top: -205px;
	background-image: url(../images/bg04.png);
	background-repeat: no-repeat;
	background-position: top center; 
	padding-bottom: 150px;
}
.index-middle-box .bottom .btop {
	padding-top: 196px;
}
.index-middle-box .bottom .btop .d1{
	font-size: 30px;
	color: #212121;
	font-family: "Microsoft JhengHei";
}
.index-middle-box .bottom .btop .d2{
	font-size: 14px;
	color: #788589;
}
.index-middle-box .bmiddle{
	max-width: 1720px;
	position: relative;
}
.index-middle-box .bmiddle .indexproduct-swiper{
	max-width: 1620px;
	width: calc(100% - 100px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.indexproduct-swiper .swiper-slide a{
	display: block;
	padding-top: 50px;
	border-top: 1px solid #bdbdbd;
	margin-top: 20px;
}
.indexproduct-swiper .swiper-slide a .imgbox{
	overflow: hidden;
	width: 70.19%;
	margin-left: auto;
	margin-right: auto;
}
.indexproduct-swiper .swiper-slide a .imgbox .inbox{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.indexproduct-swiper .swiper-slide a .imgbox .inbox img{
	width: 100%;
}
.indexproduct-swiper .swiper-slide a .line{
	width: 24px;
	height: 2px;
	background-color: #0075c2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 15px;
}
.indexproduct-swiper .swiper-slide a .title{
	text-align: center;
	font-size: 16px;
	color: #282828;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.index-middle-box .bmiddle .btn{
	position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: 32px;
    cursor: pointer;
}
.index-middle-box .bmiddle .btn:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #0075c2;
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
	margin-top: -1px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.index-middle-box .bmiddle .btn:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #0075c2;
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	margin-top: -1px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
.index-middle-box .bmiddle .ip-prev{
	left: 0;
}
.index-middle-box .bmiddle .ip-next{
	right: 0;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
@media only screen  and (min-width: 601px) {
	.index-middle-box .list a:hover{
		opacity: 0.85;
	}
	.indexproduct-swiper .swiper-slide:hover a .imgbox .inbox{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	.indexproduct-swiper .swiper-slide:hover a .title{
		color: #0075c2;
	}
}
@media only screen  and (max-width: 1600px){
	.index-middle-box .middle .inbox .mtop .right .desc{
		padding-right: 100px;
	}
}
@media only screen  and (max-width: 1440px){
	.index-middle-box .middle .inbox .mtop .right .desc{
		padding-right: 140px;
	}
}
@media only screen  and (max-width: 1280px){
	.index-middle-box .top{
		height: 81px;
		line-height: 80px;
	}
	.index-middle-box .top .inbox{
		font-size: 24px;
	}
	.index-middle-box:after{
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		-moz-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7);
		-webkit-transform-origin: 100% 0;
		-moz-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		-o-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}
	.index-middle-box .middle .inbox .mtop .right .desc{
		margin-bottom: 45px;
	}
	.index-middle-box .list .right{
		margin-top: 90px;
	}
	.indexproduct-swiper .swiper-slide a{
		margin-top: 0;
		padding-top: 30px;
	}
	.index-middle-box .bmiddle .btn{
		margin-top: 12px;
	}
	.indexproduct-swiper .swiper-slide a .imgbox{
		width: 90%;
	}
}
@media only screen  and (max-width: 1024px){
	.index-middle-box .middle{
		padding-top: 6%;
	}
	.index-middle-box .list{
		margin-top: 5%;
	}
	.index-middle-box .list .right{
		margin-top: 60px;
	}
	.index-middle-box .middle .inbox .mtop .right .desc{
		margin-top: 15px;
		margin-bottom: 30px;
	}
}
@media only screen  and (max-width: 800px){
	.index-middle-box .middle .inbox .mtop .right .desc{
		padding-right: 80px;
	}
	.index-middle-box:after{
		-webkit-transform: scale(.4);
		-ms-transform: scale(.4);
		-moz-transform: scale(.4);
		-o-transform: scale(.4);
		transform: scale(.4);
	}
	.index-middle-box .top{
		height: 46px;
		line-height: 46px;
	}
	.index-middle-box .top .inbox{
		font-size: 20px;
	}
	.index-middle-box .middle .inbox .mtop .right .title{
		font-size: 24px;
		height: 36px;
	}
	.index-middle-box .middle .inbox .mtop .right .icon{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.index-middle-box .middle .inbox .mtop .right .desc{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.index-middle-box .list .right{
		margin-top: 40px;
	}
	.index-middle-box .list a .title{
		font-size: 36px;
	}
	.index-middle-box .bmiddle .indexproduct-swiper{
		width: calc(100% - 70px);
	}
	.index-middle-box .bmiddle .btn{
		margin-top: 8px;
	}
	.indexproduct-swiper .swiper-slide a{
		padding-top: 20px;
	}
	.indexproduct-swiper .swiper-slide a .line{
		margin-top: 15px;
		margin-bottom: 8px;
	}
}
@media only screen  and (max-width: 600px){
	.index-middle-box .middle .inbox .mtop .right .desc{
		padding-right: 0;
	}
	.index-middle-box .middle .inbox .mtop .left, .index-middle-box .middle .inbox .mtop .right{
		float: none;
		width: 100%;
	}
	.index-middle-box .middle .inbox .mtop .right{
		margin-top: 3%;
	}
	.index-middle-box .list a{
		float: none;
		width: 100%;
	}
	.index-middle-box .list a img{
		width: 70%;
	}
	.index-middle-box .list .right{
		margin-top: 5%;
	}
	.index-middle-box .bottom .btop .d1{
		margin-top: 5%;
	}
}
@media only screen  and (max-width: 500px){
	.indexproduct-swiper .swiper-slide a{
		padding-top: 10px;
	}
	.index-middle-box .bmiddle .btn{
		margin-top: 2px;
	}
	.index-middle-box .bmiddle .indexproduct-swiper {
	    width: calc(100% - 60px);
	}
}
@media only screen  and (max-width: 414px){
	.index-middle-box:after{
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		-moz-transform: scale(.3);
		-o-transform: scale(.3);
		transform: scale(.3);
	}
	.index-middle-box .top{
		height: 35px;
		line-height: 34px;
	}
	.index-middle-box .top .inbox{
		font-size: 16px;
	}
	.index-middle-box .middle .inbox .mtop .right .title{
		font-size: 20px;
		height: 30px;
	}
	.index-middle-box .middle .inbox .mtop .right .desc{
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 12px !important;
	}
	.index-middle-box .middle .inbox .mtop .right .icon{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.index-middle-box .list a .title{
		font-size: 30px;
	}
	.index-middle-box .list a .more{
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
	.index-middle-box .bottom .btop .d1{
		font-size: 24px;
	}
	.index-middle-box .bmiddle .indexproduct-swiper{
		margin-top: 15px;
	}
	.index-middle-box .bmiddle .btn{
		margin-top: -3px;
	}
}
/*index-middle-box End*/
/*index-bottom*/
.index-bottom .ivideo-box{
	background-color: #0075c2;
	padding-top: 95px;
	position: relative;
	padding-bottom: 40px;
	background-image: url(../images/bg05.png);
	background-repeat: no-repeat;
	background-position:86% bottom;
}
.index-bottom .ivideo-box:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 95px;
	width: 100%;
	background-color: #e4e4e5;
}
.index-bottom .ivideo-box .inbox{
	overflow: visible;
}
.index-bottom .ivideo-box .mejs-overlay-button{
	width: 76px;
	height: 76px;
	margin: -38px 0 0 -38px;
	border-radius: 50%;
	background: none;
	background-color: #0075c2;
}
.index-bottom .ivideo-box .mejs-overlay-button:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
    height: 0;
    border-top:8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    margin-left: -5px;
    margin-top: -8px;
}
.index-bottom .ivideo-box .inbox .left{
	width: 62.5%;
	margin-top: -95px;
	position: relative;
}
.index-bottom .ivideo-box .inbox .left:before{
	content: "";
	float: left;
	width: 1px;
	height: 0;
	margin-left: -1px;
	padding-top: calc(421 / 750 * 100%);
}
.index-bottom .ivideo-box .inbox .left:after{
	content: "";
	display: table;
	clear: both;
}
.index-bottom .ivideo-box .inbox .left .inner-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-bottom .ivideo-box .inbox .right{
	width: 31.25%;
}
.index-bottom .ivideo-box .inbox .right .line{
	margin-top: 53px;
	height: 2px;
	width: 25px;
	background-color: #000000;
	margin-bottom: 20px;
}
.index-bottom .ivideo-box .inbox .right .title{
	font-size: 30px;
	color: #ffffff;
	line-height: 1.5;
	height: 45px;
	overflow: hidden;
	font-family: "Microsoft JhengHei";
	margin-bottom: 32px;
}
.index-bottom .ivideo-box .inbox .right .icon{
	display: block;
	border-radius: 50%;
	background-color: #383431;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #0075c2;
	font-size: 16px;
	font-weight: bold;
}
.index-bottom .bbottom{
	margin-top: 80px;
}
.index-bottom .bbottom .left{
	font-size: 30px;
	color: #ffffff;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	font-family: "Microsoft JhengHei";
}
.index-bottom .bbottom .more{
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 30px;
	background-color: #383431;
}
.index-bottom .tjnewsBox{
	display: block;
}
.index-bottom .tjnewsBox .imgbox{
	float: left;
	width: 220px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.index-bottom .tjnewsBox .imgbox img{
	width: 100%;
}
.index-bottom .tjnewsBox{
	margin-top: 40px;
}
.index-bottom .tjnewsBox .right{
	float: left;
	margin-left: 3.33%;
	width: calc(96% - 220px);
}
.index-bottom .tjnewsBox .right .title{
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.index-bottom .tjnewsBox .right .data{
	font-size: 13px;
	color: #2f9de5;
	margin-top: 5px;
	margin-bottom: 12px;
}
.index-bottom .tjnewsBox .right .desc{
	font-size: 12px;
	line-height: 1.5;
	height: 36px;
	overflow: hidden;
	color: rgba(255,255,255,.5);
	margin-bottom: 15px;
}
.index-bottom .tjnewsBox .right .more{
	width: 84px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #383431;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
}
@media only screen  and (max-width: 600px){
	.index-bottom .tjnewsBox .imgbox{
		width: 120px;
	}
	.index-bottom .tjnewsBox .right{
		width: calc(96% - 120px);
	}
	.index-bottom .tjnewsBox .right .title{
		font-size: 14px;
		height: 21px;
	}
	.index-bottom .tjnewsBox .right .data{
		font-size: 12px;
		line-height: 1;
		margin-top: 3px;
		margin-bottom: 6px;
	}
	.index-bottom .tjnewsBox .right .desc{
		margin-bottom: 10px;
		 overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
}
/*index-bottom End*/
/*index-news*/
.index-news{
	background-color: #f5f5f5;
	position: relative;
	z-index: 1;
}
.index-news:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #0075c2;
	height: 50%;
	z-index: -1;
}
.index-news .inbox{
	max-width: 1520px;
	background-color: #fff;
	font-family: "Arial";
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	position: relative;
}
.index-news .inbox .idn-swiper{
	max-width: 1200px;
	width: calc(100% - 100px);
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #e5e5e5;
}
.index-news .inbox .idn-swiper .swiper-slide a{
	display: block;
	padding-top: 45px;
	padding-bottom: 45px;
	border-left: 1px solid #e5e5e5;
	padding-left: 40px;
}
.index-news .inbox .idn-swiper .swiper-slide .data{
	font-size: 13px;
	color: #a0a0a0;
}
.index-news .inbox .idn-swiper .swiper-slide .title{
	font-size: 16px;
	color: #3b3b3b;
	line-height: 1.5;
	height: 48px;
	overflow: hidden;
	font-family: "Microsoft JhengHei";
	margin-bottom: 22px;
	margin-top: 8px;
}
.index-news .inbox .idn-swiper .swiper-slide .more{
	font-size: 14px;
	color: #0075c2;
}
.index-news .btn{
	position: absolute;
    top: 50%;
    height: 38px;
    width: 38px;
    z-index: 10;
    cursor: pointer;
    margin-top: -19px;
}
.index-news .btn:before{
	content: "";
    width: 38px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #0075c2;
}
.index-news .idn-prev:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #0075c2;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 15px;
    left: -2px;
}
.index-news .idn-next:after{
	content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #0075c2;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 15px;
    right: -2px;
}
.index-news .idn-prev{
	left: 3.81%;
}
.index-news .idn-next{
	right: 3.81%;
}
/*index-news End*/
@media only screen  and (max-width: 1580px){
	.index-news .idn-prev{
		left: 2%;
	}
	.index-news .idn-next{
		right: 2%;
	}
}
@media only screen  and (max-width: 1440px){
	.index-news .idn-prev{
		left: 1%;
	}
	.index-news .idn-next{
		right: 1%;
	}
	.index-news .btn{
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.index-news .btn:before{
		width: 28px;
	}
}
@media only screen  and (max-width: 1280px){
	.index-middle-box .bottom{
		padding-bottom: 110px;
	}
	.index-bottom .bbottom{
		margin-top: 60px;
	}
	.index-news .inbox .idn-swiper .swiper-slide a{
		padding-left: 30px;
	}
}
@media only screen  and (max-width: 1024px){
	.index-middle-box .bottom{
		padding-bottom: 11%;
	}
	.index-bottom .bbottom{
		margin-top:6%;
	}
	.index-bottom .ivideo-box .mejs-overlay-button{
		width: 50px;
		height: 50px;
		margin: -25px 0 0 -25px;
	}
	.index-bottom .ivideo-box .mejs-overlay-button:after{
		border-top: 6px solid transparent;
	    border-left: 8px solid #fff;
	    border-bottom: 6px solid transparent;
	    margin-top: -6px;
	    margin-left: -3px;
	}
	.index-bottom .ivideo-box .inbox .right .title{
		font-size: 24px;
		height: 36px;
		margin-bottom: 25px;
	}
	.index-bottom .ivideo-box{
		padding-top: 80px;
		padding-bottom: 4%;
	}
	.index-bottom .ivideo-box:before{
		height: 80px;
	}
	.index-bottom .ivideo-box .inbox .right .line{
		margin-top: 35px;
		margin-bottom: 12px;
	}
	.index-bottom .ivideo-box .inbox .right .icon{
		width: 42px;
		height: 42px;
		line-height: 42px;
	}
	.index-bottom .ivideo-box .inbox .left{
		margin-top: -80px;
	}
	.index-bottom .bbottom{
		margin-top: 6%;
	}
	.index-news .inbox .idn-swiper .swiper-slide a{
		padding-left: 20px;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.index-news .inbox .idn-swiper .swiper-slide .title{
		font-size: 14px;
		height: 42px;
		margin-bottom: 15px;
	}
	.index-news .idn-prev{
		left: 11px;
	}
	.index-news .idn-next{
		right: 11px;
	}
}
@media only screen  and (max-width: 800px){
	.index-bottom .ivideo-box .inbox .left,.index-bottom .ivideo-box .inbox .right{
		float: none;
		width: 100%;
	}
	.index-bottom .bbottom .left{
		font-size: 24px;
		height: 40px;
		line-height: 40px;
	}
	.index-bottom .bbottom .more{
		height: 40px;
		line-height: 40px;
		width: 130px;
	}
}
@media only screen  and (max-width: 600px){
	.index-news .inbox .idn-swiper .swiper-slide a{
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen  and (max-width: 414px){
	.index-bottom .ivideo-box{
		padding-top: 50px;
	}
	.index-bottom .ivideo-box:before{
		height: 50px;
	}
	.index-bottom .ivideo-box .inbox .left{
		margin-top: -50px;
	}
	.index-bottom .ivideo-box .inbox .right .line{
		margin-top: 20px;
		margin-bottom: 8px;
	}
	.index-bottom .ivideo-box .inbox .right .title{
		font-size: 20px;
		height: 30px;
		margin-bottom: 15px;
	}
	.index-bottom .ivideo-box .inbox .right .icon{
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.index-bottom .bbottom .left{
		font-size: 20px;
		height: 30px;
		line-height: 30px;
	}
	.index-bottom .bbottom .more{
		height: 30px;
		line-height: 32px;
		width: 100px;
		font-size: 12px;
	}
	.index-news .inbox .idn-swiper .swiper-slide .title{
		margin-bottom: 10px;
	}
}
/*底部*/
.footer{
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 30px;
}
.footer .inbox{
	overflow: visible;
}
.footer .inbox .left,.footer .inbox .right{
	width: 50%;
}
.footer .inbox .left{
	padding-right: 3%;
}
.footer .inbox .left .line{
	width: 45px;
	height: 2px;
	background-color: #000000;
	margin-bottom: 25px;
}
.footer .inbox .left .title{
	font-size: 22px;
	color: #0075c2;
	margin-bottom: 25px;
}
.footer .inbox .left .content{
	line-height: 1.5;
	color: #585858;
	font-size: 14px;
	font-family: "Arial","微软雅黑";
}
.footer .inbox .fcomtBox .line{
	width: 15px;
	height: 2px;
	background-color: #0075c2;
	margin-bottom: 15px;
}
.footer .inbox .fcomtBox .t1{
	font-size: 14px;
	color: #292929;
	line-height: 1.5;
	height: 21px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}
.footer .inbox .fcomtBox .t1 .a1{
	color: #292929;
	display: block;
}
.footer .inbox .top .right .d1{
	width: 33.33%;
}
.footer .inbox .top .right .box .t1{
	margin-bottom: 15px;
}
.footer .inbox .top .right .box ul li a{
	display: block;
	font-size: 12px;
	color: #a1a1a1;
	line-height: 2;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.footer .inbox .top .right .d2{
	max-width: 33.33%;
}
.footer .inbox .top .right .d2 .sharebox .icon,.footer .inbox .top .right .d2 .sharebox .bshare-custom{
	display: inline-block;
	vertical-align: middle;
}
.footer .inbox .top .right .d2 .sharebox .icon{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 16px;
	background: none;
	background-color: #e8e8e8;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.footer .inbox .top .right .d2 .sharebox .bshare-custom{
	line-height: 32px !important;
}
.footer .inbox .top .right .d2 .sharebox .ewm{
	background-image: url(../images/icon01.png);
	position: relative;
}
.footer .inbox .top .right .d2 .sharebox .bshare-sinaminiblog{
	background-image: url(../images/icon02.png);
}
.footer .inbox .top .right .d2 .sharebox .email{
	background-image: url(../images/icon04.png);
	margin-right: 0;
}
.footer .inbox .top .right .d2 .sharebox .ewm img{
	position: absolute;
	width: 100px;
	height: 100px;
	max-width: none;
	bottom: 40px;
	left: -34px;
	-webkit-transform: scale(0.01);
	-moz-transform: scale(0.01);
	-ms-transform: scale(0.01);
	-o-transform: scale(0.01);
	transform: scale(0.01);
	opacity: 0;
}
.footer .inbox .middle{
	margin-top: 60px;
}
.footer .inbox .middle .linkbox a{
	font-size: 12px;
	color: #a1a1a1;
	line-height: 15px;
	height: 15px;
	border-right: 1px solid #a1a1a1;
	padding-right: 8px;
	margin-right: 4px;
	display: inline-block;
	margin-bottom: 5px;
}
.footer .inbox .bottom{
	margin-top: 45px;
}
.footer .inbox .bottom .left1{
	font-family: "Arial","微软雅黑";
	font-size: 12px;
	color: #aeaeae;
	max-width: calc(100% - 70px);
}
.footer .inbox .bottom .map{
	color: #aeaeae;
	font-size: 12px;
}
.footer .inbox .top .right .box .t1 .click{
	display: none;
}
@media only screen  and (min-width: 601px){
	.footer .inbox .top .right .d2 .sharebox .ewm:hover img{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	.footer .inbox .middle .linkbox a:hover,.footer .inbox .top .right .box ul li a:hover,.footer .inbox .bottom .map:hover{
		color: #000;
	}
}
@media only screen  and (max-width: 1280px){
	.footer .inbox .top .right .d2 .sharebox .icon{
		margin-right: 10px;
	}
}
@media only screen  and (max-width: 1024px){
	.footer{
		padding-top: 5%;
		padding-bottom: 3%;
	}
	.footer .inbox .left .line{
		margin-bottom: 15px;
	}
	.footer .inbox .left .title{
		font-size: 18px;
		margin-bottom: 18px;
	}
	.footer .inbox .middle{
		margin-top: 5%;
	}
	.footer .inbox .bottom{
		margin-top: 4%;
	}
}
@media only screen  and (max-width: 800px){
	.footer .inbox .left, .footer .inbox .right{
		width: 100%;
		float: none;
		padding: 0;
	}
	.footer .inbox .left{
		margin-bottom: 3%;
	}
	.footer .inbox .fcomtBox.d1 .line{
		display: none;
	}
	.footer .inbox .top .right .d1,.footer .inbox .top .right .d2{
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.footer .inbox .top .right .d2{
		margin-top: 3%;
	}
	.footer .inbox .top .right .box ul{
		display: none;
		padding-left: 10px;
		margin-bottom: 5px;
	}
	.footer .inbox .top .right .box .t1{
		font-size: 18px;
		height: 30px;
		line-height: 1;
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 10px;
		position: relative;
	}
	.footer .inbox .fcomtBox .t1 .a1{
		display: inline-block;
		position: relative;
		z-index: 2;
	}
	.footer .inbox .top .right .box .t1 .click{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.footer .inbox .top .right .box .t1 .click:after{
		content: "";
	    position: absolute;
	    top: 50%;
	    right: 20px;
	    width: 6px;
	    height: 6px;
	    border-top: 1px solid #292929;
	    border-right: 1px solid #292929;
	    -webkit-transform: rotate(135deg);
	    -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	    -o-transform: rotate(135deg);
	    transform: rotate(135deg);
	    margin-top: -8px;
	}
	.footer .inbox .top .right .box[data-on="click"] .t1 .click:after{
		webkit-transform: rotate(-45deg);
		-moz-transform: rotate(135deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.footer .inbox .top .right .box[data-on="click"] ul{
		display: block;
	}
	.footer .inbox .top .right .box[data-on="click"]{
		border-bottom: 1px solid #e5e5e5;
		margin-bottom: 10px;
	}
	.footer .inbox .fcomtBox .line{
		margin-bottom: 10px;
	}
	.footer .inbox .fcomtBox.d2 .t1{
		margin-bottom: 5px;
	}
	.footer .inbox .top .right .d2 .sharebox .icon{
		margin-bottom: 0;
	}
}
@media only screen  and (max-width: 414px){
	.footer .inbox .left .line{
		margin-bottom: 10px;
	}
	.footer .inbox .left .title{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.footer .inbox .top .right .box .t1{
		font-size: 14px;
		height: 24px;
	}
	.footer .inbox .middle{
		margin-top: 10px;
	}
	.footer .inbox .top .right .d2 .sharebox .icon{
		width: 24px;
		height: 24px;
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
	}
	.footer .inbox .top .right .d2 .sharebox .bshare-custom{
		line-height: 24px !important;
	}
	.footer .inbox .fcomtBox .t1{
		margin-bottom: 5px;
	}
	.footer .inbox .bottom{
		margin-top: 5px;
	}
}
/*底部 End*/
/*侧边工具栏*/
.toolbar-box{
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 99;
}
.toolbar-box .ul1 li{
	background-color: #0075c2;
	border: 1px solid rgba(255,255,255,.2);
	border-bottom-color: rgba(255,255,255,.6);
}
.toolbar-box .ul1 li .d1{
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1;
}
.toolbar-box .ul1 li .a1{
	display: block;
	text-align: center;
}
.toolbar-box .ul1 li .a1.weixin{
 	border-bottom: 0;
}
.toolbar-box .ul1 li .qq{
	position: relative;
	border-bottom: 0;
	text-align: center;
}
.toolbar-box .ul1 li .icon{
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.toolbar-box .ul1 li .icon img{
	width: 45px;
	height: 45px;
}
.toolbar-box .ul1 li .icon .img1{
	z-index: 1;
}
.toolbar-box .ul1 li .icon .img2{
	z-index: -1;
	opacity: 0;
}
.toolbar-box .ul1 li .weixin{
	position: relative;
}
.toolbar-box .ul1 li .weixin .ewm-box{
	position: absolute;
    top: 0px;
    left: -132px;
    width: 125px;
    height: 125px;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
}
.toolbar-box .ul1 li .weixin .ewm{
	max-width: none;
	width: 125px;
	height: 125px;
}
.toolbar-box .ul1 li .qq .hover-box{
	position: absolute;
    top: 0px;
    right: 50px;
    width: 170px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    font-size: 12px;
    color: #e94f25;
    line-height: 24px;
    z-index: 12;
    text-align: center;
    padding: 5px 0;
    -webkit-transform: scale(0.0001);
    -moz-transform: scale(0.0001);
    -ms-transform: scale(0.0001);
    -o-transform: scale(0.0001);
    transform: scale(0.0001);
}
.toolbar-box .ul1 li .qq .hover-box:before {
    content: "";
    position: absolute;
    top: 12px;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #dfdfdf;
    border-bottom: 5px solid transparent;
}
.toolbar-box .ul1 li .qq .hover-box:after {
    content: " ";
    position: absolute;
    top: 12px;
    right: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
    border-bottom: 4px solid transparent;
    margin-top: 1px;
}
.toolbar-box .ul1 li .qq .hover-box .hb-span{
	font-size: 14px;
	color: #515151;
	font-weight: bold;
}
.toolbar-box .ul1 li .qq .hover-box a{
	font-size: 12px;
	color: #333333;
	display: block;
	line-height: 2;
	margin-bottom: 3px;
}
.toolbar-box .ul1 li .qq .hover-box a:last-child{
	margin-bottom: 0;
}
.toolbar-box .ul1 li .qq .hover-box a .color{
	font-size: 12px;
	color: #898989;
}
.toolbar-box .ul1 li .qq .hover-box .bshare-custom a{
	display: inline-block;
}
.toolbar-box .ul1 li .qq .hover-box .bshare-custom a{
	margin-bottom: 3px;
}
.bsBox{
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}
.toolbar-box .ul1 .back-top{
	display: none;
	cursor: pointer;
}
@media only screen  and (min-width: 601px){
	.toolbar-box .ul1 li .weixin:hover .ewm-box,.toolbar-box .ul1 li .qq:hover .hover-box{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
}
@media only screen  and (max-width: 1023px){
	.toolbar-box .ul1 li.telli{
		display: block;
	}
	.toolbar-box .ul1 li.telli[data-on=""] .qq{
		border-bottom: 0;
	}
	.toolbar-box .ul1 li.telli[data-on="scroll"] .qq{
		border-bottom: 1px solid #fff;
	}
}
@media only screen  and (max-width: 600px){
	.toolbar-box{
		right: 10px;
	}
	.toolbar-box .ul1 li .weixin[data-on="hover"] .ewm-box,
	.toolbar-box .ul1 li .qq[data-on="hover"] .hover-box,
	.footer .inbox .top .right .d2 .sharebox .ewm[data-on="click"] img{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	    opacity: 1;
	}
}
/*侧边工具栏 End*/
@media only screen  and (max-width: 414px){
	.footer .inbox .top .right .d2{
		z-index: 1111;
		position: relative;
	}
	.footer .inbox .top .right .d2 .sharebox .ewm img{
		bottom: 28px;
		width: 80px;
		height: 80px;
		left:10px;
		-webkit-transform-origin: 5% 95%;
		-moz-transform-origin: 5% 95%;
		-ms-transform-origin: 5% 95%;
		-o-transform-origin: 5% 95%;
		transform-origin: 5% 95%;
	}
}
/* =========

  内页大图

  ========== */
.allbg{
	height: 700px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 105px;
	background-color: #ccc;
}
.allmap{
	height: 700px;
	margin-top: 105px;
}
.allmap img{
	max-width: none;
}
@media only screen  and (max-width: 1600px){
	.allbg,.allmap{
		height: 620px;
	}
}
@media only screen  and (max-width: 1440px){
	.allbg,.allmap{
		height: 540px;
	}
}
@media only screen  and (max-width: 1280px){
	.allbg,.allmap{
		height: 460px;
	}
}
@media only screen  and (max-width: 1023px){
	.allbg,.allmap{
		height: 380px;
		margin-top: 50px;
	}
}
@media only screen  and (max-width: 800px){
	.allbg,.allmap{
		height: 320px;
	}
}
@media only screen  and (max-width: 600px){
	.allbg,.allmap{
		height: 250px;
	}
}
@media only screen  and (max-width: 414px){
	.allbg,.allmap{
		height: 200px;
	}
}
/* =========

  发展历程

  ========== */
.comLinkBox{
	margin-top: 30px;
}
.comLinkBox a,.comLinkBox .s1{
	font-size: 12px;
	color: #8f8f8f;
}
.comLinkBox a .color{
	font-family: "宋体";
	margin-left: 5px;
	margin-right: 2px;
}
@media only screen  and (min-width: 601px){
	.comLinkBox a:hover{
		color: #0075c2;
	}
}
.aboutcomBox .d1{
	text-align: center;
	color: #0075c2;
	font-family: "Microsoft JhengHei";
	font-size: 44px;
	line-height: 1.2;
}
.aboutcomBox .dline{
	height: 36px;
	width: 1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0075c2;
	margin-top: 25px;
}
.aboutlc-box{
	margin-top: 50px;
	margin-bottom: 120px;
}
.aboutlc-box .binbox{
	position: relative;
}
.aboutlc-box .binbox .btn{
    position: absolute;
    top: 156px;
    height: 60px;
    width: 60px;
    z-index: 10;
    cursor: pointer;
}
.aboutlc-box .binbox .btn:after{
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 8px;
    margin-top: -15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.aboutlc-box .binbox .aboutlc-prev:after{
	border-top: 2px solid #c2c2c2;
    border-left: 2px solid #c2c2c2;
}
.aboutlc-box .binbox .aboutlc-next:after{
	border-bottom: 2px solid #c2c2c2;
    border-right: 2px solid #c2c2c2;
    left: auto;
    right: 8px;
}
.aboutlc-box .binbox .aboutlc-prev{
	left: 0;
}
.aboutlc-box .binbox .aboutlc-next{
	right: 0;
}
.aboutlc-box .inbox{
	max-width: 1000px;
	width: calc(100% - 200px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.aboutlc-box .inbox .imgbox .box{
	float: left;
	width: calc(33.333% - 33.33333px);
	margin-right: 50px;
	text-align: center;
}
.aboutlc-box .inbox .imgbox .box:nth-child(3n+0){
	margin-right: 0;
	text-align: center;
}
.aboutlc-box .inbox .imgbox .box img{
	max-height: 200px;
}
.aboutlc-box .aboutlc-swiper{
	margin-top: 25px;
}
.aboutlc-box .aboutlc-swiper .swiper-slide .title{
	width: 136px;
	text-align: center;
	border-radius: 20px;
	background-color: #006fc4;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.aboutlc-box .aboutlc-swiper .swiper-slide .line{
	background-color: #e0e0e0;
	height: 1px;
	margin-top: 24px;
	margin-bottom: 40px;
}
.aboutlc-box .aboutlc-swiper .swiper-slide .content{
	font-size: 14px;
	color: #545454;
	line-height: 1.8;
}
@media only screen  and (max-width: 1024px){
	.aboutlc-box .inbox .imgbox .box{
		float: left;
		width: calc(33.333% - 26.6666px);
		margin-right: 40px;
	}
	.aboutlc-box{
		margin-top: 5%;
		margin-bottom: 11%;
	}
	.aboutcomBox .d1{
		font-size: 36px;
	}
	.aboutcomBox .dline{
		height: 30px;
		margin-top: 20px;
	}
	.aboutlc-box .inbox{
		margin-top: 5%;
	}
	.aboutlc-box .aboutlc-swiper{
		margin-top: 2.5%;
	}
	.aboutlc-box .aboutlc-swiper .swiper-slide .line{
		margin-top: 18px;
		margin-bottom: 30px
	}
	.aboutlc-box .inbox{
		width: calc(100% - 100px);
	}
	.aboutlc-box .binbox .btn{
		width: 36px;
		height: 36px;
		top: 144px;
	}
	.aboutlc-box .binbox .btn:after{
		width: 16px;
		height: 16px;
		margin-top: -8px;
	}
	.comLinkBox{
		margin-top: 3%;
	}
}
@media only screen  and (max-width: 800px){
	.aboutlc-box .inbox .imgbox{
		display: none;
	}
	.aboutlc-box .aboutlc-swiper .swiper-slide .line{
		margin-top: 15px;
		margin-bottom: 24px
	}
	.aboutcomBox .d1{
		font-size: 30px;
	}
	.aboutcomBox .dline{
		height: 26px;
		margin-top: 15px;
	}
	.aboutlc-box .binbox .btn{
		top: 27px;
	}
	.aboutlc-box .aboutlc-swiper{
		margin-top: 0;
	}
}
@media only screen  and (max-width: 414px){
	.aboutcomBox .d1{
		font-size: 24px;
	}
	.aboutcomBox .dline{
		margin-top: 10px;
		height: 22px;
	}
	.aboutlc-box .aboutlc-swiper .swiper-slide .line{
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.aboutlc-box .binbox .btn{
		top: 21px;
	}
}
/*动画*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
/*动画 End*/
/* =========

  品牌简介

  ========== */
.aboutjj-box{
	position: relative;
	z-index: 1;
	margin-top: 50px;
}
.aboutjj-img{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -70px;
}
.aboutjj-img img{
	width: 100%;
}
.aboutcomBox2 .d1{
	color: #2a2a2a;
}
/*aboutjj-pp*/
.aboutjj-pp{
	margin-top: 20px;
}
.aboutjj-pp .content{
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #4a4949;
	line-height: 2;
	margin-top: 25px;
}
/*aboutjj-pp End*/
/*aboutjj-yy */
.aboutjj-yy{
	margin-top: 70px;
}
.aboutjj-yy .title{
	font-size: 36px;
	color: #0075c2;
	font-family: "Microsoft JhengHei";
	text-align: center;
}
.aboutjj-yy .content{
	text-align: center;
	margin-top: 30px;
}
/*aboutjj-yy End*/
/*aboutjj-td*/
.aboutjj-td{
	margin-top: 120px;
	position: relative;
}
.aboutjj-td .left{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.aboutjj-td .left img{
	display: none;
}
.aboutjj-td .right{
	width: 50%;
	padding: 140px 130px;
	background-color: #0075c2;
}
.aboutjj-td .right .d1{
	color: #fff;
	text-align: left;
}
.aboutjj-td .right .dline{
	background-color: rgba(255,255,255,.35);
	margin-left: 0;
}
.aboutjj-td .right .desc{
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	margin-top: 35px;
}
/*aboutjj-td End*/
/*aboutjj-js*/
.aboutjj-js{
	margin-top: 115px;
}
.aboutjj-js .content{
	margin-top: 26px;
	font-size: 14px;
	color: #4a4949;
	line-height: 2;
	text-align: center;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
/*aboutjj-js end*/
@media only screen  and (max-width: 1600px){
	.aboutjj-img{
		margin-top: -50px;
	}
	.aboutjj-td .right{
		padding: 120px 110px;
	}
}
@media only screen  and (max-width: 1440px){
	.aboutjj-td .right{
		padding: 100px 90px;
	}
	.aboutjj-td .right .desc{
		margin-top: 25px;
	}
}
@media only screen  and (max-width: 1280px){
	.aboutjj-img{
		margin-top: -40px;
	}
	.aboutjj-yy .title{
		font-size: 30px;
	}
	.aboutjj-td .right{
		padding: 80px 70px;
	}
	.aboutjj-td .right .desc{
		margin-top: 15px;
	}
	.aboutjj-js{
		margin-top: 100px;
	}
}
@media only screen  and (max-width: 1024px){
	.aboutjj-img{
		margin-top: -30px;
	}
	.aboutjj-box{
		margin-top: 5%;
	}
	.aboutjj-pp{
		margin-top: 2%;
	}
	.aboutjj-pp .content{
		margin-top: 2.5%;
	}
	.aboutjj-yy{
		margin-top: 7%;
	}
	.aboutjj-yy .content{
		margin-top: 3%;
	}
	.aboutjj-yy .title{
		font-size: 26px;
	}
	.aboutjj-td .left{
		position: static;
		width: 100%;
	}
	.aboutjj-td .left img{
		display: inline-block;
		width: 100%;
	}
	.aboutjj-td .right{
		float: none;
		width: 100%;
		padding: 7% 3%;
	}
	.aboutjj-js{
		margin-top: 9%;
	}
	.aboutjj-js .content{
		margin-top: 3%;
	}
}
@media only screen  and (max-width: 800px){
	.aboutjj-img{
		margin-top: -15px;
	}
}
@media only screen  and (max-width: 414px){
	.aboutjj-img{
		margin-top: -10px;
	}
	.aboutjj-yy .title{
		font-size: 20px;
	}
	.aboutjj-pp .content,.aboutjj-js .content{
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
	.aboutjj-td .right .desc{
		margin-top: 10px;
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
}
/* =========

  企业文化

  ========== */
.aboutcul-box{
	margin-top: 52px;
	margin-bottom: 100px;
}
.aboutcul-box .content{
	margin-top: 25px;
	font-size: 14px;
	color: #4a4949;
	line-height: 2;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.aboutcul-middle{
	height: 580px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.aboutcul-middle .culture-swiper{
	height: 100%;
	font-family: "Arial","微软雅黑";
}
.aboutcul-middle .culture-swiper .swiper-slide{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.aboutcul-middle .culture-swiper .swiper-slide .title{
	font-size: 36px;
	color: #ffffff;
	font-family: "Microsoft JhengHei";
	line-height: 1;
}
.aboutcul-middle .culture-swiper .swiper-slide .line{
	width: 35px;
	height: 1px;
	background-color: #0093f4;
	margin-top: 25px;
	margin-bottom: 45px;
}
.aboutcul-middle .culture-swiper .swiper-slide .desc{
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	padding-right: 15px;
}
.aboutcul-middle .culture-pagination{
	position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aboutcul-middle .culture-pagination .swiper-pagination-bullet{
	display: block;
    opacity: 1;
    background-color: transparent;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    margin-bottom: 10px;
}
.aboutcul-middle .culture-pagination .swiper-pagination-bullet-active{
	background-color: #fff;
}
@media only screen  and (max-width: 1600px){
	.aboutcul-middle{
		height: 510px;
	}
}
@media only screen  and (max-width: 1440px){
	.aboutcul-middle{
		height: 430px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .line{
		margin-bottom: 35px;
	}
}
@media only screen  and (max-width: 1280px){
	.aboutcul-middle{
		height: 370px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .title{
		font-size: 30px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .line{
		margin-top: 18px;
		margin-bottom: 25px;
	}
}
@media only screen  and (max-width: 1024px){
	.aboutcul-middle{
		height: 320px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .title{
		font-size: 26px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .line{
		margin-top: 12px;
		margin-bottom: 20px;
	}
	.aboutcul-box{
		margin-top: 5.2%;
		margin-bottom: 10%;
	}
	.aboutcul-box .content{
		margin-top: 2.5%;
	}
}
@media only screen  and (max-width: 600px){
	.aboutcul-middle{
		height: 260px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .title{
		font-size: 22px;
	}
	.aboutcul-middle .culture-swiper .swiper-slide .line{
		margin-top: 8px;
		margin-bottom: 14px;
	}
}
@media only screen  and (max-width: 414px){
	.aboutcul-middle .culture-swiper .swiper-slide .desc,.aboutcul-box .content{
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
}
/* =========

  产业优势

  ========== */
.aboutys-box .content{
	max-width: 820px;
	margin-top: 40px;
}
.aboutys-middle{
	background-color: #ededed;
	padding-top: 90px;
	padding-bottom: 215px;
}
.aboutys-middle .inbox .left{
	width: 48.33%;
}
.aboutys-middle .inbox{
	position: relative;
}
.aboutys-middle .inbox:after{
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px dashed #a0a0a0;
	width: 1px;
	height: 100%;
}
/*.aboutys-sj*/
.aboutys-sj{
	background-color: #fff;
	position: relative;
}
.aboutys-sj:before{
	content: "";
	position: absolute;
	background-color: #ededed;
	height: 125px;
	left: 0;
	width: 100%;
	top: 0;
}
.aboutys-sj .inbox{
	margin-top: -125px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	max-width: 1380px;
	text-align: center;
}
.aboutys-sj .inbox .title{
	font-size: 22px;
	color: #3b3b3b;
	text-align: center;
	line-height: 1.4;
	padding-bottom: 45px;
	padding-top: 52px;
}
.aboutys-sj .inbox img{
	

}
/*.aboutys-sj End*/
/*aboutys-cp*/
.aboutys-cp{
	margin-top: 100px;
	margin-bottom: 155px;
}
.aboutys-cp .my-swiper{
	margin-top: 50px;
	border-left: 1px solid #d7d7d7;
}
.aboutys-cp .my-swiper .swiper-slide .d1{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	height: 46px;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	border: 1px solid #d7d7d7;
	border-left: 0;
	overflow: hidden;
}
.aboutys-cp .my-swiper .active .d1{
	color: #0075c2;
	border-top: 2px solid #0075c2;
}
.aboutys-cp .my-swiper .choseul-prev{
	position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    line-height: 30px;
    font-family: "宋体";
    font-size: 16px;
    color: rgba(0,0,0,.6);
    display: none;
}
.aboutys-cp .my-swiper .choseul-next{
	position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    line-height: 30px;
    font-family: "宋体";
    font-size: 16px;
    color: rgba(0,0,0,.6);
    display: none;
}
.aboutys-cp .d2{
	margin-top: 45px;
	display: none;
}	
.aboutys-cp .d2 .title{
	color: #0075c2;
	font-size: 30px;
	font-family: "Microsoft JhengHei";
	line-height: 1;
}
.aboutys-cp .d2 .content{
	font-size: 14px;
	color: #545454;
	line-height: 2;
	font-family: "Arial","微软雅黑";
	margin-top: 30px;
}
/*aboutys-cp End*/
@media only screen  and (min-width: 601px){
	.aboutys-cp .my-swiper .swiper-slide .d1:hover{
		color: #0075c2;
	}
}
@media only screen  and (max-width: 1280px){
	.aboutys-middle{
		padding-bottom: 170px;
	}
	.aboutys-sj .inbox{
		margin-top: -100px;
	}
	.aboutys-sj .inbox .title{
		padding-top: 42px;
		padding-bottom: 35px;
		font-size: 20px;
	}
	.aboutys-sj:before{
		height: 105px;
	}
	.aboutys-cp{
		margin-top: 80px;
		margin-bottom: 120px;
	}
}
@media only screen  and (max-width: 1024px){
	.aboutys-box .content{
		margin-top: 4%;
	}
	.aboutys-middle{
		padding-top: 9%;
	}
	.aboutys-cp{
		margin-top: 8%;
		margin-bottom: 12%;
	}
	.aboutys-cp .my-swiper{
		margin-top: 4.5%;
	}
	.aboutys-cp .d2{
		margin-top: 4%;
	}
	.aboutys-cp .d2 .content{
		margin-top: 3%;
	}
}
@media only screen  and (max-width: 800px){
	.aboutys-sj .inbox .title{
		padding-top: 32px;
		padding-bottom: 25px;
		font-size: 18px;
	}
	.aboutys-sj:before{
		height: 85px;
	}
	.aboutys-middle{
		padding-bottom: 150px;
	}
	.aboutys-sj .inbox{
		margin-top: -80px;
	}
	.aboutys-cp .d2 .title{
		font-size: 26px;
	}
}
@media only screen  and (max-width: 640px){
	.aboutys-cp .my-swiper .choseul-prev,.aboutys-cp .my-swiper .choseul-next{
		display: block;
	}
	.aboutys-cp .d2 .title{
		font-size: 24px;
	}
}
@media only screen  and (max-width: 600px){
	.aboutys-middle .inbox .left{
		width: 100%;
		float: none;
	}
	.aboutys-middle .inbox .right{
		margin-top: 20px;
	}
	.aboutys-middle .inbox:after{
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		border-left: 0;
		border-top: 1px dashed #a0a0a0;
	}
	.aboutys-sj .inbox .title{
		padding-top: 22px;
		padding-bottom: 15px;
		font-size: 16px;
	}
	.aboutys-sj:before{
		height: 59px;
	}
	.aboutys-middle{
		padding-bottom: 100px;
	}
	.aboutys-sj .inbox{
		margin-top: -60px;
	}
}
@media only screen  and (max-width: 414px){
	.aboutys-box .content,.aboutys-cp .d2 .content{
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
	.aboutys-sj .inbox .title{
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.aboutys-cp .d2 .title{
		font-size: 20px;
	}
	.aboutys-cp .my-swiper .swiper-slide .d1{
		height: 36px;
		line-height: 36px;
		font-size: 13px;
	}
}
/* =========

  资质证书

  ========== */
.aboutzs-box .content{
	max-width: 890px;
}
.aboutzs-imgBox {
	margin-bottom: 115px;
}
.aboutzs-imgBox .item{
	float: left;
	width: 24.16%;
	margin-right: 1.12%;
	margin-bottom: 35px;
	border: 1px solid #e9e9e9;
	cursor: pointer;
}
.aboutzs-imgBox .item:nth-child(4n+0){
	margin-right: 0;
}
.aboutzs-imgBox .item .itemimg{
	background: #727272; 
	background: -moz-linear-gradient(top,  #727272 0%, #737373 3%, #808080 14%, #959595 27%, #9a9a9a 28%, #9c9c9c 31%, #a2a2a2 33%, #afafaf 41%, #bdbdbd 51%, #c4c4c4 58%, #c4c4c4 65%, #c0c0c0 70%, #bcbcbc 72%, #b6b6b6 77%, #9b9b9b 94%, #939393 97%, #919191 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #727272 0%,#737373 3%,#808080 14%,#959595 27%,#9a9a9a 28%,#9c9c9c 31%,#a2a2a2 33%,#afafaf 41%,#bdbdbd 51%,#c4c4c4 58%,#c4c4c4 65%,#c0c0c0 70%,#bcbcbc 72%,#b6b6b6 77%,#9b9b9b 94%,#939393 97%,#919191 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #727272 0%,#737373 3%,#808080 14%,#959595 27%,#9a9a9a 28%,#9c9c9c 31%,#a2a2a2 33%,#afafaf 41%,#bdbdbd 51%,#c4c4c4 58%,#c4c4c4 65%,#c0c0c0 70%,#bcbcbc 72%,#b6b6b6 77%,#9b9b9b 94%,#939393 97%,#919191 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#919191',GradientType=0 ); /* IE6-8 */
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.aboutzs-imgBox .item .itemimg img{
	width: 100%;
}
.aboutzs-imgBox .item .item-box{
	border-top: 1px solid #e9e9e9;
	font-family: "Arial","微软雅黑";
	padding: 13px 18px 15px;
	position: relative;
}
.aboutzs-imgBox .item .item-box .icon{
	position: absolute;
	top: 50%;
	right: 18px;
	width: 3px;
	background-color: #2187ca;
	height: 16px;
	margin-top: -8px;
}
.aboutzs-imgBox .item .item-box .icon:before{
	content: "";
	position: absolute;
	top: 50%;
	width: 18px;
	height: 3px;
	background-color:#2187ca;
	margin-top: -1px;
	right: 2px;
	border-radius: 3px;
}
.aboutzs-imgBox .item .item-box .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	right:4px;
	width: 8px;
	height: 8px;
	border-top:3px solid #2187ca;
	border-right:3px solid #2187ca;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
	border-radius: 3px;
}
.aboutzs-imgBox .item .item-box .title{
	font-size: 16px;
	color: #424242;
	line-height: 1.5;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 20px;
}
.aboutzs-imgBox .item .item-box .year{
	font-size: 14px;
	color: #b6b6b6;
	line-height: 20px;
	height: 20px;
}
.layui-layer-content .intitle {
    font-size: 20px;
    text-align: center;
    height: 30px;
    line-height: 1.5;
    background-color: #fff;
}
@media only screen  and (min-width: 601px){
	.aboutzs-imgBox .item:hover .item-box{
		background-color: #0075c2;
	}
	.aboutzs-imgBox .item:hover .item-box .icon,.aboutzs-imgBox .item:hover .item-box .icon:before{
		background-color: #fff;
	}
	.aboutzs-imgBox .item:hover .item-box .icon:after{
		border-color: #fff;
	}
	.aboutzs-imgBox .item:hover .title,.aboutzs-imgBox .item:hover .year{
		color: #fff;
	} 
}
@media only screen  and (max-width: 1280px){
	.aboutzs-imgBox{
		margin-bottom: 100px;
	}
	.aboutzs-imgBox .item{
		margin-bottom: 30px;
	}
}
@media only screen  and (max-width: 1024px){
	.aboutzs-imgBox{
		margin-bottom: 10%;
	}
	.aboutzs-imgBox .item{
		margin-bottom: 3%;
		width: 32.66%;
		margin-right: 1%;
	}
	.aboutzs-imgBox .item:nth-child(4n+0){
		margin-right: 1%;
	}
	.aboutzs-imgBox .item:nth-child(3n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width: 800px){
	.aboutzs-imgBox .item .item-box{
		padding: 10px 12px 12px;
	}
	.aboutzs-imgBox .item .item-box .icon{
		right: 12px;
	}
}
@media only screen  and (max-width: 640px){
	.aboutzs-imgBox .item{
		width: 49.5%;
	}
	.aboutzs-imgBox .item:nth-child(3n+0){
		margin-right: 1%;
	}
	.aboutzs-imgBox .item:nth-child(2n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width: 414px){
	.aboutzs-imgBox .item .item-box{
		padding: 8px 10px 10px;
	}
	.aboutzs-imgBox .item .item-box .title{
		font-size: 14px;
		height: 21px;
		padding-right: 12px;
	}
	.aboutzs-imgBox .item .item-box .year{
		font-size: 12px;
		line-height: 16px;
		height: 16px;
	}
	.aboutzs-imgBox .item .item-box .icon{
		right: 10px;
	}
}
/* =========

  经销网络

  ========== */
.contactNetNox{
	margin-top: 50px;
	text-align: center;
	margin-bottom: 40px;
}
.contactNetNox .content{
	font-size: 16px;
	color: #4a4949;
	line-height: 2;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}
.contactNetNox img{
	margin-top: 35px;
}
.conNetchoose-top{
	border-left: 1px solid #d7d7d7;
}
.conNetchoose-top .d1{
	width: 50%;
	border: 1px solid #d7d7d7;
	border-left: 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.conNetchoose-top .d1.active{
	border-top: 2px solid #0075c2;
	color: #0075c2;
	font-weight: bold;
}
.conNetul{
	margin-top: 60px;
	margin-bottom: 140px;
}
#choose0{
	display: block;
}
#choose1{
	display: none;
}
.conNetul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.conNetul li{
	width: 29.41%;
	margin-right: 5.885%;
	margin-bottom: 25px;
}
.conNetul li:nth-child(3n+0){
	margin-right: 0;
}
.conNetul li .title{
	font-size: 26px;
	color: #373737;
	font-family: "Microsoft JhengHei";
	padding-left: 30px;
	line-height: 1;
	height: 26px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	position: relative;
}
.conNetul li .title:before{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width:15px;
	height:15px;
	border-radius: 7px 7px 0 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #0075c2;
}
.conNetul li .title:after{
	content: "";
	position: absolute;
	top: 6px;
	left: 4px;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
}
.conNetul li .content{
	font-size: 14px;
	color: #373737;
	line-height: 2;
	font-family: "Arial","微软雅黑";
	max-height: 140px;
	overflow: hidden;
}
@media only screen  and (min-width: 601px){
	.conNetchoose-top .d1:hover{
		color: #0075c2;
	}
}
@media only screen  and (max-width:1280px){
	.conNetul{
		margin-top: 50px;
		margin-bottom: 120px;
	}
}
@media only screen  and (max-width:1024px){
	.conNetul{
		margin-top: 5%;
		margin-bottom: 12%;
	}
	.contactNetNox{
		margin-top: 5%;
		margin-bottom: 4%;
	}
	.contactNetNox img{
		margin-top: 3.5%;
	}
	.contactNetNox .content{
		margin-top: 10px;
	}
	.conNetul li{
		margin-bottom: 2.5%;
		width: 32%;
		margin-right: 2%;
	}
}
@media only screen  and (max-width:800px){
	.conNetul li{
		width: 49%;
	}
	.conNetul li:nth-child(3n+0){
		margin-right: 2%;
	}
	.conNetul li:nth-child(2n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width:414px){
	.contactNetNox .content,.conNetul li .content{
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
	.conNetul li{
		width: 100%;
		float: none;		
	}
	.conNetul li:nth-child(3n+0){
		margin-right: 0;
	}
	.conNetul li .content{
		height: auto;
	}
	.conNetul li .title{
		font-size: 20px;
		margin-bottom: 3px;
	}
	.conNetchoose-top .d1{
		height: 36px;
		line-height: 36px;
	}
}
/* =========

  联系方式

  ========== */
.BMapLib_SearchInfoWindow .BMapLib_bubble_center,.BMapLib_SearchInfoWindow .BMapLib_bubble_tools{
	display: none;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_title,.BMapLib_SearchInfoWindow .BMapLib_bubble_top{
	height: auto !important;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_title{
	font-weight: bold;
	color: #686868;
	line-height: 1.5;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_top{
	padding-left: 10px;
	padding-right: 10px;
}
.BMapLib_SearchInfoWindow{
	border: 0;
	margin-bottom: -20px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	margin-left: -28px;
}
.BMapLib_SearchInfoWindow:before{
	content: "";
	position: absolute;
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid rgba(0,0,0,.3);
    bottom: -9px;
    left: 50%;
    margin-left: -8px;
}
.BMapLib_SearchInfoWindow:after{
	content: "";
	position: absolute;
	width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #fff;
    bottom: -8px;
    left: 50%;
    margin-left: -7px;
}
.BMapLib_SearchInfoWindow .BMapLib_trans{
	display: none;
}
.contactBox{
	margin-top: 45px;
	margin-bottom: 130px;
}
.contactBox .left{
	float: left;
	width: calc(87.5% - 300px);
}
.contactBox .left .top .title{
	font-size: 36px;
	color: #0075c2;
	font-family: "Microsoft JhengHei";
	line-height: 1;
}
.contactBox .left .top .content{
	font-size: 18px;
	color: #2f2f2f;
	line-height: 1.5;
	font-family: "Microsoft JhengHei";
	margin-top: 25px;
	margin-bottom: 70px;
}
.contactBox .left .form-box .ttitle{
	width: 220px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	color: #0075c2;
	font-family: "Microsoft JhengHei";
	border: 1px solid #00c5fa;
	margin-bottom: -1px;
}
.contactBox .left .form-box input[type="text"]{
	width: 100%;
	border: 0;
	border-top: 1px solid #0075c2;
	height: 75px;
	text-indent: 20px;
	font-size: 16px;
	color: #7a7a7a;
	font-family: "Microsoft JhengHei";
}
.contactBox .left .form-box textarea{
	width: 100%;
	border: 0;
	border-top: 1px solid #0075c2;
	height: 210px;
	text-indent: 20px;
	padding-top: 30px;
	font-size: 16px;
	color: #7a7a7a;
	font-family: "Microsoft JhengHei";
	resize: none;
}
.contactBox .left .form-box input[type="text"].tdinput2{
	border-bottom: 1px solid #0075c2;
}
.contactBox .left .form-box .yzm-box{
	margin-top: 36px;
}
.contactBox .left .form-box .yzm-box .code{
	float: left;
	width: 100px;
	height: 48px;
	background-color: #010101;
	text-align: center;
	line-height: 48px;
	color: #ffffcc;
	font-size: 18px;
	cursor: pointer;
}
.contactBox .left .form-box .yzm-box input[type="submit"]{
	width: 220px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #00b0ec;
	font-size: 18px;
	color: #0075c2;
	font-family: "Microsoft JhengHei";
	background-color: #fff;
	margin-left: 10px;
	cursor: pointer;
}
.contactBox .right{
	float: right;
	width: 300px;
}
.contactBox .right .imgbox{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	border: 1px solid #dfdfdf;
	display: block;
}
.contactBox .right .imgbox img{
	width: 100%;
}
.contactBox .right .title{
	font-size: 22px;
	color: #fff;
	font-family: "Microsoft JhengHei";
	text-indent: 20px;
	height: 54px;
	line-height: 54px;
	background-color: #a3a3a3;
	border-top: 1px solid rgba(255,255,255,.5);
}
@media only screen  and (max-width:1280px){
	.contactBox .left .form-box input[type="text"]{
		height: 61px;
	}
	.contactBox .left .form-box textarea{
		height: 150px;
		padding-top: 20px;
	}
	.contactBox .left .top .title{
		font-size: 32px;
	}
	.contactBox .left .top .content{
		margin-bottom: 60px;
	}
}
@media only screen  and (max-width:1024px){
	.contactBox{
		margin-top: 4.5%;
		margin-bottom: 12%;
	}
	.contactBox .left .top .title{
		font-size: 26px;
	}
	.contactBox .left .top .content{
		margin-top: 20px;
		margin-bottom: 45px;
	}
	.contactBox .left .form-box input[type="text"]{
		height: 51px;
		font-size: 14px;
	}
	.contactBox .left .form-box textarea{
		height: 130px;
		padding-top: 15px;
		font-size: 14px;
	}
}
@media only screen  and (max-width:800px){
	.contactBox .right{
		width: 240px;
	}
	.contactBox .left{
		width: calc(94% - 240px);
	}
	.contactBox .left .top .title{
		font-size: 24px;
	}
	.contactBox .left .top .content{
		margin-top: 15px;
		margin-bottom: 30px;
		font-size: 16px !important;
	}
	.contactBox .left .form-box .ttitle{
		width: 200px;
		height: 46px;
		line-height: 46px;
	}
}
@media only screen  and (max-width:600px){
	.contactBox .right{
		width: 300px;
		float: none;
	}
	.contactBox .left{
		width: 100%;
		float: none;
		margin-bottom: 4%;
	}
	.contactBox .left .form-box input[type="text"]{
		height: 37px;
		text-indent: 10px;
		font-size: 12px;
	}
	.contactBox .left .form-box textarea{
		height: 120px;
		padding-top: 10px;
		text-indent: 10px;
		font-size: 12px;
	}
	.contactBox .left .form-box .ttitle{
		width: 180px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.contactBox .left .top .content{
		margin-top: 3%;
		margin-bottom: 5%;
		font-size: 12px !important;
	}
	.contactBox .left .top .title{
		font-size: 20px;
	}
	.contactBox .left .form-box .yzm-box{
		margin-top: 15px;
	}
	.contactBox .left .form-box .yzm-box .code{
		height: 40px;
		line-height: 40px;
		width: 80px;
		font-size: 15px;
	}
	.contactBox .left .form-box .yzm-box input[type="submit"]{
		height: 40px;
		width: 160px;
		line-height: 40px;
		font-size: 15px;
	}
}
@media only screen  and (max-width:414px){
	.BMapLib_SearchInfoWindow .BMapLib_bubble_title{
		font-size: 12px;
	}
}
/* =========

  人才招聘

  ========== */
.contactzpBox .content{
	font-size: 14px;
	color: #4a4949;
	max-width: 780px;
}
.contactzp-img{
	margin-top: 120px;
	margin-bottom: 120px;
	border-bottom: 3px solid #008eec;
	display: block;
}
@media only screen  and (max-width:1024px){
	.contactzp-img{
		margin-top: 12%;
		margin-bottom: 12%;
	}
}

/*网站地图*/
.siteBox .btitle{
	font-size: 48px;
	color: #008eec;
	text-align: center;
	margin-top: 200px;
	line-height: 1;
	margin-bottom: 100px;
}
.siteBox .outul{
	margin-bottom: 55px;
}
.siteBox .outul .li1{
	display: inline-block;
	width: 30%;
	margin-right: calc(5% - 4px);
	margin-bottom: 55px;
	vertical-align: top;
}
.siteBox .outul .li1:nth-child(3n+0){
	margin-right: 0;
}
.siteBox .outul .li1 .a1{
	display: block;
	font-size: 24px;
	color: #008eec;
	padding-bottom: 14px;
	border-bottom: 1px solid #d9d9d9;
	font-family: "Microsoft JhengHei";
	font-weight: bold;
}
.siteBox .outul .li1 .inul{
	margin-top: 15px;
}
.siteBox .outul .li1 .inul li a{
	font-size: 18px;
	color: #3b3b3b;
	line-height: 32px;
	display: block;
	font-family: "Microsoft JhengHei";
}
@media only screen  and (min-width: 601px){
	.siteBox .outul .li1 .inul li:hover a{
		color: #000;
		background-color: #f5f7fa;
	}
}
@media only screen  and (max-width: 1280px){
	.siteBox .btitle{
		font-size: 42px;
		margin-bottom: 80px;
	}
	.siteBox .outul .li1{
		margin-bottom: 45px;
	}
}
@media only screen  and (max-width: 1024px){
	.siteBox .btitle{
		font-size: 38px;
		margin-bottom: 7.5%;
	}
	.siteBox .outul .li1{
		margin-bottom: 4.2%;
	}
	.siteBox .outul .li1 .a1{
		font-size: 22px;
	}
	.siteBox .outul{
		margin-bottom: 5.5%;
	}
}
@media only screen  and (max-width: 1023px){
	.siteBox .btitle{
		margin-top: calc(71px + 4%);
	}
}
@media only screen  and (max-width: 800px){
	.siteBox .btitle{
		font-size: 32px;
	}
}
@media only screen  and (max-width: 600px){
	.siteBox .btitle{
		font-size: 26px;
	}
	.siteBox .outul .li1 .a1{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.siteBox .outul .li1 .inul{
		margin-top: 10px;
	}
	.siteBox .outul .li1 .inul li a{
		font-size: 16px;
	}
}
@media only screen  and (max-width: 414px){
	.siteBox .btitle{
		font-size: 22px;
	}
	.siteBox .outul .li1 .a1{
		font-size: 16px;
		padding-bottom: 7px;
	}
	.siteBox .outul .li1 .inul{
		margin-top: 7px;
	}
	.siteBox .outul .li1{
		width: 47.2%;
	}
	.siteBox .outul .li1:nth-child(3n+0){
		margin-right: calc(5.6% - 4px);
	}
	.siteBox .outul .li1:nth-child(2n+0){
		margin-right: 0;
	}
	.siteBox .outul .li1 .inul li a{
		font-size: 12px;
		line-height: 22px;
	}
}
/*网站地图 End*/
/* =========

  新闻资讯

  ========== */
.news-tbox{
	margin-top: 50px;
	margin-bottom: 50px;
}
.newschose{
	overflow: visible;
	position: relative;
	z-index: 1;
}
.newschose .formbox{
	width: 31.33%;
	float: left;
	position: relative;
}
.newschose .formbox input[type="text"]{
	width: 100%;
	font-size: 16px;
	color: #b5b5b5;
	text-indent: 20px;
	height: 45px;
	border-width: 0 0 3px 0;
	border-style: solid;
	-webkit-border-image: -webkit-linear-gradient(to right,#005cb9, #00bedc) 3 0;
	-o-border-image: -o-linear-gradient(to right,#005cb9, #00bedc) 3 0;
	border-image: linear-gradient(to right,#005cb9, #00bedc) 3 0;
}
.newschose .formbox input[type="submit"]{
	position: absolute;
	right: 20px;
	top: 13px;
	width: 16px;
	height: 16px;
	background: none;
	border: 0;
	background-image: url(../images/icon09.png);
	background-repeat: no-repeat;
}
.select {
    width: 31.33%;
    line-height: 25px;
    border-radius: 5px;
    font-size: 12px;
    position: relative;
    margin-right: 3%;
    float: left;
}
.select .checkspan{
	display: block;
	font-size: 16px;
	color: #4f4f4f;
	cursor: pointer;
	line-height: 42px;
	border-width: 0 0 3px 0;
	border-style: solid;
	-webkit-border-image: -webkit-linear-gradient(to right,#005cb9, #00bedc) 3 0;
	-o-border-image: -o-linear-gradient(to right,#005cb9, #00bedc) 3 0;
	border-image: linear-gradient(to right,#005cb9, #00bedc) 3 0;
	padding-left: 20px;
}
.select i {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 16px;
    right: 20px;
    border-left: 1px solid #0075c2;
    border-bottom: 1px solid #0075c2;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.select[data-on="click"] i{
	-webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.select[data-on="click"] .checkspan{
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.25);
	box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.select ul {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.select ul li {
    line-height: 44px;
    color: #666;
    list-style-type: none;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    background-color: rgba(0,117,194,.8);
}
.select ul li a{
	display: block;
	padding-left: 20px;
	font-size: 16px;
	color: #ffffff;
}
.newsUl{
	margin-top: 30px;
}
.newsUl li a{
	display: block;
	position: relative;
	padding: 24px 0 24px 20px;
	border-bottom: 1px solid #dfdfdf;
}
.newsUl li a .imgbox{
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	float: left;
	width: 18.33%;
}
.newsUl li a .imgbox img{
	width: 100%;
}
.newsUl li a .right{
	float: left;
	margin-left: 3.333%;
	width: 50%;
}
.newsUl li a .right .data{
	font-size: 14px;
	color: #0075c2;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.newsUl li a .right .title{
	font-size: 22px;
	color: #2f2f2f;
	line-height: 1.5;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	height: 33px;
	font-family: "Microsoft JhengHei";
	margin-top: 16px;
	margin-bottom: 8px;
}
.newsUl li a .right .desc{
	font-size: 14px;
	color: #6f6f6f;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
}
.newsUl li a .more {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    z-index: 10;
    width: 0;
    height: 0;
    border-bottom: 187px solid #e1e5e6;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}
.newsUl li a .more p {
    opacity: 0;
    margin: 80px 0 0 -40px;
    color: #0075c2;
    font-size: 16px;
    font-family: "Microsoft JhengHei";
    white-space: nowrap;
}
.fenye{
	text-align: center;
}
.fenye li{
	display: inline-block;
	height: 21px;
	width: 14px;
	text-align: center;
	margin-right: 18px;
}
.fenye li.disb{
	display: none;
}
.fenye li:last-child{
	margin-right: 0;
}
.fenye li a{
	display: block;
	color: #808080;
	line-height: 20px;
	font-size: 14px;
}
.fenye li.active a{
	color: #0075c2;
	border-bottom: 1px solid #0075c2;
	font-weight: bold;
	font-size: 16px;
}
.fenye li.prev a,.fenye li.next a{
	font-family: "宋体";
	color: #0075c2;
}
.newsfenye{
	margin-top: 30px;
	margin-bottom: 145px;
}
@media only screen  and (min-width: 801px){
	.newsUl li:hover a .more{
		opacity: 1;
	    width: 280px;
	    height: 0;
	    border-style: solid;
	    box-shadow: inset 3px 3px 3px rgba(51,51,102,.5);
	    border-width: 0 0 187px 205px;
	    border-color: #e1e6e3 transparent;
	}
	.newsUl li:hover a .more p {
	    opacity: 1;
	}
}
@media only screen  and (min-width: 601px){
	.fenye li a:hover{
		color: #0075c2;
	}
	.select li:hover{
		background-color: rgba(0,117,194,1);
	}
	.newsUl li:hover a{
		background-color: #f5f5f5;
	}
	.newsUl li:hover a .right .title{
		color: #0075c2;
	}
}
@media only screen  and (max-width: 1280px){
	.news-tbox{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.aboutcomBox .d1{
		font-size: 40px;
	}
	.newsUl{
		margin-top:25px;
	}
	.newsfenye{
		margin-bottom: 120px;
	}
}
@media only screen  and (max-width: 1024px){
	.news-tbox{
		margin-top: 4%;
		margin-bottom: 4%;
	}
	.aboutcomBox .d1{
		font-size: 32px;
	}
	.newsUl{
		margin-top: 3%;
	}
	.newsfenye{
		margin-bottom: 12%;
		margin-top: 3%;
	}
}
@media only screen  and (max-width: 800px){
	.newsUl li a .imgbox{
		width: 200px;
	}
	.newsUl li a .right{
		width: calc(96% - 220px);
	}
	.newsUl li a{
		padding: 18px 0 18px 20px;
	}
}
@media only screen  and (max-width: 600px){
	.newsUl li a .imgbox{
		width: 160px;
	}
	.newsUl li a .right{
		width: calc(96% - 170px);
	}
	.newsUl li a{
		padding: 12px 0 12px 10px;
	}
	.newsUl li a .right .title{
		font-size: 18px;
		height: 27px;
		margin-top: 5px;
		margin-bottom: 3px;
	}
	.newsUl li a .right .desc{
		font-size: 12px;
		height: 36px;
	}
	.select,.newschose .formbox{
		float: none;
		width: 100%;
	}
	.select{
		margin-bottom: 5px;
	}
	.select i{
		top: 6px;
		right: 10px;
	}
	.select .checkspan{
		line-height: 27px;
		font-size: 12px;
		padding-left: 10px;
	}
	.select ul{
		top: 30px;
	}
	.select ul li{
		line-height: 30px;
	}
	.select ul li a{
		padding-left: 10px;
		font-size: 12px;
	}
	.select[data-on="click"] i{
		top: 11px;
	}
	.newschose .formbox input[type="text"]{
		height: 27px;
		font-size: 12px;
		text-indent: 10px;
	}
	.newschose .formbox input[type="submit"]{
		top: 4px;
		right: 7px;
	}
	.newschose .formbox input[type="submit"]{
		width: 12px;
		height: 12px;
		-webkit-background-size: 12px 12px;
		background-size: 12px 12px;
	}
}
@media only screen  and (max-width: 414px){
	.newsUl li a .imgbox{
		width: 110px;
	}
	.newsUl li a .right {
	    width: calc(96% - 120px);
	}
	.newsUl li a .right .data{
		font-size: 12px;
		line-height: 16px;
		height: 16px;
	}
	.newsUl li a .right .title{
		font-size: 14px;
		height: 21px;
		margin-top: 2px;
	}
	.newsUl li a .right .desc{
		font-size: 10px;
		height: 30px;
	}
	.newsUl li a{
		padding: 8px 0 8px 10px;
	}
	.newsfenye{
		margin-top: 15px;
	}
	.fenye li a{
		font-size: 12px;
	}
	.fenye li.active a{
		font-size: 14px;
	}
	.fenye li{
		margin-right: 10px;
	}
}
/* =========

  新闻详情

  ========== */
.newDetTop{
	height: 300px;
	margin-top: 105px;
    background: -webkit-linear-gradient(to right,#0075c2 0px, #0093f4 50%, #0075c2 100%);
    background: -moz-linear-gradient(to right,#0075c2 0px, #0093f4 50%, #0075c2 100%);
    background: -ms-linear-gradient(to right,#0075c2 0px, #0093f4 50%, #0075c2 100%);
    background: linear-gradient(to right,#0075c2 0px, #0093f4 50%, #0075c2 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.newDetTop .inbox .data{
	font-size: 18px;
	color: #ffffff;
	font-family: "Microsoft JhengHei";
	line-height: 1.5;
	height: 27px;
	overflow: hidden;
}
.newDetTop .inbox .title{
	font-size: 36px;
	color: #fff;
	font-family: "Microsoft JhengHei";
	line-height: 1.5;
	height: 54px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-top: 8px;
}
.newsDetLink{
	margin-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #dfdfdf;
}
.newsDetLink .back{
	color: #0075c2;
}
.newsDetLink .back .color{
	font-family: "宋体";
	margin-right: 5px;
}
.newsDetContent{
	margin-top: 50px;
	font-size: 14px;
	color: #6c6c6c;
	line-height: 2;
}
.newsDetpn{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 150px;
}
.newsDetpn a{
	font-size: 18px;
	color: #0075c2;
	font-family: "Microsoft JhengHei";
}
.newsDetpn .prev{
	padding-right: 30px;
	border-right: 1px solid #d7d7d7;
}
.newsDetpn .next{
	padding-left: 30px;
	border-left: 1px solid #d7d7d7;
	margin-left: -3px;
}
@media only screen  and (max-width: 1280px){
	.newDetTop .inbox .title{
		font-size: 30px;
		height: 45px;
	}
	.newDetTop{
		height: 270px;
	}
}
@media only screen  and (max-width: 1024px){
	.newDetTop .inbox .title{
		font-size: 24px;
		height: 36px;
		margin-top: 0;
	}
	.newDetTop .inbox .data{
		font-size: 16px;
		height: 24px;
	}
	.newDetTop{
		height: 220px;
	}
	.newsDetLink{
		margin-top: 18px;
		padding-bottom: 18px;
	}
	.newsDetContent{
		margin-top: 5%;
	}
	.newsDetpn{
		margin-top: 7%;
		margin-bottom: 15%;
	}
}
@media only screen  and (max-width: 1023px){
	.newDetTop{
		margin-top: 50px;
	}
}
@media only screen  and (max-width: 800px){
	.newDetTop{
		height: 180px;
	}
	.newDetTop .inbox .title{
		font-size: 20px;
		height: 30px;
	}
	.newDetTop .inbox .data{
		font-size: 14px;
		height: 21px;
	}
	.newsDetLink{
		margin-top: 12px;
		padding-bottom: 12px;
	}
}
@media only screen  and (max-width: 600px){
	.newsDetpn .prev{
		padding-right: 15px;
	}
	.newsDetpn .next{
		padding-left: 15px;
	}
	.newsDetpn a{
		font-size: 14px;
	}
	.newDetTop .inbox .title{
		font-size: 16px;
		height: auto;
		max-height: 48px;
		white-space: normal;
	}
	.newDetTop{
		height: 150px;
	}
	.newDetTop .inbox .data{
		font-size: 12px;
		height: 18px;
	}
}
@media only screen  and (max-width: 414px){
	.newsDetLink{
		margin-top: 8px;
		padding-bottom: 8px;
	}
}
/* =========

  应用方案

  ========== */
.casetop-box{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 110px;
}
.casetop-box .desc{
	font-size: 18px;
	color: #4a4949;
	margin-top: 20px;
}
.casetop-box .content{
	font-size: 14px;
	color: #4a4949;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2;
	margin-top: 22px;
}
.caseUl li{
	float: left;
	width: 25%;
	overflow: hidden;
}
.caseUl li:first-child{
	width: 50%;
}
.caseUl li a{
	display: block;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.caseUl li a img{
	width: 100%;
}
.caseUl li a .inbox{
	position: absolute;
	left: 5.2%;
	bottom: 7.8%;
}
.caseUl li a .inbox .title{
	font-size: 24px;
	color: #ffffff;
	line-height: 1.5;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.caseUl li:first-child a .inbox .title{
	font-size: 36px;
	height: 54px;
}
.caseUl li a .inbox .more{
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	height: 14px;
	overflow: hidden;
}
@media only screen  and (min-width: 601px){
	.caseUl li:hover a{
		background-position: 45% center;
	}
	.caseUl li:hover a .inbox{
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
}
@media only screen  and (max-width: 1280px){
	.casetop-box{
		margin-top: 40px;
		margin-bottom: 90px;
	}
	.caseUl li a .inbox .title{
		font-size: 20px;
		height: 30px;
		margin-bottom: 5px;
	}
	.caseUl li:first-child a .inbox .title{
		font-size: 30px;
		height: 45px;
	}
	.caseUl li a .inbox .more{
		font-size: 12px;
		height: 12px;
	}
}
@media only screen  and (max-width: 1024px){
	.casetop-box{
		margin-top: 4%;
		margin-bottom: 9%;
	}
	.caseUl li:first-child{
		width: 100%;
	}
	.caseUl li{
		width: 50%;
	}
	.casetop-box .desc{
		margin-top: 2%;
		font-size: 16px;
	}
	.casetop-box .content{
		margin-top: 2%;
	}

}
@media only screen  and (max-width: 414px){
	.casetop-box .content{
		margin-top: 2%;
		font-size: 12px !important;
		line-height: 1.5 !important;
	}
	.casetop-box .desc{
		font-size: 14px;
	}
	.aboutcomBox .d1{
		font-size: 26px;
	}
	.caseUl li a .inbox .title{
		font-size: 16px;
		height: 24px;
	}
	.caseUl li a .inbox .more{
		font-size: 10px;
		height: 10px;
	}
	.caseUl li:first-child a .inbox .title{
		font-size: 24px;
		height: 36px;
	}
	.caseUl li:first-child a .inbox .more{
		font-size: 12px;
	}
}
/* =========

  应用方案详细

  ========== */
.caseDetTop-box{
	margin-top: 50px;
}
.caseDetTop-box .d1{
	color: #2a2a2a;
}
.caseDetTop-box .imgbox{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 335px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
}
.caseDetTop-box .imgbox .inbox{
	width: 143px;
	height: 124px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	background-repeat: no-repeat;
}
.caseDetTop-box .imgbox .inbox .ininbox{
	text-align: center;
	overflow: hidden;
	width: 80%;
}
.caseDetTop-box .imgbox .inbox img{
	width: 50px;
	height: 40px;
}
.caseDetTop-box .imgbox .inbox .title{
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 12px;
	line-height: 1.5;
	height: 21px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 90%;
	margin-left: 5%;
}
.caseDetUl{
	margin-bottom: 145px;
}
.caseDetUl li .top{
	background-color: #0075c2;
	padding: 20px 28px 25px;
	position: relative;
	cursor: pointer;
	border-top: 1px solid rgba(255,255,255,.25);
}
.caseDetUl li .top .title{
	font-size: 24px;
	color: #ffffff;
	font-family: "Microsoft JhengHei";
	line-height: 1.5;
	height: 36px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
}
.caseDetUl li .top .desc{
	font-size: 14px;
	color: #ffffff;
	line-height: 1.5;
	height: 21px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
}
.caseDetUl li .top .icon{
	position: absolute;
	top: 50%;
	right: 28px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.5);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.caseDetUl li .top .icon:after,.caseDetUl li .top .icon:before{
	content: "";
	width: 18px;
	height: 2px;
	background-color:#0075c2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.caseDetUl li .top .icon:before{
	height: 18px;
	width: 2px;
}
.caseDetUl li .content{
	padding-left: 28px;
	padding-right: 28px;
	background-color: #f5f5f5;
	line-height: 2;
	color: #686868;
	font-size: 14px;
	padding-top: 35px;
	padding-bottom: 40px;
	display: none;
}
@media only screen  and (max-width: 1280px){
	.caseDetTop-box{
		margin-top: 40px;
	}
	.caseDetUl{
		margin-bottom: 120px;
	}
}
@media only screen  and (max-width: 1024px){
	.caseDetUl{
		margin-bottom: 12%;
	}
	.caseDetTop-box{
		margin-top: 4%;
	}
	.caseDetTop-box .imgbox{
		margin-top: 3%;
		height: 290px;
	}
	.caseDetTop-box .imgbox .inbox{
		width: 120px;
		height: 104px;
		-webkit-background-size: 120px 104px;
		background-size: 120px 104px;
	}
	.caseDetTop-box .imgbox .inbox img{
		width: 40px;
		height: 36px;
	}
	.caseDetTop-box .imgbox .inbox .title{
		margin-top: 8px;
	}
	.caseDetUl li .content{
		padding: 3.5% 2.8% 4%;
	}
	.caseDetUl li .top{
		padding: 2% 2.8% 2.5%;
	}
	.caseDetUl li .top .icon{
		right: 2.8%;
	}
}
@media only screen  and (max-width: 800px){
	.caseDetTop-box .imgbox{
		height: 250px;
	}
	.caseDetTop-box .imgbox .inbox{
		width: 100px;
		height: 86px;
		-webkit-background-size: 100px 86px;
		background-size: 100px 86px;
	}
	.caseDetTop-box .imgbox .inbox img{
		width: 30px;
		height: 24px;
	}
	.caseDetTop-box .imgbox .inbox .title{
		margin-top: 5px;
	}
	.caseDetUl li .top .title{
		font-size: 20px;
		height: 30px;
	}
	.caseDetUl li .top .desc{
		font-size: 12px;
		height: 18px;
	}
	.caseDetUl li .top .icon{
		width: 24px;
		height: 24px;
	}
	.caseDetUl li .top .icon:after{
		width: 14px;
	}
	.caseDetUl li .top .icon:before{
		height: 14px;
	}
}
@media only screen  and (max-width: 600px){
	.caseDetTop-box .imgbox{
		height: 200px;
	}
	.caseDetUl li .top .title{
		font-size: 16px;
		height: 24px;
	}
}
@media only screen  and (max-width: 414px){
	.caseDetTop-box .imgbox{
		height: 170px;
	}
	.caseDetTop-box .imgbox .inbox{
		width: 80px;
		height: 69px;
		-webkit-background-size: 80px 69px;
		background-size: 80px 69px;
	}
	.caseDetTop-box .imgbox .inbox img{
		width: 25px;
		height: 20px;
	}
	.caseDetTop-box .imgbox .inbox .title{
		margin-top: 2px;
		font-size: 10px;
		height: 15px;
	}
	.caseDetUl li .top .title{
		font-size: 14px;
		height: 21px;
	}
	.caseDetUl li .top .icon {
	    width: 18px;
	    height: 18px;
	}
	.caseDetUl li .top .icon:after{
		width: 10px;
	}
	.caseDetUl li .top .icon:before{
		height: 10px;
	}
}
/* =========

  产品中心

  ========== */
.productTop{
	margin-top: 55px;
}
.productTop .left{
	float: left;
	width: 65.4%;
}
.productTop .item{
	display: block;
	background-color: #f6f6f6;
}
.productTop .left .item .inleft{
	float: left;
	width: 49.04%;
	padding-left: 50px;
	padding-top: 70px;
	padding-right: 20px;
}
.productTop .item .title{
	font-size: 30px;
	color: #2a2a2a;
	line-height: 1.2;
	max-height: 72px;
	overflow: hidden;
	font-family: "Microsoft JhengHei";
}
.productTop .item .desc{
	font-size: 14px;
	color: #7d7d7d;
	line-height: 1.8;
	height: 100px;
	overflow: hidden;
	margin-top: 10px;
}
.productTop .item .more{
	width: 106px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	background-color: #0075c2;
	margin-top: 40px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}
.productTop .left .item .imgbox{
	float: right;
	width: 50.96%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.productTop .left .item .imgbox img{
	width: 100%;
}
.productTop .left .item:last-child{
	margin-top: 12px;
}
.productTop .left .item:last-child .inleft{
	float: right;
}
.productTop .left .item:last-child .imgbox{
	float: left;
}
.productTop .right{
	float: right;
	width: 33.333%;
	padding-left: 48px;
	padding-top: 45px;
	padding-bottom: 40px;
}
.productTop .right .imgbox{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -30px;
}
.productTop .right .imgbox img{
	width: 100%;
}
.productTop .right .desc{
	padding-right: 10px;
}
.promidTitle{
	text-align: center;
	margin-top: 67px;
	margin-bottom: 57px;
}
/*productUl*/
.productUl{
	overflow: visible;
	margin-bottom: 100px;
}
.productUl li{
	float: left;
	width: 32.08%;
	margin-bottom: 40px;
	position: relative;
	margin-right: 1.88%;
	z-index: 1;
}
.productUl li:nth-child(3n+0){
	margin-right: 0;
}
.productUl li:after{
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	height: calc(100% + 80px);
	width: calc(100% + 20px);
	border: 1px solid #0075c2;
	background-color: #fff;
	opacity: 0;
	z-index: 1;
}
.productUl li a{
	display: block;
	position: relative;
	z-index: 11;
}
.productUl li a .imgbox{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f6f6f6;
	position: relative;
}
.productUl li a .imgbox img{
	width: 100%;
}
.productUl li a .inbox{
	padding-left: 24px;
	padding-right: 24px;
	position: relative;
}
.productUl li a .inbox .line{
	margin-top: 18px;
	width: 25px;
	height: 2px;
	background-color: #0075c2;
	margin-bottom: 15px;
}
.productUl li a .inbox .title{
	font-size: 16px;
	line-height: 1.5;
	color: #282828;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.productUl li a .inbox .desc{
	font-size: 12px;
	color: #7d7d7d;
	line-height: 1.5;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}
/*productUl End*/
@media only screen  and (min-width: 601px){
	.productUl li:hover{
		z-index: 2;
	}
	.productUl li:hover:after{
		opacity: 1;
	}
	.productUl li:hover a .inbox .desc{
		max-height: 54px;
	}
	.productUl li a .imgbox:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: -webkit-linear-gradient(to right,#cccccc 0px, #e5e5e5 50%, #cdcdcd 100%);
	    background: -moz-linear-gradient(to right,#cccccc 0px, #e5e5e5 50%, #cdcdcd 100%);
	    background: -ms-linear-gradient(to right,#cccccc 0px, #e5e5e5 50%, #cdcdcd 100%);
	    background: linear-gradient(to right,#cccccc 0px, #e5e5e5 50%, #cdcdcd 100%);
	    opacity: 0;
	    z-index: -1;
	}
	.productUl li:hover a .imgbox{	  	
	    background-color: transparent;
	}
	.productUl li:hover a .imgbox:before{
		opacity: 1;
	}
}
@media only screen  and (max-width: 1280px){
	.productTop{
		margin-top: 45px;
	}

}
@media only screen  and (max-width: 1280px){
	.productTop{
		margin-top: 45px;
	}
	.promidTitle{
		margin-top: 60px;
		margin-bottom: 50px;
	}
}
@media only screen  and (max-width: 1200px){
	.productTop .left .item .inleft{
		padding-left: 35px;
		padding-top: 55px;
	}
	.productTop .right{
		padding-top: 40px;
		padding-bottom: 32px;
		padding-left: 35px;
	}
	.productTop .item .more{
		margin-top: 30px;
	}
	.productTop .item .title{
		font-size: 24px;
		max-height: 56px;
	}
	.productTop .item .desc{
		margin-top: 8px;
	}
	.productTop .right .imgbox{
		margin-top: -25px;
	}
}
@media only screen  and (max-width: 1024px){
	.productTop{
		margin-top: 4.5%;
	}
	.promidTitle{
		margin-top: 6%;
		margin-bottom: 5%;
	}
	.productTop .left .item .inleft{
		padding-left: 25px;
		padding-top: 40px;
	}
	.productTop .right{
		padding-top: 30px;
		padding-bottom: 22px;
		padding-left: 25px;
	}
	.productTop .item .more{
		margin-top: 20px;
	}
	.productTop .item .title{
		font-size: 20px;
		height: 48px;
	}
	.productTop .item .desc{
		margin-top: 3px;
	}
	.productTop .right .imgbox{
		margin-top: -18px;
	}
	.productUl li{
		margin-bottom: 4%;
	}
	.productUl{
		margin-bottom: 10%;
	}
	.productUl li a .inbox,.productUl li a .inbox .desc{
		padding-left: 18px;
		padding-right: 18px;
	}
}
@media only screen  and (max-width: 800px){
	.productTop .left .item .inleft{
		padding-left: 15px;
		padding-top:25px;
	}
	.productTop .right{
		padding-top: 15px;
		padding-bottom: 12px;
		padding-left: 15px;
	}
	.productTop .item .more{
		margin-top: 10px;
	}
	.productTop .item .title{
		font-size: 16px;
		height: 38px;
	}
	.productTop .item .desc{
		margin-top: 3px;
		font-size: 12px;
		height: 84px;
	}
	.productTop .right .imgbox{
		margin-top: -10px;
	}
	.productTop .item .more{
		width: 80px;
		height: 28px;
		line-height: 28px;
	}
	.productUl li{
		margin-right: 2%;
		width: 49%;
	}
	.productUl li:nth-child(3n+0) {
	    margin-right: 2%;
	}
	.productUl li:nth-child(2n+0) {
	    margin-right: 0;
	}
}
@media only screen  and (max-width: 600px){
	.productTop .left,.productTop .right{
		float: none;
		width: 100%;
	}
	.productTop .right{
		margin-top: 10px;
	}
	.productTop .item .desc{
		height: auto;
	}
	.productUl li a .inbox .line{
		margin-top: 12px;
		margin-bottom: 8px;
	}
	.productUl li a .inbox .title{
		font-size: 14px;
		height: 42px;
		white-space: normal;
	}

}
@media only screen  and (max-width:414px){	
	.productTop .left .item .inleft,.productTop .right{
		padding-left: 10px;
		padding-top: 10px;
	}
	.productTop .item{
		padding-bottom: 10px;
	}
	.productTop .item .title{
		font-size: 14px;
		max-height: 32px;
	}
	.productUl li a .inbox{
		padding-left: 10px;
		padding-right: 10px;
	}
}	
/* =========

  产品详细

  ========== */
.proDetTop{
	position: fixed;
	top: 105px;
	left: 0;
	width: 100%;
	height: 74px;
	line-height: 74px;
	background-color: #303030;
	z-index: 10;
}
.proDetTop .left{
	float: left;
	width: 50%;
	overflow: hidden;
	font-size: 20px;
	color: #ffffff;
	font-family: "Microsoft JhengHei";
	white-space: nowrap;
	height: 100%;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.proDetTop .linkbox{
	float: right;
	max-width: 50%;
}
.proDetTop .linkbox .a1{
	font-size: 14px;
	color: #838383;
	margin-right: 46px;
}
.proDetTop .linkbox .a1.active{
	color: #ffffff;
}
.proDetTop .linkbox .back{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	width: 70px;
	height: 30px;
	background-color: #0075c2;
	display: inline-block;
	border-radius: 20px;
}
.comHref{
	position: absolute;
	top: -179px;
	left: 0;
	width: 1px;
	height: 1px;
}
.provideoBox{
	position: relative;
}
.proDetBg{
	margin-top: 179px;
	height: auto;
	padding-bottom: 50px;
	background: -webkit-linear-gradient(to bottom,#49494b 0px, #6d6d6f 50%, #b0b0b2 100%);
    background: -moz-linear-gradient(to bottom,#49494b 0px, #6d6d6f 50%, #b0b0b2 100%);
    background: -ms-linear-gradient(to bottom,#49494b 0px, #6d6d6f 50%, #b0b0b2 100%);
    background: linear-gradient(to bottom,#49494b 0px, #6d6d6f 50%, #b0b0b2 100%);
    position: relative;
}
.proDetBg .inbox{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
.proDetBg .inbox .ininbox{
	width: 100%;
}
.proDetBg .left{
	float: left;
	width: 41.5%;
	padding-top: 13.333%;
}
.proDetBg .left .title{
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	font-family: "Microsoft JhengHei";
	line-height: 1;
}
.proDetBg .left .desc{
	margin-top: 32px;
	margin-bottom: 45px;
	font-size: 14px;
	color: #ffffff;
	line-height: 2;
	overflow: hidden;
}
.proDetBg .left .bottom div{
	display: inline-block;
	vertical-align: middle;
}
.proDetBg .left .bottom .line{
	width: 50px;
	height: 2px;
	background-color:rgba(255,255,255,.5);
}
.proDetBg .left .bottom .down{
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background-color: #0075c2;
	margin-left: 20px;
	border-radius: 20px;
	cursor: pointer;
	font-size: 14px;
}
.proDetBg .left .bottom .down .icon{
	height: 14px;
	width: 2px;
	margin-left: 12px;
	background-color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.proDetBg .left .bottom .down .icon:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: -3px;
	width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    z-index: 1;
}
.proDetBg .right{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	width: 58.33%;
}
.proDetBg .right img{
	width: 100%;
}
.prdLinkBox{
	margin-top: 0;
	height: 60px;
	line-height: 60px;
}
.proDetShow{
	padding-top: 65px;
	padding-bottom: 70px;
	border-top: 1px solid #e2e2e2;
	background-color: #f5f5f5;
}
.proDetShow .title{
	text-align: center;
	font-size: 40px;
	color: #373737;
	line-height: 1;
	font-family: "Microsoft JhengHei";
}
.proDetShow ul{
	margin-top: 25px;
}
.proDetShow ul li{
	float: left;
	margin-bottom: 10px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 32.16%;
	background-color: #fff;
	margin-right: 1.76%;
}
.proDetShow ul li:nth-child(3n+0){
	margin-right: 0;
}
.proDetShow ul li img{
	width: 100%;
}
.product-video .mejs-overlay-button{
	width: 80px;
	height: 80px;
	margin: 0;
	margin-left: -40px;
	background: none;
	border-radius: 50%;
	background-color: #0075c2;
	border: 3px solid #fff;
	top: calc(50% + 65px);
}
.product-video .mejs-overlay-button:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 10px solid transparent;
    margin-left: -7px;
    margin-top: -10px;
}
.product-video{
	position: relative;
}
.product-video .word{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-75%);
	-ms-transform: translate(-50%,-75%);
	-o-transform: translate(-50%,-75%);
	transform: translate(-50%,-75%);
	color: #fff;
	font-size: 48px;
	line-height: 1;
	font-family: "Microsoft JhengHei";
	height: 48px;
	overflow: hidden;
	white-space: nowrap;
}
.product-video[data-on="click"] .word{
	display: none;
}
.proDetBox{
	color: #686868;
	font-size: 16px;
	line-height: 2;
	margin-top: 80px;
	margin-bottom: 80px;
	overflow: visible;
	position: relative;
}
.proDetBox .top{
	font-size: 40px;
	color: #373737;
	font-family: "Microsoft JhengHei";
	line-height: 1;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.proDetBox .line{
	width: 100%;
	height: 1px;
	background-color: #e1e1e1; 
	margin-top: 25px;
	margin-bottom: 60px;
}
.proDetNext{
	height: 240px;
	background-color: #303030;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.proDetNext .inbox{
	display: block;
	text-align: center;
}
.proDetNext .inbox .d1{
	font-size: 22px;
	color: #fff;
	font-family: "Microsoft JhengHei";
	line-height: 1;
	height: 22px;
	overflow: hidden;
}
.proDetNext .inbox .title{
	font-size: 36px;
	color: #0075c2;
	line-height: 1.5;
	height: 54px;
	font-family: "Microsoft JhengHei";
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-top: 10px;
}
@media only screen  and (max-width:1600px){
	.product-embed{
		height: 700px !important;
	}
}
@media only screen  and (max-width:1440px){
	.product-embed{
		height: 620px !important;
	}
}
@media only screen  and (max-width:1280px){
	.product-embed{
		height: 540px !important;
	}
	.proDetBox{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.proDetBox .line{
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.proDetBox .top{
		font-size: 36px;
		height: 36px;
	}
	.proDetBg .left .title{
		font-size: 36px;
		max-height:72px;
	}
	.proDetBg .left{
		padding-top: 10%;
	}
}
@media only screen  and (max-width:1024px){
	.product-embed{
		height: 440px !important;
	}
	.product-video .word{
		font-size: 36px;
		height: 36px;
	}
	.product-video .mejs-overlay-button{
		top: calc(50% + 45px);
		width: 60px;
		height: 60px;
		margin-left: -30px;
	}
	.proDetBg{
		padding-bottom: 5%;
	}
	.product-video .mejs-overlay-button:after{
		border-top: 6px solid transparent;
	    border-left: 12px solid #fff;
	    border-bottom: 6px solid transparent;
	    margin-left: -4px;
	    margin-top: -6px;
	}
	.proDetBox{
		margin-top: 6%;
		margin-bottom: 6%;
	}
	.proDetBox .line{
		margin-top: 2%;
		margin-bottom: 5%;
	}
	.proDetBox .top{
		font-size: 30px;
		height: 30px;
	}
	.proDetNext{
		height: 200px;
	}
	.proDetNext .inbox .d1{
		font-size: 18px;
		height: 18px;
	}
	.proDetNext .inbox .title{
		font-size: 30px;
		height: 45px;
		margin-top: 8px;
	}
	.prdLinkBox{
		height: 50px;
		line-height: 50px;
	}
	.proDetShow{
		padding-top: 6%;
		padding-bottom: 6.5%;
	}
	.proDetShow .title{
		font-size: 30px;
	}
	.proDetShow ul{
		margin-top: 2.5%;
	}
	.proDetBg{
		height: 600px;
	}
	.proDetBg .left .title{
		font-size: 30px;
		max-height: 60px;
	}
	.proDetBg .left .desc{
		margin-top: 22px;
		margin-bottom: 30px;
	}
	.proDetBg .left{
		padding-top: 8%;
	}
}
@media only screen  and (max-width:1023px){
	.proDetTop{
		top: 51px;
	}
	.proDetBg{
		margin-top: 125px;
	}
}
@media only screen  and (max-width:800px){
	.proDetBg{
		height: 500px;
	}
	.proDetBg .left .title{
		font-size: 24px;
		max-height: 48px;
	}
	.proDetBg .left .desc{
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.proDetBg .left{
		padding-top: 6%;
	}
	.product-video .word{
		font-size: 24px;
		height: 24px;
	}
	.proDetBox .top{
		font-size: 24px;
		height: 24px;
	}
	.product-video .mejs-overlay-button{
		top: calc(50% + 30px);
		width: 40px;
		height: 40px;
		margin-left: -20px;
		border-width: 2px;
	}
	.product-embed{
		height: 340px !important;
	}
	.proDetNext{
		height: 160px;
	}
	.proDetNext .inbox .d1{
		font-size: 16px;
		height: 16px;
	}
	.proDetNext .inbox .title{
		font-size: 24px;
		height: 36px;
		margin-top: 5px;
	}
	.proDetShow .title{
		font-size: 24px;
	}
	.proDetShow ul li{
		width: 49%;
		margin-right: 2%;
	}
	.proDetShow ul li:nth-child(3n+0) {
	    margin-right: 2%;
	}
	.proDetShow ul li:nth-child(2n+0) {
	    margin-right: 0;
	}
	.prdLinkBox{
		height: 44px;
		line-height: 44px;
	}
}
@media only screen  and (max-width:640px){
	.proDetBg{
		padding-top: 6%;
		padding-bottom: 6%;
		height: auto;
	}
	.proDetBg .left{
		float: left;
		width: 100%;
		padding-top: 0;
	}
	.proDetBg .right{
		float: none;
		width: 100%;
		height: auto;
		display: inline-block;
	}
	.proDetTop .linkbox .a1{
		margin-right: 15px;
	}
	.proDetTop{
		height: auto;
		line-height: 1;
		padding-bottom: 10px;
	}
	.proDetTop .left{
		float: none;
		width: 100%;
		line-height: 40px;
		height: 40px;
		font-size: 16px;
	}
	.proDetTop .linkbox{
		max-width: none;
		float: none;
	}
	.proDetBg{
		margin-top: 130px;
	}
	.proDetBg .left .title{
		font-size: 20px;
		max-height: none;
		line-height: 1.2;
	}
	.proDetBg .left .desc{
		margin-top: 10px;
		margin-bottom: 15px;
		line-height: 1.5 !important;
		font-size: 12px !important; 
	}
	.proDetBg .left .bottom .down{
		width: 90px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.proDetBg .left .bottom .down .icon{
		height: 12px;
	}
	.proDetBg .left .bottom .line{
		width: 30px;
	}
}
@media only screen  and (max-width:414px){
	.proDetShow ul li{
		margin-right: 10px;
		width: calc(50% - 5px);
	}
	.prdLinkBox{
		height: 36px;
		line-height: 36px;
	}
	.proDetShow ul li:nth-child(3n+0) {
	    margin-right: 10px;
	}
	.proDetShow .title{
		font-size: 18px;
	}
	.proDetBox .top{
		font-size: 18px;
		height: 18px;
	}
	.product-embed{
		height: 240px !important;
	}
	.product-video .word{
		font-size: 18px;
		height: 18px;
	}
	.product-video .mejs-overlay-button{
		top: calc(50% + 25px);
		width: 30px;
		height: 30px;
		margin-left: -15px;
	}
	.product-video .mejs-overlay-button:after{
		border-top: 4px solid transparent;
	    border-left: 8px solid #fff;
	    border-bottom: 4px solid transparent;
	    margin-left: -3px;
	    margin-top: -4px;
	}
	.proDetNext{
		height: 120px;
	}
	.proDetNext .inbox .d1{
		font-size: 14px;
		height: 14px;
	}
	.proDetNext .inbox .title{
		font-size: 20px;
		height: 30px;
		margin-top: 2px;
	}
}
/* =========

  技术支持

  ========== */
.tech-box{
	margin-top: 50px;
	margin-bottom: 60px;
}
.tech-box1{
	margin-top: 40px;
}
.tech-box .my-swiper{
	margin-top: 30px;
}
.tech-box .item{
	display: none;
	margin-top: 50px;
}
.tech-box .item ul li{
	padding-bottom: 50px;
	border-width: 0 0 2px 0;
    border-style: solid;
    -webkit-border-image: -webkit-linear-gradient(to right,#0075c2, #b3bdc4) 2 0;
    -o-border-image: -o-linear-gradient(to right,#0075c2, #b3bdc4) 2 0;
    border-image: linear-gradient(to right,#0075c2, #b3bdc4) 2 0;
    margin-bottom: 45px;
}
.tech-box .item ul li .left{
	float: left;
	width: 35%;
	padding-top: 65px;
}
.tech-box .item ul li .left .d11{
	font-size: 24px;
	color: #0075c2;
	line-height: 1.5;
	margin-bottom: 20px;
}
.tech-box .item ul li .left .desc{
	font-size: 14px;
	line-height: 2;
	color: #646464;
}
.tech-box .item ul li .right{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	float: right;
	width: 50%;
}
.tech-box .item ul li .right img{
	width: 100%;
}
.tech-box .item ul li:nth-child(2n+0) .left{
	float: right;
	margin-right: 11%;
}
.tech-box .item ul li:nth-child(2n+0) .right{
	float: left;
}
@media only screen  and (max-width:1280px){
	.tech-box .item ul li .left{
		padding-top: 50px;
	}
	.tech-box .item ul li .left .d11{
		font-size: 20px;
		margin-bottom: 15px;
	}
}
@media only screen  and (max-width:1024px){
	.tech-box .item ul li .left{
		padding-top: 40px;
	}
	.tech-box .item ul li .left .d11{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.tech-box .item{
		margin-top: 4.5%;
	}
	.tech-box .my-swiper{
		margin-top: 3%;
	}
	.tech-box{
		margin-top: 5%;
		margin-bottom: 6%;
	}
	.tech-box .item ul li{
		padding-bottom: 4.5%;
		margin-bottom: 4%;
	}
	.tech-box1{
		margin-top: 4%;
	}
}
@media only screen  and (max-width:800px){
	.tech-box .item ul li .left{
		padding-top: 10px;
	}
}
@media only screen  and (max-width:640px){
	.tech-box .item ul li .left{
		padding-top: 0;
		width: 100%;
		margin-bottom: 3%;
	}
	.tech-box .item ul li .right{
		width: 100%;
	}
	.tech-box .item ul li:nth-child(2n+0) .left{
		margin-right: 0;
	}
}
/* =========

  视频中心

  ========== */
.videoBox-top{
	margin-top: 50px;
	margin-bottom: 17px;
}
.videoBox{
	max-width: 1414px;
	margin-bottom: 130px;
}
.videoBox .left{
	float: left;
	width: 73.05%;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.videoBox .left:before{
	content: "";
	float: left;
	width: 1px;
	margin-left: -1px;
	padding-top: calc(596 / 1033 * 100%);
}
.videoBox .left:after{
	content: "";
	display: table;
	clear: both;
}
.videoBox .left .box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.videoBox .right-swiper{
	float: right;
	width: 26.95%;
	height: 100%;
	overflow: visible;
}
.videoBox .right-swiper .swiper-slide{
	line-height: 100%;
	cursor: pointer;
}
.videoBox .right-swiper .swiper-slide:before{
	content: "";
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+1):before{
	background-color: #01bedc;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+2):before{
	background-color: #00b4d9;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+3):before{
	background-color:#00a9d4;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+4):before{
	background-color: #009dd0;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+5):before{
	background-color: #0092cd;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+6):before{
	background-color: #0188c8;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+7):before{
	background-color: #017dc5;
}
.videoBox .right-swiper .swiper-slide:nth-child(8n+8):before{
	background-color: #0172c2;
}
.videoBox .right-swiper .swiper-slide .num{
	float: left;
	width: 75px;
	border-right: 1px solid rgba(255,255,255,.2);
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	position: relative;
}
.videoBox .right-swiper .swiper-slide .title{
	float: left;
	width: calc(100% - 75px);
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-right: 10px;
}
.videoBox .right-swiper .swiper-slide .title .imgbox{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	vertical-align: middle;
	width: 0px;
	height: 65px;
	display: inline-block;
}
.videoBox .right-swiper .swiper-slide .title .d1{
	display: inline-block;
	vertical-align: middle;
	padding-left: 25px;
}
.videoBox .right-swiper .swiper-slide .icon{
	position: absolute;
	top: 50%;
	left: -25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #0075c2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.videoBox .right-swiper .swiper-slide .icon:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid #0075c2;
	border-left: 2px solid #0075c2;
	-webkit-transform: rotate(45deg) translate(-10px,-50%);
	-ms-transform: rotate(45deg) translate(-10px,-50%);
	-o-transform: rotate(45deg) translate(-10px,-50%);
	transform: rotate(45deg) translate(-10px,-50%);
	margin-left: -6px;
	margin-top: 3px;
}
.videoBox .right-swiper .swiper-slide .num:after{
	content: "";
	position: absolute;
	top: -12px;
	right: 25px;
	height: calc(100% + 23px);
	width: 1px;
	background-color: #e5e5e5;
	opacity: 0;
}	
.videoBox .left .mejs-overlay-button {
    background: none;
    border-radius: 50%;
    background-color: rgba(0,117,194,.7);
}
.videoBox .left .mejs-overlay-button:after{
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 15px solid transparent;
    margin-left: -7px;
    margin-top: -15px;
}
.videoBox .right-swiper .btn{
	position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    line-height: 20px;
    font-family: 宋体;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    display: none;
}
.videoBox .right-swiper .rs-next{
	right: 0;
	left: auto;
}
@media only screen  and (min-width:601px){
	.videoBox .right-swiper .swiper-slide.active{
		z-index: 1;
	}
	.videoBox .right-swiper .swiper-slide.active:before{
		top: -12px;
		left: -45px;
		bottom: -12px;
		background-color: #fff;
	}
	.videoBox .right-swiper .swiper-slide.active .num:after{
		opacity: 1;
	}		
	.videoBox .right-swiper .swiper-slide.active .title{
		text-indent: 0;
		margin-left: -10px;
	}
	.videoBox .right-swiper .swiper-slide.active .num{
		border: 0;
	}
	.videoBox .right-swiper .swiper-slide.active .title .d1{
		color: #2e2e2e;
		padding-left: 8px;
	}
	.videoBox .right-swiper .swiper-slide.active .title .imgbox{
		width: 112px;
	}
	.videoBox .right-swiper .swiper-slide.active .icon{
		opacity: 1;
		-webkit-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s;
	}
	.videoBox .right-swiper .swiper-slide:hover{
		z-index: 1;
	}
	.videoBox .right-swiper .swiper-slide:hover:before{
		top: -12px;
		left: -45px;
		bottom: -12px;
		background-color: #fff;
	}
	.videoBox .right-swiper .swiper-slide:hover .num:after{
		opacity: 1;
	}	
	.videoBox .right-swiper .swiper-slide:hover .title{
		text-indent: 0;
		margin-left: -10px;
	}
	.videoBox .right-swiper .swiper-slide:hover .num{
		border: 0;
	}
	.videoBox .right-swiper .swiper-slide:hover .title .d1{
		color: #2e2e2e;
		padding-left: 8px;
	}
	.videoBox .right-swiper .swiper-slide:hover .title .imgbox{
		width: 112px;
	}
	.videoBox .right-swiper .swiper-slide:hover .icon{
		opacity: 1;
		-webkit-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s;
	}
	.videoBox .right-swiper:hover .swiper-slide.active{
		z-index: 0;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:before{
		top: 0px;
		left: 0px;
		bottom: 0px;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+1):before{
		background-color: #01bedc;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+2):before{
		background-color: #00b4d9;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+3):before{
		background-color:#00a9d4;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+4):before{
		background-color: #009dd0;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+5):before{
		background-color: #0092cd;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+6):before{
		background-color: #0188c8;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+7):before{
		background-color: #017dc5;
	}
	.videoBox .right-swiper:hover .swiper-slide.active:nth-child(8n+8):before{
		background-color: #0172c2;
	}
	.videoBox .right-swiper:hover .swiper-slide.active .num:after{
		opacity: 0;
	}	
	.videoBox .right-swiper:hover .swiper-slide.active .title{
		margin-left: 0px;
	}
	.videoBox .right-swiper:hover .swiper-slide.active .num{
		border-width: 1;
	}
	.videoBox .right-swiper:hover .swiper-slide.active .title .d1{
		color: #fff;
		padding-left: 25px;
	}
	.videoBox .right-swiper:hover .swiper-slide.active .title .imgbox{
		width: 0;
	}
	.videoBox .right-swiper:hover .swiper-slide.active .icon{
		opacity: 0;
	}
}
@media only screen  and (max-width:1280px){
	.videoBox .right-swiper .swiper-slide .title .imgbox{
		height: 56px;
	}
	.videoBox .right-swiper .swiper-slide.active .title .imgbox {
	    width: 96px;
	}
	.videoBox .right-swiper .swiper-slide:hover .title .imgbox {
	    width: 96px;
	}
	.videoBox .right-swiper{
		width: 325px;
	}
	.videoBox .left{
		width: calc(100% - 325px);
	}
}
@media only screen  and (max-width:1024px){
	.mejs-overlay-button{
		width: 74px;
		height: 74px;
		margin: -37px 0 0 -37px;
	}
	.videoBox-top{
		margin-top: 5%;
		margin-bottom: 1.7%;
	}
	.videoBox{
		margin-bottom: 11%;
	}
}
@media only screen  and (max-width:800px){
	.videoBox .right-swiper .swiper-slide .num{
		width: 50px;
	}
	.videoBox .right-swiper .swiper-slide .title{
		width: calc(100% - 50px);
		font-size: 14px;
	}
	.videoBox .right-swiper{
		width: 250px;
	}
	.videoBox .left{
		width: calc(100% - 250px);
	}
	.videoBox .right-swiper .swiper-slide .title .d1{
		padding-left: 15px;
	}
	.videoBox .right-swiper .swiper-slide .title .imgbox{
		height: 42px;
	}
	.videoBox .right-swiper .swiper-slide.active .title .imgbox {
	    width: 72px;
	}
	.videoBox .right-swiper .swiper-slide:hover .title .imgbox {
	    width: 72px;
	}
	.videoBox .right-swiper .swiper-slide .icon{
		width: 30px;
		height: 30px;
		left: -15px;
	}
	.videoBox .right-swiper .swiper-slide .icon:after{
		width: 10px;
		height: 10px;
		margin-top: 5px;
		margin-left: 0px;
	}
	.videoBox .right-swiper .swiper-slide.active:before,.videoBox .right-swiper .swiper-slide:hover:before{
		left: -30px;
		top: -8px;
		bottom: -8px;
	}
	.videoBox .right-swiper .swiper-slide .num:after{
		height: calc(100% + 15px);
		top: -8px;
	}
}
@media only screen  and (max-width:600px){
	.videoBox .right-swiper .btn{
		display: block;
	}
	.videoBox .left{
		float: none;
		width: 100%;
		margin-top: 8px;
	}
	.videoBox .right-swiper{
		float: none;
		width: 100%;
		height: auto !important;
	}
	.videoBox .right-swiper .swiper-slide.active:before, .videoBox .right-swiper .swiper-slide:hover:before{
		left: 0;
		top: 0;
		bottom: 0;
	}
	.videoBox .right-swiper .swiper-slide.active .title .imgbox,.videoBox .right-swiper .swiper-slide:hover .title .imgbox{
		display: none;
		width: 0;
	}
	.videoBox .right-swiper .swiper-slide{
		line-height: 42px;
	}
	.videoBox .right-swiper .swiper-slide.active .title .d1,.videoBox .right-swiper .swiper-slide.active .num{
		color: #000;
	}
}
@media only screen  and (max-width:414px){
	.videoBox .right-swiper .swiper-slide .num{
		font-size: 12px;
		width: 36px;
	}
	.videoBox .right-swiper .swiper-slide .title .d1{
		padding-left: 10px;
		font-size: 12px;
	}
	.videoBox .right-swiper .swiper-slide .title{
		width: calc(100% - 36px);
	}
	.mejs-overlay-button {
	    width: 40px;
	    height: 40px;
	    margin: -20px 0 0 -20px;
	}
	.videoBox .left .mejs-overlay-button:after{
		border-top: 6px solid transparent;
	    border-left: 10px solid #fff;
	    border-bottom: 6px solid transparent;
	    margin-left: -3px;
	    margin-top: -6px;
	}
}
.comLinka{
	position: absolute;
	top: -105px;
	width: 1px;
	height: 1px;
	left: 0;
}
@media only screen  and (max-width:1023px){
	.comLinka{
		top: -50px;
	}
}
/*搜索*/
.search-main img{ max-width:100%;}
.search-main {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	padding: 30px 0;
	min-height: 300px;
	margin-top:100px;
}
.search-main .list{ margin-bottom:30px;}
.search-main .type {
	line-height: 50px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.search-main .list ul li {
	display: block;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding:30px 0;
	float: left;
	width: 48%;
}
.search-main .list ul li:nth-child(2n+0){
	float: right;
}
.search-main .list ul li.nothing {
	height: 100px;
	border: 0px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	color: #999;
}


.search-main .list ul li a .text .title {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.search-main .list ul li a .text .demo {
	font-size: 12px;
	opacity: .7;
	line-height: 1.5;
	margin-bottom: 20px;
	height: 90px;
	overflow: hidden;
}

.search-main .list ul li a .text .rq {
	font-size: 14px;
	opacity: .7;
	line-height: 1.5;
	margin-bottom: 15px;
}
.search-main .list ul li a .tu{ margin-bottom:20px;}
@media only screen and (min-width:601px) {
.search-main .list ul li a {

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
}

.search-main .list ul li a .tu{ width:200px; margin-right:30px; margin-bottom:0px;}
.search-main .list ul li a .text {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
}
}

.search-main .list ul li a span {
	float: right;
	margin-right: 20px;
}

.search-main .list ul li a:hover {
	color: #21263f;
}
@media only screen and (max-width:800px) {
.search-main{ margin-top:60px;}
}
@media only screen and (max-width:600px) {

.search-main .type {
	font-size: 22px;
}
.search-main .list ul li{
	float: none;
	width: 100%;
	padding: 0;
}
.search-main{
	padding-top: 10px;
}
.search-main .list ul li a .text .demo{
	margin-bottom: 10px;
}
.search-main .list ul li a .text .demo{
	height: auto;
}
}

/* =========

  资料索取

  ========== */
.videoBox-top .content{
	text-align: center;
	color: #4a4949;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 70px;
}
.dataBox{
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
}
.dataBox:before{
	position: absolute;
	left: 275px;
	top:50px;
	height: 100%;
	width: 1px;
	background-color: #e5e5e5;
}
.dataBox .left{
	float: left;
	width: 274px;
	font-size: 30px;
	color: #373737;
	font-family: "Microsoft JhengHei";
}
.dataBox .data-form{
	float: right;
	width: calc(100% - 275px);
	padding-left: 35px;
}
.dataBox .data-form .title{
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	background: -webkit-linear-gradient(to right,#0075c2 0px, #0084db 50%, #0093f4 100%);
    background: -moz-linear-gradient(to right,#0075c2 0px, #0084db 50%, #0093f4 100%);
    background: -ms-linear-gradient(to right,#0075c2 0px, #0084db 50%, #0093f4 100%);
    background: linear-gradient(to right,#0075c2 0px, #0084db 50%, #0093f4 100%);
}
.dataBox .data-form .inputbox{
	background-color: #eaeaea;
	border-bottom: 1px dashed #fff;
}
.dataBox .data-form .inputbox .inbox{
	float: left;
	width: 50%;
	line-height: 50px;
	height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.dataBox .data-form .inputbox .inbox .word{
	float: left;
	margin-left: 20px;
	color: #4f4f4f; 
	font-size: 14px;
	overflow: hidden;
}
.dataBox .data-form .inputbox input[type="text"]{
	height: 100%;
	border: 0;
	background-color: transparent;
	font-size: 14px;
	color: #4f4f4f; 
	text-indent: 8px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.dataBox .data-form .inputbox .inbox.float{
	position: relative;
}
.dataBox .data-form .inputbox .inbox.float:after{
	content: attr(data-desc);
	position: absolute;
	top: 0;
	height: 100%;
	font-size: 12px;
	right: 20px;
	color: #8f8f8f;
}
.dataBox .data-form .inputbox .inbox:first-child{
	border-right:1px dashed #fff;
}
.dataBox .radiobox{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	display: block !important;
	line-height: 1 !important;
	height: auto !important;
}
.dataBox .inputbox .d2{
	font-size: 14px;
	color: #4f4f4f; 
	margin-bottom: 10px;
	display: block;
}
.dataBox .radiobox label{
	font-size: 14px;
	color: #8b8b8b;
	line-height: 16px;
	margin-right: 70px;
	position: relative;
}
.dataBox .radiobox label:last-child{
	margin-right: 0;
}
.dataBox .radiobox label .icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #c9c9c9;
	background-color: #fff;
}
.dataBox .radiobox label .icon:after{
	content: "";
	position: absolute;
	width: 8px;
	height: 18px;
	border-bottom: 2px solid #c9c9c9;
	border-right: 2px solid #c9c9c9;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -4px;
	display: none;
}
.dataBox .radiobox label input[type="radio"]{
	opacity: 0;
	margin-left: 8px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.dataBox .radiobox label input[type="radio"]:checked + .icon:after{
	display: block;
}
.dataBox .submit-box{
	margin-top: 15px;
}
.dataBox .submit-box input[type="submit"]{
	border: 0;
	width: 160px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	background: -webkit-linear-gradient(to right,#0075c2 0px, #0084db 50%, #0093f4 100%);
    background: -moz-linear-gradient(to right,#0075c2 0px, #0084db 50%, #0093f4 100%);
    background: -ms-linear-gradient(to right,#0075c2 0px, #0084db 50%, #0093f4 100%);
    background: linear-gradient(to right,#0075c2 0px, #0084db 50%, #0093f4 100%);
    cursor: pointer;
    float: left;
}
.dataBox .submit-box .qx{
	width: 74px;
	cursor: pointer;
	background-color: #d1d1d1;
	text-align: center;
	line-height: 50px;
	height: 50px;
	color: #585858;
	font-size: 16px;
	margin-left: 10px;
	float: left;
}
.dataBox2{
	margin-top: 50px;
	padding-top: 0;
	border-top: 0;
	margin-bottom: 100px;
}
.dataBox2:before{
	top: 0;
}
@media only screen and (max-width:1280px){
	.dataBox .left{
		width: 199px;
		font-size: 24px;
	}
	.dataBox:before{
		left: 200px;
	}
	.dataBox .data-form{
		width: calc(100% - 200px);
	}
}
@media only screen and (max-width:1024px){
	.dataBox2{
		margin-bottom: 9%;
		margin-top: 0%;
	}
	.dataBox{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.videoBox-top .content{
		margin-top: 3%;
		margin-bottom: 7%;
	}
	.dataBox .left{
		width: 100%;
		float: none;
	}
	.dataBox:before{
		display: none;
	}
	.dataBox .data-form{
		padding-left: 0;
		width: 100%;
		float: none;
		margin-top: 4%;
	}
}
@media only screen and (max-width:640px){
	.dataBox .left{
		font-size: 20px;
	}
	.dataBox .data-form .title{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.dataBox .data-form .inputbox .inbox{
		height: 36px;
		line-height: 36px;
	}
	.dataBox .data-form .inputbox .inbox .word{
		font-size: 12px;
		margin-left: 10px;
	}
	.dataBox .data-form .inputbox .inbox{
		float: none;
		width: 100%;
		border-right: 0 !important;
		border-bottom: 1px dashed #fff;
	}
	.dataBox .data-form .inputbox{
		border-bottom: 0;
	}
	.dataBox .radiobox{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.dataBox .inputbox .d2{
		font-size: 12px;
	}
	.dataBox .radiobox label{
		font-size: 12px;
		margin-right: 20px;
	}
	.dataBox .submit-box input[type="submit"],.dataBox .submit-box .qx{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.dataBox .submit-box input[type="submit"]{
		width: 130px;
	}
	.dataBox .inputbox2{
		border-top: 1px dashed #fff;
	}
	

}