﻿/*nyContact start*/
.nyContact { padding: 90px 0; background-color: #f1f3f8;}
.nyContact .nyContact_main { padding: 70px; background-color: #fff; border-radius: 16px;}
.nyContact_main .nyContact_left { width: 50%; padding-right: 70px; float: left;}
.nyContact_tit { line-height: 1; color: #333; font-size: 36px; font-weight: bold; text-transform: uppercase; margin-bottom: 40px;}
.nyContact_address a.name { display: block; line-height: 1.2; color: #333; font-size: 20px; font-weight: bold; margin-bottom: 20px;}
.nyContact_address p { line-height: 1.5; color: #777; font-size: 16px;}
.nyContact_left ul { margin: 30px 0 60px;}
.nyContact_left ul li { min-height: 32px; line-height: 32px; overflow: hidden; color: #555; font-size: 18px; margin: 4px 0; padding-left: 30px; position: relative;}
.nyContact_left ul li i { display: block; width: 20px; height: 20px; overflow: hidden; position: absolute; left: 0; top: 6px;}
.nyContact_tel { min-height: 56px; padding-left: 60px; position: relative;}
.nyContact_tel i { display: block; width: 44px; height: 44px; overflow: hidden; position: absolute; left: 0; top: 6px;}
.nyContact_tel span { display: block; line-height: 22px; color: #777; font-size: 16px; margin-bottom: 4px;}
.nyContact_tel p { line-height: 30px; color: #ec5c42; font-size: 28px; font-weight: bold;}

.nyContact_main .nyContact_right { width: 50%; float: right;}
.nyContact_right dl dd { margin-bottom: 10px;}
.nyContact_right dl dt { margin-top: 20px;}
.nyContact_ipt { height: 48px; overflow: hidden; border: 1px solid #ddd; border-radius: 4px; padding: 3px 19px 3px 29px; position: relative;}
.nyContact_ipt em { display: block; width: 10px; height: 20px; line-height: 20px; color: #e50000; font-size: 14px; position: absolute; left: 20px; top: 12px;}
.nyContact_ipt input { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 16px; float: left; border: 0; background: none; outline: none;}
.nyContact_area { overflow: hidden; border: 1px solid #ddd; border-radius: 4px; padding: 8px 19px 8px 29px; position: relative;}
.nyContact_area em { display: block; width: 10px; height: 20px; line-height: 20px; color: #e50000; font-size: 14px; position: absolute; left: 20px; top: 12px;}
.nyContact_area textarea { display: block; width: 100%; height: 120px; overflow-y: scroll; line-height: 30px; color: #333; font-size: 16px; float: left; border: 0; background: none; outline: none; resize: none;}
.nyContact_btn input { display: inline-block; vertical-align: top; overflow: hidden; line-height: 2.5; color: #fff; font-family: "BebasKai"; font-size: 20px; padding: 0 40px; background: #0faac6; border-radius: 25px; border: 0; outline: none; cursor: pointer;}
.nyContact_btn input:hover { background-color: #ec5c42;}
/*nyContact end*/

/*nyContact_map start*/
.nyContact_map { height: 440px; overflow: hidden;}
/*nyContact_map start*/

@media (max-width:1680px) {
  .nyContact { padding: 80px 0;}
  .nyContact .nyContact_main { padding: 60px;}
  .nyContact_main .nyContact_left { padding-right: 60px;}
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .nyContact { padding: 60px 0;}
  .nyContact .nyContact_main { padding: 50px;}
  .nyContact_main .nyContact_left { padding-right: 50px;}
  .nyContact_tit { font-size: 34px; margin-bottom: 30px;}

}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .nyContact .nyContact_main { padding: 40px;}  
  .nyContact_main .nyContact_left { padding-right: 40px;}
  .nyContact_tit { font-size: 32px; margin-bottom: 30px;}
  .nyContact_address a.name { font-size: 18px;}
  .nyContact_address p { line-height: 1.4; font-size: 15px;}
  .nyContact_left ul { margin: 20px 0 40px;}
  .nyContact_left ul li { font-size: 16px;}
  .nyContact_tel span { font-size: 15px;}
  .nyContact_tel p { font-size: 26px;}
  .nyContact_ipt input, .nyContact_area textarea { font-size: 15px;}
}

@media (max-width:1200px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .nyContact { padding: 40px 0;}
  .nyContact .nyContact_main { padding: 40px 30px; border-radius: 8px;}
  .nyContact_main .nyContact_left { padding-right: 30px;}
  .nyContact_tit { font-size: 30px; margin-bottom: 20px;}
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .nyContact .nyContact_main { padding: 40px 20px;}  
  .nyContact_main .nyContact_left { width: 100%; margin-bottom: 40px; padding-right: 0;}  
  .nyContact_tit { font-size: 28px; margin-bottom: 20px;}
  .nyContact_left ul { margin: 20px 0;}

  .nyContact_main .nyContact_right { width: 100%;}
}

@media (max-width:390px) {
  .nyContact_tit { font-size: 24px;}
  .nyContact_address a.name { font-size: 16px;}
  .nyContact_address p { font-size: 14px;}
  .nyContact_btn input { font-size: 18px; padding: 0 30px;}
}

@media (max-width:320px) {
  .nyContact .nyContact_main { padding: 30px 15px;}
  .nyContact_tel { min-height: 52px; padding-left: 50px;}
  .nyContact_tel i { width: 40px; height: 40px;}
  .nyContact_tel span { line-height: 20px; font-size: 14px; margin-bottom: 2px;}
  .nyContact_tel p { font-size: 24px;}

  .nyContact_ipt { padding: 3px 14px 3px 24px;}
  .nyContact_area { padding: 8px 14px 8px 24px;}
  .nyContact_ipt em, .nyContact_area em { left: 14px;}
}
