﻿body{
    font-family: Arial, Helvetica, sans-serif;
}
p{
	padding: 0px;
	margin: 0px;
}
a, button{
	outline: 0 !important;
	text-decoration: none !important;
}
blockquote{
	border-left: 5px solid #015f95;
}
blockquote p{
	margin-top: 0px !important;
}
h1, .h1, h2, .h2, h3, .h3 h4 .h4 {
    margin-bottom: auto;
    margin-top: auto;
}
img {
    border: 0 none;
    font-size: 0;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    vertical-align: middle;
}
a{
	color :black;
}
a:hover{
	color : #0496DA;
}
img{border:0;font-size:0;max-width:100%;height:auto;-ms-interpolation-mode:bicubic;vertical-align:middle; margin: 0px auto;}

embed,object,iframe {
    height: auto\9;
    width: 100%;
    min-height: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.title_block{
	font-size: 18px;
	color: #FCB813;
}

.content_block p {
    margin-top: 15px;
    line-height: 24px;
}

.content p {
    margin-top: 15px;
    line-height: 24px;
}

[data-notify="container"] {
    width: auto;
    padding: 5px;
}

[data-notify="dismiss"] {
    top: 8px !important;
    right: 3px !important;
}

[data-notify="message"] {
    margin-right: 15px !important;
}
.hotline_detail{
    font-size: 20px;
    color:red;
    margin-bottom: 15px;
}
embed,object,iframe {
    height: auto\9;
    width: 100%;
    min-height: auto;
}
.mm-menu a{
    text-transform: uppercase;
}

.ty-wysiwyg-content{
    padding-left: 15px;
    padding-right: 15px;
}

.ty-wysiwyg-content ul{
    padding-left: 0px;
    padding-top: 15px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.slick-prev{
        left: 18px !important;
    }
    .slick-next{
        right: 25px !important;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.slick-prev{
        left: 18px !important;
    }
    .slick-next{
        right: 25px !important;
    }
}