body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{display: block;margin: 0;padding: 0;}
body,button,input,select,textarea{font:12px/1.5 Microsoft YaHei;font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier,courier,monospace;}
li{list-style:none;}
a,a:hover,a:link,a:visited,a:active{text-decoration:none;}
img{border:0;}
button,input,select,textarea{font-size:100%;outline: none}
table{border-collapse:collapse;border-spacing:0;}
div{box-sizing: border-box;}
body{
    font-family:"Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
*,*::before,*::after{box-sizing:border-box;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
outline:none;
   -webkit-tap-highlight-color :  transparent ;
   -webkit-touch-callout:  none ;
   -webkit-user-select:  none ;
};
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select {
/*重置Chrome和Firefox的select边框样式*/border: 1px solid #000;
/*清除默认的select选择框样式*/appearance:none;-moz-appearance:none;-webkit-appearance:none;
}
/*清除IE的默认选择框样式，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.fn-clear:after {visibility:hidden; display:block; font-size:0;	content:" "; clear:both; height:0;}
.fn-clear {zoom:1; /* for IE6 IE7 */}.clear:after{display: table; line-height: 0; content: ""; height:0; clear: both;}
.float-tl {float:  left !important;}
.float-tr {float: right !important;}
.font-14{font-size: 14px;}
.one-text{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.two-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.three-text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
body{
    background:#eafffe;
}

/* 公共头部 */
.header{
	width: 100%;
	height: 109px;
	margin:auto;
	z-index: 9999;
	/* max-width: 1700px; */
	/*background-color: #ffffff;*/
	transition:top 1s;
	position: relative;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03);
}
.sticky {
    position: fixed;
    top: -110px;
	left: 0;
	right: 0;
}
.gizle{top:0px;}
header{
	padding: 15px 5% 0 5%;
	max-width: 1400px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
.header-1{

}
header .nav-right{
	flex: 1 1 100%;
	display: flex;
}
header ul{
	flex: auto;
	-webkit-box-flex:auto;      /* OLD - iOS 6-, Safari 3.1-6 */
	    -moz-box-flex:auto;         /* OLD - Firefox 19- */             /* For old syntax, otherwise collapses. */
	    -webkit-flex: auto;          /* Chrome */
	    -ms-flex: auto;              /* IE 10 */
	    flex: auto;   
	justify-content: center;
	display: flex;
	flex-direction: row;
	position: relative;
	display: box;              /* OLD - Android 4.4- */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 
 
	/* 09版 */
	-webkit-box-orient: horizontal;
	/* 12版 */
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	    /* 12版 */
	    -webkit-justify-content: center;
	    -moz-justify-content: center;
	    -ms-justify-content: center;
	    -o-justify-content: center;
	    justify-content: center;
}
header ul li{
	padding:0 23px 0 40px;
	height: 94px;
	position: relative;
}
header ul li .out-a{
	font-weight: normal;
	font-stretch: normal;
	line-height: 92px;
	letter-spacing: 0px;
	color: #292929;
	display: block;
	border-bottom: 2px solid #fff
}
.header-1 header ul li .out-a{
	color: #ffffff;
	border-bottom: 2px solid #009991
}
header ul li a.right-arr .arr1{
	display: block;
	position: absolute;
	right: 5px;
	top:43px;
	width: 0;
	height: 0;
	border-width:4px;
	border-style: solid;
	z-index: 2;
	border-color: #292929 transparent transparent transparent
}
.header-1 header ul li a.right-arr .arr1{
	border-color: #ffffff transparent transparent transparent
}
header ul li .nav-content{
	-webkit-transform: translate(0, 30px);
	-moz-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	-o-transform: translate(0, 30px);
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	position: absolute;
	top: 94px;
	width: 166px;
	overflow: hidden;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	font-size: 0;
	background-color: #FFFFFF;
}
header ul li .nav-content a{
	width: 100%;
	line-height: 50px;
	background-color: #ffffff;
	display: block;
	color: #555555;
	padding-left: 22px;
	border: none;
}
header ul li .nav-content a:hover{
	background-color:#eb5514;
	color: #ffffff;
}
header ul li:hover .out-a{
	border-bottom: 2px solid #eb5514;
}
header ul li:hover .nav-content{
  z-index: 1;
  opacity:1;
  visibility: visible;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);

}
header ul li:last-of-type{
	position: absolute;
}
header ul li:last-of-type{
	position: absolute;
	top: 0;
	right: 0;	
	padding: 0;
}
header .contact{
	color: #FFFFFF;
	display: block;
	width: 180px;
	height: 60px;
	background-color: #eb5514;
	line-height: 60px;
	text-align: center;
	margin-top: 15px;
	padding: 0;
}
header .contact:hover{
	background-color: #FFFFFF;
	color: #eb5514;
	border: 1px solid #eb5514;
}
.header.header-1 .contact:hover{
	background-color: #FFFFFF;
	color: #eb5514;
	border: 1px solid #009991;
}
.nav_phone_btn{
	display: none;
}

/* 首页轮播 */
.index-lunbo{
	width: 100%;
	/* height: 900px; */
}
.index-lunbo .slide-in{
	width: 100%;
	margin:auto;
	max-width: 1400px;
	text-align: right;
}

