@charset "utf-8";
/*初始化*/
*{ 
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	font-size: calc(100vw/19.2);
}

html, body{
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	/*font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;*/
	font-family:Simsun;
	font-size: 16px;
	line-height: 1.5em;
	color: #666;
	background: #fff;
}
input,button{
	-webkit-appearance:none;
	border-radius: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
textarea{
	resize: none;
	overflow: auto;
}
input,button,textarea,select {
	border: 0;
	background:transparent;
	font-family: inherit;
}
img {
	border: 0;
	vertical-align: top;
}
li {
	list-style: none;
}
div,ul,ol,li,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
}
/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999 !important;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999 !important;
	opacity: 1;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999 !important;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}



/*公共样式*/
.c-clear { 
	zoom: 1;
}
.c-clear:after {
	content:''; 
	display: block;
	clear: both; 
}
.c-fl { 
	float: left;
}
.c-fr {
	float: right;
}
.c-container {
	position: relative;
	width: 1200px;
	/*padding:0 1.6rem;*/
	margin: auto;
}
body.c-open{
	overflow: hidden;
}

/* 占位标签，设置导航样式 */
#c-placeholder{
	height: 80px;
}

/*顶部*/
#c-header {
	width: 100%;
	line-height: 80px;
	text-align: center;
	color: #666;
	transition: all 0.5s;
	/*border: 1px solid rgba(255,255,255,.2);*/
	transition: all 0.5s;
	margin-bottom: 0px;
}
#c-header a {
	color: #666;
	transition: all 0.5s;
}
#c-header.c-head-move {
	top:-100px;
}
/*
#c-header.c-style2 {
	color: #666;
	background: #262932;
	box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
#c-header.c-style2 a {
	color: #fff;
}

*/

/*顶部logo*/
#c-header .c-logo a {
  display: block;
  text-align: center;
}
#c-header .c-logo a img {
	vertical-align: middle;
}
#c-header .c-logo a span {
	display: inline-block;
	vertical-align: top;
}
#c-header .c-logo a span.logo2 {
	display: none;
}

#c-header.c-style2 .c-logo a span.logo1 {
	display: none;
}
#c-header.c-style2 .c-logo a span.logo2 {
	display: inline-block;
}

.clear{clear: both;line-height: 0;}







/*顶部pc导航*/
#c-header .c-nav {
	display: block;
	text-align: center;
}
#c-header .c-nav>li {
	position: relative;
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
}
#c-header .c-nav li a {
	position: relative;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 0 15px;
	
}
#c-header .c-nav>li>a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background: #388782;
	transition: .5s;
}
#c-header .c-nav li a i {
	margin-left: 8px;
	font-size: 20px;
}
#c-header .c-nav ul {
	display: none;
	position: absolute;
	top: 99%;
	left: 50%;
	width: 150px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	line-height: 40px;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
#c-header .c-nav ul li {
	border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
	border: 0;
}
#c-header .c-nav ul a {
	color: #666;
	
}
#c-header.c-style2 .c-nav li.active>a,#c-header .c-nav li:hover>a{
	color: #388782;
	
}
#c-header.c-style2 .c-nav li.active>a::before,#c-header .c-nav>li:hover>a::before {
	/*width: 100%;*/
}

/*顶部移动端导航*/
#c-header .c-nav2 {
	position: fixed;
	top:80px;
	left:0;
	width: 100%;
	height: 0;
	font-size:14px;
	line-height: 50px;
	overflow-y: auto;
	background:#fff;
	transition: all 0.5s;
}
.c-open #c-header .c-nav2 {
	height: calc(100% - 80px);
	height: -webkit-calc(100% - 60px);
}
#c-header .c-nav2 a {
	display: block;
	margin: 0 20px;
	border-bottom:1px solid #f1f1f1;
	text-align:left;
	color: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#c-header .c-nav2>li:first-child {
	border-top:1px solid #f1f1f1;
}
#c-header .c-nav2 li:hover>a,#c-header .c-nav2 li.active>a {
	color: #000
}
#c-header .c-nav2 li a i {
	float: right;
	margin-top: 15px;
	font-size:20px;
}
#c-header .c-nav2 li ul {
	display: none;
}
#c-header .c-nav2 li ul a {
	padding-left: 15px;
}
#c-header .c-nav2 li li li a{
	padding-left: 30px;
}

