﻿/*

Compass Template
    
http://www.templatemo.com/tm-454-compass


http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #777777;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: '思源黑体';
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services, #portfolio, #about, #contact {
  padding-top: 60px;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.dingwei {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
}
.gongsilogo{
  margin-top: 53px;
  width: 100%;
}
.gongsilogo img{
    width: 100%;
}
.top-header {
  background: rgb(204,204,204);
  color: white;
  padding: 10px 0;
}
.left-header img{
  width: 100px;
}
.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #e3722e;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 40px 0;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 5px;
}
.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top: 10px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: uppercase;
  color: #777777;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #e3722e;
  color: white;
}

.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #e3722e;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #e3722e;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 80px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #e3722e;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #e3722e;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtn:hover {
  background-color: #444444;
}

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#services .service-item .service-header i {
  color: #e3722e;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}
#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
  padding-bottom: 80px;
  margin-top: 100px;
  background: #3d3f3f;
}
#portfolio .title-section h2 {
  color: white;
}
#portfolio .portfolio-thumb {
  /*overflow: hidden;*/
  position: relative;
  margin-bottom: 30px;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: 242px;
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 85px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #e3722e;
  text-transform: uppercase;
}
#about .our-team {
  margin-top: 80px;
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}
#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #e3722e;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #e3722e;
  font-size: 16px;
  margin-right: 12px;
}

.flexslider {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 39%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}
.flex-caption p {
  font-size: 18px;
  font-family: '思源黑体';
  line-height: 28px;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 100px;
  background-color: #e3722e;
  color: white;
  padding: 25px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: white;
  text-align: center;
  display: inline-block;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}
.site-footer .go-top i {
  display: block;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .flex-caption {
    display: none !important;
  }
  #portfolio .portfolio-thumb img {
    width: 100%;
    height: 100%;
}
  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 60px;
  }
  .main-header .logo {
    margin: 0;
  }

  .flexslider {
    margin-top: 77px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
/*底部询价*/
  <style type="text/css">
@charset "UTF-8";
.pageZhongshang * {   
  padding: 0;
  list-style: none;          
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  box-sizing: border-box;
  outline: none;
}

.pageZhongshang .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
}

.pageZhongshang .clearfix {
  zoom: 1;
}

.pageZhongshang {
  width: 1020px;
  margin: 30px auto;
}

.pageZhongshang>h1 {
  text-align: center;
  font-size: 26px;
  color: #333;
  padding-bottom: 10px;
}

