﻿@charset "utf-8";
/* ====================公共样式========================= */

/* 头部 */
@font-face{
	font-family:ITCAvant-Md;
	src:url('fonts/ITCAvantGardeStd-MdCn.otf');
}
@font-face{
	font-family:DINCond-Bold;
	src:url('fonts/DINCond-Bold.otf');
}
@font-face {
	font-family: 'iconfont';
	src:url('fonts/iconfont.eot');
	src:url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    	url('fonts/iconfont.woff2') format('woff2'),
    	url('fonts/iconfont3.woff') format('woff'),
    	url('fonts/iconfont.ttf') format('truetype'),
    	url('fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search{
	color: #fff;
	line-height: 80px;
	padding-left: 35px;
	position: relative;
	margin-left: 20px;
}
.search span{
	display: block;
	padding-left: 5px;
	cursor: pointer;
}
.search i{
	font-size: 2.4rem; line-height:100px;
}
/*.search:after{
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 16px;
	background: #fff;
	margin-top: -8px;
	width: 1px;
}*/

.Header-wrapper{width: 100%;position: fixed;top: 0;left: 0;z-index: 9999;background: #1b1d1f;transition: all .4s ease;}
.Header-container{width: 92%;margin: 0 auto;position: relative;}
.Header-logo{display: block;float: left;height: 100px;line-height: 100px;}
.Header-logo img{width: auto; max-height:70px;}

.Header-navbar{position: absolute;left: 50%;top: 0;font-size: 0;transform: translateX(-44%);}
.Header-navbar ul{font-size: 0;width: 1200px;text-align: center;}
.Header-navbar ul li{display: inline-block;position: relative;vertical-align: middle;margin: 0 14px;}
.Header-navbar .Header-pcmenu{height: 100px;border-bottom: 3px solid transparent;display: inline-block;text-align: center;padding: 0 20px;line-height: 100px;font-size: 18px;color: #fff;transition: all 400ms ease;}
.Header-navbar .Header-pcmenu.ontrue,.Header-navbar .Header-pcmenu:hover{color: #f39700;}
.Header-navbar .Header-pcmenu.ontrue{border-bottom-color: #f39700;}
.Header-pcdown{display: none;position: absolute;width: 100%;left: 0;top: 100px;z-index: 999;}
.Header-pcdown a{display: block;width: 100%;height: 60px;line-height: 60px;text-align: center;background: rgba(0, 0, 0, 0.7);font-size: 16px;color: #fff;transition: all .4s ease;}
.Header-pcdown a.ontrue,.Header-pcdown a:hover{background: rgba(0, 0, 0, 1);color: #f39700;}

.Header-lang{float: right;font-size: 0;height: 80px;line-height: 80px;user-select: none;margin-right: 0px !important;}
.Header-lang a,.Header-lang span{display: inline-block;vertical-align: middle;font-size: 18px;color: #fff;}
.Header-lang a{transition: all .4s ease;}
.Header-lang span{margin: 0 8px;}
.Header-lang a.ontrue,.Header-lang a:hover{color: #f39700;}
.Header-menubtn{display: none;float: right;height: 80px;line-height: 80px;width: 22px;font-size: 0;user-select: none;cursor: pointer;position: relative;z-index: 999999;}
.Header-menubtn i{position: relative;display: inline-block;width: 100%;height: 3px;background: #fff;vertical-align: middle;}
.Header-menubtn i:before,.Header-menubtn i:after{content: "";width: 100%;height: 3px;background: #fff;position: absolute;left: 0;}
.Header-menubtn i:before{top: -8px;}
.Header-menubtn i:after{bottom: -8px;}
.Header-menubtn.ontrue i{height: 0;}
.Header-menubtn.ontrue i:before{transform: rotate(45deg);top: 0;}
.Header-menubtn.ontrue i:after{transform: rotate(-45deg);bottom: auto;top: 0;}
.pulldown-container{display: none;width: 100%;position: absolute;left: 0;top: 0;z-index: 99999;background: url('../images/downBg.png') repeat-x;}
.pulldown{width: 1280px;margin: 0 auto;}
.pulldown ul li{min-height: 548px;border-left: 1px solid rgba(255, 255, 255,0.08);width: 12.5%;float: left;padding-top: 140px;}
.pulldown ul li:last-child{border-right: 1px solid rgba(255, 255, 255,0.08);}
.pulldown-menu{width: 100%;position: relative;margin-top: 10px;}
.pulldown-menu a{display: block;width: 100%;padding-left: 20px;height: 48px;line-height: 48px;font-size: 28px;color: #fff;position: relative;transition: all .4s ease;}
.pulldown-menu a:before{content: "";width: 8px;height: 8px;border-radius: 50%;position: absolute;top: 50%;margin-top: -4px;left: -4px;background: #fff;}
.pulldown-menu a:hover{color: #f39700;}
.pulldown-btn{display: none;width: 40px;height: 40px;text-align: center;line-height: 40px;font-size: 24px;color: #fff;position: absolute;top: 0;right: 0;z-index: 4;}
.pulldown-btn:after{content: "\f107";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.pulldown-btn.ontrue:after{content: "\f106";}
.pulldown-link{width: 100%;overflow: hidden;margin-top: 18px;}
.pulldown-link a{display: block;font-size: 18px;color: #fff;height: 42px;line-height: 42px;transition: all .4s ease;padding-left: 20px;}
.pulldown-link a:hover{color: #f39700;}


/* 底部 */
.Footer-wrapper{width: 100%;background: #252526;}
.Footer-container{width: 1420px;margin: 0 auto;}
.Footer-menurel{width: 100%;padding: 70px 0 86px;}
.Footer-menu{float: left;width: calc(100% - 400px);}
.Footer-menu ul li{width: 20%;float: left;}
.Footer-menutit{width: 100%;height: 36px;position: relative;line-height: 36px;}
.Footer-menutit a{width: 100%;height: 100%;display: block;font-size: 18px;color: #fff;}
.Footer-menulink{width: 100%;margin-top: 10px;}
.Footer-menulink a{display: block;height: 32px;width: 100%;line-height: 32px;font-size: 16px;color: #bcbcbc;transition: all .4s ease;}
.Footer-menulink a:hover{color: #fff;}
/* .Footer-menu ul li:nth-child(n+2){margin-left: 18%;} */
.Footer-menutit i{display: none;position: absolute;top: 0;right: 0;width: 36px;height: 100%;z-index: 4;text-align: center;font-size: 24px;color: #fff;}
.Footer-menutit i:after{content: "\f107";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.Footer-menutit i.ontrue:after{content: "\f106";}
.Footer-rel{float: right;}
.Footer-reltel{width: 100%;font-size: 0;}
.Footer-reltel h6,.Footer-reltel a{display: inline-block;vertical-align: middle;}
.Footer-reltel h6 p{font-size: 26px;color: #fff;}
.Footer-reltel h6 span{display: block;font-size: 16px;color: #bcbcbc;margin-top: 10px;/*display: none;*/}
.Footer-reltel a{width: 138px;height: 44px;margin-left: 44px;border: 2px solid #f39700;line-height: 40px;text-align: center;border-radius: 30px;font-size: 18px;color: #fff;transition: all .4s ease;}
.Footer-reltel a:hover{background: #f39700;}
.Footer-reladd{width: 100%;border-top: 2px solid #323436;border-bottom: 2px solid #323436;margin: 16px 0 24px;padding: 14px 0;}
.Footer-reladd p{font-size: 16px;color: #bcbcbc;line-height: 26px;padding-left: 30px;position: relative;}
.Footer-reladd p:first-child{background: url('../images/ftadd.png') no-repeat left center;}
.Footer-reladd p:last-child{margin-top: 6px;background: url('../images/ftemail.png') no-repeat left center;}
.Footer-rellink{width: 100%;font-size: 0;}
.Footer-rellink a{font-size: 24px;color: #646464;display: inline-block;margin-right: 20px;transition: all .4s ease;}
.Footer-rellink a:hover{color: #fff;}
.Footer-copy{width: 100%;padding: 30px 0 36px;border-top: 1px solid #3b3b3c;}
.Footer-copy p{font-size: 14px;color: #999;}

.Footer-ewm{position: relative;}
.Footer-ewm img{display: none;width: 160px;height: 160px;position: absolute;left: 50%;margin-left: -80px;bottom: 42px;}
.Footer-ewm:hover img{display: block;}
.box-wp p{ text-align:center; line-height:1.5;}

.ewm{ line-height:50px; width:100%; display:block; color:#fff; text-align:center;}
.sousuo{
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	display:none;
	padding:30px 0px;
	background:rgba(255,255,255,.9);
}
.sousuo form{
	display:flex;
	justify-content:space-between;
}
.sousuo form input{
	width:85%;
	line-height:20px;
	padding:15px;
	height:50px;
	border:1px rgba(0,0,0,.1) solid;
	border-right:0;
	outline:none;
}
.sousuo form button{
	width:15%;
	color:#fff;
	font-size:18px;
	border:0;
	background:#f39700;
}



.m-ftinfo .info-item p {
    display: inline !important;
}
.f-box {
    margin: 0 auto;
    width: 1420px;
    max-width: 100%;
    overflow: visible;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.g-ft {
  background-color: #031d2f;
  line-height: 36px;
  font-size: 16px;

  color: #f2f2f2;
}
.g-ft a {
  color: #f2f2f2;
}
.g-ft a:hover {
  color: #f39700;
}

.m-ftfix1 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.m-ftb1 {
  float: left;
  margin-right: 6%;
  width: 22.9166666667%;
}

.m-ftb2 {
  float: left;
  margin-right: 5.8333333333%;
  width: 22.9166666667%;
}

.m-ftb3 {
  float: left;
  width: 21.9166666667%;
  padding-right: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.m-ftb4 {
  overflow: hidden;
}

.m-ftlogo {
  line-height: 0;
 
}
.m-ftlogo a{ display:block; max-width:180px;}
.m-ftext {
  margin-top: 20px;
}

.m-ftt {
  margin-bottom: 18px;
  line-height: 32px;
  font-size: 22px;
  
  text-transform: uppercase;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
}

.m-ftshare {
  margin-top: 116px;
}
.m-ftshare .box-share {
  font-size: 0;
  letter-spacing: 0;
}
.m-ftshare .share-item {
  margin-right: 7px;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: top;
  width: 38px;
  line-height: 35px;
 
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #787878;
  border-radius: 50%; box-sizing:content-box;
}
.m-ftshare .share-item:hover {
  color: #fff;
  background-color: #0084cd;
}

.m-ftinfo {
  line-height: 30px;
}
.m-ftinfo .info-item {
  margin-top: 6px;
}
.m-ftinfo .info-item:first-child {
  margin-top: 0;
}

.m-ftform .form-info {
  line-height: 30px;
}
.m-ftform .box-form {
  margin-top: 13px;
}
.m-ftform .form-item {
  margin-top: 14px;
}
.m-ftform .form-text {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  font-size: 14px;
 
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
}
.m-ftform .form-text::-webkit-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.m-ftform .form-text:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.m-ftform .form-text::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.m-ftform .form-text:-ms-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.m-ftform .form-btn {
  margin-top: 14px;
  display: inline-block;
  min-width: 176px;
  line-height: 48px;
  padding: 0 15px;
  font-size: 16px;
 
  color: #fff;
  text-align: center;
  background-color: #f39700;
  border-radius: 24px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ftform .form-btn img {
  vertical-align: middle;
}

.m-ftfix2 .box-wp {
  border-top: 2px solid #acacac;
  padding-top: 30px;
  padding-bottom: 30px;
}

.m-ftlnk {
  overflow: hidden;
  line-height: 26px; text-align:center;
}
.m-ftlnk li {
	display:inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .m-ftlogo, .m-ftb2, .m-ftb3, .m-ftb4, .m-ftfix2, .m-ftt {
	  
  }

  .m-ftb1 {
   
    margin-right: 4%;
    width: 18%;
  }
.m-ftlogo img{ width:100%;}

  .m-ftfix1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m-ftext {
    text-align: center;
  }

  .m-ftshare {
    margin-top: 15px;
    text-align: center;
  }
}
.m-ftform .form-btn img {
    vertical-align: middle; display:inline-block;
}


.m-ftlogo img{ max-height:180px; border-radius:5px;}
.c-clearfix{ overflow:hidden;}
@media screen and (max-width: 1500px) {
	.f-box{ width:90%;}
	}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top:100px;}

.pubban{width: 100%;position: relative;}
.pubban img{width: 100%;object-fit: cover;min-height: 360px;}
.banner-pc{display: block;}
.banner-mb{display: none;}
.pubban-words{position: absolute;z-index: 2;width: 92%;left: 4%;text-align: center;top: 50%;color: #fff;transform: translateY(-60%);}
.pubban-words h6{font-size: 52px;opacity: 0;font-weight: 500;animation: banBig 1s ease both 100ms;}
.pubban-words p{font-size: 18px;margin-top: 18px;line-height: 26px;opacity: 0;animation: banBig 1s ease both 300ms;}
.pubban-menu{width: 100%;position: absolute;left: 0;bottom: 0;font-size: 0;text-align: center;background: rgba(0, 0, 0, 0.6);overflow: hidden;}
.pubban-menufixed{width: 100%;position: fixed;left: 0;bottom: auto;top: 80px;z-index: 999;}
.pubban-scroll{width: 100%;margin: 0 auto;}
.pubban-menu a{display: inline-block;height: 60px;font-weight: 300;line-height: 60px;padding: 0 4px;font-size: 20px;color: #fff;margin: 0 48px;position: relative;}
.pubban-menu a:after{content: "";width: 0%;position: absolute;right: 0;bottom: 0;height: 3px;background: #f39700;transition: all .4s ease;}
.pubban-menu a:hover:after{width: 100%;right: auto;left: 0;}
.pubban-menu a.ontrue:after{width: 100%;}
.pubban-menu a.ontrue,.pubban-menu a:hover{color: #f39700;}
@keyframes banBig {0% {transform: scale(.4);opacity: 0;}100% {transform: scale(1);opacity: 1;}}

.contain{width: 1280px;margin: 0 auto;}

.pubson-title{width: 100%;text-align: center;}
.pubson-title h6{font-size: 52px;color: #0a151d;letter-spacing: 6px;font-weight: 500;}
.pubson-title i{width: 90px;height: 10px;display: block;background: linear-gradient(to right, #00fdfe , #007a9a);margin: 18px auto 0;border-radius: 10px;}
.pubson-title p{font-size: 16px;color: #999;line-height: 28px;margin-top: 20px;}


.Backtop {position: fixed;border: 2px solid #f39700;color: #fff;background: #f39700;text-align: center;line-height: 34px;font-size: 24px;right: 2%;bottom: 6%;z-index: 999999;width: 40px;height: 40px;cursor: pointer;display: none;transition: all .4s ease;}
.Backtop:after {content: "\f102";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}
.Backtop:hover{background: transparent;color: #f39700;}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
    .Header-navbar ul li{margin: 0 12px;}
    .pubban-words h6{font-size: 42px}

}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .Footer-container{width: 92%;}

    .pubban-menu a {height: 54px;line-height: 54px;font-size: 18px;margin: 0px 32px;}
    .pubson-title h6{font-size: 42px;}
    .pubson-title i {width: 70px;height: 8px;}

    .pulldown{width: 1100px;}
    .pulldown-menu a{font-size: 24px;height: 44px;line-height: 44px;padding-left: 16px;}
    .pulldown ul li {min-height: 480px;padding-top: 120px;}
    .pulldown-link a {font-size: 16px;height: 40px;line-height: 40px;padding-left: 16px;}
    .Header-navbar ul li{margin: 0 10px;}


}
@media all and (max-width:1450px) {
.Header-navbar ul{ width:960px; margin-left:40px;}
.Header-navbar .Header-pcmenu{    padding: 0 15px;}
}
@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .Header-navbar ul li{margin: 0 8px;}
    .pubban-words h6{font-size: 34px}

}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .Header-navbar .Header-pcmenu{padding: 0 16px;}
    .Footer-menurel {padding: 60px 0 68px;}
    
    .contain{width: 92%;}
    .pubban-words h6 {font-size: 32px;}
    .pubban-words p {font-size: 16px;margin-top: 16px;}
    .pubban-menu a {height: 48px;line-height: 48px;font-size: 16px;margin: 0px 24px;}
    .pubson-title h6{font-size: 36px;}
    .pubson-title i {width: 64px;height: 6px;}

    .pulldown{width: 1000px;}
    .pulldown-menu a{font-size: 20px;height: 40px;line-height: 40px;padding-left: 16px;}
    .pulldown ul li {min-height: 400px;padding-top: 90px;}
    .pulldown-link a {font-size: 16px;height: 38px;line-height: 38px;padding-left: 16px;}

    .Header-navbar .Header-pcmenu{margin: 0;}

}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .pubson-title h6{font-size: 30px;}
    .pubson-title i {width: 52px;}

    .pulldown{width: 900px;}
    .pulldown-menu a{font-size: 20px;height: 40px;line-height: 40px;padding-left: 16px;}
    .pulldown ul li {min-height: 400px;padding-top: 90px;}
    .pulldown-link a {font-size: 16px;height: 38px;line-height: 38px;padding-left: 16px;}

    .pubson-title i{margin: 12px auto 0;}
	
	.Header-navbar .Header-pcmenu{padding: 0 10px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-navbar .Header-pcmenu{padding: 0 12px;}

    .pubban-menu a {margin: 0px 20px;}

    .pulldown{width: 800px;}
    .pulldown-menu a{font-size: 20px;height: 40px;line-height: 40px;padding-left: 16px;}
    .pulldown ul li {min-height: 400px;padding-top: 90px;}
    .pulldown-link a {font-size: 16px;height: 38px;line-height: 38px;padding-left: 16px;}
	.Header-navbar .Header-pcmenu{padding: 0 5px; font-size:16px;}
	
}
.nybanner{ margin-top:100px;}
.nybanner img{ width:100%;}

/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    body.noGap .Container-wrapper{margin-top: 80px;}
    body.lucency .Header-wrapper{background: #1b1d1f;}

    .Header-logo img {width: 144px;}
    .Header-navbar .Header-pcmenu{padding: 0 8px;font-size: 16px;}
    .Header-lang a, .Header-lang span{font-size: 16px;}
    .Header-lang span {margin: 0 6px;}
    .Footer-menu {width: 100%;}
    .Footer-rel {width: 100%;margin-top: 32px;}
    
    .pubban-menu a {margin: 0px 16px;}
    .Header-navbar{display: none;}

    .pulldown{width: 769px;}
    .pulldown-menu a{font-size: 16px;height: 40px;line-height: 40px;padding-left: 10px;}
    .pulldown ul li {min-height: 320px;padding-top: 80px;}
    .pulldown-link a {font-size: 14px;height: 32px;line-height: 32px;padding-left: 10px;}
    .Header-menubtn{display: block;}
    .Header-lang{margin-right: 16px !important;}
	.Header-logo{ line-height:80px; height:80px;}
	.search i{ height:80px; line-height:80px;}
	.Container-wrapper{ margin-top:80px;}
	.nybanner{ margin-top:80px;}
}
@media all and (max-width:769px) {
    /* 移动终端以上 360 适配 */
    body.noGap .Container-wrapper{margin-top: 60px;}

    .Container-wrapper {margin-top: 60px;}
    .Header-logo {height: 60px;line-height: 60px;}
    .Header-lang {height: 60px;line-height: 60px;margin-right: 16px !important;}
    .Header-menubtn {height: 60px;line-height: 60px;width: 22px;display: block;}
	.Header-logo{ line-height:60px; height:60px;}
	.search i{ height:60px; line-height:60px;}
	.search{ height:60px; line-height:60px;}
	.Container-wrapper{ margin-top:60px;}
    .Header-logo img {width: 120px;}
    .Footer-menurel {padding: 28px 0 14px;}
    .Footer-menu ul li {width: 100%;}
    .Footer-menulink {margin-top: 0px;display: none;}
    .Footer-menutit i{display: block;}
    .Footer-rel {margin-top: 18px;}
    .Footer-reltel{overflow: hidden;}
    .Footer-reltel h6, .Footer-reltel a{display: block;}
    .Footer-reltel h6{float: left;}
    .Footer-reltel h6 p{font-size: 20px;}
    .Footer-reltel h6 span {font-size: 14px;margin-top: 6px;}
    .Footer-reltel a {width: 138px;height: 38px;float: right;margin-left: 0;line-height: 34px;font-size: 16px;margin-top: 4px;}
    .Footer-reladd p {line-height: 24px;padding-left: 28px;font-size: 14px;}
    .Footer-reladd {margin: 14px 0;}
    .Footer-copy {padding: 16px 0 20px;}
    .Footer-copy p{line-height: 24px;}
    
    .pubban-menu{overflow-x: auto;}
    .pubban-menu a{width: 88px;margin: 0;padding: 0;}
    .pubban-words h6 {font-size: 30px;}
    .pubban-words p {font-size: 16px;margin-top: 10px;line-height: 24px;}
    .pubban img {min-height: 300px;}
    .pubson-title h6{font-size: 26px;}
    .pubson-title i {width: 48px;margin: 12px auto 0;}

    .Header-container{z-index: 9999;}
    .pulldown-container{z-index: 999;}
    .pulldown{width: 100%;padding-top: 62px;}
    .pulldown ul li {min-height: auto;border-left: none;width: 100%;float: left;padding-top: 0px;height: auto !important;}
    .pulldown-menu a {padding: 0 4%;}
    .pulldown-link a{padding: 0 4%;}
    .pulldown-menu a:before{display: none;}
    .pulldown-link {margin-top: 4px;}
    .pulldown-link{display: none;}
    .pulldown-menu{margin-top: 0;}
    .pulldown-btn{display: block;}
    .pulldown ul li:last-child {border-right: none;padding-bottom: 20px;}

    .banner-pc{display: block;}
    .banner-mb{display: block;min-height: auto !important;}
    .pubban-menufixed{top: 54px;}
    .Footer-ewm img{margin-left: -16px;}
	.m-ftb1{ display:none;}
	
	.m-ftb1,.m-ftb2,.m-ftb3,.m-ftb4{ float:none; width:100%; margin-bottom:25px;}
	.m-ftlogo a{ max-width:none;}
	.m-ftlogo a img{ max-height:none;}
	.box-wp p{ width:84%; margin-left:8%; margin-right:8%;}
	.nybanner{ margin-top:60px;}
}

.iconfont {
  font-family: 'iconfont';
}
@font-face {
  font-family: 'iconfont';
  src: url('fonts/iconfont.eot');/* IE9*/
  src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/iconfont.woff') format('woff'), /* chrome、firefox */
  url('fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('fonts/iconfont.svg#iconfont') format('svg');/* iOS 4.1- */
}

/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99999;
}
.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 10px 0;
  border-right: 1px solid #666;
  list-style: none;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
 
}
@media (max-width: 768px) {
  .phonefooternav {
    display: block;
  }
  #footer{ margin-bottom:61px;}
  .ui[class*="two column"].grid>.column:not(.row), .ui[class*="two column"].grid>.row>.column{ width:100%;}
  #index-body .i-news .new-list > .column:nth-child(odd){ padding-right:0 !important;}
  #index-body .i-news .new-list > .column:nth-child(even){ padding-left:0 !important;}
  
  .n-img{ width:100%; margin-bottom:15px;}
  .Backtop{ bottom:16%;}
}
@media (max-width: 480px) {
  .phonefooternav ul li {
    padding: 5px 0px;
  }
  .phonefooternav ul li a i {
    padding: 5px 0px;
  }
  #footer{ margin-bottom:57px;}
 .ui.menu{ flex-direction:column; text-align:center; display:block;}
 .ui.menu .item{ width:100%;text-align:center;display:block;justify-content: center;align-items: center}
 .ui.menu .item a{ display:block;}
 .ui.menu .right.item{ flex:0;}
 #footer .f-bot .f-cp{ display:none;}
 #footer .f-bot .f-cp a:last-child{ margin-left:0; display:none;}
 #footer .f-bot{ height:auto;}
 .ui[class*="four column"].grid>.column:not(.row), .ui[class*="four column"].grid>.row>.column{ width:100%;}
 #footer .f-mid .f-bar.f-qr img{ float:left !important;}
 .f-qr{ text-align:left !important;}
 #index-body .i-about .a-box .a-pic{ height:300px;}
  #index-body .i-about .a-box .a-con{ height:640px;padding: 40px 30px 0 30px!important;}
  #index-body .i-about .a-box .a-con .a-intro{ height:auto;}
}



.position{  margin-bottom:30px;}
.position img{ width:16px; margin-top:-2px; margin-right:5px; display:inline-block;}
.position * {
    color: #333;
}
.about_ny{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-color: #f7f7f8;
}
.jjie-text p {
    padding-bottom: 20px;
    font-size: 18px;
    color: #666;
    line-height: 32px;
    text-align: justify;
    font-weight: 300;
}

.inner-box {
  padding: 40px 0 60px; 
}
.inner-box .grid.three > .column {
  text-align: center;
  margin-bottom: 30px!important;
}
.inner-box .grid.three > .column h3 {
  color: #333333;
  font-size: 16px;
  margin-top: 25px;
}
.inner-box .grid.three > .column {
  text-align: center;
  margin-bottom: 30px!important;
}
.inner-box .grid.three > .column h3 {
  color: #333333;
  font-size: 16px;
  margin-top: 25px;
}
.ui.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}
.ui.grid {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
}
.ui[class*="three column"].grid>.column:not(.row), .ui[class*="three column"].grid>.row>.column {
    width: 33.33333333%; 
}
.ui.grid>.column:not(.row) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.ui.grid>.column:not(.row), .ui.grid>.row>.column {
    position: relative;
    display: inline-block;
   
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: top;
}
@media (max-width: 768px){
.ui[class*="three column"].grid>.column:not(.row), .ui[class*="three column"].grid>.row>.column {
    width: 50%;
}
}
.img-box {
  overflow: hidden;
  position: relative; border:1px solid #eee;
}
.img-box img { width:100%;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}

.intl{
	float: left;
	width: 23.3333%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.intl .tit{
	background: #f39700;
	color: #FFFFFF;
	text-align: center;
	padding: 22px 0;
	position: relative;
}
.intl .tit span{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	padding-left: 60px; line-height:45px;
	background: url(../images/ic15.png) left center no-repeat;
	background-size: 40px 45px;
}
.intl .tit span em{
	display: block;
	font-size: 14px;
}
.intl ul{
	border: 1px #EEEEEE solid;
	border-top: none;
	padding: 0 20px 50px;
}
.intl ul li{
	border-bottom: 1px #E5E5E5 dashed;
}
.intl ul h3{
	font-size: 16px;
	color: #000000;
	line-height: 56px;
	padding-right: 15px;
	position: relative;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.intl ul h3 a{ color:#111;}
.intl ul h3:after{
	content: '';
	width: 6px;
	height: 10px;
	background: url(../images/arw3.png) center no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}
.intl ul dl{
	padding: 18px 0;
	border-top: 1px #E5E5E5 solid;
	display: none;
}
.intl ul dd{
	line-height: 32px;
	font-size: 14px;
}
.intl ul dd a{
	display: block;
	color: #999999;
	padding-left: 10px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.intl ul dd a:before{
	content: '';
	width: 4px;
	height: 4px;
	background: #f39700;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.intl ul dd a:hover{
	color: #f39700;
}
.intl ul li.on h3:after{
	background-image: url(../images/arw4.png);
	width: 10px;
	height: 6px;
	margin-top: -3px;
}
.intl .btn{
	width: 40px;
	height: 40px;
	background: url(../images/arw1.jpg) -40px 0 no-repeat;
	background-size: 80px;
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -20px;
	display: none;
}
.intl .btn.open{
	left: 70%;
	right: auto;
	background-position: 0 0;
}
.nypro_box h3 {
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #373737;
    line-height: 68px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nyproduct{
	width: 76%;
}
.fr{ float:right;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}
.nyproduct li{
	float: left;
	width: 30.482%;
	margin: 0 0 30px 2.85%;
}
.nyproduct li .nypro_box{
	width: 100%;
}
.nyproduct li .nypro_box a{
	display: block;
	border: 1px #EEEEEE solid;
}
.intl{ background:#fff;}
.nypro_box{ background:#fff;}
.main{ margin-top:80px;}
.pic img{ width:100%;}
.nyproduct ul{ margin-bottom:30px;}
.nypro_box:hover h3{ color:#f39700;}
@media screen and (max-width:1000px){
		.intl{
		position: fixed;
		top: 80px;
		left: -100%;
		width: 100%;
		height: 100%;
		padding-right: 30%;
		z-index: 9;
		padding-top: 70px;
	}
	.intl ul{
		background: #FFFFFF;
		height: 100%;
		overflow-y: auto;
		padding: 0 10px 20px 10px;
	}
	.intl .tit{
		padding: 15px 0; 
		position: absolute;
		left: 0;
		top: 0;
		width: 70%;
	}
	.intl .tit span{
		padding-left: 40px;
		font-size: 16px;
		background-size: 30px auto;
	}
	.intl .tit span em{
		font-size: 16px;
	}
	.intl ul h3{
		font-size: 14px;
		line-height: 46px;
	}
	.intl ul dl{
		padding: 10px 0;
	}
	.intl ul dd{
		font-size: 12px;
		line-height: 30px;
	}
	.intl .btn{
		display: block;
	}
	.intl2{
		left: 0;
		background: rgba(0,0,0,.8);
	}
	.nyproduct li{
		width: 48%;
		margin: 0;
		margin-bottom: 20px;
		margin-right: 4%;
	}
	.nyproduct li:nth-child(2n){
		margin-right: 0;
	}
	.nyproduct li .nypro_box{
		max-width: none;
	}
	.nypro_box h3{
		font-size: 14px;
		line-height: 36px;
		padding-bottom: 15px;
	}
.nyproduct{ width:100%;}
}
@media screen and (max-width:768px){
	.intl{ top:60px;}
	}
	
	
.application ul li{ height:390px !important;}	
.join-list{ margin-bottom:60px; overflow:hidden;}	


.qhd-content{ margin-bottom:80px;}
.input-group{position:relative;display: table;border-collapse: separate;}
		.input-group .input-group-addon{/* float:left; *//*  *//* padding: 0px; *//* margin: 0px; *//* height: 20px; *//* line-height: 20px; */font-size:14px;font-weight:bold;background-color: #eee;/* padding-left: 15px; *//* padding-right: 15px; */display:table-cell;border-radius: 4px;width: 90px;text-align: center;border: 1px solid #dbdbdb;border-top-right-radius: 0;white-space: nowrap;vertical-align: middle;}
		.input-group .form-control{ float:left; border-radius:4px;padding: 0px;line-height:30px;min-height:30px;padding-left: 10px;display:table-cell;margin-left: -5px;    border-top-left-radius: 0;/* white-space: nowrap; *//* overflow: hidden; */}
		.input-group .input-group-addon1{position:absolute;right: 30px;top:15px;}
		.input-group .input-group-addon2{height: 100px;line-height: 100px;}
		.input-group .form-control2{height:62px;resize: none;}
		.btn-primary,.btn-primary:hover{color:#fff;background: #f39700;border-color:#f39700;width: 100%;border-radius:4px;}
		.form-control {
	display:block;
	width: calc(100% - 8px);
	height:50px;
	padding:.5em 1em;
	font-family:"Î¢ÈíÑÅºÚ", Calibri, Helvetica, Arial, sans-serif;
	font-size:16px;
	
	color:#0c3471;
	font-weight:bold;
	vertical-align:middle;
	background-color:#fff;
	background-image:none;
	border:1px solid #dbdbdb;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	border-radius:15px;
	-webkit-transition:border-color ease-in-out;
	-webkit-transition-delay:.15s;
	-moz-transition:border-color ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s;
	transition:border-color ease-in-out .15s





}
.btn {
	position:relative;
	display:inline-block;*
	display:inline;
	padding:20px 0;
	vertical-align:middle;
	border:0;border-radius:4px;
	cursor:pointer;background: #f39700;border-color:#f39700;width: 100%;border-radius:4px !important;
	-webkit-font-smoothing:antialiased;
	-webkit-transition:all .15s ease;
	-moz-transition:all .15s ease;
	-o-transition:all .15s ease;
	transition:all .15s ease


}
.input-group .form-control2 {
    height: 150px;
    resize: none;
}

.feedbackdetail{
	/* padding:20px 10px; */
	/* margin-top:20px; */
}
.feedbackdetail .jobInfo{
	width:100%;
	background:#FFF;
	box-shadow:0px 0px 5px #999;
	text-indent:20px;
	text-align:left;
}
.feedbackdetail .jobInfo h3{
	padding:20px 0px 10px 0px;
	font-size:18px;
	font-weight:bold;
}
.feedbackdetail .jobInfo p{
	line-height:40px;
	padding:0px;
}
.feedbackdetail .jobInfo p i{
	display:inline-block;
	width:80px;
	text-indent:0px;
	font-style:normal;
}
.feedbackdetail .jobInfo span{
	padding:0px 20px 10px 20px;
	line-height:24px;
	display:block;
}
.feedbackdetail .jobInfo .btn{
	padding:10px;
	margin-top:30px;
	border-radius:0px;
	text-indent:0px;
}



.feedbackdetail form{
	
	/* box-shadow:0px 0px 5px #999; */
	/* padding:20px 10px; */
}
.feedbackdetail .input-group{
	padding:10px;
	width: calc(100% - 0px);
}	
	



.news-page .inner-box {
  padding: 70px 0 150px;
}
.news-page .inner-box .new-list li {
  padding-bottom: 31px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5; overflow:hidden;
}
.news-page .inner-box .new-list li .tit {
  font-size: 16px;
}
.news-page .inner-box .new-list li .tit a {
  color: #333333;
}
.news-page .inner-box .new-list li .tit a:hover {
  color: #990f0f;
}
.news-page .inner-box .new-list li .tit .date {
  color: #666666;
}
.news-page .inner-box .new-list li .abst {
  color: #666666;
  line-height: 28px;
  margin-top: 23px;
}
.newdet-page .news {
  padding: 0px 0 84px;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 20px;
  font-size: 20px;
  text-align: center;
  color: #333;
}
.newdet-page .news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.newdet-page .news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.news_contents p{ text-indent:2em; margin-bottom:15px;}
.newdet-page .news .news_next {
  
  margin-top: 0px;
  
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 20px; float:left;
}
.fright{ float:right !important;}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
@media (max-width:600px){
	.fright{ float:left !important;}
	}
	
.right-extra{ margin-left:30px;}
.right-extra img{ max-width:none; }
.right-extra *{ box-sizing:content-box;}
.jqzoom img{ width:350px;}
.right-extra .mt{height:28px;line-height:28px;padding:0 10px 8px;border-top:1px solid #EED97C;background:url(../images/bg_hotsale.gif) repeat-x 0 -552px;color:#c00;}
.right-extra .tab{border-bottom:2px solid #BE0000;margin-bottom:10px;}
.right-extra .tab li{position:relative;height:24px;padding:3px 12px 0;background:url(../images/icon_clubs.gif) #ccc no-repeat right -150px;overflow:hidden;margin-right:3px;line-height:24px;font-size:14px;font-weight:bold;color:#c30; float:left; width:84px; text-align:center; cursor:pointer; }
.right-extra .tab span{position:absolute;left:0;top:0;z-index:1;width:10px;height:27px;background:url(../images/icon_clubs.gif) no-repeat 0 -150px;}
.right-extra .tab a{float:none;color:#c30;}
.right-extra .tab .curr{background-position:right -178px;color:#fff;}
.right-extra .tab .curr span{background-position:0 -178px;}
.right-extra .tab .curr a{color:#fff;}
.right-extra .mc .extra{padding:5px 10px;border-top:1px solid #F3E6C6;}
.right-extra .total{float:right;}
.right-extra .total strong{color:#FF7403;}
.right-extra .total a:link,.right-extra .total a:visited{color:#005aa0;}
.right-extra .join a:link,.right-extra .join a:visited{color:#FF7604;}
.right-extra .norecode{padding:0 10px 10px;}
.right-extra .iloading{margin-bottom:10px;}


/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:350px;height:350px;border:1px solid #DFDFDF;}
.spec-scroll{clear:both;margin-top:5px;width:352px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:322px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center; margin:0;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #f39700;padding:1px;}

#comment strong{font-weight:bold;}
.img_cp{ float:left;} 
.text_cp{ float:left; margin-left:30px; width:550px;}
.text_cp h2{ line-height: 30px;
color: #333333;
font-size: 26px;
padding-bottom: 12px;} 
.kan{ float:left;  position:relative; top:-70px; left:500px;}


.culture h2{ font-size:24px; color:#01aef0;}
.culture p{ font-size:16px; line-height:24px; margin-bottom:20px; margin-top:20px;}


@media screen and (max-width: 768px) {
	.right-extra{ margin-left:0;}
.text_cp{ margin-left:0; margin-top:20px;}
}


.pro-info-mid{
  margin: 40px 0 0px;
  min-height: 370px;  float:left; width:100%; 
}
.pro-info-mid td{
  border: 1px solid #e8e8e8;
}
.pro-info-mid > ul{
  width: 100%;
  background: #fbfbfb;
  line-height: 50px;
  height: 50px;
  border:1px solid #e2e2e2; 
}
.pro-info-mid > ul li{
  font-size: 16px;
  height: 50px;
  color: #333;
  width: 200px;
  text-align: center; margin-left:0;
  
  float: left;
  position: relative;
  display: block;
  cursor: pointer;
}
.pro-info-mid > ul li em{
  display: none;
  position: absolute;
  left: 67px;
  bottom: -28px;
}
.pro-info-mid > ul > li:hover em,.pro-info-mid > ul > li em.cur{
  display: block;
}
.pro-info-mid > ul > li:hover,.pro-info-mid > ul > li.cur{
  background-color: #f39700;
  color: #fff;
}
.por-list-text{ font-size:16px;}	

.icontact{
	padding:50px 0px 30px; margin-left:20px; margin-right:20px;
}

.icontact ul li{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding: 33px 33px 60px;
	box-shadow:0px 0px 45px rgba(0,0,0,.1);
	margin-bottom:45px;
	border-radius:5px; background:#fff;
}
.icontact ul li h3{
	width:100%;
	color:#03103a;
	font-size:24px;
	line-height:46px;
	
	border-bottom:2px #f1f5fb solid;
	margin-bottom:50px;
	padding-bottom:3px;
}
.icontact ul li dl{
	width:20%;
	display:flex;
	justify-content:space-between;
	padding:0 20px;
	border-right:1px #f1f5fb solid;
}
.icontact ul li dl:nth-of-type(1){
	width:29%;
	padding: 0px 20px 0px 0px;
}
.icontact ul li dl:nth-of-type(4){
	width:30%;
	padding:0px 0px 0px 20px;
	border-right:0;
}
.icontact ul li dl dt{
	width:66px;
	padding:7px 0px 0px;
}
.icontact ul li dl dd{
	width:calc(100% - 66px);
}
.icontact ul li dl dt img{
	max-width:30px;
	display:block;
	margin:0 auto;
}
.icontact ul li dl dd h4{
	color:#333333;
	font-size:18px;
	line-height:30px;
	
}
.icontact ul li dl dd section{
	color:#666666;
	font-size:16px;
	font-family:MaisonNeue-Book;
	line-height:20px;
}
@media (max-width:1440px) {
	
	.icontact ul li{
		padding: 30px 30px 50px;
		box-shadow:0px 0px 35px rgba(0,0,0,.1);
		margin-bottom:35px;
	}
	.icontact ul li h3{
		font-size:20px;
		line-height:36px;
		margin-bottom:40px;
	}
	.icontact ul li dl dd h4{
		font-size:18px;
	}
	.icontact ul li dl dd section{
		font-size:16px;
	}
}
@media (max-width:992px) {
	
	.icontact{
		padding:20px 0px;margin:0;
	}
	.icontact ul li{
		padding: 15px 15px 10px;
		box-shadow:0px 0px 5px rgba(0,0,0,.1);
		margin-bottom:15px;
	}
	.icontact ul li h3{
		font-size:18px;
		line-height:24px;
		margin-bottom:10px;
		padding-bottom:8px;
	}
	.icontact ul li dl{
		width:100%;
		padding:5px 0px 10px;
		border-right:0;
		border-bottom:1px #f1f5fb solid;
		margin-bottom:10px;
	}
	.icontact ul li dl:nth-of-type(1){
		width:100%;
		padding:5px 0px 10px;
	}
	.icontact ul li dl:nth-of-type(4){
		width:100%;
		padding:5px 0px 10px;
	}
	.icontact ul li dl dt{
		width:26px;
		padding:5px 0px 0px;
	}
	.icontact ul li dl dd{
		width:calc(100% - 26px);
		padding-left:10px;
	}
	.icontact ul li dl dt img{
		max-width:16px;
	}
	.icontact ul li dl dd h4{
		font-size:16px;
		line-height:20px;
	}
	.icontact ul li dl dd section{
		font-size:14px;
	}
}