html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100vw;
  overflow: hidden;
}
#banr .carousel-inner a {
    display: block;
    width: 166px;
    height: 44px;
    background: url(../../cn/images/inx_ebut.png) no-repeat;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translatex(-50%);
}
#banr .carousel-inner .carousel-item{
		background-size: cover !important;
}
.homeheader {
	position: absolute;
	width: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
}

.probootstrap-navabr-dark {
  background: #000 !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}


.navbar-brand {
	text-transform: uppercase;
    letter-spacing: .1em;
	margin-left: -2.5em;
}

.navbar-brand {
	margin-left: -2.5em;
}


.language {
	float: right;
}

.language span a{
	padding: 0 1em;
	font-size: 0.8em;
	color:  rgb(187,189,191)
}

.language span a:hover{
	
	color: #fff;
}

.logoimg {
	width:12em;
}

.hair {
	height: 40px;
	border-bottom: 1px solid rgb(57,76,108);
}

.hair-ma {
	width: 64.5%;
	margin: 0 auto;
	line-height:40px;
}

.hair-ma p{
	font-size: 13px;
	color:  rgb(187,189,191);
}

.hair-ma p img{
	
}

.heardtext {
	float: right;
	padding:0 1em ;
}

.heardtext p{
	font-size: 1.3em;
	height: 10px;
}

.heardtext span {
	height: 1px;
	font-size: 0.5px;
	margin-top:1em;
}

.headernav{
	text-align: center;
}

.navbar-header{
	height:80px;
	width: 64.5%;
	margin: 0 auto;
}

.headernav{
	text-align: center;
	margin-right: -5.5em;
}

.headernav li{
	padding:0 1.7em;
	font-size:16px;
	line-height: 80px;
}

.headernav li a{
}

.headernav li:hover{
	border-bottom: 3px solid rgba(50,106,188,0.7);
}

.headernav li:first-child{
	border-bottom: 3px solid rgba(255,255,255,0);
}

.headernav li:last-child:hover{
	border-bottom: none;
}

.banrpos {
	top:-3em;
	position: relative;
	z-index: 0;
}

.carousel-item img{
	height: 1083px;
}
.dropbtn {
 
}

.dropdown {
	
}

.dropdown .nav-link img{
    /*-webkit-transition: -webkit-transform 0.1s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;*/
	width: 10%;
	margin-top: -1.2em;
	opacity: 0.5;

}

.dropdown:hover img{
	/*transform-origin: bottom;*/
	margin-top: 1em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 1;
}



.dropdown:hover .nav-link{
	color: #fff;
}


.dropdown-content {
	line-height: 16px;
	width: 100%;
	text-align: center;
	background-color: #000;
	opacity:0.8;
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin-top: 0.4em;
	margin-left: -1.7em;
}

.dropdown-content a {
	opacity:1;
	font-size: 14px;
    color: #fff;
    padding: 1em;
    text-decoration: none;
    display: block;
	border-bottom: 1px solid rgb(90,105,133)
}

.dropdown-content a.cur,.dropdown-content a:hover {background-color: rgb(50,106,188);}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
}

.headernav li img{
	width: 100%;
	padding-top: 1em;
}

.bantext{
	position: relative;
	margin-top: -2em;
	margin-left: 2em;
}

.bantext span:nth-child(1){
	position: absolute;
	font-size: 9em;
	font-weight: 500;
	top:-3em;
	left: 2.5em;
}

.bantext span:nth-child(2){
	position: absolute;
	font-size: 1.9em;
	font-weight: 500;
	top:-12em;
	left: 22em;
}

.bantext span:nth-child(3){
	position: absolute;
	font-size: 3.5em;
	font-weight: 700;
	top:-6em;
	left: 11.9em;
}

.bantext p{
	position: absolute;
	font-size: 2em;
	top:-8em;
	left: 11.5em;
}
.webbotton{
	float: left;
}

.webbotton ul{
	float: left;
}

.webbotton ul li {
	border-left: 1px solid #fff;
	float: left;
}

.homefoot {
	background: #000;
	z-index: -9;
	margin-top:-3em;
	height: 100%;
}

.footerdiv{
	width: 64.5%;
	margin:0 auto
}

.footer{
	padding-top: 1em;
	margin: 1em 0 0.5em 0;
	opacity: 1;
}

.footer p{
	font-size: 15px;
	color: rgb(214,214,214)
}

.footer p:nth-child(2){
	font-size: 12px;
	font-weight: 0;
	color: rgb(169,169,169)
}

.footer p a {
	text-decoration:none;
	color: rgb(187,189,191);
}


.searchbar {
	position: absolute;
	width: 15em;
	padding: .5em;
	background-color: #000;
	margin-left: 69%;
}



.searchbtn {
	border-color: rgb(50,106,188);
	border-radius:0px;
	background-color: rgb(50,106,188)
}

.searchbtn:hover{
	cursor:pointer;
}

.searchplace {
	background-color: #000;
	border-color: rgb(50,106,188);
	border-radius:0px;
	border-right: none;
	
}



.crumb {
	font-size: 15px;
	border-radius: 0px;
	position: absolute;
	background-color: rgba(255,255,255,0);
	top:28em;
	left: 18%;
}

.breadcrumb li:nth-child(1) a{
	color: #6c757d;
	text-decoration: none;
}

.breadcrumb li:nth-child(2) a{
	color: #6c757d;
	text-decoration: none;
}

.breadcrumb .active{
	color: #fff;
}

.banerText{
	text-align: center;
	position: absolute;
	left: 50%;
	top:15em;
	color: #fff;
	transform: translateX(-50%);
}

.banerText span{
	font-size: 3em;
	font-weight: 530;
}

.banerText p{
	font-size: 1.3em;
}

.aboutbaner{
	width: 100%;
}

.aboutusmain{
	width: 65%;
	margin: 0 auto;
	margin-top: 4.5em;
	margin-bottom: 9em;
	}

