.ib {
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ibfl {
  display: inline-block;
  float: left;
}
.w {
  width: 100%;
}
.h {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  margin: 0;
}
li {
  list-style: none;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
a:hover {
  text-decoration: none;
}
a,
input,
button,
textarea {
  outline: none;
}
/*CSS改变网页中鼠标选中文字背景颜色*/
::selection {
  background: deepskyblue;
}
::-moz-selection {
  background: deepskyblue;
}
/* 去掉谷歌浏览器自动添加的样式 */
select:-webkit-autofill,
textarea:-webkit-autofill,
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #ccc;
}
textarea:-moz-placeholder,
input::-moz-placeholder {
  color: #ccc;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #ccc;
}
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #ccc;
}
.container {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0;
  position: relative;
}
.icon-img {
  position: absolute;
  display: inline-block;
  background: url(../images/remedy/remedy_icon_group.png);
  background-repeat: no-repeat;
}
/*header start*/
.header-area {
  height: 92px;
  background-color: #fff;
  width: 100%;
}
.header-area .navbar-header {
  float: left;
}
.header-area .navbar-header span {
  display: inline-block;
  float: left;
}
.header-area .navbar-collapse {
  float: right;
}
.header-area .img-logo {
  width: 110px;
  height: 43px;
  background: url(../images/remedy/remedy_icon_group.png);
  background-repeat: no-repeat;
  background-position: -172px -59px;
  margin-top: 29px;
}
.header-area .contact-us {
  float: right;
  font-size: 30px;
  color: #5AA9DE;
  font-weight: bold;
  line-height: 92px;
}
/*header end*/
/*top-area start*/
.top-area {
  height: 438px;
  width: 100%;
  background: url(../images/remedy/top_bg.jpg);
  position: relative;
}
.top-area .title-img {
  width: 648px;
  height: 128px;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -324px;
  top: 73px;
}
.top-area .info-content {
  width: 798px;
  height: 170px;
  background: rgba(49, 58, 114, 0.5);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  margin-left: -399px;
  top: 237px;
}
.top-area .info-tip {
  text-align: center;
  font-size: 20px;
  line-height: 64px;
  color: #fff;
}
.top-area .info-tip .num-tip {
  font-size: 22px;
  color: #C0947D;
  margin: 0 3px;
}
.top-area .form-area {
  margin-left: 66px;
  clear: both;
  display: inline-block;
}
.top-area .form-area .input-area {
  width: 467px;
  height: 54px;
  display: inline-block;
  float: left;
  border-radius: 4px 0px 0px 4px;
  background-color: #fff;
}
.top-area .form-area .input-area input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px 0px 0px 4px;
  padding-left: 35px;
  font-size: 18px;
}
.top-area .form-area .fast-track-btn {
  display: inline-block;
  float: left;
  width: 201px;
  height: 54px;
  border-radius: 0px 4px 4px 0px;
  background-color: #C0947D;
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(255, 124, 45, 0.36);
  border: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.top-area .form-area .fast-track-btn:hover {
  background: #875125;
}
.top-area .iphone-tip {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 8px;
}
/*top-area end*/
/*area-title start*/
.area-title {
  height: 196px;
  position: relative;
}
.area-title .en-txt,
.area-title .ch-txt,
.area-title .line-tip {
  position: absolute;
  text-align: center;
}
.area-title .en-txt {
  top: 59px;
  height: 39px;
  color: #E6E6E6;
  font-size: 50px;
  line-height: 42px;
  font-weight: bold;
  width: 100%;
  z-index: 3;
  opacity: 0.5;
  -webkit-mask-image: -webkit-gradient(linear, 0.6 0, 1 bottom, from(#e6e6e6), to(rgba(230, 230, 230, 0)));
}
.area-title .ch-txt {
  font-size: 40px;
  color: #1A1A1A;
  padding: 0 30px;
  top: 99px;
  background-color: #fff;
  z-index: 2;
  left: 50%;
}
.area-title .line-tip {
  width: 1200px;
  height: 0;
  border-bottom: 1px solid #E6E6E6;
  top: 117px;
}
/*area-title end*/
/*reason start*/
.reason-area .ch-txt {
  margin-left: -170px;
}
.reason-list {
  display: inline-block;
  clear: both;
  border: 1px solid #e6e6e6;
  border-left: 0;
  width: 100%;
  margin-bottom: 70px;
}
.reason-list .icon-img {
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  top: 42px;
}
.reason-list .reason-item {
  padding-top: 122px;
  border-left: 1px solid #e6e6e6;
  width: 25%;
  height: 224px;
  display: inline-block;
  float: left;
  position: relative;
}
.reason-list .reason-item p {
  text-align: center;
}
.reason-list .reason-item .text-info {
  font-size: 22px;
  color: #1A1A1A;
  margin-bottom: 16px;
}
.reason-list .reason-item .txt-tip {
  font-size: 14px;
  color: #999;
  line-height: 14px;
  margin-bottom: 8px;
}
/*reason end */
/*resolvent-area start*/
.resolvent-area .ch-txt {
  margin-left: -190px;
}
.resolvent-list {
  display: inline-block;
  clear: both;
  margin-bottom: 70px;
  width: 100%;
}
.resolvent-list .icon-img {
  width: 32px;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  top: 32px;
}
.resolvent-list .resolvent-item {
  width: 393px;
  height: 278px;
  display: inline-block;
  float: left;
}
.resolvent-list .resolvent-item:nth-of-type(2) {
  margin: 0 10px;
}
.resolvent-list .item-head {
  width: 100%;
  height: 130px;
  background-color: #243C7D;
  padding-top: 80px;
  position: relative;
}
.resolvent-list .item-head .item-head-txt {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.resolvent-list .item-content {
  width: 100%;
  height: 148px;
  border: 1px solid #E6E6E6;
  border-top: 0;
  overflow: hidden;
  position: relative;
}
.resolvent-list .item-content .item-txt {
  width: 100%;
  height: 100%;
  padding: 30px 34px;
  line-height: 21px;
  font-size: 14px;
  color: #545454;
  text-align: center;
}
.resolvent-list .item-content .item-refer {
  position: relative;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.resolvent-list .item-content .item-refer a {
  width: 193px;
  height: 41px;
  border-radius: 4px;
  background-color: #C0947D;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 41px;
  position: absolute;
  top: 47px;
  left: 100px;
}
.resolvent-list .item-content:hover .item-refer {
  top: 0;
}
/*resolvent-area end*/
/*consequence-area start*/
.consequence-area {
  background: #eff0f2;
  height: 586px;
}
.consequence-area .ch-txt {
  margin-left: -190px;
  background: #eff0f2;
}
.consequence-list {
  display: inline-block;
  clear: both;
}
.consequence-list .icon-img {
  width: 110px;
  height: 110px;
  left: 30px;
  top: 24px;
}
.consequence-list .consequence-item {
  width: 595px;
  height: 154px;
  border-radius: 10px;
  background-color: #fff;
  padding-left: 162px;
  position: relative;
  padding-top: 39px;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}
.consequence-list .consequence-item:nth-of-type(odd) {
  margin-right: 10px;
}
.consequence-list .consequence-item,
.consequence-list .consequence-item .icon-img {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.consequence-list .consequence-item .icon-08 {
  width: 110px;
  height: 110px;
  top: 24px;
  left: 30px;
  background-position: ;
}
.consequence-list .consequence-item .item-title {
  font-size: 22px;
  color: #1A1A1A;
  margin-bottom: 20px;
  line-height: 22px;
}
.consequence-list .consequence-item .item-txt {
  font-size: 14px;
  color: #999;
  line-height: 21px;
  padding-right: 90px;
}
.consequence-list .consequence-item:hover .icon-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.consequence-list .consequence-item:hover {
  box-shadow: 0px 0px 8px 0px rgba(34, 149, 223, 0.49);
}
/*consequence-area end*/
/*process-area start*/
.process-area .ch-txt {
  margin-left: -130px;
}
.icon-list {
  width: 1000px;
  height: 96px;
  margin-left: 100px;
  margin-top: 24px;
}
.process-list {
  display: inline-block;
  clear: both;
  width: 100%;
  margin-top: 25px;
  padding: 0 25px;
  margin-bottom: 60px;
}
.process-list .process-item {
  display: inline-block;
  float: left;
  width: 20%;
}
.process-list .process-item:nth-of-type(1) {
  padding-left: 16px;
}
.process-list .process-item:nth-of-type(2) {
  padding-left: 10px;
}
.process-list .process-item .item-txt {
  font-size: 16px;
  color: #545454;
  line-height: 24px;
  text-align: center;
}
/*process-area end*/
/*material-area start*/
.material-area {
  background: url(../images/remedy/meterial_bg.jpg);
  background-size: cover;
  height: 545px;
}
.material-area .icon-img {
  width: 112px;
  height: 112px;
  left: 50%;
  margin-left: -56px;
  top: 58px;
}
.material-area .ch-txt {
  margin-left: -190px;
  color: #fff;
  background-color: transparent;
}
.material-area .line-tip {
  border: 0;
  position: absolute;
}
.material-area .line-tip .line-special {
  position: absolute;
  top: 0;
  width: 410px;
  border-bottom: 1px solid #999;
}
.material-area .line-tip .line-special:nth-of-type(1) {
  left: 0;
}
.material-area .line-tip .line-special:nth-of-type(2) {
  right: 0;
}
.material-list {
  width: 100%;
  height: 277px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 30px;
}
.material-list .material-item {
  width: 20%;
  position: relative;
  padding-top: 190px;
  display: inline-block;
  float: left;
  height: 100%;
}
.material-list .material-item .item-txt {
  font-size: 16px;
  color: #1A1A1A;
  text-align: center;
}
/*material-area end*/
/*problem-area start */
.problem-area .ch-txt {
  margin-left: -110px;
}
.problem-area .solution-btn {
  width: 351px;
  height: 50px;
  font-size: 18px;
  color: #243C7D;
  line-height: 50px;
  text-align: center;
  margin: 40px 0 60px 425px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.problem-area .solution-btn.hover-ripple-out:before {
  border-color: #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.problem-area .solution-btn:hover {
  background-color: #243C7D;
  color: #fff;
  border-color: #243C7D;
  cursor: pointer;
  border-radius: 8px;
}
.problem-content {
  display: inline-block;
  clear: both;
}
.problem-content .left-list,
.problem-content .center-img,
.problem-content .right-list {
  display: inline-block;
  float: left;
}
.problem-content .left-list,
.problem-content .right-list {
  width: 351px;
  margin-top: 62px;
}
.problem-content .left-list li,
.problem-content .right-list li {
  height: 50px;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  border-radius: 8px;
  font-size: 18px;
  color: #243C7D;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.problem-content .left-list li:hover,
.problem-content .right-list li:hover {
  background-color: #243C7D;
  color: #fff;
  border-color: #243C7D;
  cursor: pointer;
}
.problem-content .center-img {
  width: 378px;
  text-align: center;
}
.problem-content .center-img img {
  width: 178px;
  height: 327px;
}
.problem-content .left-list {
  margin-left: 60px;
}
/*problem-area start */
/*footer-area start*/
.footer-area {
  width: 100%;
  height: 264px;
  background-color: #010205;
}
.footer-area .address,
.footer-area .blogroll,
.footer-area .blogroll a,
.footer-area .copyright {
  text-align: center;
  font-size: 16px;
  color: #999;
  line-height: 16px;
}
.footer-area .address {
  margin-top: 80px;
}
.footer-area .blogroll {
  margin-top: 40px;
}
.footer-area .blogroll a:hover {
  color: #398FF8;
}
.footer-area .copyright {
  margin-top: 18px;
}
/*footer-area end*/
/*图标 start*/
.icon-01 {
  background-position: -166px -151px;
}
.icon-02 {
  background-position: -469px -151px;
}
.icon-03 {
  background-position: -768px -150px;
}
.icon-04 {
  background-position: -1066px -148px;
}
.icon-05 {
  background-position: -1226px -152px;
}
.icon-06 {
  background-position: -170px -288px;
}
.icon-07 {
  background-position: -573px -287px;
}
.icon-08 {
  background-position: -977px -287px;
}
.icon-09 {
  background-position: -171px -388px;
}
.icon-10 {
  background-position: -398px -388px;
}
.icon-11 {
  background-position: -625px -388px;
}
.icon-12 {
  background-position: -852px -388px;
}
.icon-13 {
  background-position: -1079px -388px;
}
/*图标 end */
