* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
}

body a:hover {
    text-decoration: none;
}

html {
    font-style: "微软雅黑";
    font-family: 'PingFang SC', 'Helvetica Neue', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft Yahei', sans-serif !important;
}

/*头部*/

.header {
    width: 1200px;
    margin: 25px auto;
    overflow: hidden;
    height: 60px;
    position: relative;
    /* display: flex;
    justify-content: space-between; */
}

.header span {
    /* display: inline-block; */
    float: left;
}

.header a {
    float: right;
}

input:focus {
    outline: none;
}

.header .kuang {
    position: absolute;
    width: 350px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* height: 40px; */
    /* margin-left: 40px; */
    overflow: hidden;
}

.header .kuang form {
    overflow: hidden;
}

.header .kuang input {
    float: left;
    width: 280px;
    height: 40px;
    border: 2px solid #eb6117;
    padding-left: 13px;
}

.header .kuang p {
    font-size: 12px;
    color: #7e7e7e;
    padding-top: 3px;
}
.header .kuang p a{
    font-size: 12px;
    color: #7e7e7e;
    float: inherit;
}
.header .kuang p a:hover{
    color: #eb6117;
}
.header .kuang button {
    float: left;
    border: 0;
    width: 69px;
    line-height: 40px;
    background-color: #eb6117;
    text-align: center;
    outline: none;
    color: #fff;
    font-size: 16px;
}