.index-lunbo .swiper-container {
    height: 100%;
	position: relative;
}
.index-lunbo .swiper-container .swiper-slide{
	    background-size: cover;
	    background-position: center center;
	    background-repeat: no-repeat;
}
.index-lunbo .swiper-container .swiper-slide img{
	width: 100%;
	display: block;
	float: right;
}
.index-lunbo .slide-in img:first-of-type{
	width: 64%;
	margin-top: 14%;
}
.index-lunbo .slide-in img:last-of-type{
	width: 37%;
	margin-top: 80px;
}
.swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	background-color: transparent;
	border-radius: 50%;
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 4px;
}
.index-lunbo .swiper-container-horizontal>.swiper-pagination-bullets, .index-lunbo .swiper-pagination-custom, .index-lunbo .swiper-pagination-fraction{
	bottom: 4%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: rgba(255,255,255,1);
}
.topbg{
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;	
}
.main2-out{
    width: 100%;
    margin:auto;
	max-width: 1400px; 
	background-color: #ffffff;
}
.main2{
	width: 100%;
	margin:auto;
	max-width: 960px!important;
	

}
.main-common{
	padding: 50px 0 40px 0;
	background-color: #ffffff;
	max-width: 1400px;
		margin:auto;
}
.main-common-1{
    max-width: 1400px;
		margin:auto;
}
.title-common{
	text-align: center;
}
.title-common h1{
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #009b91;
}
.title-common h2{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #999999;
}
.main-common p{
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #555555;
	margin: 6px 0;
	text-align: center;
}
a.more{
	display: block;
	width: 200px;
	border: solid 2px #292929;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #292929;
	text-align: center;
	/* padding-left: 87px; */
	position: relative;
	margin: 50px auto 0;
}
a.more span{
	position: absolute;
	display: block;
	border-top: 2px solid;
	border-right: 2px solid;
	width: 10px;
	height: 10px;
	border-color: #292929;
	transform: rotate(45deg);
    top:25px;
	right: 30px;
}
a.more:hover{
    background: rgba(0,153,145, 0.06); 
	/*color: #ffffff;*/
}
a.more:hover span{
	/*border-color: #ffffff;*/
}
.main3{
	width: 100%;
	padding: 100px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/bg3.jpg);
    margin:auto;
	max-width: 1400px; 
}
.main3 ul{
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.main3 ul li{
	float: left;
	width: 20%;
	text-align: center;
}
.main3 ul li p.en{
	font-size: 18px;
	line-height: 40px;
	color: #FFFFFF;
}
.main3 ul li p.num{
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
}
.main3 ul li p.num b{
	position: absolute;
}
.main4{
	background-color: #FFFFFF;
	margin:auto;
	max-width: 1400px; 
}
.main4 .item{
	text-align: center;
}
.main4 .w-accor{
	margin-top: 60px;
}
.main4 .w-accor5 li h3{
	width: 60%;
	left: 20%;
}
.main4 .w-accor5 li p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #f3f4f5;
}
.main4 .w-accor5 li:first-of-type .cont_ar:before{
	background-color: #ddce26;
}
.main4 .w-accor5 li:nth-of-type(2) .cont_ar:before{
	background-color: #6982eb;
}
.main4 .w-accor5 li:nth-of-type(3) .cont_ar:before{
	background-color: #009b91;
}
.main4 .w-accor5 li:nth-of-type(4) .cont_ar:before{
	background-color: #eb5514;
}
.main4 .w-accor5 li:nth-of-type(5) .cont_ar:before{
	background-color: #904c88;
}
.main4 .w-accor5 li:nth-of-type(6) .cont_ar:before{
	background-color: #5469bc;
}
.main4 .item img{
	
}
.w-accor{
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.main5 ul{
	width: 100%;
}
.main5 ul li{
	width: 33.333%;
	height: 300px;
	float: left;
	border-right: 1px solid #FFFFFF;
	margin-top: 40px;
	position: relative;
}
.main5 ul li .main5-1{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #009991;
	text-align: center;
	left: 0;
	top: 0;
	z-index: 2;
}
.main5 ul li .main5-2{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main5 ul li:hover .main5-1{
	z-index: -1;
} 
.main5 ul li:hover .main5-2{
	z-index: 3;
} 
.main5 ul li:last-of-type{
	border-right:none
}
.main5 ul li p{
	line-height: 120px;
	color: #FFFFFF;
	font-size: 22px;
}
.main6 .main6-right{
	width: 50%;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/main6right.jpg);
	float: right;
}
.lefttitle{
	width: 50%;
    padding: 100px 6% 0 6%;
    float: left;
}
.lefttitle h3{
	font-size: 16px;
	line-height: 25px;
	color: #009991;
}
.lefttitle h1{
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 0px;
	color: #010101;
	margin: 10px 0 20px 0;
}
.lefttitle p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #555555;
	text-align: left;
}
.main6-left a.more{
	float: left;
}

