#pagetitle {
  background: #f4f4f4;
}
#pagetitle h1 {
  text-align: left;
  color: #4b74c3;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 0px;
  padding: 10px 0px 10px;
}
.logo2_text{
    position: relative;
    top: -10px;
}
#pageinterior {
  text-align: left;
  padding: 30px 0px 50px;
}
.pagecontent {
  font-size: 15px;
  color: #000;
}
.topmar16 {
  margin-top: 16px;
}
.pagecontent h2 {
  font-weight: 900;
  font-size: 24px;
  color: #000;
}
.topmar32 {
  margin-top: 32px;
}
.cymBody {
  padding: 8px;
  line-height: 130%;
}
.pagecontent h3 {
  font-weight: 500;
  font-size: 21px;
  color: #000;
}
.cymBody strong,
b {
  font-weight: bold;
}
#sidebar {
  font-size: 15px;
}
#sidebar .widget {
  height: auto;
  margin-bottom: 14px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #dc0000;
  border-radius: 8px;
}
#sidebar .widget h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}
.sidenavm1 {
  list-style: square outside none;
  line-height: 125%;
  padding-bottom: 4px;
}
.sidenav,
.sidenav_child {
  color: #000000;
  font-size: 15px;
  padding: 0;
  margin: 0px 0px 8px;
  text-transform: uppercase;
}
.sidenav a,
.sidenav_child a {
  color: #000000;
  font-size: 15px;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.sidenavm2 {
  list-style: square outside none;
  margin-left: 2px;
  line-height: 115%;
  padding-bottom: 4px;
}
.xiangqingjieshao {
  margin-top: 15px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="file"],
input[type="search"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="url"],
input[type="search"] {
  display: inline-block;
  height: 32px;
  width: 85%;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
textarea {
  height: auto;
}
.productslist .thumbnail {
  object-fit: contain;
  width: 100%;
  height: 200px;
}
.pro_descr {
  height: 220px;
  line-height: 1.5;
}
@media screen and (max-width:768px){
    #pagetitle h1{
        font-size: 24px;
    
}