.scout {
    width: 1058px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.scout form {
    width: 100%;
}

.scout input {
    width: 760px;
    height: 42px;
    border: 1px solid #cccccc;
    font-size: 14px;
    outline: none;
    padding-left: 15px;
    margin-bottom: 6px;
}

.scout span {
    font-size: 12px;
    color: #adadad;
}

.scout button {
    width: 110px;
    height: 42px;
    background-color: #5d1c87;
    border: 0;
    font-size: 16px;
    color: #fff;
    outline: 0;
}

.scout select {
    height: 42px;
    outline: none;
    width: auto;
    padding: 0 2%;
    margin: 0;
    border: 1px solid #cccccc;
}

.header .phone {
    font-size: 28px;
    color: #eb6117;
    font-weight: bold;
}

.header .phone img {
    margin-right: 6px;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.nav {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.nav>li {
    display: inline-block;
    font-size: 20px;
    width: 190px;
    height: 50px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    /* margin-bottom: 10px; */
    text-align: center;
    font-family: 'PingFang SC', 'Helvetica Neue', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft Yahei', sans-serif !important;
}

.nav li .menu {
    position: absolute;
    display: none;
    list-style: none;
    font-size: 16px;
    text-align: center;
    left: 0;
    box-shadow: 0 3px 3px 3px rgba(17, 17, 17, 0.1);
}

.nav li .menu tr:nth-child(1) {
    font-weight: bold;
}

.nav li .menu tr td {
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 1);
    width: 228px;
    border-right: 1px solid #f1f1f1;
}

.nav li .menu tr td a {
    color: #111;
}
.nav li .menu tr td a:hover,.nav li .menu1 li a:hover {
    color: #5d1c87;
}
.nav li:hover .menu {
    display: block;
}

.nav li .menu1 {
    position: absolute;
    display: none;
    list-style: none;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 3px 3px 3px rgba(17, 17, 17, 0.1);
}

.nav li .menu1 {}

.nav li .menu1 li {
    height: 50px;
    line-height: 50px;
    background-color: rgba(255, 255, 255, 1);
    width: 190px;
    border-right: 1px solid #f1f1f1
}

.nav li .menu1 li a {
    color: #111;
}

.nav li:hover .menu1 {
    display: block;
}

.nav>li>a {
    padding: 0px 0;
    line-height: 30px;
    height: 50px;
    width: 100%;
    font-size: 20px;
    color: #111;
    font-weight: normal;
    transition: border-bottom 0.4s;
    display: block;
    margin-right: 10px;
    margin: 0 auto;
}

.nav>li>a.active {
    background-color: #fff;
    color: #5d1c87;
    border-bottom: 3px solid #5d1c87;
}

.nav>li>a:hover {
    background-color: #fff;
    border-bottom: 3px solid #5d1c87;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

hr {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

/*@media screen and (max-width: 768px){
	.navbar-default {
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.navbar-brand img {
	    height: 24px;
	}
	.nav>li {
	    padding: 0;
	    margin: 0;
	    width: 100%;
	    display: block;
	    border-bottom: none;
	}
	.nav{
		padding: 0;
		margin: 0;
		width: 100%;
		display: block;
	}
	.nav>li>a {
	    padding: 0;
	    width: 100%;
	    line-height: 45px;
	    border-bottom: 1px solid #eee;
	    font-size: 22px;
	    color: #111;
	    position: relative;
	}
	.nav li .dropdown-main{
		display: none;
	}
}*/

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 10%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 10%;
    margin-right: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 32%;
    z-index: 5;
    display: inline-block;
    margin-top: 54px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img {
    display: block;
    max-width: 100%;
    height: 350px;
    object-fit: cover;
}

.thumbnail>img {
    display: block;
    max-width: 100%;
    height: 600px;
    object-fit: cover;
}

.c-list {
    text-align: center;
    font-size: 24px;
}

.btn-slide {
    padding: .8rem 4rem;
    position: relative;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    background: #5d1c87;
    border: 0;
    transition: all .5s;
    text-transform: uppercase;
    overflow: hidden;
    height: 50px;
    width: 170px;
    font-size: 16px;
    line-height: 32px;
}

.btn-slide:before {
    position: absolute;
    content: '';
    width: 35%;
    height: 200%;
    background: #fff;
    top: -50%;
    right: -10%;
    transform: rotate(-9deg);
    transition: all .5s;
    opacity: 0;
}

.btn-slide:after {
    position: absolute;
    right: .8rem;
    content: '>';
    color: #eb6117;
    padding: 0 .5rem 0 1rem;
    font-family: cursive;
    font-weight: bold;
    transition: all .5s;
    opacity: 0;
}

.btn-slide:hover {
    padding-left: 2rem;
    padding-right: 6rem;
    background-color: #5d1c87;
}

.btn-slide:hover:before {
    opacity: 1;
    right: -4%;
}

.btn-slide:hover:after {
    opacity: 1;
    right: 1.5rem;
    color: #5d1c87;
}

.contact {
    width: 100%;
    height: 190px;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 0;
}

.contact .c-list {
    line-height: 100px;
}

/*.dropdown.ecoopen .dropdown-main{
    -webkit-transition: opacity .4s .2s;
	transition: opacity .4s .2s;
	visibility: visible;
	-webkit-opacity:1;
	opacity:1; 
	z-index:1000;
	top:59px; 
}
.dropdown-menu{
	position:static;
	top: 0%; 
	display:block;
}
.dropdown-main{
	width:100%;
	-webkit-transition:none;
    transition: none;
	box-shadow: 0 14px 25px -10px rgba(0,0,0,0.15);
	-webkit-opacity:0;
	opacity:1; 
	z-index:-1;
	visibility: none;
	position:absolute; z-index:2000;left:-2000px;  top: 60px;
	background: -webkit-linear-gradient(0deg, #f0efed 33%, #fff 33%);
    background: linear-gradient(90deg, #f0efed 33%, #fff 33%);
    transition: left 500ms;
}
.nav>li:hover .dropdown-main{
 	left: 0px;

}
 .dropdown-main-active222{
    -webkit-transition: opacity .4s .2s;
	transition: opacity .4s .2s;
	visibility: visible;
	-webkit-opacity:1;
	opacity:1; 
	z-index:1000;
	top:59px;
}
.dropdown-main  .dropdown-inner{
	margin-left:auto;margin-right:auto;max-width:100%;
	display: table;
	max-width: 1050px;
    width: 100%;
    height: 500px;	
}
.dropdown-menu.bullet {
    top: 0%;
}
.dropdown-main  .dropdown-left {
	position:relative;
}
.dropdown-main  .dropdown-left .in{
	padding: 35px 20px; 
	height:100%;     
	min-height: 100%; 
	position:absolute;left:0px;top:0px;
	visibility: visible; 
}
.dropdown-main  .dropdown-left{
 	width:30%;
 	min-height:100%;  
  	display: table-cell;
  	visibility: visible;
  	position:relative;
  	background-color:#f0efed;
 	height:100%; vertical-align: top; 
}
.dropdown-main  .dropdown-left  p{
	font-size: 16px;
    line-height: 1.4;
    text-align: left;
}
.dropdown-main  .dropdown-left a:hover{
	color: #f36633;
}
.dropdown-main  .dropdown-center{
  	width:30%; background-color:#fff;
  	display: table-cell;
  	height:100%; vertical-align: top; 
  	position:relative;
}

.dropdown-main  .dropdown-right{
	position:relative;
   	width:40%;
  	display: table-cell;
  	background-color:#fff; 
  	vertical-align: top;
  	height:100%;  
	
}
.dropdown-main  .dropdown-center .in{
  	position:absolute;left:0px;top:0px;
  	width:100%;
  	padding: 45px 0 25px 30px;
  	height:100%;
	display: table-cell;
	  text-align: left; 
}
.dropdown-main  .dropdown-right .in{
	padding: 45px 50px 35px 30px;
	width:100%;
	text-align: left;
}

.dropdown-main  .dropdown-right a {
	color: #4a4a4a;

}
.dropdown-main  .dropdown-right a:hover {
    color: #f36633;
}
.dropdown-main  .dropdown-right  p {
    color: #4a4a4a;
    font-size: 16px;
    margin: 10px 0 0;
}
.dropdown-main  .dropdown-right img{ 
	width:100%;
}
.dropdown-main  .dropdown-right h4{
	font-size: 22px;
	color: #4a4a4a;
		
}
.dropdown-main  .dropdown-right i{
	width:50px; 
	display:inline-block;
	font-style:normal; 
	margin:0px;
	 padding:0px;
	 line-height:26px;
	 height:26px;
	 overflow:hidden;
}
.dropdown-main  .dropdown-right i:before{ 
	font-size:30px;  
	padding-left:-10px; 
	margin-top:5px;
	font-weight:bold;
	display:block;
	overflow:hidden; 
}

.dropdown-main  .dropdown-right h4:hover{
	color:#f36633;  
}
.dropdown-main .dropdown-menu-2018{
  	list-style:none;
  	margin:0px;
  	padding:0px;
}
.dropdown-main .dropdown-menu-2018{
     height:100%;
	border-right:solid 2px #f36633;
	box-sizing: border-box;
}

.dropdown-main .dropdown-menu-2018  a {
    color: #147189;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
	 font-size:16px;
    padding: 10px 14px;
	line-height: 2;
}
.dropdown-main .dropdown-menu-2018 a:hover {
    color: #f36633;
}
@media (min-width: 768px){
   .met-nav .nav > li:before {
	    top:0px;
	    position: static;
    }
}*/

.met-nav {
    position: relative;
    width: 100%;
    height: 60px;
}

.nav>li {
    position: static;
}

.container {
    position: static;
}

.serve {
    width: 1200px;
    margin: 36px auto;
}

.serve h2 {
    color: #5d1c87;
    font-weight: bold;
    margin-top: 78px;
}
.serve .more a{
    text-align: right;
    color: #111;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
}
.serve-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px
}

.serve-item {
    width: 380px;
    height: 150px;
    background-color: #ececec;
    position: relative;
    border: 1px solid #d7d7d7;
    overflow: hidden;
    margin-bottom: 30px;
}

.si-child {
    width: 335px;
    height: 300px;
    background-color: #f5f5f5;
    margin-left: 43px;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
}

.si-list {
    width: 280px;
    height: 100px;
    position: absolute;
    bottom: 190px;
    right: 0;
    z-index: 2;
}

.si-list h4 {
    font-weight: bold;
    color: #222;
    transition: all 1s;
    font-size: 16px;
}

.si-list p {
    color: #666666;
    line-height: 30px;
    letter-spacing: 1px;
    transition: all 1s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.si-i {
    width: 60px;
    height: 60px;
    background: #5d1c87;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    z-index: 100;
    position: absolute;
    top: 45px;
    left: 13px;
    overflow: hidden;
}

.si-i img {
   width: 100%;
}

.si-bg {
    width: 335px;
    height: 149px;
    background-color: #905eb0;
    position: absolute;
    z-index: 1;
    bottom: -150px;
    transition: all 0.4s ease;
}

.serve-item:hover .si-bg {
    display: block;
    bottom: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.serve-item:hover .si-list p {
    color: #fff;
}

.serve-item:hover .si-list h4 {
    color: #fff;
}

.vantage {
    width: 100%;
    height: 516px;
    background: url(../img/beijing@2.jpg) 0 0 no-repeat fixed;
    background-size: 100% 100%;
}

.vt-bk {
    width: 1200px;
    height: 380px;
    border: 2px solid #fff;
    margin: 70px auto;
}

.vt-bw {
    width: 90%;
    height: 320px;
    background-color: #fff;
    margin: 30px auto;
    overflow: hidden;
}

.vt-bw img {
    float: left;
    display: block;
    margin: 12% 61px 0 68px;
}

.vantage .vt-item {
    width: 64%;
    display: inline-block;
}
.vantage button{
        float: right;
    border: 0;
    width: 100px;
    height: 32px;
    margin-right: 33px;
    border-radius: 6px;
}
.vantage button a{
    color: #111;
}
.vantage .vt-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.vantage .vt-item h2 {
    color: #5d1c87;
    font-weight: bold;
    margin-top: 29px;
}

.vantage .vt-item .vt-list {
    font-size: 14px;
    color: #777777;
    line-height: 27px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.hot {
    width: 100%;
    height: 460px;
    position: relative;
}

.hot .hot-item h2 {
    color: #5d1c87;
    font-weight: bold;
    margin-top: 54px;
}

.hot-item {
    width: 1200px;
    margin: 0 auto;
}
.hot-item .more a{
    text-align: right;
    color: #111;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
}

.scrollpic {
    width: 1200px;
    margin: 40px 20px 0 0;
}

#myscroll {
    display: block;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 260px;
    overflow: hidden
}

#myscroll #myscrollbox {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px
}

#myscroll ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0
}

#myscroll ul li {
    display: block;
    float: left;
    padding-left: 15px;
    width: 285px;
    position: relative;
    text-align: center;
}

#myscroll ul li a {
    display: block;
    float: left;
    width: 260px;
    padding: 0;
    position: relative;
    height: 240px;
    color: #333
}

#myscroll a .intro {
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: #5d1c87;
    filter: alpha(opacity=70);
    width: 268px;
    color: #fff;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
    text-align: center
}

