@charset "utf-8";
.tit1 h1{width: 32%;padding-right:19%}
/*---------MEDIA QUERIES Mobile phone--------------*/
@media (min-device-width:1800px) and (max-width:1919px),
       screen and (max-device-width:1919px) {
    .tit1 h1{text-align: right;width:45%}
}
@media (min-device-width:1400px) and (max-width:1799px),
       screen and (max-device-width:1799px) {
    .tit1 h1{text-align: right;width:60%}
}
@media (min-device-width:1000px) and (max-width:1399px),
       screen and (max-device-width:1400px) {
    .tit1 h1{text-align: right;width: 80%}
}	   
@media (min-device-width:320px) and (max-width:689px),(max-device-width:480px){
	.topbg,.w1000,.header{width:1000px !important}
	.topbg{background:url(images/topbg.jpg) no-repeat -650px 0;}
	.tit1{margin-top: 20px;background:url(images/editbg.png) no-repeat -200px 0;}
	.tit1 h1{text-align:center;width:50%;padding-left: 20%}
}