.aboutusmain{
	color: rgb(102,102,102);
}

.aboutimg {
	float: right;
    margin: 0 0em 2em 4em;
    top: 0.25em;
}


.abouttexttit {
	font-size: 2.3em;
	color: rgb(50,106,188)
}

.abouttext p {
	color: rgb(102,102,102);
	margin-top: 1.8em;
	font-size: 1.1em;
}

.aboutdetail {
	margin: 0 auto;
	margin-top: 3em;
}

.aboutdetailborder {
  position:relative;
	width:300px;
	height:50px;
	padding:4px
}

.aboutdetailborder:before{
 content:""; 
	position:absolute;
	left:100%; 
	top:5em;
	width:2px;
	height:5em; 
	background-color:#CDCDCD
}


.detailimg{
	text-align: center;
	padding:1em 2em;
}

.detailimg p{
	text-align: justify;
	font-size: 16px;
	font-family: arial;
	/*word-break: break-all;*/
}

.detailtitle{
	margin-top:1em;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #333333;
}

.detailtitle img{
	width: 40px;
	margin-top: -0.5em;
	padding-right: 10px;
}





.callusban {
	width: 100%;
}

.calluscrumb{
	font-size: 15px;
	border-radius: 0px;
	position: absolute;
	background-color: rgba(255,255,255,0);
	top:28em;
	left: 18%;
}

.banerText-callus{
	text-align: center;
	position: absolute;
	left: 50%;
	top:15em;
	color: #fff;
	transform: translateX(-50%);
}

.banerText-callus span{
	font-size: 3em;
	font-weight: 530;
}

.banerText-callus p{
	font-size: 1.3em;
}


.callus {
	width: 62%;
	margin: 2em auto;
}

.margin2 {
	margin-right: 4%;
	padding: 0.75em;
	width: 22em;
	margin-top: 1.5em;
}

.margin4 {
	margin-right: 2.1%;
	padding: 0.75em;
	width: 46em;
	height: 5em;
	padding-bottom: 5em;
	margin-top: 1.5em;
	
}

.inputcant {
}

.margin {
	padding: 0.75em;
	width: 45.9em;
	height: 10em;
	
}

.input-group1 {
	margin-top: 1em;
}

.callsubmit {
	padding:0.75em 4em;
	color: #fff;
	background-color: rgb(55,100,167);
	border: none;
}

.contact {
	padding-left: 2em;
	margin-top: 2em;
	position: relative;
}

.contacttext {
	position: relative;
	left: 4%;
	font-weight: bold;
	font-size: 14px
}

.contacttext span{
	font-weight:normal;
}

.contactmap {
	margin: 0 auto;
	margin-top: 3em;
	margin-bottom: 4em;
}




.teamban {
	width: 100%;
}

.teamman {
	width: 63%;
	margin: 0 auto;
	margin-top: 4em;
	margin-bottom: 10em
}

.banerText-teamdet{
	text-align: center;
	position: absolute;
	left: 50%;
	top:15em;
	color: #fff;
	transform: translateX(-50%);
}

.banerText-teamdet span{
	font-size: 3em;
	font-weight: 530;
}

.banerText-teamdet p{
	font-size: 1.3em;
}

.teamcrumb {
	font-size: 15px;
	border-radius: 0px;
	position: absolute;
	background-color: rgba(255,255,255,0);
	top:28em;
	left: 18%;
}
.teammantitle {
	
}

.thumbnail{
	padding: 0;
    line-height: 24px;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    margin-bottom: 45px;
	margin-left: 10px;
	background-color: rgb(249,249,249);
}

.thumbnail:hover{
	box-shadow:4px 4px 10px rgba(156,156,156,0.2);
}
.teammantitle span{
	color: rgb(50,106,188)
}

.img-responsive {
	width: 13.5em;
	float: left;
	overflow: hidden;
}

.img-responsive-one {
	width: 14.8em;
	float: left;
}

.img-responsive img{
	cursor: pointer;
    transition: all 0.6s;
} 

.meborder:hover .img-responsive img{
	transform: scale(1.2);
}

.caption {
	padding:1em 1em 0 1.5em ;
    color: #969595;
    overflow: hidden;
}

.caption p:nth-child(2){
	font-size: 15px
}

.caption a{
	text-decoration: none;
	color: #999999;
	font-size: 14px
}

.caption img{
	filter: grayscale(100%); 
    opacity: 0.6; 
	width: 1em;
	margin-top: -0.2em
}

.caption2{
	padding-left: 3em;
}

.thumbnail:hover a{
	color: #326abc;
}