.service3 a.more:hover{
	background-color: #FFFFFF;
	color: #009b91;
}
.service3 a.more span{
	position: absolute;
	display: block;
	border-top: 2px solid;
	border-right: 2px solid;
	width: 10px;
	height: 10px;
	border-color: #FFFFFF;
	transform: rotate(45deg);
    top:24px;
	right: 30px;
}
.service3 a.more:hover span{
	border-color: #009b91;
}
.main7-in{
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.main7 .news-left{
	width: 38%;
	height: 352px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/newsleft.jpg);
	float: left;
}
.main7 .news-right{
	width: 58%;
	float: right;
}
.main7 .news-right a{
	margin-bottom: 14px;
	display: block;
}
.main7 .news-right a .news-time {
    width: 100px;
    height: 100px;
    background-color: #7fcdc8;
    padding: 0 12px 0 0;
    text-align: right;
	float: left;
}
.main7 .news-right a .news-time span:first-of-type{
	font-size: 43px;
	color: #FFFFFF;
	line-height: 50px;
	display: block;
	margin-top: 10px;
}
.main7 .news-right a .news-time span:last-of-type{
	font-size: 18px;
	color: #FFFFFF;
	display: block;
}
.main7 .news-right a .news-content{
	width: calc(100% - 120px);
	padding-bottom: 14px;
	border-bottom: dotted 2px #e1e1e1;
	float: right;
}
.main7 .news-right a:nth-of-type(3) .news-content{
	border-bottom:none
}
.main7 .news-right a .news-content h1{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #292929;
}
.main7 .news-right a .news-content .two-text{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #8b8b8b;
	margin: 0px 0 0 0;
	min-height: 56px;
	overflow: hidden;
}
.main7 .news-right a .news-content .two-text p{
	text-align: left;
	margin: 0;
}
.main7 .news-right a:hover .news-time{
	background-color: #009b91;
}
.main7 .news-right a:hover h1{
	color: #009b91;
}
.main7 .main7-in{
	margin-top: 50px;
}
.main8{
	width: 100%;
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/main7.jpg);
	text-align: center;
}
.main8 h1{
	margin-top: 90px;
	font-size: 35px;
	letter-spacing: 5px;
	font-weight: normal;
	color: #ffffff;
}
.main8 h2{
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #ffffff;
}
.main8 a.more{
	border: solid 2px #FFFFFF;
	color: #FFFFFF;
	position: relative;
	text-align: center;
	margin-top: 30px;
	
}
.main8 a.more span{
	position: absolute;
	display: block;
	border-top: 2px solid;
	border-right: 2px solid;
	width: 10px;
	height: 10px;
	border-color: #FFFFFF;
	transform: rotate(45deg);
    top:25px;
	right: 30px;
}
.main8 a.more:hover{
	background-color: #FFFFFF;
	color:#292929 ;
}
.main8 a.more:hover span{
	border-color: #292929 ;
}


footer {
	border-bottom: 1px solid #009088;
	width: 100%;
	max-width: 1400px;
	background-color: #009991;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5%;
}
footer .foot-tl{
	float: left;
}
footer .foot-tr{
	float: right;
}
.foot{
	background-color: #009991;
	height: 90px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	padding: 0 3%;
}
	
footer .foot-tl{
	min-width: 64%;
	max-width: 80%;
	padding: 60px 0 50px 0;
	/*height: 470px;*/
}
footer .foot-tl li{
	float: left;
	margin-right: 6.3%;
	height: 100%;
}
footer .foot-tl li p{
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 25px;
	color: #FFFFFF;
}
footer .foot-tl li a{
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	height: 30px;
	letter-spacing: 0px;
	color: #FFFFFF;
	-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease
}
footer .foot-tl li a:hover{
	color: #009991;
	padding-top: 3px;
}
footer .foot-tl li a:hover{
	color: #292929;
}
footer .foot-tr{
	text-align: center;	
}
footer .foot-tr li{
	float: left;
	padding-top: 30px;
	height: 380px;
}
footer .foot-tr li:first-of-type{
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #009088;
}
footer .foot-tr li:first-of-type{
	border-right: 1px solid #009088;
}
footer .foot-tr li img.footma{
	width: 138px;
	height: 138px;
}
footer .foot-tr li p{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 104px;
	margin-bottom: 20px;
}
footer .foot-tr div{
	text-align: center;
	margin-top: -35px;
}
footer .foot-tr  h2{
	font-family: KaiTi;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-top: 17px;
}
footer .foot-tr  h3{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;
	margin-bottom: 10px;
}
footer .foot-tr  a{
	display: block;
	width: 211px;
	height: 45px;
	background-color: #eb5514;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #ffffff;
}
.foot2{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	padding-top: 28px;
	letter-spacing: 0px;
	color: #a3d0cd;
		text-align: center;
}
.commercex .lefttitle h1{
    padding-right: 54px;
}
.commercex1 .lefttitle h1{
    padding-right: 100px;
}
/* xinwen */
.news-main{
    background-color: #ffffff;
}
.news-main,.foot1,.foot2{
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	display:block;

}
.topbg img{
	width: 100%;
	display: block;
}
.news-tab-out{
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding:0 5%;
	min-height: 80px;
	max-width: 1400px;
}
.top-a{
	height: 80px;
	float: left;
	padding-top: 29px;
}
.top-a a{
	font-size: 16px;
	letter-spacing: 1px;
	color: #555555;
	font-weight: normal;
	line-height: 20px;
}
.top-a a.activenew{
    color: #009991;
}
.news-tab-out .news-tab{
    float: right;
}
.news-tab-out .news-tab a{
	line-height: 79px;
	font-size: 15px;
	color: #555555;
	box-sizing: border-box;
	float: left;
	margin-left: 40px;
}
.news-tab-out .news-tab a:hover{
	color: #009b91;
	border-bottom: 1px solid #009b91;
}
.news-main-left{
	width: 100%;
	position: relative;
	padding: 0 5% 10px 5%;
}
.news-main-left .news-main-list{
	margin-top: 80px;
}
.news-main-left .news-main-list a{
	display: block;
	padding: 20px 0;
}
.news-main-left .news-main-list a .news-time{
	width: 100px;
	height: 100px;
	background-color: #7fcdc8;
	padding: 0 12px 0 0;
	text-align: right;
	float: left;
}
.news-main-left .news-main-list a .news-time span:first-of-type{
	font-size: 43px;
	color: #FFFFFF;
	line-height: 50px;
	display: block;
	margin-top: 10px;
}
.news-main-left .news-main-list a .news-time span:last-of-type{
	font-size: 18px;
	color: #FFFFFF;
	display: block;
}
.news-main-left .news-main-list a .news-content{
	width: calc(100% - 120px);
	padding-bottom: 30px;
	border-bottom: dotted 2px #e1e1e1;
	float: right;
}
.news-main-left .news-main-list a:last-of-type .news-content{
	border-bottom:none
}
.news-main-left .news-main-list a .news-content h1{
	font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 40px;
		letter-spacing: 0px;
		color: #292929;
}
.news-main-left .news-main-list a .news-content .two-text{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #8b8b8b;
	height: 58px;
}
.news-main-left .news-main-list a:hover .news-time{
	background-color: #009b91;
}
.news-main-left .news-main-list a:hover h1{
	color: #009b91;
}
.news-main-left .more-news{
	display: block;
	width: 100%;
	height: 90px;
	background-color: #e1e1e1;
	line-height: 90px;
	font-size: 16px;
	color: #009b91;
	margin: 30px 0 100px 0;
}