#myscroll ul li h5 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    height: 40px;
    width: 220px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    position: absolute;
    bottom: -20px;
    left: 20px;
    background: #f5f5f5;
    z-index: 100;
    letter-spacing: 1px;
}

#myscroll a .intro p {
    font-size: 13px;
    line-height: 26px;
    margin: 36px 22px;
    height: 168px;
    text-align: left;
    letter-spacing: 1px;
}

#myscroll a .intro {
    bottom: -260px
}

#myscroll a:hover .intro {
    bottom: 0
}

#mybtns {
    margin: 10px 0;
    width: 100%;
    display: block;
    /* height: 42px; */
    position: relative;
}

#mybtns a {
    text-decoration: none;
}

#mybtns #left {
    width: 42px;
    height: 42px;
    display: block;
    margin-right: 1px;
    background-color: #c1c1c1;
    margin-left: 10px;
    position: absolute;
    left: -70px;
    text-align: center;
    top: 100px;
    font-size: 14px;
}

#mybtns #left:hover {
    background-color: #5d1c87;
}

#mybtns #right:hover {
    background-color: #5d1c87;
}

#mybtns #right {
    text-align: center;
    width: 42px;
    font-size: 14px;
    height: 42px;
    display: block;
    margin-right: 1px;
    background-color: #c1c1c1;
    margin-left: 10px;
    position: absolute;
    right: -70px;
    margin-right: 15px;
    top: 100px;
}