/*顶部导航开关*/
#c-header .c-switch {
	position: absolute;
	top:50%;
	right: 20px;
	display: none;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	cursor: pointer;
}
#c-header .c-switch i { 
	position: relative;
	display: block;
	height: 2px;
	background:#388782;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
} 
#c-header.c-style2 .c-switch i{
	background:#333;
}
#c-header .c-switch i:nth-child(1) {
	top: 0;
}
#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}
body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 顶部功能区 */
#c-header .c-gn form{	
	padding: 0 30px;
	position: relative;
	cursor: pointer;
}
#c-header .c-gn form .c-box {
	display: none;
	position: absolute;
	top: 100%;
	right: 10px;
	width: 280px;
	height: 40px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
#c-header .c-gn form>i {
	transition: .5s;
}
#c-header .c-gn form input {
	float: left;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	height: 40px;
	padding: 0 15px;
}
#c-header .c-gn form button {
	float: left;
	width: 60px;
	height: 40px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	background: #de2f09;
}
#c-header .c-gn form:hover>i {
	color: #de2f09;
}
#c-header .c-gn .c-phone i{
	margin: 0 10px 0 30px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
	line-height: 28px;

}
#c-header.c-style2 .c-gn .c-phone i{
	border: 1px solid rgba(222,47,9,.2);
}
#c-header .c-gn .c-phone span {display: inline-block; line-height: 36px;}
#c-header .c-gn .c-phone span.c-text {font-weight: bold;display: inline-block;border: 2px solid #fff;border-radius: 18px;width: 178px;height: 36px;font-size: 20px;}
#c-header.c-style2 .c-gn .c-phone {
	color: #000;
}
#c-header.c-style2 .c-gn .c-phone span.c-text {
	border-color: #000;
}


/*首页轮播图*/

 .c-banner1.swiper-container {
      width: 100%;
      height: 100%;
    }
	.c-banner1 .swiper-wrapper{
	  /* 通过改变animation-timing-function 制作弹性切换效果 */
		    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
		}
    .c-banner1 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	




/* 回到顶部 */
#c-go-top {
	opacity: .4;
	display: none;
	position: fixed;
	z-index: 5;
	bottom: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../images/go-top.png) no-repeat center;
	transition: all .5s linear;
	background-size: 30px;
	border-radius: 50%;
}
#c-go-top:hover {
	opacity: 1;
}

/* 顶部banner */
#c-top-banner {
	position: relative;
	height: 6.4rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* #c-top-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
} */
#c-top-banner .c-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#c-top-banner .c-title {
	font-size: 48px;
	line-height: 1.5;
	color: #fff;
}
#c-top-banner .c-title2 {
	font-size: 66px;
	line-height: 1.5;
	color: #fff;
}
#c-top-banner .c-title2 span {
	color: #de2f09;
}

/* 顶部菜单 */
#c-top-menu {
	background: #f7f7f7;
	border-bottom: 1px solid #fafafa;
}
#c-top-menu .c-list {
	position: relative;
	display: flex;
	align-items: flex-start;
	overflow-x: auto;
	margin-bottom: -1px;
}
#c-top-menu .c-list li {
	flex: none;
	margin-right:  .4rem;
	line-height: 80px;
	width: 190px;
}
#c-top-menu .c-list li a {
	position: relative;
	display: block;
	color: #666;
	transition: .5s;
}
#c-top-menu .c-list li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	border-bottom: 2px solid #de2f09;
	transition: .5s;
}
#c-top-menu .c-list li.active a,#c-top-menu .c-list li:hover a {
	color: #de2f09;
}
#c-top-menu .c-list li.active a::before,#c-top-menu .c-list li:hover a::before {
	width: 100%;
}
#c-top-menu.c-click-move .c-list li {
	width: 25%;
	margin: 0;
}

/* 顶部菜单2 */
#c-top-menu2 {
	position: relative;
	z-index: 5;
	border-bottom: 1px solid #ccc;
}
#c-top-menu2 .c-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#c-top-menu2 .c-list>li {
	position: relative;
}
#c-top-menu2 .c-list>li>a {
	display: flex;
	align-items: center;
	line-height: .8rem;
	color: #666;
}
#c-top-menu2 .c-list>li>a i {
	margin-left: .3rem;
	transition: .5s;
}
#c-top-menu2 .c-list>li>a span {
	transition: .5s;
}