.tab-main .more-news{
	display: block;
	width: 100%;
	height: 90px;
	background-color: #e1e1e1;
	line-height: 90px;
	padding-left: 120px;
	font-size: 16px;
	color: #009b91;
	margin: 30px 0 100px 0;
}

/* 新闻想请 */
.news-main-content{
	padding:20px 0 10px 0;
}
.news-content-top{
	padding: 10px 0;
	border-bottom: dotted 2px #e1e1e1;
	margin-bottom: 20px;
}
.news-content-top h2{
	font-family: KaiTi;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #009b91;
}
.news-content-top h1{
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #292929;
	margin: 8px 0 12px 0;
}
.news-content{
    width: 80%;
}
.news-content .two-text{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #555555;
	margin-bottom: 8px;
}
.news-content p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #555555;
	margin-bottom: 8px;
}
.news-content img{
	max-width: 100%;
}

/* 案例列表 */
.common-main{
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 10px 0;
}
.common-main .common-title{
	text-align: center;
	padding: 60px 0 30px 0;
}
.common-main .common-title h1{
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 0px;
	color: #292929;
}
.common-main .common-title h2{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	margin-bottom: 30px;
}
.common-title-lv.common-title h1{
	color: #009991;
}
.common-title-lv p{
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #555555;
}
.case-tab{
	width: 800px;
	margin: 0 auto 60px;
	font-size: 0;
}
.case-tab a{
	width: 25%;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	color: #292929;
	font-size: 20px;
}
.case-tab a.active{
	background-color: #009991;
	color: #FFFFFF;
}
.tab-main .tab-in-div{
	display: none;
}
.tab-main .tab-in-div.show{
	display: block;
}
.tab-main .tab-in-div li{
	width: 48%;
	margin-bottom: 50px;
	float: left;
	margin-right: 4%;
}
.tab-main .tab-in-div li:nth-of-type(2n){
	margin-right: 0;
}
.tab-main .tab-in-div li img{
	display: block;
	width: 100%;
}
.tab-main .tab-in-div li div{
	width: 100%;
	/* height: 446px; */
}
.tab-main .tab-in-div li div h1{
	font-size: 25px;
	margin: 20px 0 10px 0;
	color: #292929;
	font-weight: normal;
}
.tab-main .tab-in-div li div p{
	font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 30px;
		letter-spacing: 0px;
		color: #555555;
}
.service-1 li{
	width: 30%;
	float: left;
	margin-right: 5%;
	
}
.service-1 li .big-img{
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	    overflow: hidden;
}
.service-1 li:last-child{
	margin-right: 0;
}
.service-1 li img{
	width: 100%;
	display: block;
	-webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1);
}
.service-1 li:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.service-1 li div h1{
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #292929;
}
.service-1 li div p{
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #555555;
	font-size: 16px;
}
.service-2 li{
	margin-bottom: 50px;
}
.service-2 li div.service-lunbo-common{
	height: 400px;

	
}
.service-2 li div.swiper-slide{
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
}
.service-2 li div.swiper-pagination{
	height: 20px;
	margin-bottom: 0;
}
.service-2 li .service2-content{
	background-color: #f3f4f5;
	width: 53%;
	padding: 100px 60px 0 60px;
	height: 400px;
}
.service-2 li .service2-content h1{
	font-size: 23px;
	margin-bottom: 14px;
	color: #009b91;
	font-weight: normal;
		font-stretch: normal;
}
.service-2 li .service2-content p{
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #555555;
}
.service-2 li .service-lunbo-common{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 47%;
	
}
.service-2 li:nth-of-type(2n) .service-lunbo-common{
	float: right;
}
.service-2 li:nth-of-type(2n+1) .service-lunbo-common{
	float: left;
}
.service-2 li:nth-of-type(2n) .service2-content{
  float: left;
}
.service-2 li:nth-of-type(2n+1) .service2-content{
	float: right;
}
.service-lunbo-common .swiper-container {
    height: 100%;
	width: 100%;
}
.service-lunbo-common .swiper-container .swiper-slide img{
	width: 100%;
	display: block;
}
.service3{
	height: 200px;
	background-color: #009991;
	text-align: center;
	margin-top: 60px;
	padding: 0 5%;
}
.service3 h1{
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-top: 40px;
}
.service3 a.more{
	border: solid 2px #FFFFFF;
	color: #FFFFFF;
	margin: 30px auto 0;
}
/*工商业*/
.main6-right.commerce1-right{
	background-image: url(../images/newhy1.jpg);
}
.commerce-2 .bgnew-common{
    margin: 70px 0 20px 0;
    height: 240px;
}
.commerce-2 p {
    line-height: 60px;
}
.commerce-2 p span{
    font-size: 40px;
}
.commerce-3{
    padding: 30px 20%;
    text-align: center;
}
.commerce-3 p{
    font-size: 15px;
	line-height: 30px;
	color: #555555; 
}
.commerce-common-bg{
    width: 100%;
    padding: 55px 0;
    text-align: center;
    background-color: #009991;
    margin: 60px 0;
}
.commerce-common-bg li {
    padding: 10px 60px;
    display: inline-block;
    border-right: 1px solid #ffffff;
    
}
.commerce-common-bg li:last-of-type{
    border-right:none;
}
.commerce-common-bg li h1{
    color: #ffffff;
    font-size: 40px;
    margin: 0px 0 20px 0;
}
.commerce-common-bg li p{
    color: #ffffff;
    font-size: 40px;
    font-size: 15px;
}
.commerce-common-title{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.commerce-common-title h2,.commerce-common-3flexlist li h2,.commerce-common-list li h2{
    font-size: 20px;
	color: #009991;
	margin: 14px 0 6px 0;
}
.commerce-common-title h1{
    font-size: 30px;
	font-weight: normal;
	color: #000000;
	margin: 10px 0 15px 0;
}
.commerce-common-title p,.commerce-common-3flexlist li p,.commerce-common-list li p{
    font-size: 15px;
	line-height: 30px;
	color: #555555;
}
.commerce-common-3flexlist{
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin: 10px 0 20px 0;
}
.commerce-common-3flexlist li{
    max-width: 33.33333%;
    flex-basis: 33.33333%;
    padding-left: 12px;
    padding-right: 12px;
    margin: 20px 0;
}
.commerce-common-3flexlist li img{
    width: 100%;
}
.commerce-common-3flexlist li h1,.commerce-common-list h1{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #000000;
}
.sjdx .commerce-common-list h1{
    color: #009991;
}
.commerce-common-list{
    padding: 50px 5%;
}
.commerce-common-list li div{
    float: left;
}
.commerce-common-list li div:nth-of-type(1){
    width: 37.5%;
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.commerce-common-list li div:nth-of-type(2){
    width: 62.5%;
    padding: 40px 0 0 0;
}
.commerce-common-list li:nth-of-type(2n+1) div:nth-of-type(2){
    padding-left: 5%;
}
.commerce-common-list li:nth-of-type(2n) div:nth-of-type(1){
    float:right;
}
.commerce-common-list li:nth-of-type(2n) div:nth-of-type(2){
    padding-right: 5%;
}

.commerce-6{
    margin-bottom: 40px;
}
.lefttitle-common-img{
    float: left;
    width: 50%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lefttitle-common .lefttitle{
    float: right;
}
.lefttitle-common a{
    width: 160px;
	height: 50px;
	border: solid 1px #555555;
	line-height: 50px;
	font-size: 15px;
	color: #292929;
	display: inline-block;
	text-align: center;
	margin-top: 30px;
}

/* 员工 */
.common-main .main6{
	margin-top: 60px;
}
.common-main .lefttitle{
	padding: 60px 6% 0 6%;
}
.new-common-title{
    text-align: center;
    padding: 80px 16%;
}
.new-common-title h3{
    font-size: 20px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #009991;
}
.new-common-title h1{
    font-size: 30px;
    font-weight: normal;
	line-height: 45px;
	color: #000000;
	margin-bottom: 20px;
}
.sjdx .new-common-title h1{
    margin-bottom: 10px;
}
.new-common-title p{
    font-size: 15px;
	line-height: 30px;
	color: #555555;
}
.bgnew-common{
    width: 100%;
    background-color: #009991;
    text-align: center;
    height: 300px;
    padding-top:50px;
    color: #ffffff;
}
.bgnew-common h1{
    font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 90px;
}
.bgnew-common p{
    font-size: 15px;
}
.bgnew-common a{
    display: block;
	width: 160px;
	height: 50px;
	border: solid 1px #ffffff;
	font-size: 15px;
	text-align:center;
	color: #ffffff;
	margin: 24px auto 0;
	line-height: 50px;
}
.person-2-in{
    padding: 0 5%;
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.person-2-in li{
    padding: 0 12px 40px 12px;
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-basis: 50%;
}
.person-2-in li div:first-of-type{
    flex: 1 0 33px;
}
.sjdx .person-2-in li div:first-of-type{
    flex: 0 0 33px;
}
.person-2-in li h2{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	color: #000000;
	margin-bottom: 8px;
}
.person-2-in li p{
    font-size: 16px;
	line-height: 30px;
	color: #555555;
}

.sjdx .person-2-in li{
    width: 100%;
    flex-basis: 100%;
}
/*招聘*/
.zptop{
    max-width: 1400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: url(../images/zptop.jpg) no-repeat center center;
    background-size: cover !important;
    position: relative;
}
.zptop img{
    visibility: hidden;
}
.zptop h1{
    position: absolute;
    font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
    top: 30%;
    width: 100%;
}
.zp1,.zp2 ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 5%;
}
.zp1{
    border-bottom: 2px solid #cacaca;
    margin: 30px 0 34px 0;
}
.zp2{
    padding-bottom: 40px;
}
.zp1 a{
    font-size: 18px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #009b91;
	font-weight: bold;
}
.zp2 ul li{
    padding-right: 5%;
    overflow: hidden;
    font-size: 15px;
	line-height: 60px;
	height: 60px;
	letter-spacing: 0px;
	color: #292929;
}
.zp2 ul:nth-of-type(2n+1){
    background-color: #f3f4f5;
}
.zp1 a:nth-of-type(1),.zp2 ul li:nth-of-type(1){
    width: 25%;
}
.zp1 a:nth-of-type(2),.zp2 ul li:nth-of-type(2){
    width: 16%;
}
.zp1 a:nth-of-type(3),.zp2 ul li:nth-of-type(3){
    width: 16%;
}
.zp1 a:nth-of-type(4),.zp2 ul li:nth-of-type(4){
    width: 16%;
}
.zp1 a:nth-of-type(5),.zp2 ul li:nth-of-type(5){
    width: 27%;
}
.zp2 ul li:nth-of-type(5){
    text-align: right;
}
.zp2 ul li:nth-of-type(5) a{
    display: inline-block;
    width: 160px;
	height: 40px;
	background-color: #009b91;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
}
.zp3{
    height: 200px;
    text-align: left;
    padding-top: 50px;
    color: #ffffff;
    background: url(../images/zpw.jpg) no-repeat right center;
}
.zp3 h1{
    font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	
}
.zp3 p{
    font-size: 20px;
}
.zp3-in{
    width: 1100px;
    float: right;
}
.zp3-top{
    padding-left: 16px;
    position: relative;
    border-bottom: 2px solid #989ca0;
}
.zp3-top:before{
    position: absolute;
    content: '';
    width: 90px;
    height: 5px;
    background-color: #009991;
    position: absolute;
    right: 460px;
    bottom: -2px;
    z-index: 2;
}
.zp3-top:after{
    position: absolute;
    content: '';
    width: 90px;
    height: 5px;
    background-color: #009991;
    position: absolute;
    right: 100px;
    bottom: -2px;
    z-index: 2;
}
.zp3-bottom h1{
   font-size: 16px;
	letter-spacing: 2px;
	color: #ffffff;
	padding-left: 16px;
	float: left;
}
.zp3-bottom p{
    font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	float: right;
	padding-right: 100px;
}
.mb{
	width:100%!important;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top:0;
	left:0;
	z-index: 99999;
	display: none;
	float: none!important;
}
.zwxq-main{
	width: 100%;
	height: 80%;
	max-width: 1000px;
	max-height: 800px;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 140px 90px;
	float: none;
}

.zwxq-main h1.zwxq-main-h1{
	position: absolute;
	top:8%;
	left: 0;
	padding: 15px 80px;
	background-color: #009b91;
	border-radius: 0px 0px 52px 0px;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: normal;
	
}
.zwxq-main .zwxq-main-1{
	overflow-y: auto;
	max-height: 70%;
}
.zwxq-main .zwxq-main-1::-webkit-scrollbar {
		width: 6px;
		height: 6px
	}
.zwxq-main .zwxq-main-1::-webkit-scrollbar-thumb {
	background-color: #747476
}

.zwxq-main .zwxq-main-1::-webkit-scrollbar-track {
	background: #222
}
.zwxq-main .zwxq-main-1 h1{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #292929;
	margin-top: 40px;
}
.zwxq-main .zwxq-main-1 p{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #555555;
}
.zwxq-main .zwxq-main-2{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 1px;
	color: #009b91;
	margin-top: 60px;
}
.mb-close,.form-close{
  position: absolute;
  right: 32px;
  top: 32px;
  width: 14px!important;
  height: 52px;
  border-radius: 50%;
  z-index:1002 ;
	border: 0!important;
}
.mb-close{
	 width: 34px!important;
}
.mb a:hover {
	 background-color: #fff!important;
	color: #FFFFFF;
}
.form-close{
	right: 12px;
	top: 15px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.mb-close:before, .mb-close:after{
  position: absolute;
  left: 15px;
  top:0px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #182549;
}
.form-close:before, .form-close:after{
  position: absolute;
  left: 5px;
  top:0px;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #FFFFFF;
}
.mb-close:before,.form-close:before{
  transform: rotate(45deg);
}
.mb-close:after,.form-close:after {
  transform: rotate(-45deg);
}

/* 关于我们 */
.about-common{
    padding: 60px 5%;
}
.about-common .about-common-left{
    width: 65%;
    float: left;
}
.about-common .about1-left  h1{
    color: #e5e5e5;
    font-size: 60px;
    font-style:italic;
    line-height: 60px;
}
.about-common .about1-left h2{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #000000;
}
.about-common .about1-left p{
    font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #555555;
	margin: 15px 0;
}
.about-common .about-common-right{
    width: 27%;
    float: right;
}
.about-common .about-common-right li{
    margin-bottom: 10px;
}
.about-common .about-common-right li img{
    width: 100%;
}
.about2-left div h1 span{
    display: inline-block;
    font-size: 20px;
	font-weight: normal;
	line-height: 80px;
	color: #000000;
	position: relative;
	height: 80px;
}
.about2-left div h1 span:after{
    position: absolute;
    width: 18px;
	height: 4px;
	background-color: #009991;
	margin-left: -9px;
	left: 50%;
	bottom: 0px;
	content: '';
}
.about2-left div p{
    font-size: 15px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #555555;
	margin-top: 30px;
}
.about2-left div.fn-clear{
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}
.about2-left div div{
    float: left;
    height: 250px;
}
.about2-left div div:nth-of-type(1){
    width:56%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.about2-left div div:nth-of-type(2){
    width:44%;
    padding: 20px 10% 0 5%;
    background-color: #f3f4f5;
}
.about2-left div:nth-of-type(2) div:nth-of-type(1){
   float: right;
    
}
.about3{
    position: relative;
    padding: 100px 5%;
}
.about3:before{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
    left: 5%;
    top: 0;
}
.about3 dl dd{
    width: 100%;
	margin-bottom: 30px;
	padding-left: 6%;
	position: relative;
}
.about3 dl dd div.fn-clear{
    width: 100%;
    background-color: #f8f8f8;
	border: solid 1px #e1e1e1;
	position: relative;
}
.about3 dl dd div.fn-clear:before{
    width: 0;
	height: 0;
	border-width: 10px;
	border-style: dashed solid dashed dashed;
	border-color: transparent #e1e1e1 transparent transparent;  				
    position: absolute;
    content: '';
    left: -20px;
    z-index: 2;
    top: 44%;
}
.about3 dl dd .fzlcicon{
    position: absolute;
    left: -7px;
    top: 44%;
    z-index: 2;
}
.about3 dl dd div.fn-clear div{
    float: left;
    min-height: 180px;
}
.about3 dl dd .fzlcp{
    width: 77.7%;
    padding: 24px 3%;
}
.about3 dl dd .fzlcimg{
    width: 22.3%;
    text-align: right;
    position: relative;
}
.about3 dl dd .fzlcimg img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about3 dl dd .fzlcp h1{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #000000;
}
.about3 dl dd .fzlcp h1 span{
    font-family: KaiTi;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	color: #009991;
}
.about3 dl dd .fzlcp p{
    font-size: 15px;
	line-height: 25px;
	color: #555555;
}

.about4 ul li{
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
.about4 ul li:nth-of-type(3) .span_name{
    color: #fff;
}
.about4 ul li:nth-of-type(3n){
    margin-right: 0;
}
.about4 ul li a{
    display: block;
}
.about4 ul li img {
    width: 100%;
}
.about4 ul li span{ display: block; text-align: center; }
.about4 ul li .span_name{ font-size: 18px; color: #292929; line-height: 28px; padding-top: 20px;}
.about4 ul li .span_info{ font-size: 15px; color: #999999;  padding-bottom: 20px;overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
.about4 ul li:hover .span_name{ color: #009b91; }
/*弹出层*/
.divUserBg{ display: none; position:fixed; top: 0; left: 0; width:100%; height: 100%; background-color: rgba(0,0,0,.72); z-index:10000;}
.divUserBg .divUserBox{ background-color: #fff; max-width:1260px;    margin: 10% auto 0;}
.divUserBg .divUserBox .divUserContent{ padding:5%; position: relative;}
.divUserBg .divUserBox .divUserContent .a_close{ position: absolute; top: 20px; right: 20px; width:35PX; height: 35px; background:url(../images/icon_close.png) no-repeat center center; z-index: 999; }
.divUserBg .divUserBox .divUserContent .divUserInfo{ position: relative; padding-left: 271px; }
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserImg{ position: absolute; top:0; left: 0; height: 100%; }
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserImg img{ width:271px; vertical-align: middle; }
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont{ padding-left: 7%; }
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont .span_name{ display: block; font-size: 2.167em; color: #212121; line-height: 1.2; padding-top: 20px;}
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont .span_info{ display: block; font-size: 1.333em; color: #adadad;  padding-bottom: 20px;}
.divUserBg .divUserBox .divUserContent .divUserInfo .divUserCont .divInfo{ font-size: 1.167em; color: #212121; line-height: 30px; height: 160px; overflow-y: auto; padding-top:20px; }

.about6,.about7,.about5{
    padding: 80px 5%;
    position: relative;
}
.about61{
    /*text-align: center;*/
    font-size: 0;
}
.about61 li{
    display: inline-block;
    /*padding: 0 40px;*/
    margin-bottom: 40px;
    width: 22.5%;
}
.about61 li{
    margin-right: 3.333%;
}
.about61 li:nth-of-type(4n){
    margin-right: 0;
}
.about61 li img{
    width: 100%;
}
.about61 li h1{
	font-family: KaiTi;
	font-size: 79px;
	line-height: 80px;
	color: #eb5514;
}
.about61 li p{
    font-size: 20px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #292929;
}
.about62{
    width: 100%;
}
.about63 dd{
    float: left;
    width: 49%;
    margin-right: 2%;
    border: solid 2px #e1e1e1;
    box-sizing: border-box;
    text-align: center;
    margin-top: 60px;
}
.about63 dd:last-of-type{
    margin-right: 0;
}
.about63 dd h2{
    width: 100%;
	min-height: 60px;
	background-color: #009991;
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
	padding: 12px 0;
}
.about63 dd:last-of-type h2{
    background-color: #eb5514;
}
.about7 ul li{
    float: left;
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 4%;
}
.about7 ul li:nth-of-type(5n){
    margin-right: 0%;
}
.about7 ul li a{ display: block;  border:#fff 1px solid;width:100%; }
.about7 ul li a:hover{ border:#009991 1px solid; }
.about7 ul li a img{ width: 100%; }
.about5title1{
    text-align: center;
    width: 340px;
	height: 69px;
	background-color: #ffffff;
	border: solid 2px #009b91;
	margin: 20px auto 0;
	padding-top: 10px;
}
.about5title1 p{
    font-size: 15px;
	color: #009991;
}
.about5title .about51img{
    min-width: 100%;
    width: 1200px;
}
.about5title  ul{
    display: flex;
    flex-direction: row;
    justify-content:space-between ;
}
.about5title  ul li{
    width: 191px;
	height: 69px;
	background-color: #eeeeee;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #009991;
	line-height: 69px;
	
}

.about5title  ul li img{
    vertical-align: middle;
}
.about5ul li{
    width: 31.666667%;
    margin-right: 2.5%;
    border: solid 1px #009b91;
    display: flex;
    float: left;
}
.about5ul  ul li{
    min-height: 160px;
     margin-bottom: 30px;
}
.about5ul  ul li:nth-of-type(-n+3){
    min-height: 100px;
   
    margin-top: 50px;
}

.about5ul li:nth-of-type(3n){
     margin-right:0;
}
.about5ul  ul li:nth-of-type(2) div{
    padding-top: 30px;
}
.about5ul li h1{
    writing-mode: tb-rl;
    background-color: #009b91;
    width: 35px;
    font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	    line-height: 35px;
}
.about5ul li div{
    padding: 20px 3%;
}
.about5ul li div p{
    font-size: 15px;
	line-height: 25px;
	color: #232323;
}
.casenewmain{
    margin-bottom: 40px;
}
.casenewmain div,.casenewmain ul{
    max-width: 800px;
    margin: 10px auto;
}
.casenewmain div h1{
    font-size: 30px;
    font-weight: normal;
	line-height: 30px;
	color: #000000;
	margin: 20px 0;
	text-align: center;
}
.casenewmain p{
    font-size: 15px;
	line-height: 26px;
	color: #555555;
}
.casenewmain ul h2{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	color: #000000;
	margin-top: 30px;
}
.case1{
    width: 100%;
	height: 240px;
	background-color: #009991;
	padding: 55px 0;
	margin: 100px 0 40px 0;
}
.case1 li {
    padding: 0 80px;
}
.case1 li:first-of-type{
    border-right: 1px solid #ffffff;
}
.case1 li h1{
    color: #ffffff;
    font-size: 40px;
}
.case1 li p{
    color: #ffffff;
    font-size: 40px;
    font-size: 15px;
}
.case2{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.case2 h1{
    font-size: 30px;
	line-height: 40px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	margin:30px 0;
}
.case2 p{
    font-size: 15px;
	line-height: 30px;
	margin-bottom: 25px;
	color: #555555;
}
.case2 h2{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	margin: 0 0 20px 0;
	color: #000000;
}
/*我们工作方式*/
.person-2 .commerce-common-title{
    margin: 70px auto;
}
.workdot{
    max-width: 400px;
    margin: -20px auto 20px;
}
.workdot dd{
    font-size: 16px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #292929;
}
.workdot dd span{
    width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #292929;
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.service .commerce-common-title{
    margin: 50px auto;
}
.service .service13{
    display: block;
    margin: 50px 0;
    width: 100%;
}
.serviceleft.main6 .main6-right{
    float: left;
}
.serviceleft.main6 .lefttitle{
    float: right;
}
/*联系我们*/
.contact-out{
    max-width: 1400px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}
.contact.common-main{
	max-width: 1150px;
}
.contact-1{
	padding: 80px 0 70px 0;
}
.contact-1 .contact1-left{
	float: left;
	width: 35%;
	background-color: #009b91;
	padding: 15px 2.5% 20px 2.5%;
}
.contact-1 .contact1-left h1{
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 90px;
	letter-spacing: 0px;
	color: #ffffff;
	
}
.contact-1 .contact1-left div p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 10px;
}
.contact-1 .contact1-left div p:nth-of-type(2n){
	color: #ffffff;
		opacity: 0.6;
}
.contact-1 .contact1-left img{
	max-width: 100%;
	margin: 20px 0;
}
.contact-1 .contact1-right{
	float: right;
	width: 58%;
}
.contact-1 .contact1-right .contact1-right-title h1{
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #009b91;
	text-align: left;
	margin-top: 10px;
}
.contact-1 .contact1-right .contact1-right-title p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #999999;
	text-align: left;
}
form{
	display: block;
}
form p{
	width: 46%;
	margin-right: 8%;
	height: 50px;
	border: solid 1px #e1e1e1;
	padding: 7px 2%;
	float: left;
	margin-top: 25px;
}
form p:nth-of-type(2n){
	margin-right: 0;
}
form p input{
	border: none;
	width: 90%;
	font-size: 16px;
	color: #555;
	line-height: 36px;
}
form div{
	width: 100%;
	height: 228px;
	border: solid 1px #e1e1e1;
	float: left;
	margin: 25px 0 40px 0;
	
}
form div textarea{
	width: 100%;
	height: 100%;
	border: none;
	font-size: 15px;
	color: #555;
	resize: none;
	padding:10px 2%;
	background-color: #FFFFFF;
}
form .messagebtn{
	width: 201px;
	height: 60px;
	background-color: #009b91;
	border: none;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	display: block;
	float: left;
}
.contact-2{
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	margin-bottom: 100px;
	margin-top: 50px;
}
.contact-2 li{
	float: left;
	width: 33.33%;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	text-align: left;
	padding: 24px 0 0 6%;
	height: 180px;
}
.contact-2 li h2{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #292929;
}
.contact-2 li p{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #555555;
	line-height: 28px;
}
.news-tab-out .news-tab a.active{
	color: #009991;
	border-bottom: 1px solid #009991;
}

#mapCategory{
	width: 100%;height: 552px;
}
.fixed-form{
	position: fixed;
	right: 5px;
	bottom: 10%;
	z-index: 12;
	width: 310px;
	height: 490px;
	background-color: #ffffff;
	border-radius: 2px 2px 0px 0px;
	box-shadow: 0 0 8px #999;
}
.fixed-form .fixed-form1{
	width: 100%;
	height: 45px;
	background-color: #009b91;
	border-radius: 2px 2px 0px 0px;
	padding-left: 20px;
}
.fixed-form .fixed-form1 p{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 45px;
	color: #ffffff;
} 
.fixed-form .fixed-form2{
	padding-left: 20px;
}
.fixed-form .fixed-form2 p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #999999;
	margin-top: 15px;
	border-radius: 2px 2px 0px 0px;
}
.fixed-form .fixed-form2 h1{
	font-family: KaiTi;
	font-size: 22px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 15px;
}
.fixed-form .fixed-form3{
	padding: 0 20px;
}
.fixed-form3 form p{
	height: 36px;
	width: 100%;
	background-color: #f0f0f0;
	padding: 5px 2%;
	margin-top: 8px;
	border: none;
}
.fixed-form3 form div {
	height: 100px;
    margin: 0;
	border: none;
}
.fixed-form3 form div textarea{
	background-color: #f0f0f0;
	padding-top: 5px;
	font-size: 13px;
}
.fixed-form3 form p input{
	width: 100%;
	font-size: 13px;
	background-color: #f0f0f0;
	line-height: 26px;
}
.fixed-form3 form .messagebtn{
	width: 120px;
	line-height: 40px;
	height: 45px;
	margin: 15px 0;
}
.phone-fixed{
	display: none;
}