#mybtns a:hover {
    background-color: #f1905c
}

#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#mybtns #left {
    float: left;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
}

#mybtns #right {
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
}

#kinMaxShow {
    /*visibility:hidden;*/
    width: 100%;
    height: 500px;
    overflow: hidden
}

.case {
    background: #f9f9f9;
    width: 100%;
    /* height: 528px; */
    overflow: hidden;
    padding-bottom: 105px;
}

.cs-item {
    width: 1200px;
    margin: 0 auto;
}

.case .cs-item h2 {
    color: #5d1c87;
    font-weight: bold;
    margin-top: 78px;
}

.cs-list a {
    display: block;
    width: 1115px;
    margin: 20px auto;
}

.cs-list a:nth-child(1) {
    text-align: right;
    color: #111;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cs-list a span {
    display: inline-block;
    color: #111;
}

.cs-list a span:nth-child(1) {
    float: left;
    font-style: italic;
}

.cs-list a span:nth-child(2) {
    display: inline-block;
    width: 1090px;
    color: #5d1c87;
    line-height: 18px;
    margin-bottom: 10px;
}

.cs-list a p {
    color: #666666;
    text-indent: 1em;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 10px;
}

.cs-list a p:last-child {
    color: #111;
}

.cs-list a p b {
    color: #111;
}