#c-top-menu2 .c-list .c-list2 {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 10;
	width: 180px;
	background: #fff;
	border-top: 2px solid #de2f09;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
#c-top-menu2 .c-list .c-list2 a {
	display: block;
	padding-left: 20px;
	color: #666;
}
#c-top-menu2 .c-list .c-list2 a span {
	position: relative;
	padding: 10px 0;
	display: block;
	line-height: 26px;
	border-bottom: 1px solid #eee;
	transition: .5s;
}
#c-top-menu2 .c-list>li:last-child .c-list2 {
	right: 0;
}
#c-top-menu2 .c-list .c-list2>li:last-child a span{
	border-color: transparent;
}
#c-top-menu2 .c-list .c-list2 a span::before {
	content: "";
	position: absolute;
	top: 20px;
	left: -20px;
	width: 6px;
	height: 6px;
	border: 1px solid #eee;
	border-radius: 50%;
	transition: .5s;
}
#c-top-menu2 .c-list .c-list2>li.active span,#c-top-menu2 .c-list .c-list2>li.active span::before,
#c-top-menu2 .c-list .c-list2>li a:hover span,#c-top-menu2 .c-list .c-list2>li a:hover span::before
{
	color: #de2f09;
	border-color: #de2f09;
}
#c-top-menu2 .c-list li:hover>a,#c-top-menu2 .c-list>li.active>a {
	color: #de2f09;
}
#c-top-menu2 .c-list>li.c-open>a i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#c-top-menu2 .c-list>li.c-open .c-list2 {
	z-index: 20;
}


/* 地图 */
.c-map {
	opacity: 1;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.c-map.active{
	opacity: 1;
	z-index: 2!important;
}
.c-map .map-title {
  font-size: 14px;
  font-weight: bold;
  color: #de2f09;
}
.c-map .map-content {
  font-size: 12px;
  color: #222;
}
.c-map .anchorBL{
	display:none;
}



.ys1{
  
}
.ys1 h3{
  text-align: center;
	font-size: 26px;
	color: #333;
	line-height: 100%;
	padding-top: 80px;
	padding-bottom: 40px;
}
.ys1 p{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	width: 60%;
	margin: auto;
}
.ys1 a{
  display: block;
	color: #fff;
	background: #000;
	border-radius: 19px;
	width: 135px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 80px;
}
.ys1 a:hover{
	background: #215287;
}

.foot{
  background: #000;
	padding: 50px 0;
	color: #fff;
}
.foot a{color: #fff;}
.foot .foot-left{
  float:left;
	width: 60%;
}

.foot .foot-right{
  float:right;
	width: 36%;
}

.ys2{
  float:left;
	width: 70%;
}

.ys3{
  float:right;
	width: 28%;
}

.ys2 h6{
  font-size:20px;
	line-height: 100%;
	padding-bottom: 20px;
}
.ys2 span{
  display: block;
	vertical-align: middle;
	font-size: 14px;
	padding-top: 10px;
}
.ys2 span img{
	vertical-align: middle;
	padding-right: 10px;
}

.ys3 h6{
  font-size:20px;
	line-height: 100%;
	padding-bottom: 20px;
}

.ys3 ul li{
  width: 50%;
	float: left;
	line-height: 40px;
}


.ys3 ul li a:hover{
   color: #999;
 }

.ys4{
  float:left;
	width: 280px;
	padding-top: 30px;
}
.ys4 span{
  display: inline-block;
	text-align: center;
	padding-right: 10px;
}
.ys4 span p{font-size: 12px;}

.ys5{
  float:left;
	width: calc(100% - 280px);
	padding-top: 40px;
}

.ys5 span{
  display: block;
	font-size: 12px;
	color: #999;
	padding-top: 10px;
	
}

.ys6{
  width: 49%;
	margin-right: 2%;
	float: left;
	margin-bottom: 10px;
}


.ys6_1{
	margin-right: 0px;
}

.ys6 input[type=submit]{
  cursor: pointer;
	text-align: center;
}


.ys6 input{
  width: 100%;
	height: 36px;
	line-height: 36px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 10px;
}

.ys7{
  width: 100%;
	float: none;
}


.ys7 textarea{
  width: 100%;
	height: 195px;
	line-height: 24px;
	background: #fff;
	box-sizing: border-box;
	padding: 0 10px;
}









