.titles{text-align: center;margin-bottom: 50px;font-size: 32px;font-weight: bold; max-width:1000px; margin:auto;}
.titles h3{font-size: 34px;color:#000000; line-height:2rem; margin-bottom:10px; text-transform: uppercase;}
.titles h3:after{display: block;content: '';background: url(../images/cptit.jpg) no-repeat center bottom / auto 100%;height: 18px;margin-top: 20px;}
.titles h5{font-size:16px; line-height:34px;margin-bottom:25px;color:#000000;font-weight: 300;}

.titles1{ text-align:center; padding:20px 0px;position: relative; display:flex;flex-direction:column; align-items:center;}
    .titles1 h3 {
        font-family: HelveticaNeueCE;
        font-size: 34px;
        color: #343434;
        line-height: 45px;
        margin-bottom: 10px;
        font-weight: 500;
    }
.titles1 h3 span{color:#df131e;}
.titles1 h3 strong{font-size:34px; padding: 0px 5px; color:#c9000b; text-shadow: 2px 0 2px white, -2px 0 2px white, 0 2px 2px white, 0 -2px 5px white, 2px 2px 4px rgb(0 0 0 / 0.5); /*text-shadow: 2px 2px 5px rgba(0,0,0,0.2);*/}
.titles1 h4{font-size:18px;margin-bottom:25px;color:#212121;font-weight: 400;    display: flex;
    justify-content: center;
    align-items: center;}
    .titles1 h5 {
        font-size: 16px;
        margin-bottom: 30px;
        color: #333;
        font-weight: 300;
    }
.titles1 .line{ background:#b1b1b1; height:1px; width:160px; margin:0 auto; position:relative}
.titles1 .line:after{ display: block; height:5px; width:42px; background:#369ad6; position:absolute; left:50%; margin-left:-21px; top:-2px;
    content: " ";}
.titles1 h4:before {
    content: "";
    width: 50px;
    height: 6px;
    background: url("/images/bg/line-left.png") no-repeat;
    margin-right: 10px;
}
.titles1 h4:after {
    content: "";
    width: 50px;
    height: 6px;
    background: url("/images/bg/line-right.png") no-repeat;
    margin-left: 10px;
}
    .titles1:after {
        content: "";
        width: 50px;
        height: 2px;
        background: #0071b7;
    }

.titles2{ text-align:center; padding:20px 0px;position: relative;}
.titles2 h3{ /*font-family:HelveticaNeueCE; */font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; font-weight: 500;display: inline-block; padding:0px 50px;}
.titles2 h3 b{ color:#e50112;font-weight:bold;}
.titles2 h5{font-size:18px;margin-bottom:25px;color:#212121;font-weight: 300;max-width: 900px;
    margin: auto;
    line-height: 30px;margin-top: 10px;}

.titles2 h3:before {
	content: url("/images/bg/title_bg_left.png");
    width: 77px;
    height: 20px;
	padding-right: 50px;
	overflow: hidden;
	/*display: inline-block;*/
    /*position: absolute;
    top: 45px;
    left: 33%;*/
}
.titles2 h3:after {
    content: url("/images/bg/title_bg_right.png");
    width: 77px;
    height: 8px;padding-left: 50px;
	/*display: inline-block;*/
    /*position: absolute;
    top: 45px;
    right: 33%;*/
}
@media screen and (max-width: 1023px){
	.titles h3{font-size: 24px;}
	.titles h5{font-size: 16px;line-height: 28px;}
	.titles1 h3 {font-size: 24px;}
	.titles1 h5 {font-size: 16px;}
	.titles1:before{left: 15%;}
	.titles1:after{right: 15%;}
}
.w1600{width:1600px; margin: auto;}
.wrap{max-width:1280px;}
.titles3{ text-align:left; padding:20px 0px;position: relative;}
.titles3 h3{ font-family:HelveticaNeueCE; font-size:36px; color:#212121; line-height:38px; font-weight: bold; margin-bottom:10px;}
.titles3 h5{font-size:14px;color:#666;font-weight: 400;text-transform: capitalize;max-width: 800px;margin: auto;}


.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: #0462a0;
    color: #FFFFFF;
    padding: 15px 50px 15px 56px;
    z-index: 2;
    position: relative;
    display: block;
}
.btn1 a:after{content: "\e659";font-family: "iconfont" !important;text-align: center; }
.btn1 a::before {
	content: '';
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .24s ease-in-out;
	transition: -webkit-transform .24s ease-in-out;
	-o-transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out
}
.btn1 a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
.btn1 a:before {background-color: #e70012;}


.btn2 a{display:flex;}
.btn2 span{color: #ffffff;border-color: #124575;background: #124575; font-size:14px;}
.btn2 span {
    display: inline-flex;
    align-items: center;
    height: 3rem;
    border: 1px solid transparent;
    transition: color 0.2s ease, border 0.2s ease, background 0.2s ease;
}
.btn2 .btn-text {
    padding: 0.9rem 1.6rem;
}
.btn2:hover .btn-text{color: #124575;border-color: #124575;background: transparent;}
.btn2 .btn-addon {
    padding: 0.9rem 1.3rem;
    margin-left: 2px;
    font-size: 1.2rem;
}

.btn3 em{width:40px;height: 40px; border:1px solid #0462a0; color:#0462a0;border-radius: 100%;display: flex;justify-content: center;align-items: center; margin-right:10px;}
.btn3 em:before{content:"\e60d";font-family: "iconfont";color:#0462a0;}
.btn3 a{color:#333333; display:flex; flex-direction: row;align-items: center;}
.btn3:hover a{color:#0462a0; }

section{position: relative;overflow: hidden;display: block;}

/*============================================
col-section 栏目
===========================================*/
.col-section{padding: 90px 0px 70px 0px;}
.col-section .wrap{max-width:1180px;}
.col-section ul{display:flex;justify-content: space-around;}
.col-section ul li{width:350px;overflow: hidden; display: block; margin:0px auto;}
.col-section ul li .img{width:100%;padding: 0px; margin: 0px;}
.col-section ul li .img img{max-width:100%;}
.col-section ul li h3{padding:20px 10px 0px 10px; font-size:26px; font-weight: bold;}
.col-section ul li .desc{padding:0px 10px 10px 10px;font-size:14px; font-weight: 500; text-align: left; line-height: 24px;}



/*============================================
ad-section 
===========================================*/
.ad-section{padding:0px 0px; margin: auto; margin-top:0px; position:relative; height: auto; padding:50px 50px; width:100%;}
.ad-section .wrap{display: flex;
    height: 100%;
    max-width: 1280px;
    flex-direction: row;
    justify-content: center;}
.ad-section .ad-cont{width:auto;display: flex; flex-direction: column; justify-content: space-between;justify-content: center;align-items: center;color:#ffffff; max-width:auto;width: 50%;
    flex-shrink: 0;}
.ad-section .ad-t{display:flex; flex-direction: column;align-items: center; padding:20px 0px 50px 0px;}
.ad-section .ad-t h3{font: 600 50px/55px 'Arial';color: #333;text-transform: uppercase;display: flex;justify-content: center;}
.ad-section .ad-t h5{color: #ff0000;display: flex;font: 600 24px / 38px 微软雅黑;padding: 3px;}
.ad-tel{display:flex;flex-direction: row-reverse;}
.ad-tel .ad-tel-info{display:flex;}
.ad-tel-info p{display:flex;flex-direction: column;color: #333; font-size:14px;}
.ad-tel-info p span{font-size:28px; font-weight: bold;line-height: 22px;}
.ad-tel-info:before{width:50px;height: 50px; background: #21499b; color:#FFFFFF; font-family: "iconfont" !important; content:"\e679";border-radius: 50px; display:flex; justify-content: center;align-items: center;margin-right:10px;}
.ad-tel em{margin-right:0px; margin-left:auto;}
.ad-tel em a {
    display: inline-block;
    width: 200px;
    height: 48px;
    background: #21499b;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}
.ad-form{flex:1;margin-left:150px;}
.ad-form .form-group{display: flex;margin:auto;}
.ad-form .form_item{width:98%; float: left; margin:0vh 5% 2vh auto; position: relative;}
.ad-form .form_item input[type="text"]{border: 1px solid #edeef0;
    background: #ffffff;
    border-radius: 5px;
    width: 96%;
    float: left;
    padding: 15px 10px;color: #333;}
.ad-form .form_item input[type="text"]::-webkit-input-placeholder{ color:#ccc; font-size: 14px;}    /* 使用webkit内核的浏览器 */
.ad-form .form_item input[type="text"]:-moz-placeholder{color:#ccc; font-size: 14px;}                  /* Firefox版本4-18 */
.ad-form .form_item input[type="text"]::-moz-placeholder{color:#ccc; font-size: 14px;}                  /* Firefox版本19+ */
.ad-form .form_item input[type="text"]:-ms-input-placeholder{color:#ccc; font-size: 14px;}   
.InputErr{position: absolute; top:10px; right: 5px; color:#ffa53a; font-size: 20px;}
.ad-form .form_item input.yydate{background: url("icon_date.png") no-repeat 97% center transparent;}
#Calendar{width:80%;}
#Calendar table{width:100%;}


.ad-form .form_item select.yySel{border: 1px solid #cecece;
    background: none;
    border-radius: 5px;
    width: 96%;
    float: left;
    padding: 15px 15px 15px 10px;
	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
	background: url("icon_sel.png") no-repeat scroll 96% center transparent;
	color:#cecece;
}
/*.formBox .form_item select.yySel:focus{border:0px;}*/
.ad-form .form_item select.yySel::-ms-expand {display: none;}

.ad-form .form_item select.yySel::-webkit-input-placeholder{ color:#cecece; font-size: 14px;}    /* 使用webkit内核的浏览器 */
.ad-form .form_item select.yySel:-moz-placeholder{color:#cecece; font-size: 14px;}                  /* Firefox版本4-18 */
.ad-form .form_item select.yySel::-moz-placeholder{color:#cecece; font-size: 14px;}                  /* Firefox版本19+ */
.ad-form .form_item select.yySel:-ms-input-placeholder{color:#cecece; font-size: 14px;} 
.ad-form .form_item select.yySel option::-ms-expand{ display: none; }
.ad-form .form_item select.yySel option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none;
}
.ad-form .form_item select.yySel option{margin:10px auto;background: #f5f5f5; font-size:14px; line-height: 2em;
    color: #4cd2b8;}
.ad-form .form_item select.yySel option.default{color:#cecece;}

.ad-form h5{font-size:1.2rem; font-weight: 300; color:#333333;display: block;text-align: left;margin:2vh auto 1vh auto;float: left;width: 99%;}
.ad-form .form_text{width:93%;display: block;}
.ad-form .form_text textarea{width:100%; height:80px;color: #333;border: 1px solid #edeef0; border-radius: 5px;background: #ffffff;padding: 10px;}
.ad-form .form_text textarea::-webkit-input-placeholder{color:#cecece; font-size: 14px;} 
.ad-form .form_text textarea:-moz-placeholder{color:#cecece; font-size: 14px;} 
.ad-form .form_text textarea:-moz-placeholder{color:#cecece; font-size: 14px;} 
.ad-form .form_text textarea:-ms-input-placeholder{color:#cecece; font-size: 14px;}


.ad-form .btn-info{margin-top:2vh;background-color: #21499b;border-color: #21499b;padding:5px 40px;}

/*============================================
company-section 公司简介
===========================================*/
.company-section{position: relative;
  display: block;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
	background: #3681b3;
}
.company-section .wrap{}

.company-c{display:flex;position:relative;margin: 0rem;padding: 0rem;flex-direction: row;width:100%;}
.company-c a{color:#FFFFFF;}
.company-img{width:45%; background-size:cover; background-repeat:no-repeat; flex-shrink: 0;}
.company-cont {flex: 1;padding:60px 100px 20px 100px;color:#FFFFFF;}
.company-cont h3{font-size:30px; font-weight: bold;margin-bottom:26px;}
.company-cont h5{font-size:12px;text-transform: uppercase; font-weight: 500;margin-bottom:26px;}
    .company-cont p strong {font-size:16px; padding-right:1px;}
    .company-cont p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
.company-cont .more{margin-top:50px;}
    .company-cont .more {display: flex;
    }
        .company-cont .more .btn2 {
            background-color: #2aabe4;color:#FFFFFF;height:40px; inset-inline:40px; padding:0px 30px;    display: flex;justify-content: center;align-items: center;font-size: 16px;
        }
        .company-cont .more .jt {
            background-color: #f6c403;
            color: #FFFFFF;
			height:40px; inset-inline:40px;padding:0px;width:40px;    display: flex;justify-content: center;align-items: center;
        }
            .company-cont .more .jt:before {
                font-family: "iconfont";
                content: "\e60d";
            }


/*============================================
prod-section 产品展示
===========================================*/
.prod-section{width:100%; overflow: hidden; padding: 50px 0px 50px 0px; margin: auto;position: relative;border-bottom: 1px solid #efefef;}
.prod-section-bg{z-index: 0;width:100%; max-height:455px;    width: 100%;
    height: 455px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.prod-section .titles{max-width: 1000px;margin: auto;margin-top: 50px;}
.prod-section .titles h3{color: #000000;z-index: 10; font-size:40px; font-weight: bold;}
.prod-section .titles h5{color: #333333; z-index: 9;font-size:20px;}
.prod-section .titles h6{z-index: 8; font-size:70px; text-transform: uppercase; color:rgba(0,0,0,0.05); margin-top:-150px;}

ul.prod-cont {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.prod-cont li {
    width: calc((100% / 4) - 1%);
    height: auto;
    margin-left: 0px;
    margin-right: 0.5%;
    margin-bottom: 2.5%;
    float: left;
    overflow: hidden;
    position: relative;
    /*background: #f8f8f8;*/ /*box-shadow: 5px 5px 20px rgba(0,0,0,0.2);*/
    max-width: 470px;
	border-bottom:1px solid #eeeeee;
}

    .prod-cont li:nth-of-type(3n) {
        margin-right: 0px;
    }

    .prod-cont li .Images {
        width: 100%;
        height: auto;
        max-height: 315px;
        margin: auto;
        overflow: hidden;
    }

    .prod-cont li img {
        max-width: 100%;
		width: 100%;
    	height: 280px;
        margin: auto;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s;
    }

    .prod-cont li:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .prod-cont li .Names {
        height: 60px;
        line-height: 60px;
        text-align: left;
		text-indent: 2rem;
		background: none;
    }

        .prod-cont li .Names a {
            font-size: 16px;
            color: #333333;
            transition: 0.5s;
        }

    .prod-cont li:hover .Names {
        background: #0462a0;
    }

        .prod-cont li:hover .Names a {
            color: #FFFFFF;
        }

    .prod-cont li span {
        width: 100%;
        line-height: 30px;
        font-size: 18px;
        color: #333;
        text-align: left;
        margin: auto 0px;
        display: block;
        padding: 20px 30px;
    }

    .prod-cont li .btn-tl {
        height: 45px;
        width: 70px;
        position: absolute;
        bottom: 0px;
        right: 0px;
        text-align: center;
        font-size: 18px;
        line-height: 45px;
        background: #01005c;
        background: linear-gradient(135deg, transparent 10px, #01005c 0) bottom left;
    }

.prod-section .btn1 {
    justify-content: center;
    margin-top: 26px;
}

    .prod-section .btn1 a {
        padding: 15px 50px;
        border-radius: 0px;
    }


/*============================================
ys-section 公司优势
===========================================*/
.ys-section{}
.ys-c{display:flex; flex-wrap: wrap;justify-content: space-around;}
.ys-c dl{width:calc(50% - 40px);height:530px; margin-bottom: 40px; display: flex;overflow: hidden;position: relative;}
.ys-c dl:nth-child(2n){flex-direction: row-reverse;}
.ys-c dl dt{width:260px; height:530px; line-height: 0; overflow: hidden;flex-shrink: 0;}
.ys-c dl dt img{width:100%; transition: 1s;}
.ys-c dl dd{width:420px; height:530px;float:left; border:1px solid #EDEDF2; box-sizing: border-box;background:#F5F5F7;position: relative;padding:46px 60px 0 64px;}
.ys-c dl dd h4{line-height: 79px; height:79px;font-size: 22px; color:#333333; font-weight: normal;}
.ys-c dl dd p{ line-height: 35px;font-size: 16px; color:#595959; margin-bottom: 20px; text-align: justify;}
.ys-c dl dd strong{display: block; width:120px; height:40px; border:1px solid #0462a0; box-sizing: border-box; transition: .5s;    display: flex;align-items: center;justify-content: center;}
.ys-c dl dd strong a{display: block;text-align: center;}
.ys-c dl dd strong a i{display: inline-block; color:#0462a0; font-weight: normal; transition: .5s;font-size: 16px;}
.ys-c dl dd strong a i:after{font-family: "iconfont";content: "\e61f"; font-size: 18px; color:#0462a0; font-weight: normal; transition: .5s; margin-left:5px;}
.ys-c dl dd:hover,.ys-c dl dd:hover i{color:#FFFFFF;}
.ys-c dl dd:hover i:after{color:#FFFFFF;}
.ys-c dl dd em{display: block; width:140px; height:140px; color:#FFFFFF; overflow: hidden; border-radius: 70px; background:#0462a0;}

.ys-c dl:nth-child(1) em{position:absolute; right: -70px; bottom: -70px;text-align: left;padding-left: 35px;padding-top: 35px;}
.ys-c dl:nth-child(2) em{position:absolute;left:-70px; bottom: -70px;text-align: right;padding-right: 35px;padding-top: 35px;}
.ys-c dl:nth-child(3) em{position:absolute; right: -70px; top: -70px;text-align: left;padding-left: 35px;padding-top: 80px;}
.ys-c dl:nth-child(4) em{position:absolute;left:-70px; top: -70px;text-align: left;padding-left: 70px;padding-top: 80px;}

.ys-c dl:hover dt img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.ys-c dl:hover dd strong{background:#0462a0;}


/*============================================
news-section 首页新闻
===========================================*/
.news-section{width:100%; margin: auto; padding: 50px 0px 50px 0px;background: #ffffff url(/images/bg/bg-news.jpg) bottom center no-repeat; background-size:cover;}
.news-section .news-wrapper{display:flex;justify-content: space-around;}
.news-section .wrap{max-width:1200px;}
.news-c{width:49%; display: flex; flex-direction: column;}
.news-c .news-img{width:100%; }
.news-img img{max-width:100%;}

.news-c ul{    margin: 10px 0px;}
.news-c ul li{display: flex;max-width:550px; margin: 15px 0px;}
.news-c ul li .times{width:85px; height: 85px;display:flex; flex-direction: column; justify-content: center; align-items: center; background:#f2f2f2; flex-shrink: 0;}
.news-c ul li .times a{display: flex;flex-direction: column;align-items: center;}
.news-c ul li .times h5{font-size: 24px; margin: 0px; padding: 0px; font-weight: 500;}
.news-c ul li .times span{font-size:14px; font-weight: 300; color:#666;}
.news-c ul li .item-content{ flex: 1; margin-left:20px; display: flex; flex-direction: column;}
.news-c ul li .item-content .Names{font-size:16px;font-weight: 500;margin-bottom:5px;}
.news-c ul li .item-content .Desc{font-size:14px; font-weight: 300; line-height: 20px; width:100%; height:60px; overflow: hidden;}
.news-c ul li .item-content .art_more{display:none;}

.yqlj-section{padding-bottom:50px;}
.yqlj-section h3{border-bottom:1px solid #efefef;font-size: 20px;display: flex;align-items: center;}
.yqlj-section h3 span{font-size:34px; font-weight: bold; margin-right:10px;}
.yqlj-section a{font-size:14px; margin-right:10px;}

@media screen and (max-width: 1920px){}
@media screen and (max-width: 1600px)
{
	.wrap{max-width:1400px;}
}
@media screen and (max-width: 1440px)
{
	.wrap{max-width:1280px;}
	.company-img img{max-width: 100%;width: 100%;}
	.company-cont{padding:30px 60px;}
	.company-cont h3{margin-bottom:10px;}
	.company-cont h5{margin-bottom:10px;}
	
	.ys-c dl dd h4{font-size:22px;}
	.ys-c dl dd p{font-size: 14px;line-height: 30px;}
}
@media screen and (max-width: 1366px)
{
	.wrap{max-width:1200px;}	
}
@media screen and (max-width: 1280px)
{
	.wrap{max-width:1200px;}
}
@media  (min-width: 1024px) and (max-width:1199px)
{
	/*.wrap{width:100%;}*/
	.header_t{display: block;}
	.h_desc .header_logo h3{font-size:20px;}
	
	.wrap{max-width:100%;}

	.news-section{padding:0px 0px 50px 0px;}
	
	.footer .wrap{display: none;}
}
@media screen and (max-width: 1023px){
	.titles1 h3{font-size:2.8rem; line-height: 1rem;}
	.titles1 h4{font-size:1.4rem;}
	.titles1:before {left: 10%; top:5.5rem;}
	.titles1:after {right: 10%; top:5.5rem;}
	
	.wrap{max-width: 100%; padding:0px 15px;}
	
	.search-section{display: none;}
	
	.mb_none{display: none;}
	
	.prod-cont li {
    width: calc((100% / 2) - 1%);
    height: auto;
    margin-left: 0px;
    margin-right: 0.5%;
    margin-bottom: 2.5%;
    float: left;
    overflow: hidden;
    position: relative;
    background: #f8f8f8; /*box-shadow: 5px 5px 20px rgba(0,0,0,0.2);*/
    max-width: 470px;
}

    .prod-cont li:nth-of-type(2n) {
        margin-right: 0px;
    }

	.form-section{padding-top: 3rem;padding-bottom: 1rem;}
	.form-wrapper{padding: 0px 2rem;}
	.form-box ul li img{max-width:100%;}

	.news-section{padding: 50px 0px;}
	
}

@media screen and (max-width: 767px)
{
	
	.form-wrapper{padding: 0px; flex-direction: column;}
	.form-wrapper .form-box{width:100%;}
	.form-wrapper .quote-box{width:100%; margin-top:5rem;}
	.form-wrapper .form-title{padding: 0px 2rem;}
	
	.company-c{flex-direction: column;}
	.company-img{width:100%;}
	.company-img img{max-width:100%;}
	.company-cont{width:100%; padding:50px;}
	.ys-section{padding-top:20px;}
	
	.ys-c dl{width: 100%;height: auto;margin: 0px;flex-direction: column;}
	.ys-c dl dt{width:100%;height: auto;max-height:280px; overflow: hidden;}
	.ys-c dl dt img{max-width:100%; height: auto;}
	.ys-c dl dd{width:100%;height: auto; padding:20px;}
	
	.news-section .news-wrapper{flex-direction: column;}
	.news-c{width: 100%;}
	.news-c .Desc span{font-size:14px !important; text-indent: inherit !important; word-spacing:normal !important; line-height:20px !important;font-family:"sans-serif" !important;}
}
@media screen and (max-width: 425px)
{
	.titles1 h3{font-size:2rem;}
	.prod-cont li img{height:200px;}
}
@media screen and (max-width: 414px)
{
	
	
}


@media screen and (max-width: 375px)
{
	.titles1 h3{font-size: 2.2rem;}
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}