.pageZhongshang>h1>i {
  display: block;
  width: 35px;
  height: 2px;
  background: #ff0000;
  margin: 20px auto 0;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft {
  width: 280px;
  border: 1px solid #eee;
  border-radius: 5px;
  float: left;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft>h2 {
  font-size: 18px;
  color: #4a8bfd;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .number {
  font-size: 14px;
  color: #999999;
  padding: 10px 0;
  text-align: center;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .number span {
  color: #4a8bfd;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .form {
  padding: 0 35px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .form input {
  width: 210px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: auto;
  border: 1px solid #ff0000;
  border-radius: 5px;
  font-size: 14px;
  color: #666666;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .form button {
  width: 210px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 10px auto 20px;
  background: #f44343;
  border: 1px solid #f44343;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .form button:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
  margin: 10px 0 20px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state {
  padding: 0 65px 35px;
  color: #666666;
  font-size: 14px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .frontCall {
  display: block;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .frontCall span
  {
  color: #f44343;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .underwayCall
  {
  font-size: 14px;
  text-align: center;
  display: none;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .underwayCall p
  {
  padding: 15px 0;
  color: #327BFD;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .successCall {
  text-align: center;
  display: none;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .successCall p
  {
  padding: 10px 0;
  color: #327BFD;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .successCall a
  {
  font-size: 14px;
  text-decoration: none;
  color: #666666;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .failCall {
  text-align: center;
  display: none;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .failCall p {
  padding: 10px 0;
  color: #327BFD;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft .state .failCall a {
  font-size: 14px;
  text-decoration: none;
  color: #666666;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle {
  float: left;
  width: 350px;
  margin: 0 30px 0 50px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle h2 {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle h2 span {
  color: red;
  padding-right: 5px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle input {
  width: 100%;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-indent: 1em;
  outline: none;
  margin-bottom: 20px;
  transition: all 0.5s step-start;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle input:focus,.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle textarea:focus
  {
  border: 1px solid #327BFD;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-indent: 1em;
  max-width: 100%;
  min-width: 100%;
  padding-top: 10px;
  transition: all 0.5s step-start;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle>p {
  text-align: center;
  margin-top: 36px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle button {
  width: 210px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 10px auto 10px;
  background: #f44343;
  border: 1px solid #f44343;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  margin: auto;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle button:hover {
  background: #ff0000;
  border: 1px solid #ff0000;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight {
  float: left;
  width: 300px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightT
  {
  width: 100%;
  height: 110px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 0;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightT button
  {
  width: 210px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 10px auto 10px;
  background: #f44343;
  border: 1px solid #f44343;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightT button:hover
  {
  background: #ff0000;
  border: 1px solid #ff0000;
  margin: 10px 0 10px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightB
  {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 15px 0;
  margin-top: 10px;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightB>h3
  {
  padding: 0 0 15px 5px;
  font-size: 14px;
  color: #666666;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightB ul li
  {
  color: #999999;
  font-size: 12px;
  padding-bottom: 12px;
  cursor: pointer;
}

.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight .pageZhongshang_boxRightB ul li span
  {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
  margin-right: 10px;
}

@media(min-width:320px)and(max-width:750px) {
  .pageZhongshang {
    width: 100%;
  }
  .pageZhongshang .pageZhongshang_box {
    width: 100%;
    padding: 0 20px;
  }
  .pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft {
    text-align: center;
  }
  .pageZhongshang .pageZhongshang_box .pageZhongshang_boxLeft,.pageZhongshang .pageZhongshang_box .pageZhongshang_boxMiddle,.pageZhongshang .pageZhongshang_box .pageZhongshang_boxRight
    {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style2.css.map */
.newZhongshangSidebar * {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  border: none;
  background: none;
  font-size: 12px;
  color: #fff;
  box-sizing: border-box;
  float: none;
  font-weight: normal;
  width:auto;
}

.newZhongshangSidebar>li>a {
  display: block;
}

.newZhongshangSidebar {
  list-style: none;
  width: 70px;
  height: 254px;
  position: fixed;
  text-align: center;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
  background: #f44343;
  box-sizing: border-box;
  padding: 0px;
  z-index: 999999999;
}

.newZhongshangSidebar>li {
  padding: 20px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: auto;
  line-height: initial;
}

.newZhongshangSidebar>li:last-child {
  border-bottom: none;
}

.freePhone {
  position: relative;
}

.freePhoneHover {
  position: absolute;
  width: 240px;
  height: 270px;
  top: 0px;
  bottom: 0;
  padding: 0 15px;
  display: none;
  margin: auto;
  animation: i .3s ease-in-out forwards;
  transition: all 0.5s;
}

/* .freePhone:hover .freePhoneHover {
  display: block;
} */

.freePhoneBox {
  position: relative;
  padding: 20px 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 30px 2px #CCCCCC;
  border-radius: 5px;
}

.freePhoneBox>.freePhoneBox_left {
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #fff;
  left: -20px;
  top: 0px;
  bottom: 0;
  margin: auto;
  display: none;
}

.freePhoneBox>.freePhoneBox_right {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #fff;
  right: -20px;
  top: 0px;
  bottom: 0;
  margin: auto;
  display: none;
}

.freePhoneBox>.freePhoneBoxInput input {
  border: 1px solid #ff0000;
  width: 170px;
  height: 40px;
  margin: auto;
  text-align: center;
  color: #666666;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.freePhoneBox>.freePhoneBoxInput button {
  width: 170px;
  height: 40px;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  background: #ff0000;
  margin-bottom: 20px;
  cursor: pointer;
}

.freePhoneBox>.freePhoneBoxInput i {
  display: inline-block;
  width: 190px;
  border-bottom: 1px dotted #666;
  margin: auto;
}

.freePhoneBox>.freePhoneBoxInput>div {
  width: 140px;
  margin: auto;
}

.freePhoneBox>.freePhoneBoxInput>div p {
  color: #666;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
}

.freePhoneBox>.freePhoneBoxInput>div p span {
  color: #4a8bfd;
}

/***呼叫中*/
.freePhoneBox>.freePhoneBoxConduct {
  width: 210px;
  height: 157px;
}

.freePhoneBox>.freePhoneBoxConduct>p {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.freePhoneBox>.freePhoneBoxConduct>p>span {
  color: #4a8bfd;
  font-size: 14px;
}

.freePhoneBoxError,.freePhoneBoxSucce {
  width: 210px;
  height: 157px;
  padding: 20px 0;
  display: none;
}

.freePhoneBoxError>p,.freePhoneBoxSucce>p {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.freePhoneBoxError>p>span,.freePhoneBoxSucce>p>span {
  color: #4a8bfd;
  font-size: 14px;
}

.freePhoneBoxError>p>a,.freePhoneBoxSucce>p>a {
  color: #666;
  font-size: 14px;
}

@
keyframes i { 0% {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

to {
  opacity: 100;
  -webkit-transform: scale(1);
  transform: scale(1);
}

}
.newZhongshangMessage {
  width: 350px;
  height: 500px;
  position: fixed;
  border: 1px solid #3499E9;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  font-size: 12px;
  bottom: -600px;
  z-index: 99999;
  cursor: move;
}

.newZhongshangMessage * {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000;
}

.newZhongshangMessage>.newZhongshangMessage_top {
  height: 50px;
  line-height: 50px;
  text-align: right;
  padding-right: 10px;
  background: #3499E9;
}

.newZhongshangMessage>.newZhongshangMessage_top a {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.newZhongshangMessage>.newZhongshangMessage_top a img {
  width: 100%;
}

.newZhongshangMessage>h2 {
  font-weight: 600;
  font-size: 12px;
  padding: 20px;
}

.newZhongshangMessage>textarea {
  display: block;
  width: 325px;
  height: 157px;
  max-height: 157px;
  max-width: 325px;
  min-width: 325px;
  min-height: 157px;
  border: 1px solid #666;
  margin: auto;
  text-indent: 0.5em;
}

.newZhongshangMessage>.newZhongshangMessage_bottom {
  padding: 0 20px;
}

.newZhongshangMessage>.newZhongshangMessage_bottom li {
  margin-bottom: 10px;
  font-size: 14px;
}

.newZhongshangMessage>.newZhongshangMessage_bottom li input {
  height: 25px;
  border: 1px solid #666;
  text-indent: 0.5em;
}

.newZhongshangMessage>button {
  width: 330px;
  height: 34px;
  border-radius: 3px;
  color: #fff;
  display: block;
  margin: auto;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  background: #3499E9;
  border: none;
}

.newZhongshangCenter {

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 370px;
  z-index: 9999;
  height: 239px;
  /*background-image: url(http://ztcbucket.oiaqye7985.com/kf/center3.jpg);*/
  background-position: top;
  background-repeat: no-repeat;
  background-color: #327bfd;
  box-shadow: 0 0 30px 2px #CCCCCC;
}

.newZhongshangCenter * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 12px;
  box-sizing: border-box;
  width:auto;
}

.newZhongshangCenter>h1 {
  text-align: right;
  padding: 10px;
}

.newZhongshangCenter>.newZhongshangCenter_txt {
  padding-top: 30px;
  text-align: center;
  height: 147px;
}

.newZhongshangCenter>.newZhongshangCenter_txt>h1 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 5px;
  margin-bottom: 5px;
}

.newZhongshangCenter>.newZhongshangCenter_txt>h2 {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}

.newZhongshangCenter>.newZhongshangCenter_txt>h2>span {
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}

.newZhongshangCenter_txt_bottom {
  height: 60px;
  display: flex;
  justify-content: space-between;
  background: #fff;
}

.newZhongshangCenter_txt_bottom>div {
  position: relative;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}

.newZhongshangCenter_txt_bottom>div>a {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333333;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newZhongshangCenter_txt_bottom>div>a:hover {
  color: #4A8BFD;
}

.newZhongshangCenter_tel {
  position: absolute;
  width: 370px;
  height: 160px;
  bottom: -160px;
  left: -186px;
  border: none;
  box-shadow: 0 6px 30px 2px #CCCCCC;
  animation: i .3s ease-in-out forwards;
  padding: 10px 0 0;
  display: none;
}

.newZhongshangCenter_telBox {
  position: relative;
  height: 100%;
  background: #fff;
}

.newZhongshangCenter_telBox>i {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  right: 100px;
  top: -20px;
}

.newZhongshangCenter_telBoxT {
  height: 100%;
  padding: 30px 30px 0;
}

.newZhongshangCenterInput {
  text-align: left;
  display: none;
}

.newZhongshangCenterInput input {
  border: 1px solid #4a8bfd;
  width: 170px;
  height: 40px;
  margin: auto;
  text-align: center;
  color: #666666;
  font-size: 14px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.newZhongshangCenterInput button {
  width: 130px;
  height: 40px;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  background: #4a8bfd;
  border: none;
  margin-bottom: 20px;
  cursor: pointer;
}

.newZhongshangCenterInput p {
  text-align: center;
  color: #666;
  font-size: 14px;
}

.newZhongshangCenterInput p span {
  color: #4A8BFD;
  font-size: 14px;
}

.newZhongshangCenterConduct {
  padding-top: 20px;
  display: none;
}

.newZhongshangCenterConduct p {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.newZhongshangCenterError,.newZhongshangCenterSucce {
  display: none;
}

.newZhongshangCenterError p {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.newZhongshangCenterError a{
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.newZhongshangCenterSucce p {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.newZhongshangCenterSucce a {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}

.newZhongshangCenterSucce span {
  color: #4A8BFD;
  font-size: 14px;
}

.newZhongshangCenterError span {
  color: #4A8BFD;
  font-size: 14px;
}

.newZhongshangCenterConduct p span {
  color: #4A8BFD;
  font-size: 14px;
}

/* .newZhongshangCenter_txt_bottomRight:hover .newZhongshangCenter_tel {
  display: block;
} */

.newZhongshangCenter_txt_bottom>div:last-child {
  border-left: 1px solid #ccc;
}

.newZhongshangCenter_txt_bottom div img {
  margin-right: 10px;
  width:auto;
  height: auto;
}
.newZhongshangCenter *{
  line-height: initial;
}
.newZhongshangCenter_txt_bottom>div>a span{
    color: #000;
    height: auto;
}
.newZhongshangMessage h2 ,.newZhongshangCenter h2{
    font-size: 14px;
    line-height: inherit;
    height: auto;
    font-weight: normal;
    text-indent: inherit;
    float: none;
}
#chatIframe{
          margin:0 !important;
          padding:0 !important;
      }
/*# sourceMappingURL=style.css.map */
.canshu{
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    display: inline-block;
    background-color: #f44343;
    text-align: center;
    font-size: 16px;
    border: 0;
    font-weight: 900;
    color: #fff;
    margin-left: 18%;
    margin-bottom: 30px;
}
/*询价*/
.Zhongshang {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 370px;
    z-index: 9999;
    height: 239px;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #327bfd;
    box-shadow: 0 0 30px 2px #CCCCCC;
    }
    .Zhongshang>h1 {
    text-align: right;
    padding: 10px;
    }

    .Zhongshang>.Zhongshang_txt {
    padding-top: 30px;
    text-align: center;
    height: 147px;
    }
    .Zhongshang_txt_bottom {
    height: 60px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    }
    .Zhongshang>.Zhongshang_txt>h1 {
        font-size: 24px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 5px;
        margin-bottom: 5px;
    }
    .Zhongshang>.Zhongshang_txt>h2 {
        font-size: 18px;
        color: #ffffff;
        font-weight: normal;
    }
    .Zhongshang_txt_bottom>div {
    position: relative;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    }
    .Zhongshang_txt_bottom>div:last-child {
    border-left: 1px solid #ccc;
    }
    .Zhongshang_txt_bottom>div {
        position: relative;
        width: 50%;
        text-align: center;
        box-sizing: border-box;
    }
    .Zhongshang * {
    line-height: initial;
}
    .Zhongshang * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 12px;
    box-sizing: border-box;
    width: auto;
}
.Zhongshang_txt_bottom>div>a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .Zhongshang * {
        line-height: initial;
    }
    .Zhongshang_tel {
    position: absolute;
    width: 373px;
    height: 160px;
    bottom: -160px;
    left: -186px;
    border: 0;
    box-shadow: 0 6px 30px 2px #CCCCCC;
    animation: i .3s ease-in-out forwards;
    padding: 10px 0 0;

}

    .Zhongshang * {
    line-height: initial;
    }
    .Zhongshang_telBox {
        position: relative;
        height: 100%;
        background: #fff;
    }
    .Zhongshang_telBoxT {
        height: 100%;
        padding: 30px 30px 0;
    }

    .Zhongshang_telBox {
        position: relative;
        height: 100%;
        background: #fff;
    }
    .ZhongshangInput input {
    border: 1px solid #4a8bfd;
    width: 170px;
    height: 40px;
    margin: auto;
    text-align: center;
    color: #666666;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 10px;
    }
    .ZhongshangInput button {
        width: 130px;
        height: 40px;
        margin: auto;
        text-align: center;
        color: #fff;
        font-size: 14px;
        border-radius: 5px;
        background: #4a8bfd;
        border: none;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .ZhongshangInput p {
        text-align: center;
        color: #666;
        font-size: 14px;
    }
    .Zhongshang_telBox>i {
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        border: 10px solid transparent;
        border-bottom-color: #fff;
        right: 100px;
        top: -20px;
    }
    .ZhongshangInput p span {
        color: #4A8BFD;
        font-size: 14px;
    }