@charset "utf-8";

body {
  /* background: url("../images/body.png") no-repeat center bottom; */
  max-width: 1920px;
  min-width: 1380px;
  margin: 0 auto;
  overflow-x: hidden;
}


.try-head {
  width: 100%;
  height: 249px;
  background: url("../images/banner.jpg") no-repeat center center;
  box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.15);
}

.try-head-img {
  padding-top: 75px;
  text-align: center;
}

.try-cont{
  width: 100%;
  /* height: 202px; */
  background: url("../images/body.png") no-repeat center bottom;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 135px;
}

.try-back{
  width: 100%;
  border-bottom: 1px solid #dbe9ff;

}

.try-back-center{
  width: 940px;
  height: 70px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 30px;
}

.try-back a{
  font: 16px/30px 'Microsoft YaHei';
  color: #144597;
  font-weight: bold;
  display: block;
  background: url("../images/back.png") no-repeat left;
  float: right;
  padding-left: 30px;
  margin-top: 30px;
  transition: all 0.3s;
}

.try-back a:hover{
  margin-top: 25px;
}

.try-index{
  width: 933px;
  /* height: 70px; */
  background:#fff url("../images/bg.png") no-repeat center top;
  margin: 50px auto 0;
  /* overflow: hidden; */
  border: 1px solid #dbe9ff;
  border-radius: 10px;
  box-sizing: border-box;
  padding-bottom: 35px;
}

.try-bt{
  margin: 45px 0 0 -11px;
}

.try-bt h2{
  width: 272px;
  height: 73px;
  background: url("../images/bt.png") no-repeat center center;
  font: 30px/63px 'Microsoft YaHei';
  color: #c08717;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 85px;
}

.try-index ul{
  width: 850px;
  margin: 38px 0 0 40px;
}

.try-index ul li{
  overflow: hidden;
  margin-bottom: 13px;
}

.try-index ul li p{
  float: left;
  font: 18px/56px 'Microsoft YaHei';
  color: #333333;
}

.try-index ul li input{
  width: 795px;
  height: 56px;
  float: right;
  background-color: #f2f7fe;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding-left: 18px;
  font-size: 16px;
}


.try-index ul li input::placeholder {
  font-size: 16px;
  color: #888; /* 文本颜色 */
}

.try-zy{
  margin: 30px 0 0 40px;
}

.try-zy h2{
  font: 18px/50px 'Microsoft YaHei';
  color: #0b0b0b;
}

.try-zy-cont{
  width: 854px;
  height: 182px;
  background: url("../images/zy.png") no-repeat center center;
}

.try-sc{
  width: 852px;
  height: 114px;
  background: url("../images/sc.png") no-repeat center center;
  margin: 40px 0 0 40px;
}

.try-tj{
  text-align: center;
}

.try-tj button{
  margin: 40px auto 0;
  width: 103px;
  height: 44px;
  background-color: #4883f5;
  border-radius: 22px;
  font: 17px/44px 'Microsoft YaHei';
  color: #ffffff;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.36s;
}

.try-tj button:hover{
  transform: scale(1.05);
}


.try-foot{
  width: 100%;
  height: 185px;
  box-sizing: border-box;
  background-color: #0c3e8e;
  padding: 70px;
}

.try-foot h2{
  font: 16px/26px 'Microsoft YaHei';
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.try-foot h3{
  font: 14px/26px 'Microsoft YaHei';
  color: #fff;
  text-align: center;
}

/* 详情页 */

.try-xq{
  width: 1285px;
  margin: 85px auto 0;
}

.try-xq-i{
  padding-bottom: 25px;
  border-bottom: 1px solid #d1dbea;
}

.try-xq-i:nth-child(2){
  margin-top: 50px;
}

.try-xq-i h2{
  width: 270px;
  height: 60px;
  background-color: #0c3e8e;
  border-radius: 30px;
  text-align: center;
  font: 25px/60px 'Microsoft YaHei';
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 40px;
}

.try-xq-i-cont p{
  font: 16px/24px 'Microsoft YaHei';
  color: #121212;
  text-align: justify;
  margin-bottom: 20px;
}

.try-xq-i-cont p span{
  font-weight: bold;
}

.try-ewm{
  margin: 25px auto 50px;
  width: 310px;
  overflow: hidden;
}

.try-ewm img{
  display: block;
}