body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-size: 12px;
	position: relative;
	font-family: '微软雅黑';
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #000000;
	text-decoration: none !important;
}
a:hover {
	color: #a1191a;
	text-decoration: none !important;
}
em {
	font-style: normal;
}
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	word-wrap: break-word;
}
input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus {
    outline: none;
}
*::selection {
	background-color: #a1191a;
    color: white;
}
*::-moz-selection {
	background-color: #a1191a;
    color: white;
}
*::-webkit-selection {
	background-color: #a1191a;
    color: white;
}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
@media only screen and (max-width: 991px) {
	.container {
		padding: 0;
		width: 650px;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		width: 330px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		padding: 0;
		width: 780px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 900px;
	}
}
@media only screen and (min-width: 1400px) {
	.container {
		width: 1100px;
	}
}
@media only screen and (min-width: 1600px) {
	.container {
		width: 1270px;
	}
}
/*公共头部样式*/
header {
	top: 0px;
	left: 0px;
    z-index: 100;
	width: 240px;
	height: 100%;
	position: fixed;
	padding-left: 65px;
	background-color: #FFFFFF;
	border-right: 1px solid #dddddd;
}
.logo {
	width: 107px;
	display: block;
	margin: 45px 0 0;
	overflow: hidden;
	position: relative;
}
.logo img {
	width: 100%;
}
.header-menu {
	width: 140px;
	overflow: hidden;
	margin: 110px 0 0;
}
.header-menu p {
	width: 140px;
	height: 23px;
	font-size: 18px;
	overflow: hidden;
	margin: 0 0 25px;
	line-height: 23px;
	padding-left: 6px;
	position: relative;
}
.header-menu p a {
	color: #666666;
}
.header-menu p:after {
	top: 11px;
	left: 85px;
	width: 0px;
	height: 1px;
	content: '';
	display: block;
	overflow: hidden;
	position: absolute;
	background-color: #a1191a;
	transition: width 0.5s;
}
.header-menu p.active a {
	color: #a1191a;
	font-weight: bold;
}
.header-menu p a:hover {
	color: #a1191a;
}
.header-menu p.active:after,.header-menu p:hover:after {
	width: 55px;
}
.header-bottom {
	left: 65px;
	bottom: 40px;
	width: 100px;
	text-align: center;
	position: absolute;
}
.header-bottom .header-en {
	float: left;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	overflow: hidden;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 18px;
	font-family: arial;
	transition: all 0.5s;
	background-color: #717171;
}
.header-bottom span {
	float: left;
	width: 40px;
	height: 40px;
	color: #717171;
	display: block;
	cursor: pointer;
	font-size: 16px;
	overflow: hidden;
	line-height: 40px;
	border-radius: 50%;
	transition: all 0.5s;
	background-color: #e3e3e3;
}
.header-bottom .header-en:hover,.header-bottom span:hover {
	color: #FFFFFF;
	background-color: #a1191a;
}
.header-bottom p {
	left: -45px;
	width: 200px;
	display: none;
	color: #b6b6b6;
	font-size: 12px;
	margin: 25px 0 0;
	overflow: hidden;
	line-height: 18px;
	position: relative;
}
.header-bottom p a {
	color: #b6b6b6;
}
.header-bottom p a:hover {
	color: #a1191a;
	text-decoration: underline !important;
}
.header-search {
	top: 0px;
	right: 0px;
	z-index: 90;
	height: 100%;
	display: none;
	position: fixed;
	overflow: hidden;
	padding: 0 200px;
	width: -moz-calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	width: calc(100% - 240px);
	background-color: rgba(0,0,0,0.9);
}
.search-content {
	top: 50%;
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin-top: -120px;
	position: relative;
}
.search-content input {
	float: left;
	border: none;
	height: 120px;
	color: #FFFFFF;
	display: block;
	font-size: 48px;
	overflow: hidden;
	background-color: transparent;
	border-bottom: 2px solid #EFEFEF;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
}
.search-content span {
	float: right;
	width: 100px;
	height: 120px;
	color: #a1191a;
	display: block;
	cursor: pointer;
	font-size: 64px;
	overflow: hidden;
	line-height: 120px;
	text-align: center;
	transition: all 0.35s;
	background-color: transparent;
}
@media only screen and (max-width: 991px) {
	header {
	    width: 100%;
	    height: 220px;
	    padding-left: 0;
	    border-right: none;
	    border-bottom: 1px solid #dddddd;
	}
	.logo {
	    float: left;
	    width: 151px;
	    margin: 33px 0 0;
	}
	.header-menu {
		margin: 0;
		left: 0px;
		top: 220px;
		width: 100%;
		display: none;
	    padding: 50px 0;
		position: fixed;
		background-color: #ffffff;
		height: -moz-calc(100% - 220px);
		height: -webkit-calc(100% - 220px);
		height: calc(100% - 220px);
	}
	.header-menu p {
	    width: 650px;
	    height: 50px;
	    font-size: 36px;
	    line-height: 50px;
	    margin: 0 auto 25px;
	}
	.header-menu p:after {
	    top: 24px;
	    left: 180px;
	    height: 2px;
	}
	.header-menu p.active:after,.header-menu p:hover:after {
		width: -moz-calc(100% - 180px);
		width: -webkit-calc(100% - 180px);
		width: calc(100% - 180px);
	}
	.header-bottom {
		left: 0px;
		bottom: 0px;
		width: 135px;
		float: right;
		padding: 42px 0 0;
		position: relative;
	}
	.header-bottom .header-en,.header-bottom span {
		width: 55px;
		height: 55px;
		font-size: 22px;
		line-height: 53px;
	}
	.header-bottom .header-en {
		margin-right: 25px;
	}
	.header-icon {
		width: 54px;
		height: 54px;
		float: right;
		margin: 40px 0 0;
		position: relative;
	}
	.header-icon li {
		top: 50%;
		left: 50%;
		width: 54px;
		height: 10px;
		overflow: hidden;
		position: absolute;
		border-radius: 5px;
		background-color: #af2021;
	}
	.header-icon li:nth-of-type(1) {
		margin: -20px 0 0 -27px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -5px 0 0 -17px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 10px 0 0 -27px;
	}
	.header-icon.icon-click li:nth-of-type(1) {
		margin: -5px 0 0 -27px;
		transform: rotate(45deg);
	}
	.header-icon.icon-click li:nth-of-type(2) {
		opacity: 0;
	}
	.header-icon.icon-click li:nth-of-type(3) {
		margin: -5px 0 0 -27px;
		transform: rotate(-45deg);
	}
	.header-search {
		padding: 0;
		width: 100%;
	}
	.search-content {
		width: 650px;
		margin: -60px auto 0;
	}
}
@media only screen and (max-width: 750px) {
	header {
	    height: 105px;
	}
	.logo {
	    width: 76px;
	    margin: 15px 0 0;
	}
	.header-menu {
		top: 105px;
	    padding: 30px 0;
		height: -moz-calc(100% - 105px);
		height: -webkit-calc(100% - 105px);
		height: calc(100% - 105px);
	}
	.header-menu p {
	    width: 330px;
	    height: 40px;
	    font-size: 28px;
	    line-height: 40px;
	    margin: 0 auto 10px;
	}
	.header-menu p:after {
	    top: 19px;
	    left: 135px;
	}
	.header-menu p.active:after,.header-menu p:hover:after {
		width: -moz-calc(100% - 135px);
		width: -webkit-calc(100% - 135px);
		width: calc(100% - 135px);
	}
	.header-bottom {
		width: 70px;
		padding: 15px 0 0;
	}
	.header-bottom .header-en,.header-bottom span {
		width: 30px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
	.header-bottom .header-en {
		margin-right: 10px;
	}
	.header-icon {
		width: 26px;
		height: 26px;
		margin: 15px 0 0;
	}
	.header-icon li {
		width: 26px;
		height: 4px;
		border-radius: 2px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -10px 0 0 -13px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -2px 0 0 -8px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 6px 0 0 -13px;
	}
	.header-icon.icon-click li:nth-of-type(1),.header-icon.icon-click li:nth-of-type(3) {
		margin: -2px 0 0 -13px;
	}
	.search-content {
		width: 330px;
		margin: -60px auto 0;
	}
	.search-content input {
		height: 60px;
		font-size: 24px;
		border-bottom-width: 1px;
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	.search-content span {
		width: 50px;
		height: 60px;
		font-size: 28px;
		line-height: 60px;
	}
}
@media only screen and (min-width: 992px) {
	header {
		width: 170px;
	    padding-left: 32px;
	}
	header .container {
		width: 100%;
	}
	.logo {
		margin: 30px 0 0;
	}
	.header-menu {
	    width: 120px;
	    margin: 70px 0 0;
	}
	.header-menu p {
		height: 20px;
		font-size: 14px;
		margin: 0 0 15px;
		line-height: 20px;
		padding-left: 5px;
	}
	.header-menu p:after {
		top: 10px;
		left: 66px;
	}
	.header-bottom {
		left: 32px;
	}
	.header-bottom p {
    	left: -47px;
		margin: 15px 0 0;
		transform: scale(0.8);
	}
	.header-icon {
		display: none;
	}
	.header-menu p.active:after,.header-menu p:hover:after {
		width: 30px;
	}
	.header-search {
		padding: 0 100px;
		width: -moz-calc(100% - 170px);
		width: -webkit-calc(100% - 170px);
		width: calc(100% - 170px);
	}
}
@media only screen and (min-width: 1200px) {
	header {
		width: 200px;
	    padding-left: 45px;
	}
	.logo {
	    margin: 40px 0 0;
	}
	.header-menu {
	    width: 130px;
	    margin: 90px 0 0;
	}
	.header-menu p {
		font-size: 16px;
		margin: 0 0 20px;
	}
	.header-menu p:after {
		left: 74px;
	}
	.header-bottom {
		left: 45px;
	}
	.header-bottom p {
    	left: -45px;
		margin: 20px 0 0;
		transform: scale(0.9);
	}
	.header-menu p.active:after,.header-menu p:hover:after {
		width: 40px;
	}
	.header-search {
		padding: 0 150px;
		width: -moz-calc(100% - 200px);
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
	}
}
@media only screen and (min-width: 1600px) {
	header {
		width: 240px;
	    padding-left: 65px;
	}
	.logo {
	    margin: 45px 0 0;
	}
	.header-menu {
	    width: 140px;
	    margin: 110px 0 0;
	}
	.header-menu p {
		height: 23px;
		font-size: 18px;
		margin: 0 0 25px;
		line-height: 23px;
		padding-left: 6px;
	}
	.header-menu p:after {
		top: 11px;
		left: 85px;
	}
	.header-bottom {
		left: 65px;
	}
	.header-bottom p {
		margin: 25px 0 0;
		transform: scale(1);
	}
	.header-menu p.active:after,.header-menu p:hover:after {
		width: 55px;
	}
	.header-search {
		padding: 0 200px;
		width: -moz-calc(100% - 240px);
		width: -webkit-calc(100% - 240px);
		width: calc(100% - 240px);
	}
}

/*公共底部样式*/
footer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.footer-top {
	width: 100%;
	overflow: hidden;
	padding: 75px 0 100px;
	background-color: #f9f9f9;
}
.footer-contact {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.footer-contact>img {
	top: 25px;
	left: 50%;
	position: absolute;
	margin-left: -493px;
}
.footer-contact a {
	z-index: 1;
	float: left;
	width: 220px;
	height: 48px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	overflow: hidden;
	line-height: 44px;
	font-weight: bold;
	text-align: center;
	position: relative;
	border-radius: 24px;
	transition: all 0.35s;
	margin: 60px 75px 0 50%;
	background-color: #a1191a;
	border: 2px solid #a1191a;
}
.footer-contact a span {
	z-index: 1;
	position: relative;
}
.footer-contact a:before {
	top: 50%;
	left: 50%;
	content: '';
	width: 440px;
	height: 440px;
	display: block;
	overflow: hidden;
	position: absolute;
	transition: all 0.35s;
	transform: rotate(45deg);
	background-color: #FFFFFF;
	margin: -190px 0 0 -625px;
}
.footer-contact a:hover {
	color: #a1191a;
	box-shadow: 0px 0px 17px rgba(161,25,26,0.4);
}
.footer-contact a:hover:before {
	margin: -190px 0 0 -375px;
}
.footer-wx {
	z-index: 1;
	float: left;
	width: 120px;
	overflow: hidden;
	position: relative;
}
.footer-wx img {
	width: 100%;
}
.footer-top ul {
	width: 100%;
	margin: 65px 0 0;
	overflow: hidden;
}
.footer-top ul li {
	float: left;
	height: 190px;
	margin-left: 125px;
	padding: 5px 0 0 20px;
	border-left: 1px solid #d0d0d0;
	width: -moz-calc(20% - 125px);
	width: -webkit-calc(20% - 125px);
	width: calc(20% - 125px);
}
.footer-top ul li h4 {
	font-size: 18px;
	margin: 0 0 20px;
	line-height: 25px;
	font-weight: bold;
}
.footer-top ul li p {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 20px;
}
.footer-top ul li h4 a {
	color: #333333;
}
.footer-top ul li p a {
	color: #939393;
}
.footer-top ul li h4 a:hover,.footer-top ul li p a:hover {
	color: #a1191a;
	text-decoration: underline !important;
}
.footer-bottom {
	width: 100%;
	color: #8b8b8b;
	overflow: hidden;
	text-align: right;
	line-height: 20px;
	padding: 20px 65px 25px;
	background-color: #2c2c2c;
}
.footer-bottom a {
	color: #8b8b8b;
}
.footer-bottom a:hover {
	color: #a1191a;
	text-decoration: underline !important;
}
footer .footer-mail {
	left: 50%;
	width: 60px;
	height: 60px;
	bottom: 35px;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
}
.footer-mail:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	background: #a1191a url(../img/mail.png);
	background-repeat: no-repeat;
	background-position: center;
}
.footer-mail:before {
	top: 50%;
	left: 50%;
	content: '';
	width: 40px;
	height: 40px;
	opacity: 0.3;
	display: block;
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	transition: all 0.5s;
	margin: -20px 0 0 -20px;
	background-color: #a1191a;
}
@-moz-keyframes mailBg {
	from{opacity: 0.3;transform: scale(1);}
	to{opacity: 0;transform: scale(5);}
}
@-ms-keyframes mailBg {
	from{opacity: 0.3;transform: scale(1);}
	to{opacity: 0;transform: scale(5);}
}
@-webkit-keyframes mailBg {
	from{opacity: 0.3;transform: scale(1);}
	to{opacity: 0;transform: scale(5);}
}
@keyframes mailBg {
	from{opacity: 0.3;transform: scale(1);}
	to{opacity: 0;transform: scale(5);}
}
footer .footer-mail:hover:before {
	-webkit-animation: mailBg 1s 0s infinite;
	animation: mailBg 1s 0s infinite;
}
@media only screen and (max-width: 991px) {
	.footer-top {
		padding: 60px 0 15px;
	}
	.footer-contact>img {
		top: 0px;
		width: 396px;
		margin-left: -255px;
	}
	.footer-contact a {
		float: right;
		width: 190px;
		height: 44px;
		font-size: 18px;
		line-height: 40px;
		border-radius: 22px;
		margin: 25px 20px 0;
	}
	.footer-wx {
		left: 50%;
		float: none;
		width: 120px;
		margin: 90px 0 0 -60px;
	}
	.footer-top ul {
		margin: 55px 0 0;
	}
	.footer-top ul li {
		float: left;
		height: 205px;
		padding: 0 0 0 20px;
		margin: 0 120px 55px 0;
		border-left-width: 2px;
		width: -moz-calc(33.33% - 80px);
		width: -webkit-calc(33.33% - 80px);
		width: calc(33.33% - 80px);
	}
	.footer-top ul li:nth-of-type(3n) {
		margin: 0 0 55px;
	}
	.footer-top ul li:nth-of-type(4),.footer-top ul li:nth-of-type(5) {
		height: 160px;
	}
	.footer-top ul li h4 {
		font-size: 26px;
		margin: 0 0 20px;
		line-height: 30px;
	}
	.footer-top ul li p {
		margin: 8px 0 0;
		font-size: 21px;
		line-height: 25px;
	}
	.footer-bottom {
		font-size: 21px;
		line-height: 30px;
		text-align: center;
		padding: 55px 0 35px;
	}
	footer .footer-mail {
		width: 66px;
		height: 66px;
		bottom: 87px;
		margin-left: -33px;
	}
	.footer-mail:after {
		width: 26px;
		height: 26px;
		margin: -13px 0 0 -13px;
	}
}
@media only screen and (max-width: 750px) {
	.footer-top {
		padding: 40px 0 10px;
	}
	.footer-contact>img {
		width: 200px;
		margin-left: -130px;
	}
	.footer-contact a {
		width: 100px;
		height: 34px;
		font-size: 14px;
		line-height: 30px;
		border-radius: 17px;
		margin: 15px 10px 0;
	}
	.footer-wx {
		width: 90px;
		margin: 60px 0 0 -45px;
	}
	.footer-top ul {
		margin: 30px 0 0;
	}
	.footer-top ul li {
		height: 140px;
		padding: 0 0 0 10px;
		margin: 0 30px 30px 0;
		border-left-width: 1px;
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
	}
	.footer-top ul li:nth-of-type(3n) {
		margin: 0 0 30px;
	}
	.footer-top ul li:nth-of-type(4),.footer-top ul li:nth-of-type(5) {
		height: 100px;
	}
	.footer-top ul li h4 {
		font-size: 18px;
		margin: 0 0 10px;
		line-height: 22px;
	}
	.footer-top ul li p {
		margin: 5px 0 0;
		font-size: 14px;
		line-height: 18px;
	}
	.footer-bottom {
		font-size: 12px;
		line-height: 20px;
		padding: 30px 0 20px;
	}
	footer .footer-mail {
		width: 44px;
		height: 44px;
		bottom: 48px;
		margin-left: -22px;
	}
	.footer-mail:after {
		width: 20px;
		height: 20px;
		margin: -10px 0 0 -10px;
	}
}
@media only screen and (min-width: 992px) {
	.footer-top {
		padding: 50px 0 60px;
	}
	.footer-contact>img {
		margin-left: -388px;
	}
	.footer-contact a {
		margin: 60px 50px 0 50%;
	}
	.footer-top ul {
		margin: 40px 0 0;
	}
	.footer-top ul li {
		margin-left: 30px;
		width: -moz-calc(20% - 30px);
		width: -webkit-calc(20% - 30px);
		width: calc(20% - 30px);
	}
	.footer-bottom {
		padding: 10px 40px 15px;
	}
	footer .footer-mail {
		width: 40px;
		height: 40px;
		bottom: 25px;
		margin-left: -20px;
	}
	.footer-mail:after {
		background-size: 16px;
	}
}
@media only screen and (min-width: 1200px) {
	.footer-top {
		padding: 60px 0 80px;
	}
	.footer-contact>img {
		margin-left: -450px;
	}
	.footer-contact a {
		margin: 60px 65px 0 52%;
	}
	.footer-top ul {
		margin: 50px 0 0;
	}
	.footer-top ul li {
		margin-left: 60px;
		width: -moz-calc(20% - 60px);
		width: -webkit-calc(20% - 60px);
		width: calc(20% - 60px);
	}
	.footer-bottom {
		padding: 15px 50px 20px;
	}
	footer .footer-mail {
		width: 50px;
		height: 50px;
		bottom: 30px;
		margin-left: -25px;
	}
	.footer-mail:after {
		background-size: 20px;
	}
}
@media only screen and (min-width: 1600px) {
	.footer-top {
		padding: 75px 0 100px;
	}
	.footer-contact>img {
		margin-left: -493px;
	}
	.footer-contact a {
		margin: 60px 75px 0 50%;
	}
	.footer-top ul {
		margin: 65px 0 0;
	}
	.footer-top ul li {
		margin-left: 125px;
		width: -moz-calc(20% - 125px);
		width: -webkit-calc(20% - 125px);
		width: calc(20% - 125px);
	}
	.footer-bottom {
		padding: 20px 65px 25px;
	}
	footer .footer-mail {
		width: 60px;
		height: 60px;
		bottom: 35px;
		margin-left: -30px;
	}
	.footer-mail:after {
		background-size: 26px;
	}
}
@media only screen and (min-width: 1700px) {
	footer .footer-mail {
		margin-left: 5px;
	}
}
/*公共顶部banner样式*/
.content-common {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 100px 0 0 175px;
}
.title-common {
	width: 100%;
	overflow: hidden;
}
.title-common p {
	width: 100%;
	color: #777777;
	font-size: 14px;
	overflow: hidden;
	line-height: 25px;
	padding: 10px 0 15px;
	border-bottom: 1px solid #d2d2d2;
}
.title-common p a {
	color: #777777;
}
.title-common p a:hover {
	color: #a1191a;
	text-decoration: underline !important;
}
.content-common h2 {
	color: #000000;
	font-size: 55px;
	line-height: 65px;
}
@media only screen and (max-width: 991px) {
	.content-common {
		padding: 220px 0 0;
	}
	.title-common p {
		display: none;
	}
	.content-common h2 {
		font-size: 50px;
		line-height: 55px;
	}
}
@media only screen and (max-width: 750px) {
	.content-common {
		padding: 105px 0 0;
	}
	.content-common h2 {
		font-size: 28px;
		line-height: 35px;
	}
}
@media only screen and (min-width: 992px) {
	.content-common {
		padding: 60px 0 0 170px;
	}
	.title-common p {
		font-size: 12px;
		line-height: 20px;
		padding: 5px 0 10px;
	}
	.content-common h2 {
		font-size: 36px;
		line-height: 45px;
	}
}
@media only screen and (min-width: 1200px) {
	.content-common {
		padding: 80px 0 0 200px;
	}
	.title-common p {
		font-size: 13px;
		line-height: 25px;
	}
	.content-common h2 {
		font-size: 48px;
		line-height: 55px;
	}
}
@media only screen and (min-width: 1600px) {
	.content-common {
		padding: 100px 0 0 240px;
	}
	.title-common p {
		font-size: 14px;
		padding: 10px 0 15px;
	}
	.content-common h2 {
		font-size: 55px;
		line-height: 65px;
	}
}
@media only screen and (min-width: 1750px) {
	.content-common {
		padding: 100px 0 0 175px;
	}
}
/*公共内容部分*/
