body {
	color: #333333;
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;

	outline: none;
}

a:hover {
	text-decoration: none;
	color: #f8ca4d;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

/**/

.header {
	line-height: 92px;
	font-size: 18px;
	padding: 0 30px;
	background: rgba(67,67,67,0.79);
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.header .navbar-default .navbar-nav>li>a {
	padding: 0 25px;
	line-height: 92px;
	position: relative;
	color: #d0d0d0;
}
.header .dropdown-menu{
	margin: 0;
	background: rgba(67,67,67,0.79);
	text-align: center;
	border: none;
	padding: 0;
	border-radius: 0;
}
.header .dropdown-menu>li>a{
	padding: 13px;
	color: #fff;
}
.header .dropdown-menu>li>a:hover{
background: #f8ca4d;	
}
.header .navbar-default .navbar-nav>li:hover .dropdown-menu{
	display: block;
	
}

.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .navbar-nav>:hover>a,
.header .navbar-default .navbar-nav>.active>a:focus,
.header .navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #f8ca4d;
}

.header .navbar-default {
	margin: 0;
	background: none;
	border: none;
}

.header .search {
	margin-left: 50px;
}

.header .form-control {
	width: 98px;
	height: 32px;
	border-radius: 0;
	margin: 30px 0 0 30px;
}

.footer {
	background: #434343;
	color: rgba(255, 255, 255, 0.4);
}

.footer a {
	color: rgba(255, 255, 255, 0.4);
}

.footer .a {
	padding: 65px 40px;
}

.footer .a h3 {
	margin-top: 0;
	color: #fff;
	font-size: 16px;
	position: relative;
	padding-left: 26px;
}

.footer .a h3::after {
	content: '';
	display: block;
	width: 15px;
	background: #f8ca4d;
	position: absolute;
	left: 0;
	top: 8px;
	height: 4px;
}

.footer .a ul {
	padding-left: 26px;
	line-height: 30px;
}

.footer .b {
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
}

.footer img {
	width: 100px;
	height: 100px;
}

.modal-dialog .input-group .form-control,
.modal-dialog .input-group-btn>.btn {
	height: 60px;
	font-size: 16px;

}


/**/
.homepage .header{
	position: static;
}
.homepage .a a {
	display: block;
	height: 600px;
	position: relative;
}

.homepage .a a dl {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	width: 95%;
}

.homepage .a a dl dt {
	font-size: 48px;
	margin-bottom: 20px;
}

.homepage .a a dl dd {
	font-size: 24px;
	line-height: 48px;
}

.homepage .a .swiper-pagination {
	bottom: 30px;
}

.homepage .a .swiper-pagination-bullet {
	opacity: 1;
	background: none;
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.homepage .a .swiper-pagination-bullet-active {
	background: #fff;
}

.homepage .title {
	text-align: center;
	font-size: 30px;
	margin: 80px 0 40px;
	background: url(../images/home_17.png) bottom center no-repeat;
	padding-bottom: 20px;
}

.homepage .b .bd {
	font-size: 16px;
	background: #f4f4f4;
	padding: 40px 0;
}

.homepage .b .bd p {
	line-height: 40px;
	margin: 0;
}

.homepage .b .bd img {
	max-width: 100%;
	margin-left: 20px;
}

.homepage .d .tab-content img {
	width: 100%;

}

.homepage .d .tab-content .pic {
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
}

.homepage .d .tab-content h4 {
	position: relative;
	font-size: 18px;
	margin: 30px 0 15px 25px;

}

.homepage .d .tab-content h4 span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homepage .d .tab-content h4::after {
	content: '';
	display: block;
	width: 12px;
	height: 3px;
	background: #274368;
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -2px;
}

.homepage .d .swiper-container {
	padding-bottom: 100px;
}

.homepage .d .swiper-button-next,
.homepage .d .swiper-button-prev {
	bottom: 0;
	top: auto;
	width: 43px;
	height: 43px;
	background: #eeeeee;
	border-radius: 5px;
	color: #49607f;
}

.homepage .d .swiper-button-next:after,
.homepage .d .swiper-button-prev:after {
	font-size: 18px;
}

.homepage .d .swiper-button-next:hover,
.homepage .d .swiper-button-prev:hover {
	background: #4040ff;
	color: #fff;
}

.homepage .d .swiper-button-next {
	right: 50%;
	margin-right: -50px;
}

.homepage .d .swiper-button-prev {
	left: 50%;
	margin-left: -50px;
}

.homepage .c {
	background: url(../images/home_02.jpg) center top no-repeat;
	margin-top: 80px;
}

.homepage .c .title {
	color: #fff;
	background: url(../images/home_19.png) bottom center no-repeat;
}

.homepage .c .bd a {
	display: block;
	background: #fff;
	padding: 5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.homepage .c .bd .row {
	margin: 0 -10px;
}

.homepage .c .bd .col-lg-3 {
	padding: 0 10px;
}

.homepage .c .bd a img {
	width: 100%;
}

.homepage .c .bd a .pic {
	overflow: hidden;
}

.homepage .c .bd dl {
	padding: 15px;
}

.homepage .c .bd dd {
	line-height: 30px;
	color: #666;
	height: 60px;
	overflow: hidden;
}

.homepage .c .bd dd span {
	display: inline-block;
	margin-left: 40px;
}

.homepage .c .bd dt {
	font-size: 18px;
	margin-bottom: 5px;
	background: url(../images/home_53.png) right center no-repeat;
}

.homepage .e {
	background: #f4f4f4;
	margin-top: 80px;
	padding-bottom: 80px;
}

.homepage .e .flex_item {
	overflow: hidden;
}

.homepage .e img {
	width: 100%;
}

.homepage .e ul {
	width: 458px;
}

.homepage .e li {
	margin: 2px 0;
	background: #ececec;
	padding: 15px;
	font-size: 16px;
}

.homepage .e li a {
	display: block;
	line-height: 30px;
	height: 60px;
	padding-left: 38px;
	position: relative;
}

.homepage .e li a::after {
	content: '';
	display: block;
	width: 19px;
	height: 5px;
	background: #f8ca4d;
	position: absolute;
	left: 0;
	top: 12px;
}

.homepage .c .bd a:hover img,
.homepage .d .tab-content .pic:hover img,
.homepage .e .flex_item:hover img {
	transform: scale(1.2);
}

/**/
.banner_info {
	height: 445px;
	background: url(../images/3_02.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
}

.banner_info h2 {
	padding-top: 180px;
	font-size: 36px;
}

.banner_info h2::after {
	content: '';
	display: block;
	width: 37px;
	height: 6px;
	margin: 25px 0;
	background: #f8ca4d;
}

.banner_info p {
	opacity: 0.58;
}

.bread {
	background: #f6f6f6;
}

.bread .tab {
	display: flex;
}

.bread .tab a {
	display: block;
	width: 108px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}

.bread .tab a.on {
	background: #4040ff;
	color: #fff;
}

.breadcrumb {
	margin: 0;
	background: none;
	padding: 20px 0;
}

.bginfo {
	padding-bottom: 100px;
	background: url(../images/bg_02.png) bottom center no-repeat;
}

.system .title {
	text-align: center;
	font-size: 30px;
	margin: 80px 0 40px;
}

.system .title span {
	color: #002aff;
}

.system .a p {
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 20px;
}

.system .a img {
	width: 100%;
}

.system .b .bd {
	position: relative;
}

.system .b .bd img {
	width: 706px;
	height: 326px;
	max-width: 100%;
}

.system .b .bd .box {
	font-size: 16px;
	line-height: 36px;
	width: 617px;
	text-align: left;
	padding: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	transform: translate(0, -50%);
	box-shadow: 0 0 10px rgba(64, 64, 255, 0.2);
}

.system .c .bd {
	position: relative;
}

.system .c .box {
	width: 600px;
	height: 637px;
	background: url(../images/3_03.jpg) center no-repeat;
	color: #fff;
	position: relative;
}

.system .c .box p {
	font-size: 16px;
	line-height: 36px;
	position: absolute;
	left: 76px;
	right: 120px;
	top: 50%;
	transform: translate(0, -50%);
}

.system .c .rt {
	background: #fff;
	width: 660px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	text-align: center;
	padding: 40px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.system .c .rt img {
	max-width: 100%;
	max-height: 465px;
}

.system .c .swiper-button-next {
	background: url(../images/next.png) center no-repeat;
	width: 37px;
	right: 30px;
}

.system .c .swiper-button-prev {
	background: url(../images/prev.png) center no-repeat;
	width: 37px;
	left: 30px;
}

.system .c .swiper-button-next:after,
.system .c .swiper-button-prev:after {
	display: none;
}

/**/
.banner_info-4 {
	background: url(../images/4_02.jpg) center no-repeat;
	background-size: cover;
}

.cooperation .title {
	text-align: center;
	font-size: 30px;
	margin: 80px 0 40px;
}

.cooperation .title::after {
	content: '';
	display: block;
	margin: 0 auto;
	width: 93px;
	border-bottom: 1px solid #006cc8;
	margin-top: 30px;
}

.cooperation .bd {
	text-align: center;
	font-size: 16px;
}

.cooperation .bd a {
	display: block;
	margin-bottom: 50px;
}

.cooperation .bd .pic {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	overflow: hidden;
}
.cooperation .bd p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.cooperation .bd .row {
	margin: 0 -10px;
}

.cooperation .bd .col-lg-3 {
	padding: 0 10px;
}

.cooperation .bd .pic img {
	width: 100%;
}

/**/
.banner_info-5 {
	background: url(../images/5_02.jpg) center no-repeat;
	background-size: cover;
}

.develop {
	font-size: 16px;
	padding-bottom: 80px;
}

.develop .hd {
	text-align: center;
	margin: 80px 0 40px;
}

.develop .hd h2 {
	margin-top: 0;
	font-size: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.develop .hd p{
	line-height: 36px;
}
.develop .hd h2 span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 30px;
	border-bottom: 1px solid #f08300;
	margin-bottom: -1px;
}

.develop .bd .pic {
	width: 100%;
}

.develop .bd .flex .box {
	padding: 0 0 0 30px;
}

.develop .bd .flex .box1 {
	padding: 0 30px 0 0;
}

.develop .bd .box p {
	line-height: 30px;
	margin: 15px 0;
}

.develop .bd .box h4 {
	font-weight: bold;
	font-size: 24px;
	padding: 0 15px;
}

.develop .bd .box h4::after {
	content: '';
	display: inline-block;
	width: 39px;
	height: 5px;
	background: #f8ca4d;
	margin-top: 15px;
}

.develop .bd .box .btn {
	font-size: 16px;
	background: #eeeeee;
	padding: 10px 30px;
}

.develop .bd .box .media-left {
	padding: 0;
}

/**/
.banner_info-6 {
	background: url(../images/6_02.jpg) center no-repeat;
	background-size: cover;
}

.development .a {
	padding: 80px 0;
	font-size: 16px;
}

.development .a .pic {
	width: 100%;
}

.development .a .flex dl {
	text-align: center;
	width: 127px;
	height: 127px;
	border: 1px solid #eee;
	padding-top: 30px;
	border-radius: 50%;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.development .a .flex dl dd {
	margin-top: 10px;
}

.development .a p {
	line-height: 30px;
	margin: 30px 0 60px;
}

.development .a h2 {
	color: #03346f;
	font-size: 36px;
	margin-top: 30px;
	position: relative;
}

.development .a h2::after {
	content: '';
	display: block;
	width: 82px;
	height: 2px;
	background: #03346f;
	position: absolute;
	left: -120px;
	top: 50%;
}

.development .a .box {
	padding-left: 30px;
}

.development .b .bd {
	background: #f2f2f2;
}

.development .b .bd:nth-child(odd) {
	background: #0293e6;
	color: #fff;
}

.development .b .bd:nth-child(odd) dl {
	padding: 0 125px 0 0;
}

.development .b img {
	width: 100%;
}

.development .b dl {
	padding-left: 125px;
}

.development .b .bd dd {
	line-height: 30px;
}

.development .b .bd dt {
	font-size: 24px;
	margin-bottom: 25px;
}

/**/
.banner_info-7 {
	background: url(../images/7_02.jpg) center no-repeat;
	background-size: cover;
}

.experiment .a {
	padding: 60px 0;
}

.experiment .a p {
	line-height: 30px;
	font-style: italic;
}

.experiment .a h4 {
	font-weight: bold;
	font-size: 16px;
}

.experiment .a img {
	width: 380px;
	height: 240px;
	max-width: 100%;
}

.experiment .b ul {
	margin: 0 -10px;
}

.experiment .b ul li {
	float: left;
	width: 20%;
	padding: 0 10px;
}

.experiment .b ul li a {
	display: block;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(64, 64, 255, 0.2);
}

.experiment .b ul li img {
	width: 100%;
}

.bginfo-1 {
	padding-bottom: 88px;
	background: url(../images/bg3.png) bottom center no-repeat;
}

/**/
.joinus{
	padding: 50px 0 30px;
}

.joinus ul li {
	margin-bottom: 30px;
}

.joinus ul li .tits {
	cursor: pointer;
	background-color: #fff;
	padding: 9px 0;
}

.joinus ul li .tits .t {
	float: left;
	margin-left: 50px;
	padding-top: 18px;
}

.joinus ul li .tits .t .t1 {
	font-size: 24px;
	line-height: 24px;
	color: #0c1729;
}

.joinus ul li .tits .t .t2 {
	font-size: 16px;
	line-height: 18px;
	color: #86898f;
	margin-top: 8px;
}

.joinus ul li .tits .icon {
	width: 97px;
	float: right;
	height: 82px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/join_icon.png");
	border-right: 1px solid #e1e3e6;
	transform: rotate(180deg);
}

.joinus ul li .con {
	width: calc(100% - 100px);
	margin: 0 auto;
	padding-bottom: 10px;
	display: none;
}

.joinus ul li .con .item {
	border-bottom: 1px solid #e1e3e6;
	padding: 42px 0;
}

.joinus ul li .con .item li {
	margin-bottom: 0 !important;
}

.joinus ul li .con .item .t1 {
	font-size: 15px;
	line-height: 30px;
	color: #6c6f75;
}

.joinus ul li .con .item .t1 span {
	font-size: 15px;
	line-height: 30px;
	display: block;
	margin-left: 0;
}

.joinus ul li .con .item .t1 .tt {
	font-size: 15px;
	line-height: 30px;
	color: #6c6f75;
}

.joinus ul li .con .item .t1 .tt .span {
	width: 86px;
	display: block;
	float: left;
}

.joinus ul li .con .item .t1 .tt .i {
	width: calc(100% - 86px);
	float: left;
	display: block;
	color: #86898f;
}

.joinus ul li .con .item .t {
	font-size: 20px;
	line-height: 30px;
	color: #0c1729;
	padding-left: 32px;
	background: url(../images/join_icon1.png) left center no-repeat;
	margin-bottom: 16px;
}
.joinus ul li .con .item .tbg{
	background: url(../images/join_icon2.png) left center no-repeat;
}

.joinus ul li .con .item .t2 {
	font-size: 15px;
	line-height: 30px;
	color: #6c6f75;
}

.joinus ul li .con .item .t2 span {
	font-size: 15px !important;
	line-height: 30px !important;
}

.joinus ul li .con .item .t2 li {
	width: calc(100% - 17px);
	position: relative;
	height: auto;
	padding-left: 17px;
}

.joinus ul li .con .item .t2 li:after {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 12px;
	content: '';
	border-radius: 100%;
	background-color: #8d9096;
}

.joinus ul li.on .tits .icon {
	border-left: 1px solid #e1e3e6;
	transform: rotate(0deg);
	border-right: none;
}

.joinus ul li.on .con {
	display: block;
}
.breadcrumb>li+li:before{
	content: '>';
}
/**/
.contentus img{
	width: 100%;
}
.contentus{
	padding-top: 60px;
}
.contentus li{
	line-height: 45px;
	font-size: 16px;
}
.contentus h3{
	color: #09357f;
	    font-size: 24px;
		margin-bottom: 20px;
}
.contentus .b{
	padding-top: 30px;
}
.contentus .b h2{
	text-align: center;
	font-size: 24px;
	color: #09357f;
}
.contentus .b .form-control{
	margin-top: 30px;
	resize: none;
}
.contentus .b textarea{
	font-size: 16px;
}
.contentus .b input{
	height: 50px;
	font-size: 16px;
}
.contentus .b .btn{
	background: #f8ca4d;
	font-size: 18px;
	padding: 15px 80px;
	margin-top: 30px;
	outline: none;
}
/**/
.productlist{
	padding-top: 50px;
}
.productlist .hd{
	position: relative;
	text-align: center;
	background: #e5e5e5;
}
.productlist .hd img{
	height:50px;
	margin-bottom: 10px;
}
.productlist .hd a p{
	margin: 0;
}
.productlist .hd a{
	display: block;
	padding: 10px 0;
	font-size: 16px;
}
.productlist .hd .swiper-slide.on a,.productlist .hd .swiper-slide:hover a{
	background: #f8ca4d;
	color: #333;
}
.productlist .hd .swiper-button-next{
	 right: -40px;
	 color: #666;
}
 .productlist .hd .swiper-button-prev{
	left: -40px;
	color: #666;
 }
  .productlist .hd .swiper-button-next:after,
    .productlist .hd .swiper-button-prev:after{
		font-size: 28px;
	}
.productlist .bd{
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.productlist .bd .pic{
	width: 340px;
	margin-left: 40px;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.productlist .bd .pic .swiper-container{
	overflow: hidden;
	height: 300px;
}
.productlist .bd .pic .swiper-pagination-bullet-active{
	background: #f8ca4d;
}
.productlist .bd .pic img{
	width: 100%;
}
.productlist .bd .tabbox dd{
	line-height: 24px;
}
.productlist .bd .tabbox dt{
	    font-size: 24px;
	    padding-bottom: 25px;
}
.productlist .bd li{
	font-size: 16px;
	margin-right: 30px;
	    padding:15px 0 15px 35px;
	    border-bottom: 1px solid #dcdcdc;
}
.productlist .bd ul{
	border-right: 1px solid #ddd;
	min-height: 265px;
}

.productlist .bd li.on a{
	color: #f8ca4d;
}
.d_n{
	display: none;
}
/**/
.banner_info-2{
	background: url(../images/2_02.jpg) center no-repeat;
	    background-size: cover;
}
.aboutus .title{
	text-align: center;
	font-size: 30px;
	margin: 80px 0 40px;
}
.aboutus .title p{
	margin-top: 0;
	margin-bottom: 15px;
}
.aboutus .title i{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 16px;
	height: 17px;
	background: url(../images/2_05.png) center no-repeat;
}
.aboutus .title i::after{
	content: '';
	display: block;
	width: 110px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	left: -125px;
	top: 50%;
	margin-top: -1px;
}
.aboutus .title i::before{
	content: '';
	display: block;
	width: 110px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	right: -125px;
	top: 50%;
	margin-top: -1px;
}
.aboutus {
	font-size: 16px;
}
.aboutus .a img{
	width: 512px;
	height: 280px;
	margin-right: 20px;
}
.aboutus .a p{
	line-height: 36px;
	margin-bottom: 30px;
}
.aboutus .a p:last-child{
	margin: 0;
}
.aboutus .a h4{
	line-height: 36px;
	border-top: 1px dashed #ddd;
	margin: 40px 0 0;
	padding-top: 30px;
}
.aboutus .b{
	background: #f7f7f7;
	padding: 2px 0 80px;
	margin-top: 60px;
}
.aboutus .b ul{
	margin: 0 -30px;
}
.aboutus .b ul li{
	float: left;
	width: 20%;
	padding: 0 30px;
}
.aboutus .b .bd{
	position: relative;
	
}
.aboutus .b .bd dl{
	color: #aa9168;
}
.aboutus .b .box{
	background: #fff;
	padding: 20px;
	position: relative;
	z-index: 3;
}
.aboutus .b .box .pic{
	
	overflow: hidden;
}
.aboutus .b .box:hover img{
	 transform: scale(1.2);
}
.aboutus .b .box img{
	width: 100%;
}
.aboutus .b .box h4{
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0 5px;
}
.aboutus .b .bd dd{
	line-height: 24px;
	font-size: 14px;
}
.aboutus .b .bd dt{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.aboutus .b .bd dt::before{
	content: '';
	display: block;
	margin: 40px auto 20px;
	background: #b9916a;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.aboutus .b .bd::after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background: #b9916a;
	bottom: 170px;
}
.aboutus .b .mt{
	margin-top: 93px;
}
.aboutus .c li{
	float: left;
	width: 33.333%;
	height: 663px;
	position: relative;
}
.aboutus .c .bd{
	position: relative;
}
.aboutus .c .bd .more{
	display: block;
	width: 301px;
	height: 100px;
	position: absolute;
	left: 0;
	background: url(../images/2_48.png) center no-repeat;
	bottom: 0;
}
.aboutus .c .bd::after{
	content: '';
	display: block;
	width: 20px;
	height: 146px;
	background: url(../images/2_32.png) center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.aboutus .c .bd::before{
	content: '';
	display: block;
	width: 22px;
	height: 138px;
	background: url(../images/2_44.png) center no-repeat;
	position: absolute;
	bottom:100px;
	left: 0;
}
.aboutus .c img{
	 width: 100%;
 }
.aboutus .c dd{
	line-height: 27px;
	font-size: 14px;
	margin-top: 30px;
}
.aboutus .c dt{
	font-weight: bold;
	font-size: 21px;
}
.aboutus .c .bd span{
	font-size: 24px;
	color: #fff;
	background: #434343;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	position: absolute;
	z-index: 9;
}
.aboutus .c .bd li:first-child span{
	left: 0;
	top: -25px;
}
.aboutus .c .bd li:first-child dl{
	position: absolute;
	top: 0;
	left: 435px;
	width: 100%;
}
.aboutus .c .bd li .pic{
	overflow: hidden;
}
.aboutus .c .bd li:hover img{
	 transform: scale(1.2);
}
.aboutus .c .bd li:nth-child(2) .pic{
	margin-top: 190px;
	margin-bottom: 45px;
}
.aboutus .c .bd li:nth-child(2) span{
	left: 0;
	top: 452px;
}
.aboutus .c .bd li:last-child dl{
	text-align: right;
	width: 100%;
	position: absolute;
	top: 200px;
	right: 0;
}
.aboutus .c .bd li:last-child .pic{
	margin-top: 360px;
}
.aboutus .c .bd li:last-child span{
	right: 0;
	top: 334px;
}
/**/
.Global-cont {
	padding-top: 40px;
}
.Global-cont a {
	display: block;
	margin-top: 50px;
	font-size: 16px;
	text-align: center;
}
.Global-cont a img{
	max-width: 100%;
	margin-bottom: 20px;
}
.Global-cont a:hover img{
	transform: rotate(360deg);
}
.Global-cont a p{
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
}
/**/
.develop .b img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
	
	
	
	
	
	
	
	
	
	
	
	
@media screen and (min-width:1441px) and (max-width:1600px) {
	.header .navbar-default .navbar-nav>li>a {
		padding: 0 15px;
	}
}

@media screen and (min-width:981px) and (max-width:1440px) {
	.header .search {
		display: none;
	}

	.navbar-collapse {
		float: left;
	}

	.logo {
		width: 200px;
	}

}

@media screen and (min-width:769px) and (max-width:980px) {
	.header .fr {
		display: none;
	}

	.logo {
		width: 200px;
	}

	.navbar-collapse {
		float: left;
	}

	.header .navbar-default .navbar-nav>li>a {
		font-size: 14px;
		padding: 0 20px;
	}


}

@media (max-width:768px) {
	.header .logo {
		margin: 0;
		width: 240px;
	}

	.header {
		line-height: 50px;
		padding: 0 0 0 15px;
	}

	.header .navbar-default .navbar-nav>li>a {
		line-height: 40px;
		font-size: 14px;
		padding: 0 15px;
	}

	.header .form-control {
		width: 100%;
		margin: 15px 0 0;
	}

	.header .search {
		margin: 0 0 10px 0;
	}

	.header .fr {
		float: none;
	}

	.footer .a {
		padding: 5px 0 15px;
	}

	.footer .a h3 {
		font-size: 14px;
		margin-top: 20px;
	}

	.footer .a h3 i {
		display: inline-block;
		height: 7px;
		width: 7px;
		border-width: 0 1px 1px 0;
		border-color: #c8c8cd;
		border-style: solid;
		-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
		transform: matrix(.71, .71, -.71, .71, 0, 0);
		position: absolute;
		top: 50%;
		margin-top: -4px;
		right: 2px;
	}

	.footer .a h3 i.on {
		border-width: 1px 0 0 1px;
	}

	.footer .a ul {
		display: none;
	}

	.footer .a img {
		display: none;
	}

	.footer .b {
		font-size: 12px;
		padding: 10px 0;
	}

	.homepage .a a dl dt {
		font-size: 24px;
	}

	.homepage .a a dl dd {
		font-size: 12px;
		line-height: 24px;
	}

	.homepage .a a {
		height: 250px;
	}

	.homepage .title {
		font-size: 20px;
		margin: 30px 0 15px;
	}

	.homepage .b .bd .flex {
		display: block;
	}

	.homepage .b .bd img {
		margin: 15px 0 0;
	}

	.homepage .b .bd p {
		line-height: 26px;
		font-size: 14px;
	}

	.homepage .e ul {
		width: 100%;
	}

	.homepage .e .bd {
		display: block;
	}

	.homepage .c .bd dt {
		font-size: 14px;
		font-weight: bold;
	}

	.homepage .c .bd dd span {
		margin: 0;
	}

	.homepage .c .bd a {
		margin-bottom: 15px;
	}

	.homepage .d .swiper-container {
		padding-bottom: 60px;
	}

	.homepage .c,
	.homepage .e {
		margin-top: 30px;
	}

	.homepage .e {
		padding-bottom: 30px;
	}

	.system .b .bd .box,
	.system .c .rt,
	.system .c .box p {
		width: 100%;
		position: static;
		transform: translate(0, 0)
	}

	.system .c .box {
		width: 100%;
		height: auto;
		padding: 15px;
	}

	.bread .flex {
		display: block;
	}

	.bread .tab a {
		width: auto;
		flex: 1;
		font-size: 14px;
		line-height: 40px;
	}

	.system .title {
		font-size: 20px;
		margin: 30px 0 15px;
	}

	.system .a p,
	.system .b .bd .box,
	.system .c .box p {
		font-size: 14px;
		line-height: 24px;
	}

	.system .a p br {
		display: none;
	}

	.system .b .bd .box {
		padding: 10px;
	}

	.bginfo {
		padding-bottom: 40px;
	}

	.banner_info {
		height: 200px;
	}

	.banner_info h2 {
		font-size: 20px;
		padding-top: 65px;
	}

	.banner_info h2::after {
		margin: 15px 0;
	}

	.develop .bd .flex {
		display: block;
	}

	.develop .bd .flex .box {
		padding: 15px 0;
	}

	.develop {
		font-size: 14px;
		padding-bottom: 20px;
	}

	.develop .bd .box h4 {
		font-size: 16px;
	}

	.develop .hd {
		margin: 30px 0 15px;
	}

	.develop .hd h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.develop .hd h2 span {
		padding-bottom: 15px;
	}

	.development .a .box {
		padding: 0;
	}

	.development .a h2::after {
		display: none;
	}

	.development .a p {
		margin: 10px 0;
	}

	.development .a .flex dl {
		width: 70px;
		height: 70px;
		padding-top: 20px;
	}

	.development .a .flex dl dd {
		display: none;
	}

	.development .a {
		font-size: 14px;
		padding: 20px 0;
	}

	.development .a h2 {
		font-size: 20px;
		margin-top: 10px;
	}

	.development .b .bd .flex {
		display: block;
	}

	.development .b dl,
	.development .b .bd:nth-child(odd) dl {
		padding: 15px 0;
	}

	.development .b .bd dt {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.development .b .bd dd {
		line-height: 24px;
		font-size: 12px;
	}

	.experiment .b ul li {
		width: 50%;
		padding-top: 15px;
	}

	.experiment .a {
		padding: 10px 0 30px;
	}

	.experiment .a h4 {
		line-height: 30px;
	}

	.bginfo-1 {
		padding-bottom: 30px;
	}
	.joinus ul li .tits .t{
		margin-left: 10px;
		padding: 0;
	}
	.joinus ul li .tits .t .t1{
		font-size: 16px;
	}
	.joinus ul li .tits .t .t2{
		font-size: 12px;
		margin: 0;
	}
	.joinus ul li .tits .icon{
		width: 59px;
		height: 38px;
	}
	.joinus ul li .con {
	    width: calc(100% - 30px);
	}
	.joinus ul li .con .item{
		padding: 10px 0;
	}
	.joinus ul li .con .item .t1 span,.joinus ul li .con .item .t1,
	.joinus ul li .con .item .t2{
		font-size: 14px;
		line-height: 26px;
	}
	.joinus ul li{
		margin-bottom: 15px;
	}
	.joinus{
		padding: 20px 0 10px;
	}
	.joinus ul li .con .item .t{
		font-size: 17px;
	}
	.contentus{
		padding-top: 10px;
	}
	.contentus li{
		font-size: 14px;
		line-height: 30px;
	}
	.contentus h3{
		font-size: 18px;
	}
	.contentus ul{
		margin-bottom: 10px;
	}
	.productlist .bd .flex{
		display: block;
	}
	.productlist .bd .pic{
		margin: 15px 0 0;
		width: 100%;
		height: auto;
	}
	.productlist .bd{
		padding: 10px;
	}
	.productlist .bd ul{
		border: none;
		min-height: auto;
		background: #eee;
	}
	.productlist .bd li{
		margin: 0;
		float: left;
		width: 50%;
		border: none;
		font-size: 12px;
		text-align: center;
		padding: 12px 0;
	}
	.productlist .bd .tabbox dt{
		font-size: 18px;
		margin: 15px 0 10px;
		padding: 0;
	}
	.productlist .hd a,.cooperation .bd{
		font-size: 14px;
	}
	.productlist .hd .swiper-button-next{
		right: 0;
	}
	.productlist .hd .swiper-button-prev{
		left: 0;
	}
	.productlist{
		padding-top: 20px;
	}
	.cooperation .title{
		font-size: 20px;
		margin: 30px 0 20px;
	}
	.cooperation .title::after{
		margin-top: 15px;
	}
	.cooperation .bd a{
		margin-bottom: 20px;
	}
	.system .b .bd img{
		height: auto;
	}
	.system .c .rt img{
		width: 60%;
	}
	.experiment .a img{
		width: 100%;
		height: auto;
	}
	.aboutus {
		font-size: 14px;
	}
	.aboutus .a img{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.aboutus .a .flex{
		display: block;
	}
	.aboutus .a p{
		line-height: 24px;
		margin-bottom: 10px;
	}
	.aboutus .a h4{
		line-height: 24px;
		padding-top: 15px;
		margin-top: 15px;
	}
	.aboutus .b ul li{
		width: 50%;
		padding: 0 5px;
	}
	.aboutus .b ul{
		margin: 0 -5px;
	}
	.aboutus .b .mt{
		margin-top: 0;
	}
	.aboutus .c .bd{
		padding-bottom: 130px;
	}
	.aboutus .b .bd dt::before,.aboutus .b .bd dl,.aboutus .b .bd::after{
		display: none;
	}
	.aboutus .b .box{
		padding: 10px;
		margin-top: 10px;
	}
	.aboutus .b .box h4{
		font-size: 14px;
	}
	.aboutus .c li{
		width: 100%;
		height: auto;
	}
	.aboutus .c .bd li:first-child dl{
		position: static;
	}
	.aboutus .c dd{
		margin-top: 10px;
	}
	.aboutus .c dt{
		margin-top: 15px;
		font-size: 17px;
	}
	.aboutus .c .bd li:nth-child(2) .pic{
		margin: 30px 0 0;
	}
	.aboutus .c .bd li:nth-child(2) span{
		top: 10px;
	}
	.aboutus .c .bd li:last-child .pic{
		margin-top: 30px;
	}
	.aboutus .c .bd li:last-child span{
		right: auto;
		left: 0;
		top: 10px;
	}
	.aboutus .c .bd li:last-child dl{
		position: static;
		text-align: left;
	}
	.aboutus .c .bd::before,.aboutus .c .bd::after{
		display: none;
	}
	.aboutus .title{
		margin: 30px 0 15px;
		font-size: 20px;
	}
	.aboutus .b{
		padding: 2px 0 30px;
		margin-top: 20px;
	}
	.homepage .b .bd{
		padding: 20px 0;
	}
	.homepage .c .bd dd{
		line-height: 24px;
		height: 48px;
	}
	.homepage .c .bd dl{
		padding: 10px;
	}
	.homepage .e li{
		font-size: 14px;
	}
	.header .dropdown-menu{
		position: static;
		float: none;
		text-align: left;
		background: none;
	}
	.Global-cont{
		padding-top: 10px;
	}
	.Global-cont a img{
		height: 50px;
	}
	.Global-cont a {
		font-size: 14px;
		margin-top: 20px;
	}
	.Global-cont a p{
		height: 40px;
	}
	.contentus .b .form-control{
		margin-top: 15px;
		font-size: 14px;
	}
	.contentus .b{
		padding: 0;
	}
	.contentus .b h2{
		font-size: 18px;
		line-height: 26px;
	}

}