.skill {
    width: 100%;
    height: 520px;
}

.skill .more {
    text-align: right;
}

.skill .more a {
    color: #111;
    padding-right: 0px;
}

.wrappers hr {
    margin-top: 20px;
    color: #cccccc
}

.kl-item {
    width: 1200px;
    margin: 0 auto;
}

.kl-item h2 {
    color: #5d1c87;
    font-weight: bold;
    margin-top: 78px;
}

.wrappers {
    width: 380px;
    float: left;
    margin-right: 30px;
}

.wrappers:last-child {
    margin-right: 0;
}

.wrappers li {
    overflow: hidden;
    list-style: none;
    width: 380px;
    height: 215px;
    position: relative;
    margin-top: 20px;
}

.wrappers li a {
    display: block;
    overflow: hidden;
}

.wrappers li a img {
    width: 100%;
    height: auto;
}

.wrappers hr {
    color: gray;
}

.wrappers h5 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #222222;
}

.wrappers h5:hover {
    color: #5d1c87;
}

.wrappers p {
    font-size: 14px;
    width: 100%;
    color: #ababab;
    /* margin-top: 20px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrappers li span {
    display: none;
    width: 380px;
    height: 0px;
    background-color: rgba(120, 77, 153, 0.8);
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.wrappers li span p {
    color: #FFF;
    background-color: rgba(120, 77, 153, 0.8);
    height: 215px;
    width: 100%;
    padding: 80px 20px;
    letter-spacing: 1px;
    position: relative;
}

.wrappers li span hr {
    width: 0%;
    margin: 0 auto;
    position: absolute;
    z-index: 4;
    background-color: #fff;
}

.wrappers li span .th {
    width: 80%;
    top: 26px;
    left: -380px;
    transition: left .8s;
}

.wrappers li span:hover .th {
    left: 38px;
}

.wrappers li span .bh {
    width: 80%;
    top: 188px;
    left: 380px;
    transition: left .8s;
}

.wrappers li span:hover .bh {
    left: 38px;
}

.team {
    width: 100%;
    background-color: #f9f9f9;
    overflow: hidden;
    padding-bottom: 100px;
}

.tm-item {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.tm-item h2 {
    color: #5d1c87;
    font-weight: bold;
    margin-top: 78px;
}

.contain {
    width: 1200px;
    height: 238px;
    margin: 28px auto;
    overflow: hidden;
}

.single {
    width: 100%;
    height: 100%;
    position: relative;
}

.pre {
    position: absolute;
    width: 39px;
    height: 43px;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    top: 41%;
    left: 0%;
    display: none;
}

.pre:hover {
    background-color: #f1905c;
}

.pre::before {
    content: "";
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 2px 0 0 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    left: 58%;
    top: 50%;
}

.next {
    position: absolute;
    width: 39px;
    height: 43px;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    top: 41%;
    right: 1%;
    display: none;
}

.next:hover {
    background-color: #f1905c;
}

.next::before {
    content: "";
    width: 12px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    left: 47%;
    top: 50%;
}

.contain:hover .pre {
    display: block;
}

.contain:hover .next {
    display: block;
}

.single ul {
    list-style: none;
    white-space: nowrap;
    display: inline-block;
}

.single ul li {
    display: inline-block;
}

.single ul li img {
    vertical-align: top;
    display: block;
    width: 278px;
    height: 100px;
}

.single ul li img:nth-child(1) {
    margin-bottom: 30px;
    margin-right: 29px;
}

.swiper_wrap {
    position: relative;
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
}

.font_inner {
    position: relative;
    top: 0;
    left: 0;
    width: 1200px;
    color: #444;
    font-size: 14px;
    margin-top: 1px;
    margin: 0 auto;
    height: 30px;
}

.font_inner li {
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.swiper_wrap .font_inner a {
    color: #444;
    display: inline-block;
    width: 530px;
    font-size: 16px;
}

.swiper_wrap a span {
    display: block;
    float: right;
}

.swiper_wrap a:hover {
    color: #FA9101;
}

.contant {
    width: 100%;
    height: 600px;
    background: url(../img/content.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.ct-item {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    overflow: hidden;
}

.ct-item p {
    margin-top: 50px;
}

.ct-wb {
    width: 1200px;
    height: 500px;
    margin: 50px auto;
    background-color: #fff;
    overflow: hidden;
}

.ct-list h2 {
    font-size: 16px;
    line-height: 30px
}

.ct-list {
    position: relative;
    margin-top: 50px;
}

.ct-list form .form-group {
    width: 90%;
    margin: 0 auto;
}

.ct-list form .form-group label {
    font-size: 14px;
    float: left;
}

.ct-list form .form-group textarea {
    width: 1076px;
}

textarea.form-control {
    height: 100px;
}

.btn-default {
    color: #fff;
    width: 130px;
    height: 46px;
    background-color: #5d1c87;
    border-color: #fff;
    font-size: 16px;
    float: left;
    margin-left: 58px;
    margin-top: 20px;
    border: 0;
}

.btn-default:hover {
    color: #fff;
    background-color: #5d1c87;
    border-color: #fff;
}

.ct-list p {
    display: inline;
    font-size: 18px;
    font-weight: bold;
    color: #5d1c87;
    line-height: 30px;
}

.footer {
    width: 100%;
    height: 340px;
    background-color: #282828;
    overflow: hidden;
}

.footer .table-responsive {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.footer .table-responsive .table tr td a {
    font-size: 14px;
    color: #aaaaaa;
    transition: .5s;
}
.footer .table-responsive .table tr td a  p{
    display: inline;
}
.footer .table-responsive .table tr td a:hover {
    color: #fff;
}

.footer .table-responsive .table tr td {
    height: 50px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: none;
}

.footer .table-responsive .table tr:nth-child(1) td a {
    font-size: 18px;
    display: block;
}

.footer .table-responsive .table tr td:nth-child(1) a img {
    margin-right: 10px;
    line-height: 50px;
}

.footer .table-responsive .table tr:nth-child(1) td:after {
    content: "";
    width: 24px;
    height: 2px;
    background: #5d1c87;
    display: block;
}

.f-list {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #aaaaaa;
    background: #222222;
}

element.style {}

.f-list {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #aaaaaa;
    background: #222222;
}

p {
    margin: 0 0 0px;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.flexbox {
    position: fixed;
    right: 20px;
    bottom: 50px;
    background-color: #fff;
    width: 60px;
    height: 122px;
    z-index: 999;
}

.flexbox div {
     background-color: #eb6117;
    width: 60px;
    height: 60px;
}

.flexbox div a img {
    display: inline-block;
    text-align: center;
}

.flexbox div:last-child {
    margin-top: 2px;
}

nav#fenye span{
    border: none;
}