.thumbnail:hover img{
	filter: none; 
    opacity: 1;
}
.mename {
	font-size: 20px;
	border-bottom: 1px transparent solid;
	border-image:linear-gradient(to right,rgb(233,233,233),#fff) 1 1;
	padding-bottom: 10px
}

.mejieshao{
	font-size: 17px;
}

.mename a{
	font-size: 20px;
	text-decoration: none;
	color: rgb(50,106,188);
}

.meborder {
	padding-right: 2em;
}




.detailtext{
	color: rgb(102,102,102);
	line-height: 2em;
	margin-bottom: 5em;
	font-size: 16px;
	margin-top: 1.5em;
}

.detailtext span{
	color: #000;
	font-size: 16px;
	/*font-weight:bold;*/
}

.detailtext p{
	margin: 1em 0
}

.detailtext a {
	float:right;
	color: rgb(50,106,188);
	text-decoration: none;
}

.fengye {
	margin-top: 2.1em;
	margin-left: -2em;
}

.fengye ul li{
	margin-left: 1em;
}

.fengye ul li:hover a{
	color: #8B8B8B
}

.fengye ul li a{
	padding:0.9em 1.2em;
	border-radius: 4px;
	color: rgb(153,153,153)
}

.fengyeul .active{
	background-color: rgb(55,99,167);
	border-radius: 4px;
}

.newban{
	width: 100%;
}

.banerText-new{
	text-align: center;
	position: absolute;
	left: 50%;
	top:15em;
	color: #fff;
	transform: translateX(-50%);
}

.banerText-new span{
	font-size: 3em;
	font-weight: 530;
}

.banerText-new p{
	font-size: 1.3em;
}

.newpage {
	width: 63%;
	margin: 0 auto;
	margin-bottom: 7em;
	margin-top: 3.2em;
}

.newthumbnail{
	padding: 0;
    line-height: 24px;
    border-radius: 0;
    margin-bottom: 45px;
	background-color: rgb(249,249,249);
}
.newcaption{
	padding:0 8px;
}

.newcaption p:nth-child(1){
	line-height: 30px;
	margin-top: 1.4em;
}
.newcaption p:nth-child(1) a{
	font-size: 22px;
	color: rgb(51,51,51);
}
.newcaption p:nth-child(2){
	font-size: 15px;
	color: #999999;
	padding-bottom: 1.7em;
	border-bottom: 1px transparent solid;
	border-image:linear-gradient(to right,rgb(233,233,233),#fff) 1 1;
	height: 125px;
}

.newimgresponsive {
	display: block;
    max-width: 100%;
    height: auto;
	width: 100%;
}

.newdate {
	font-size: 14px;
	padding-bottom: 1em;
}

.newdate a {
	color: rgb(50,106,188);
	float: right;
	margin-right: 1em;
	text-decoration: none;
}

.newdate img{
	margin-top: -.3em;
	width: 15%;
}


.caption p:nth-child(1){
	line-height: 1.4em;
	color: #000;
	padding-right: 0.2em;
}

.newtype{
	padding: 1em;
}

.newtype li{
	border-radius: 0;
}
.tabcont{
	margin-top: 2.3em;
}

.newtype li a{
	padding: 0.7em 2.5em;
	border-radius: 0;
	color: rgb(102,102,102);
	margin-left: 1.3em;
	background: rgb(209,209,209)
}

.newtype .nav-item .active{
	background-color: rgb(55,99,167);
	color: #fff;
}


.newpagetext {
	width: 63%;
	margin: 0 auto;
	color: #666666;
	margin-top: 3.5em;
	margin-bottom: 7em;
	font-size: 16px;
}

.newpagetext>p:nth-child(1){
	text-align: center;
	font-size: 32px;
	font-weight:bold;
	color: #333;
}

.newpagetext>p:nth-child(2){
	font-size: 14px;
	text-align: center;
	color: rgb(153,153,153);
	margin-top: 2.5em;
	margin-bottom: .8em;
}



.newcrumb {
	font-size: 15px;
	border-radius: 0px;
	position: absolute;
	background-color: rgba(255,255,255,0);
	top:28em;
	left: 18%;
}

.newtextp{
	margin-top: 2.5em;
	text-indent: 2em;
}

.newtextpsp{
	font-size: 16px;
	color: #333333;
	margin:3em 0 0 0;
	font-weight: bold;
}

.newpagetexta {
	color: #326abc;
	text-decoration: none;
	margin-left: 90%;
}

.newpagetext a{
	text-decoration: none;
}

.newlast{
	margin-top: 3em;
	margin-bottom: 1.5em
}

.newpagetexta img{
	width: 1em;
	margin-top: -0.2em
}

.updown{
	color: #999;
	font-size: 15px;
	margin-top: 7em;
	margin-bottom: 2em;
}

.updown a {
	text-decoration: none;
	color: #999;
}

.updown a:hover{
	color:#333333;
}

.newpagetextimg{
	margin: 0 auto;
	margin-top: 2em;
	margin-bottom: 2em;
}


.businessban {
	width: 100%;
}

.businsspart {
	width: 63%;
	margin: 0 auto;
	margin-bottom: 7em;
	margin-top: 2em;
}

.banerText-business{
	text-align: center;
	position: absolute;
	left: 50%;
	top:15em;
	color: #fff;	
	transform: translateX(-50%);
}

.banerText-business span{
	font-size: 3em;
	font-weight: 530;
}

.banerText-business p{
	font-size: 1.3em;
}


.busnav {
   margin-top: 2em;
}

.busnav img{
	margin-top: -0.1em;
	width: 2.6%;
}

.busnav ul{
	width: 84%;
	background: linear-gradient(rgb(245,245,245), #fff);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.busnav ul li{
	list-style: none;
	text-align: center;
	width: 100%;
	border-bottom: 1px transparent solid;
	border-image:linear-gradient(to right,rgb(225,225,225),#fff) 1 10; 
	
}
.busnav ul .nav-item{
	position: relative;
}
.busnav ul .nav-item img{
	position: absolute;
	top: 50%;
	right: .5em;
}
.busnavyewu{
	padding: 0.9em;
	text-align:center;
	font-size: 26px;
	color: #fff;
	background: linear-gradient(to right, rgb(49,100,175) , rgb(58,129,229));
	border-bottom: 1px transparent solid;
	border-image:linear-gradient(to right,rgb(225,225,225),#fff) 1 10; 
	border-radius: 8px 8px 0 0;
	width: 84%;
}

.busnav ul li a{
	font-size: 15px;
	color: rgb(138,138,138);
	width: 100%;
	height: auto;
	padding: 0.7em 0;
}

.busnav ul li:hover a{
	color: #fff;
	background: linear-gradient(to right, rgb(49,100,175) , rgb(58,129,229));
}

.busnav .nav .nav-item .active{
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to right, rgb(49,100,175) , rgb(58,129,229));
}

.busitext{
	margin-top: 3em;
	margin-bottom: 5em;
}

.busitext p{
	line-height: 1.5em;
	color: #666666;
	font-size: 16px;
}


.busitext>p:nth-child(1){
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

.busitext>p:nth-child(1) img{
	width: 0.7em;
	margin-top: -0.2em
}
/*
.busitext p:nth-child(6){
	margin-top: 3em;
	color: #000;
	font-weight: bold;
}

.busitext p:nth-child(7){
	margin-bottom: 3.5em;
}
.busitext p:nth-child(9) {
	margin-top: 3em
}
.busitext p:nth-child(9) img{
	margin-top: -0.3em
}
*/
.busitextimg{
	width: 100%;
	text-align: center;
}


.businesscrumb {
	font-size: 15px;
	border-radius: 0px;
	position: absolute;
	background-color: rgba(255,255,255,0);
	top:28em;
	left: 18%;
}



@media only screen and (max-width: 1680px){
	.hair-ma {
	width: 69.5%;

	}
	.footerdiv {
    width: 69.5%;
    
	}
	.carousel-item img{
		height:150%;
		width: 120%;
		margin-left: -10em
	}
	
	
	
	/*关于我们*/
	.banerText{
		top:13em;
	}
	
	.crumb{
		top:24em;
		left: 15%;
	}
	
	.aboutusmain{
		width: 70%;
		
	}
	
	/*业务范围*/
	.businsspart{
		width: 68%;
	}
	
	.banerText-business{
		top:13em;
	}
	
	.businesscrumb{
		top:24em;
		left: 15%;
	}
	
	/*联系我们*/
	
	.callus{
		width: 70%;
	}
	
	.calluscrumb{
		top:24em;
		left: 15%;
	}
	
	.banerText-callus{
		top:13em;
		left: 39%;
	}
	
	/*团队详情*/
	.banerText-teamdet{
		top:13em;
		left: 37%;
	}
	
	.teamman{
		width: 68%;
	}
	
	.teamcrumb{
		top:24em;
		left: 15%;
	}
	
	/*新闻*/
	.newpage{
		width: 68%;
	}
	
	.newcrumb{
		top:24em;
		left: 15%;
	}
	
	.banerText-new {
		left: 35%;
		top:13em;
	}
	
	/*新闻详情*/
	
	.newpagetext{
		width: 67%;
	}
	
	.newpagetexta {

	margin-left: 89%;
	}
}

@media only screen and (max-width: 1440px){
	.carousel-item img{

		width: 150%;
		margin-left: -21em
	}
	
	
	.headernav li{
	width: 7em;
	padding:0 1em ; 
	font-size:14px;
	line-height: 80px;
	}
	
	
	.headernav li img {
    width: 20%;
    padding-top: 1em;
	}
	
	.dropdown-content {
	line-height: 16px;
	margin-top: 0.4em;
	margin-left: -1.3em;
	}

	.dropdown-content a {
	font-size: 13px;
	}

	
	.hair-ma {
	width: 69.5%;

	}
	.footerdiv {
    width: 69.5%;
    
	}
	
	/*关于我们*/
	
	.aboutusmain{
		width: 70%;
		
	}
	
	.crumb{
		top:24em;
		left: 15%;
	}
	
	.aboutbaner{
		height: 25em;
	}
	
	.banerText{

	left: 39%;
	top:12em;
	}

	.banerText span{
		font-size: 3em;
		font-weight: 530;
	}

	.banerText p{
		font-size: 1.3em;
	}
	
	/*业务范围*/
	.businsspart{
		width: 68%;
	}
	
	.businessban{
		height: 25em;
	}
	
	.businesscrumb{
		top:24em;
		left: 15%;
	}
	
	.banerText-business{
		left: 28%;
		top:12em;
	}
	
	/*联系我们*/
	
	.callus{
		width: 69%;
	}
	
	.calluscrumb{
		top:24em;
		left: 15%;
	}
	.margin2{
		width: 18.5em;
	}
	.margin4{
		width: 38.5em
	}
	
	.contactmap img{
		width: 100%;
	}
	.banerText-callus{
		top:12em;
		left: 35%;
	}
	
	.callusban{
		height: 25em;
	}
	
	/*团队详情*/
	.banerText-teamdet{
		left: 34%;
		top:12em;
	}
	
	.teamcrumb{
		top:24em;
		left: 15%;
	}
	
	.teamman{
		width: 69%;
	}
	
	.teamban{
		height: 25em;
	}
	
	.mename{
		font-size: 18px;
	}
	
	.caption p:nth-child(2){
	font-size: 14px
	}
	
	.mename a{
	font-size: 15px;
	}
	
	/*新闻*/
	.newpage{
		width: 68%;
	}
	
	.newcrumb{
		top:24em;
		left: 15%;
	}
	
	.banerText-new {
		top:12em;
		left: 31%;
	}
	
	.caption {
		padding-right: 1.2em
	}

	
	.newban{
		height: 25em;
	}
	
	/*新闻详情*/
	
	.newpagetext{
		width: 68%;
	}
	
	.newpagetexta{
		margin-left: 87%;
	}
}

@media only screen and (max-width: 1366px){
	.navbar-header{
		width: 85%;
	}
	.hair-ma {
	width: 90%;

	}
	
	.headernav li{
	width: 9em;
	padding:0 1.5em ; 
	font-size:15px;
	line-height: 80px;
	}
	
	
	.headernav li img {
    width: 20%;
    padding-top: 1em;
	}
	
	.dropdown-content {
	line-height: 16px;
	margin-top: 0.4em;
	margin-left: -1.7em;
	}

	.dropdown-content a {
	font-size: 13px;
	}
	
	.footerdiv {
    width: 90%;
    
	}
	
	/*关于我们*/
	.crumb{
		top:24em;
		left: 5%;
	}
	
	.aboutusmain{
		width: 90%;
		
	}
	.abouttexttit{
		font-size: 2.5em;
	}
	
	/*业务范围*/
	.businsspart{
		width: 87%;
	}
	
	.businesscrumb{
		top:24em;
		left: 5%;
	}
	
	.banerText-business{
		left: 28%;
	}
	
	/*联系我们*/
	
	.callus{
		width: 87%;
	}
	
	.calluscrumb{
		left:5%;
	}
	
	.margin2{
		width: 22em;
	}
	.margin4{
		width: 46em
	}
	
	
	.banerText-callus{
		left: 32%;
	}
	
	/*团队详情*/
	.banerText-teamdet{
		left: 32%;
	}
	
	.teamman{
		width:88%;
	}
	
	.teamcrumb{
		left: 5%;
	}
	
	.newpagetexta {
    margin-left: 89%;
	}
	
	/*新闻*/
	.newpage{
		width: 88%;
	}
	
	.newcrumb{
		left: 5%;
	}
	
	.banerText-new {
		left: 31%;
	}
	
	.caption {
		padding-right: 1.2em
	}
	
	/*新闻详情*/
	
	.newpagetext{
		width: 88%;
	}
}

@media only screen and (max-width: 1280px){
	.navbar-header{
		width: 85%;
	}
	
	.headernav li{
	width: 9em;
	padding:0 1.2em ; 
	font-size:15px;
	line-height: 80px;
	}
	
	
	.headernav li img {
    width: 20%;
    padding-top: 1em;
	}
	
	.dropdown-content {
	width: 9em;
	line-height: 16px;
	margin-top: 0.4em;
	margin-left: -1.3em;
	}

	.dropdown-content a {
	font-size: 13px;
	}
	
	.searchbar {
    margin-left: 77%;
	}
	
	.hair-ma {
	width: 90.5%;

	}
	.footerdiv {
    width: 90.5%;
    
	}
	
	/*关于我们*/
	.crumb{
		top:24em;
		left: 5%;
	}
	
	.aboutusmain{
		width: 90%;
		
	}
	
	.banerText{
	left: 36%;
	top:12em;
	}
	
	/*业务范围*/
	.businsspart{
		width: 88%;
	}
	
	.businesscrumb{
		left: 5%;
	}
	
	.banerText-business{
		left: 26%;
	}
	
	.busitextimg img{
		width: 52em;
	}
	
	/*联系我们*/
	
	.callus{
		width: 88%;
	}
	
	.calluscrumb{
		left: 5%;
	}
	
	.margin2{
		width: 20em;
	}
	.margin4{
		width: 41.9em
	}
	.banerText-callus{
		left: 30%;
	}
	
	.contactmap img{
		width: 100%;
	}
	
	/*团队详情*/
	.banerText-teamdet{
		left: 32%;
	}
	
	.teamman{
		width: 88%;
	}
	
	.teamcrumb{
		left: 5%;
	}
	
	.teamban {
		height: 25em
	}
	
	/*新闻*/
	.newpage{
		width: 88%;
	}
	
	.newcrumb{
		left: 5%;
	}
	
	.banerText-new {
		left: 29%;
	}
	
	.caption {
		padding-right: 1.2em
	}
	
	/*新闻详情*/
	
	.newpagetext{
		width: 88%;
	}
}

@media only screen and (max-width: 1024px){
	.carousel-item img{
		height:100%;
		width: 200%;
		margin-left:-500px;
	}
	
	.headernav li{
	width: 8em;
	padding:0em ; 
	font-size:9px;
	line-height: 80px;
	}
	
	
	.headernav li img {
    width: 20%;
    padding-top: 1em;
	}
	
	.dropdown-content {
	width: 9em;
	line-height: 16px;
	margin-top: 0.4em;
	margin-left: -0.5em;
	}

	.dropdown-content a {
	font-size: 9px;
	}
	
	.searchbar {
    margin-left: 73.5%;
	}

	.navbar-header{
		width: 80%;
	}
	
	
	.hair-ma {
	width: 86.5%;
	}
	
	.footerdiv {
    width: 86.5%;
	}
	
	
	/*关于我们*/
	.crumb{
		top:24em;
		left: 2%;
	}
	
	.aboutusmain{
		width: 90%;
		
	}
	.abouttexttit{
		font-size: 2em;
	}
	
	.aboutimg {
    float: right;
    margin: 0 0em 1em 1em;
    top: 0.25em;
	}
	
	.banerText{
	left: 34%;
	top:12em;
	}
	
	/*业务范围*/
	.businsspart{
		width: 85%;
	}
	
	.businesscrumb{
		left: 6%;
	}
	
	.banerText-business{
		left: 18%;
	}
	
	.busitextimg img{
		width: 43em;
		height: 5em;
	}
	
	/*联系我们*/
	
	.callus{
		width: 83%;
	}
	
	.calluscrumb{
		left: 6%;
	}
	
	.contacttext span{
		font-size: 0.8em;
	}
	
	.margin2{
		width: 15em;
	}
	
	.margin4{
		width: 31em;
	}
	
	.banerText-callus{
		left: 28%;
	}
	
	.contactmap img{
		width: 100%;
	}
	
	/*团队详情*/
	.banerText-teamdet{
		left: 30%;
		top:12em;
	}
	
	.teamman{
		width: 90%;
	}
	
	.teamcrumb{
		left: 7%;
		top:24em;
	}
	
	.teamban {
		height: 25em
	}
	
	/*新闻*/
	.newpage{
		width: 84%;
	}
	
	.newcrumb{
		left: 5.5%;
	}
	
	.banerText-new {
		left: 24%;
	}
	
	.caption {
		padding-right: 1.2em
	}
	

	
	/*新闻详情*/
	
	.newpagetext{
		width: 84%;
	}
	
		.newpagetexta {
    margin-left: 85%;
	}
	
	/*团队*/
	.img-responsive-one{
		padding: 2em 0;
	}
}


@media only screen and (max-width: 768px){
	.navbar-header{
	height: auto;
	width: 80%;
	}
	
	.hair-ma {
	width: 92%;
	}
	
	.footerdiv {
    width: 92%;
	}
	
	.headernav{
	margin-right: 0;
	}

	.headernav li{
		line-height: 40px;
	}
	
	.carousel-item img{
		width: 250%;
		margin-left:-35em;
	}
	
	.dropdown-content{
		width: 7em;
		margin-left: -0.8em;
	}
	
	.headernav{
		background: #000;
		opacity: 0.9;
	}
	
	
	.dropdown .nav-link img{
	margin-top: -0.5em;
	}
	
	.dropdown .nav-link:hover img{
	margin-top: 0.5em;
	}
	
	.headernav li{
	opacity: 1;
	margin: 0 auto;	
	width: 8em;
	font-size:17px;
	line-height: 40px;
	}
	
	
	.headernav li img {
    width: 20%;
    padding-top: 1em;
	margin-bottom: 1em;
	}
	
	.dropdown-content {
	width: 9em;
	line-height: 16px;
	margin-top: 0.4em;
	margin-left: -0.5em;
	}

	.dropdown-content a {
	font-size: 9px;
	}
	
	.searchbar {
    margin-left: 11%;
    width: 78%;
	}
	
	/*关于我们*/
	.aboutusmain {
    width: 95%;
	}
	
	.banerText{
		left: 14em;
		top:12em;
	}
	
	.crumb{
		top:24em;
		left: 2.5%;
	}
	
	.aboutimg{
		width: 60%;
	}
	
	.aboutbaner{
		height: 25em;
	}
	
	.aboutimg img{
		width: 100%;
	}
	
	
	
	/*业务范围*/
	.busnavyewu{
		font-size: 1.3em
	}
	.businessban{
		width: 300%;
		height: 25em;
	}
	.businsspart{
		width: 90%;
	}
	
	.businesscrumb{
		top:24em;
		left: 3%;
	}
	
	.banerText-business{
		left: 10%;
		top:12%;
	}
	
	.busitextimg img{
		width: 32em;
		height: 4.5em;
	}
	
	.busnav ul {
    width: 100%;
	}
	
	/*联系我们*/
	
	.callusban{
		width: 300%;
		height: 25em;
	}
	
	.banerText-callus{
		left: 19%;
		top:12em;
	}
	
	.callus{
		width: 99%;
	}
	
	.calluscrumb{
		top:24em;
		left: 2.5%;
	}
	
	.contacttext span{
		font-size: 1em;
	}
	
	.contact{
		height:4.5em;
	}
	
	.callus2{
		margin-left: -3em;
		margin-top: 2em;
	}
	
	.margin2{
		margin-top: 1em;
		width: 30em;
	}
	
	.margin4{
		width: 30em;
	}
	
	
	.contactmap img{
		width: 100%;
	}
	
	/*团队详情*/
	
	
	.banerText-teamdet{
		left: 20%;
		top:12em;
	}
	
	.teamman{
		width: 89%;
	}
	
	.teamcrumb{
		top:24em;
		left: 4%;
	}
	
	.teamban {
		width: 300%;
		height: 25em
	}
	
	/*新闻*/
		
	
	.newpage{
		width: 90%;
	}
	
	.newcrumb{
		top:24em;
		left: 3%;
	}
	
	.banerText-new {
		left: 15%;
		top:12em;
	}
	
	.caption {
		padding-right: 1.2em
	}
	
	.newban{
		width: 300%;
		height: 25em;
		
	}
	
	/*新闻详情*/
	
	.newpagetextimg{
		width: 90%;
	}
	
	.newpagetexta {
    margin-left: 80%;
	}
	
	/*团队*/
	.img-responsive-one{
		float:none;
		padding: 2em 0;
		padding-left: 0em;
	}
	
	.img-responsive-one img{
		width: 100%;
	}
	
	
	
}

@media only screen and (max-width: 667px){
	.carousel-item img{
		width: 250%;
		margin-left:-31em;
	}
	
	.navbar-header{
	height: auto;
	width: 80%;
	}
	
	.hair-ma {
	width: 95%;
	}
	
	.footerdiv {
    width: 95%;
	}
	
	.headernav li {
		margin: 0 auto;
	}
	
	.searchbar {
	width: 81%;
	margin:0 4em;
	}
	
	/*关于我们*/
	.aboutbaner{
		height: 25em;
	}
	
	.banerText span {
    font-size: 3em;
    font-weight: 530;
	}
	
	.banerText p {
    font-size: 1.3em;
	}
	
	.banerText{
	left: 28%;
	top:12em;
	}
	
	.crumb{
		top:24em;
		left: 7.5%;
	}
	
	.aboutusmain{
		width: 87%;
		
	}
	
	
	/*业务范围*/
	.busnav img {
    width: 1%;
	}
	
	.businessban{
		height: 25em;
	}
	
	.businsspart{
		width: 92%;
	}
	
	.businesscrumb{
		top:24em;
		left: 2%;
	}
	
	.banerText-business{
		left: 3%;
		top:12em;
	}
	
	.banerText-business span{
		font-size: 3em;
    	font-weight: 530;
	}
	
	.banerText-business p{
		font-size: 1.3em;
	}
	
	.busitextimg img{
		width: 105%;
		
	}
	
	/*联系我们*/
	.callusban{
		height: 25em;
	}
	
	.banerText-callus{
		left: 15%;
		top:12em;
	}
	
	.callus{
		width: 80%;
		overflow: hidden;
	}
	
	.calluscrumb{
		top:24em;
		left: 7.5%;
	}
	
	
	.callus2{
		margin-left: 0em;
		margin-top: 2em;
	}
	
	.margin2{
		margin-top: 1em;
		width: 40em;
	}
	
	.margin4{
		width: 32em;
	}
	
	.contactmap{
		/*left: -15em;*/
	}
	.contactmap img{
		width: 200%;
		left: -120em;
	}
	
	/*团队详情*/
	.banerText-teamdet{
		left: 14%;
		top:12em;
	}
	
	.teamman{
		width: 90%;
	}
	
	.teamcrumb{
		top:24em;
		left: 3%;
	}
	
	.teamban {
		height: 25em;
	}
	
	.mejieshao{
		font-size: 0.9em;
	}
	
	/*新闻*/
	.newpage{
		width: 90%;
	}
	
	.newcrumb{
		top:24em;
		left: 3%;
	}
	
	.banerText-new {
		left: 9%;
		top: 12em;
	}
	
	.caption {
		padding-right: 1.2em
	}
	
	.newban{
		width: 300%;
		height: 25em;
		
	}
	
	.newimgresponsive{
		width: 100%;
	}
	
	/*新闻详情*/
	.newpagetext{
		width: 90%;
	}
	
	.newpagetextimg{
		width: 95%;
	}
	
	.newpagetexta {
    margin-left: 78%;
	}
	
	/*团队*/
	.img-responsive-one{
		float:left;
		padding: 0;
		padding-left: 0;
	}
}

@media only screen and (max-width: 414px){
	.carousel-item img{
		height: 45em;
		width: 300%;
		margin-left:-410px;
	}
	
	.navbar-header{
	height: auto;
	width: 95%;
	}
	
	.navbar-brand {
    margin-left: 0;
	}
	.headernav{
	margin-right: 0;
	}

	.headernav li{
		line-height: 30px;
	}
	.hair-ma {
	width: 92%;
	}
	
	.footerdiv {
    width: 92%;
	}
	
	.headernav{
		background: #000;
	}
	
	.headernav li {
		margin: 0 auto;
	}
	
	.headernav li img {
    width: 15%;
    padding-top: 1em;
    margin-bottom: 1em;
	}
	
	.dropdown .nav-link img {
        width: 8%;
		margin-top:-0.4em;
	}
	
	.searchbar {
	width: 92%;
	margin:0 1em;
	}	
	
	
	/*关于我们*/
	.aboutbaner {
		width: 300%;
		height: 30em;
		left: -100%;
	}
	
	.banerText{

	left: 12%;
	top:14em;
	}
	
	.crumb{
		top:29em;
		left: 2%;
	}
	
	.aboutimg{
		float:right;
		margin: 0;
		top: 0.25em;
		width: 100%;
	}
	
	.aboutimg img{
		width: 95%;
	}
	
	
	.abouttexttit{
		width: 100%;
		font-size: 1.5em;
		margin-top: 1em;
	}
	
	.aboutdetail {
		width: 100%;
	}
	
	.detailimg {
		text-align: left;
		padding: 0 0.5em 0 1em;
	}
	
	.aboutusmain{
	width: 95%;
	margin: 0 auto;
	margin-top: 4em;
	margin-bottom: 4em;
	}
	
	/*业务范围*/
	
	.businessban{
		width: 300%;
		height: 30em;
		left: -100%;
	}
	.businsspart{
		width: 88%;
	}
	
	.businesscrumb{
		top:29em;
		left: 2%;
	}
	
	.banerText-business{
		right: 1%;
		left: 2%;
		top:14em;
	}
	
	.busitext{
		padding-left: 0em;
	}
	
	
	.busitextimg img{
		width: 38em;
		height: 4.5em;
	}
	
	/*联系我们*/
	.callusban{
		width: 300%;
		height: 30em;
		left: -100%;
	}
	
	.banerText-callus{
		left: 1%;
		top:14em;
	}
	
	
	
	.callus{
		width: 90%;
		overflow: hidden;
	}
	
	.calluscrumb{
		top:29em;
		left: 2%;
	}
	
	
	
	.callus2{
		margin-left: -2em;
		margin-top: 2em;
	}
	
	.margin2{
		margin-top: 1em;
		width: 40em;
	}
	
	.margin4{
		width: 22.3em;
	}
	
	.contact {
    margin-top: 1em;

	}
	
	.contactmap{
		left: -15em;
	}
	.contactmap img{
		width: 200%;
		left: -120em;
	}
	
	/*团队详情*/
	.banerText-teamdet{
		left: 1%;
		right: 1%;
		top:14em;
	}
	
	.teamman{
		width: 88%;
	}
	
	.teamcrumb{
		top:29em;
		left: 3%;
	}
	
	.teamban {
		width: 300%;
		height: 30em;
		left: -140%;
	}
	
	.mejieshao{
		font-size: 0.9em;
	}
	
	.img-responsive{
		float: none;
		margin: 0;
		width: 100%;
	}
	
	
	/*新闻*/
	.newpage{
		width: 90%;
	}
	
	.newcrumb{
		top:29em;
		left: 2%;
	}
	
	.banerText-new {
		left: 5%;
		top: 14em;
	}
	
	
	.caption {
		padding-right: 1.2em
	}
	
	.newban{
		width: 300%;
		height: 30em;
		left: -100%;
	}
	
	.newtype li a{
	
	margin-left: 0;
	}
	
	/*新闻详情*/
	.newpagetext{
		width: 90%;
	}
	
	.newpagetextimg{
		width: 95%;
	}
	
	.newpagetexta {
    margin-left: 65%;
	}
	
	/*团队*/
	.img-responsive-one{
		float:none;
		padding: 2em 0;
		padding-left: 0em;
	}
	
	.caption2{
		padding-left: 1em;
	}
}

@media only screen and (max-width: 375px) {
	.carousel-item img{
		height: 40em;
		width: 300%;
		margin-left:-375px;
	}
	
	.navbar-header{
	height: auto;
	width: 100%;
	}
	
	.navbar-brand {
    margin-left: 0;
	}
	
	.hair-ma {
	width: 98%;
	}
	
	.footerdiv {
    width: 98%;
	}
	
	.footer p{
		font-size: 13px;
	}
	
	.headernav{
		background: #000;
	}
	
	.headernav li {
		margin: 0 auto;
	}
	
	
	
	/*关于我们*/
	
	.aboutbaner {
		width: 300%;
		height: 25em;
		
	}
	
	.banerText{
	
	left: 21%;
		top:12em;
	}
	
	.banerText P{
		font-size: 0.9em
	}
	.crumb{
		top:24em;
		left:2.5%;
	}
	
	.aboutimg{
		float:right;
		margin: 0;
		top: 0.25em;	
	}
	
	.aboutimg img{
		width: 95%;
	}
	
	.abouttext{
		margin-left: -26.6%;
		padding:0 4.1em 0 1.6em;
		
	}
	
	.abouttexttit{
		width: 100%;
		font-size: 1.5em;
		margin-top: 1em;
	}
	
	.aboutdetail {
		width: 100%;
	}
	
	.detailimg {
		text-align: left;
		padding: 0 0.5em 0 1em;
	}
	
	
	
	/*业务范围*/
	
	
	.banerText-business{
		left: 1%;
		top: 12em;
	}
	
	.businessban{
		width: 300%;
		height: 25em;
	}
	
	.businesscrumb{
		top:24em;
		left: 1%;
	}
	
	.banerText-business span{
		font-size: 3em;
	}
	
	.banerText-business	p{
		font-size: 0.9em
	}
	
	/*联系我们*/
	
	.calluscrumb{
		top:24em;
		left: 2%;
	}
	
	.callusban{
		width: 300%;
		height: 25em;
	}
	
	.margin4{
		width: 20.2em;
	}
	
	.banerText-callus{
		left: 6%;
		top:12em;
	}
	
	.banerText-callus p{
		font-size: 0.9em;
	}
	
	/*团队详情*/
	
	.banerText-teamdet{
		left: 2%;
		top: 12em;
	}
	
	.banerText-teamdet span{
		font-size: 3em;
	}
	
	.banerText-teamdet p{
		font-size: 0.9em;
	}
	
	.teamman{
		width: 90%;
	}
	
	.teamcrumb{
		top:24em;
		left: 2%;
	}
	
	.teamban {
		width: 300%;
		height: 25em;
	}
	
	.mejieshao{
		font-size: 0.9em;
	}
	
	.img-responsive{
		float: none;
		margin:  0em;
	}
	
	.img-responsive-one{
		padding: 0em;
	}
	
	/*新闻*/
	
	.newpage{
		width: 90%;
	}
	.banerText-new span{
		font-size: 3em;
	}
	
	.banerText-new p{
		font-size: 0.9em
	}
	
	.newcrumb{
		top:24em;
		left: 2%;
	}
	
	.banerText-new {
		left: 1%;
		top: 12em;
	}
	
	.newban{
		width: 300%;
		height: 25em;
		
	}
	
	
	.caption {
		padding-right: 1.2em
	}
	
	
	.newtype li a{
	
	margin-left: 0;
	}
	
	.newpagetexta {
    margin-left: 60%;
	}
}

@media only screen and (max-width: 320px) {
	.carousel-item img{
		height: 32em;
		width: 300%;
		margin-left:-315px;
	}
	
	.hair-ma p{
		margin-left: 5px;
		font-size: 5px;
	}
	
	.navbar-brand img{
		width: 10em;
	}
	
	.footer{
		margin-left: 1em;
		
	}
	
	.searchbar {
	width: 90%;
	margin:0 1em;
	}
	
	.language{
		font-size: 0.55em;
		 padding-left: 3em;
	}
	
	/*关于我们*/
	
	.aboutbaner {
		width: 500%;
		margin-left: -44em;
	}
	
	.banerText{
		left: 4.5%;
	top:32%;
	}
	
	.banerText span{
		font-size: 2.3em;
	}
	
	.banerText p{
		font-size: 1.2em;
	}
	
	.crumb{
		top:63%;
		left:2.5%;
	}
	
	.aboutusmain{
		width: 98%;
	}
	
	
	.aboutimg{
		float:right;
		margin: 0;
		top: 0.25em;
		width: 100%;
	}
	
	.aboutimg img{
		width: 95%;
	}
	
	
	.abouttexttit{
		width: 100%;
		font-size: 1.5em;
		margin-top: 1em;
	}
	
	.aboutdetail {
		width: 100%;
	}
	
	.detailimg {
		text-align: left;
		padding: 0 0.5em 0 1em;
	}
	
	/*业务范围*/
	
	
	/*联系我们*/
	.callusban{
		height: 20em;
	}
	
	.banerText-callus{
		left: 7%;
		top:9em;
	}
	
	.banerText-callus p{
		font-size: 0.7em;
	}
	
	.contactmap{
		left: -15em;
	}
	.contactmap img{
		width: 300%;
	}
	
	/*团队详情*/
	.banerText-teamdet{
		left: 2%;
		top:23%;
	}
	
	.banerText-teamdet span{
		font-size: 2em;
	}
	
	.banerText-teamdet p{
		font-size: 0.9em;
	}
	
	.teamman{
		width: 90%;
	}
	
	.teamcrumb{
		left: 1%;
		top:43%;
	}
	
	.teamban {
		width: 300%;
		height: 18em;
		left: -130%
	}
	
	.mejieshao{
		font-size: 0.9em;
	}
	
	.img-responsive{
		float: none;
		margin: 0.5em ;
	}
	
	/*新闻*/
	.newpage{
		width: 90%;
	}
	
	.newcrumb{
		top:63%;
		left: 2%;
	}
	
	.banerText-new {
		left: 1%;
		top: 25%;
	}
	
	.banerText-new p{
		font-size: 0.9em
	}
	
	.caption {
		padding-right: 1.2em
	}
	
	.newban{
		width: 300%;
		height: 25em;
		
	}
	
	.newtype li a{
	
	margin-left: 0;
	}
	
	/*团队*/
	.img-responsive-one{
		padding: 2em 0;
		padding-left: 0.5em;
	}
}



