@charset "utf-8";

/* CSS Document */
body {
	max-width: 100%;
	overflow-x: hidden;
	background: #f8f8f8;
	font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

a {
	color: #2b2a3c;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a,
area {
	blr: this.onFocus=this.blur());
}

ul,
ol,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
}

input,
:focus {
	outline: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
select {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

input::focus-inner {
	padding: 0;
	border: 0;
}

input::-webkit-input-placeholder {
	color: #999;
}

input::-moz-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder {
	color: #999;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	height: 0;
	width: 100%;
	overflow: hidden;
	font-size: 1px;
	line-height: 0;
	visibility: hidden;
}

.Width {
	width: 1190px;
	margin: 0 auto;
}

.hide,
.onlymob {
	display: none;
}

.container {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box
}

.container::after {
	display: block;
	content: '';
	height: 0;
	font-size: 0;
	clear: both;
}

ul::after {
	display: block;
	content: '';
	height: 0;
	font-size: 0;
	clear: both;
}

/* 轮播图 */
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute;
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;

}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{


}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	background-color: #708090;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}
.banner{
	height: 420px;
}
@media screen and (max-width:1400px) {
	.banner{
		height: 346px;
	}
}
/* .banner_box{
    width: 100%;
    height: 470px;
    background: url(http://u3.huatu.com/uploads/allimg/201016/660702-201016201452927.png)top center no-repeat;
} */
.header_fl {
	width: 400px;
	float: left;
	height: 45px;
	margin-top: 15px;
}

.header_fl img {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 32px;
	margin-right: 5px;
}

.header_fl_tit {
	display: inline-block;
	vertical-align: middle;
	line-height: 45px;
	border-left: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 30px;
	color: #282727;
}

.header-top {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
	height: 80px;
}

.header-top-l {}

.header-top-l>ul>li {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	margin-right: 25px;
	color: #666;
	position: relative;
}

.header-top-l>ul>li>a {
	display: block;
	line-height: 80px;
	font-size: 16px;
}

.header-top-l .icon {
	background: url("https://www.greatguitareshop.com/zt/new_sydw/imgs/dropdown.png") no-repeat top center;
	width: 11px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.header-top .dropdown {
	position: absolute;
	left: 0;
	top: 81px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 25px;
	z-index: 1;
	display: none;
}

.header-top-l>ul>li:hover>a {
	color: #4d87d1;
}

.header-top-l>ul>li:hover .icon {
	background-position: center bottom;
}

.header-top-l>ul>li:hover .dropdown {
	display: block;
}

.header-top .dropdown-contact {
	left: -95px;
	width: 772px;
}

.dropdown-contact>ul {
	background: #f7f8f9;
	padding: 10px 15px;
}

.dropdown-contact>ul+ul {
	margin-top: 20px;
}

.dropdown-contact>ul>li {
	display: inline-block;
	vertical-align: middle;
	width: 135px;
	height: 157px;
	background: #fff;
	border: 1px solid #5ab5d9;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	margin: 11px 12px;
}

.dropdown-contact>ul>li:nth-child(4) {
	margin-right: 0;
}


.dropdown-contact-item {
	background: #fff;
	height: 155px;
}

.dropdown-contact-qr {
	width: 136px;
	height: 136px;
	line-height: 136px;
}

.dropdown-contact-qr img {
	display: inline-block;
	vertical-align: middle;
}

.dropdown-contact>ul>li:hover {
	background: #48ddfa;
	border-color: transparent;
	background: linear-gradient(to right, #22b8ea, #49defa);
}

.dropdown-contact>ul.orange {
	background: #ffefd8;
}

.dropdown-contact>ul.orange>li {
	border-color: #f8a838;
}

.dropdown-contact>ul.orange>li:hover {
	background: #f8a838;
	border-color: transparent;
}

.dropdown-contact-tit {
	position: relative;
	margin-top: -3px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.dropdown-program {
	width: 180px;
	height: 180px;
	background: #fff;
	text-align: center;
}

.header-top .dropdown-program {
	left: 50%;
	margin-left: -127.5px;
}

.dropdown-program-img {
	/* margin-bottom: 10px;
	margin-top: 10px; */
}

.dropdown-program-img img {
	display: inline-block;
	width: 150px;
	height: 150px;
}

.dropdown-program-tit {
	font-size: 16px;
	color: #333;
}

.header-top-tel {
	display: inline-block;
	vertical-align: middle;
	line-height: 80px;
	font-size: 16px;
	color: #f3152a;
	background: url("https://www.greatguitareshop.com/zt/new_sydw/imgs/icon-tel.png") no-repeat left center;
	padding-left: 22px;
}

.header-top-btn {
	display: inline-block;
	vertical-align: middle;
	line-height: 80px;
	margin-left: 20px;
}

.header-top-btn .btntxt {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	position: relative;
	color: #333;
}

.header-top-btn .btntxt+.btntxt:before {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 14px;
	background: #666;
	content: "";
	margin: 0 8px;
}

.header-main {
	height: 90px;
	background: #fff;
}

.header-logo {
	line-height: 90px;
}

.header-logo img {
	vertical-align: middle;
	display: inline-block;
}

.header-logosub {
	float: left;
	font-size: 26px;
	color: #0072ad;
	line-height: 90px;
	padding-left: 10px;
	margin-left: 10px;
	position: relative;
}

.header-logosub:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 26px;
	background: #e6e6e6;
	left: 0;
	top: 50%;
	margin-top: -13px;
}

.header-main-nav {
	margin-top: 25px;
}

.header-main-nav li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
}

.nav_icon {
	width: 65px;
	height: 22px;
	margin: 19px auto;

}

.header-main-nav li>a {
	display: block;
	font-size: 18px;
	color: #333;
	padding: 0 20px;
	line-height: 40px;
	border-radius: 40px;
}

.header-main-nav li:hover>a,
.header-main-nav li.active>a {
	background: #e3f3fe;
}

.header-main-nav li.more>a {
	width: 135px;
	border-radius: 20px 20px 0 0;
	color: #0087bd;
}

.header-main-nav li.more .icon {
	background: url("https://www.greatguitareshop.com/zt/new_sydw/imgs/dropdown.png") no-repeat top center;
	width: 11px;
	height: 7px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.header-main-nav li.more:hover .icon {
	background-position: center bottom;
}

.header-main-nav dl {
	position: absolute;
	background: #e3f3fe;
	z-index: 9;
	width: 135px;
	font-size: 16px;
	text-align: center;
	padding-bottom: 15px;
	border-radius: 0 0 20px 20px;
	display: none;
}

.header-main-nav li:hover dl {
	display: block;
}

.header-main-nav dl dd>a {
	font-size: 16px;
	line-height: 1.8;
}

.header-nav {
	height: 60px;
	background: #267fcd;
	color: #fff;
	position: relative;
}

.header-nav-list>li {
	float: left;
	width: 9.09%;
	text-align: center;
	position: relative;
}

.header-nav-list>li>h2>a {
	display: block;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
}

.header-nav-list>li:hover>h2>a,
.header-nav-list>li.active>h2>a {
	background: #0362b2;
}

.header-nav-list .icon-dropdown {
	display: inline-block;
	vertical-align: middle;
	background: url("https://www.greatguitareshop.com/zt/new_sydw/imgs/dropdown-w.png");
	width: 11px;
	height: 7px;
	margin-left: 5px;
}

.header-nav-list .dropdown {
	position: absolute;
	left: 0;
	top: 60px;
	width: 375px;
	background: #fff;
	height: 80px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-align: left;
	padding: 0 15px;
	display: none;
	z-index: 1;
}

.header-nav-list .dropdown1-beikao {
	position: absolute;
	left: 0;
	top: 60px;
	width: 375px;
	background: #fff;
	height: 160px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-align: left;
	padding: 0 15px;
	display: none;
	z-index: 1;
}

.header-nav-list .dropdown1 {
	width: 550px;
}

.header-nav-list .dropdown1-beikao {
	width: 550px;
}

.header-nav-list .dropdown li {
	display: inline-block;
	vertical-align: middle;
	line-height: 80px;
	padding: 0 15px;
}

.header-nav-list .dropdown-img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.header-nav-list .dropdown-tit {
	display: inline-block;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
}

.header-nav-list>li:hover .dropdown,
.header-nav-list>li.active .dropdown {
	display: block;
}

.header-subnav {
	height: 115px;
	background: #f7f8f9;
}

.header-subnav-tit {
	display: inline-block;
	vertical-align: top;
	line-height: 115px;
	width: 195px;
	text-align: center;
	margin-right: 10px;
}

.header-subnav-tit img {
	vertical-align: middle;
	display: inline-block;
}

.header-subnav-links {
	display: inline-block;
	vertical-align: top;
	width: 1150px;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}

.header-subnav-links a {
	display: inline-table;
	vertical-align: middle;
	padding: 0 13px;
	line-height: 35px;
	margin: 3px 0;
}

.header-subnav-links a:hover {
	color: #f3152a;
}

.header-subnav-links .text {
	width: 185px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #e0e1e2;
	padding: 0 15px;
}
