.container {
	width: 1200px;
	margin: 0px auto;
}

.top-fluid {
	background: #ebebeb;
	line-height: 30px;
}

.top-left {
	float: left;
}

.top-left i.iconfont {
	font-size: 20px;
}

.top-info {
	float: right;
}

.header-fluid {
	padding: 30px 0px;
}

.logo {
	float: left;
}

.logo a {
	display: block;
}

.logo img {
	float: left;
	height: 75px;
}

.header-tel {
	float: right;
}

.logo-info {
	float: left;
	padding-left: 20px;
	border-left: 1px solid #ddd;
	margin-left: 20px;
	margin-top: 10px;
}

.logo-info .p1 {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	font-weight: bold;
}

.logo-info .p2 {
	line-height: 25px;
	color: #666;
}

.header-tel dl dt {
	float: left;
	width: 54px;
	margin-top: 17px;
}

.header-tel dl dt img {
	width: 54px;
	height: 41px;
	width: 100%;
}

.header-tel dl dd {
	float: left;
	margin-left: 15px;
	margin-top: 8px;
}

.header-tel dl dd p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 5px;
}

.header-tel dl dd p span {
	font-weight: bold;
	color: #1a5eaf;
	font-size: 18px;
}

.daohang {
	float: right;
	display: none;
	cursor: pointer;
}

.daohang i.iconfont {
	font-size: 30px;
	line-height: 75px;
	color: #000;
}

.nav-fluid {
	background: #1a5eaf;
}

.nav>ul>li {
	float: left;
	width: calc(100%/7);
}

.nav>ul>li>a {
	line-height: 44px;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.nav>ul>li.active>a,
.nav>ul>li:hover>a {
	background: #0b7dd1;
}

.banner .owl-theme .owl-controls {
	margin-top: -10px;
	z-index: 999;
	position: absolute;
	bottom: 20px;
	/*right: 3em;*/
	right: 50%;
	margin-right: -44px;
}

.banner .owl-theme .owl-controls .owl-page {
	display: block;
	float: left;
}

.banner .owl-theme .owl-controls .owl-page span {
	border: 1px solid #fff;
	background: #1a5eaf;
}

.banner .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	border: 1px solid #fff;
	background: #36383a;
}

.main-title {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
}

.main-title .english {
	color: #333;
	font-size: 32px;
	font-family: 'Arial';
	line-height: 46px;
	display: block;
	text-transform: uppercase;
}

.main-title .china {
	color: #333;
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
}

.about-fluid {
	padding-bottom: 100px;
}

.about-box-img {
	float: left;
	width: 480px;
}

.about-box-img img {
	width: 100%;
}

.about-box-info {
	width: calc(100% - 480px);
	padding-left: 50px;
	float: right;
}

.about-box-info .tit {
	font-weight: normal;
	line-height: 55px;
	font-size: 20px;
	color: #333333;
}

.about-box-info .txt {
	line-height: 28px;
	color: #535260;
	font-size: 14px;
	height: 140px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.about-more {
	width: 150px;
	height: 50px;
	display: block;
	margin-top: 20px;
	text-align: center;
	line-height: 50px;
	background: #1a5eaf;
	color: #fff;
	border-radius: 20px;
}

.about-more:hover {
	background: #0b7dd1;
}


/*产品中心*/

.product-title-list {
	text-align: center;
}

.product-title-list ul {
	display: inline-block;
}

.product-title-list ul li {
	float: left;
	width: 160px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.product-title-list ul li:nth-of-type(5n) {
	margin-right: 0px;
}

.product-title-list ul li a {
	display: block;
	text-align: center;
	line-height: 40px;
	background: #fff;
	color: #1a5eaf;
	border: 1px solid #1A5EAF;
	font-size: 16px;
}

.product-title-list ul li a:hover {
	background: #1A5EAF;
	color: #fff;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}


/*产品列表*/

.product-fluid {
	background: #e0e9ef;
	padding-bottom: 20px;
}

.product-list {
	padding-top: 30px;
}

.product-list-item {
	background: #fff;
	float: left;
	width: calc(100%/4 - 24px);
	margin-right: 32px;
	margin-bottom: 40px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.product-list-item:nth-of-type(4n) {
	margin-right: 0px;
}

.product-list-item:hover {
	box-shadow: 3px 3px 20px #999;
}

.product-list-img {
	padding: 20px 0px;
}

.product-list-img img {
	margin: 0px auto;
}

.product-list-info {
	border-top: 1px solid #ddd;
	padding: 20px 15px;
}

.product-list-info .tit {
	font-weight: normal;
	color: #666666;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	line-height: 25px;
	height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-list-info .des {
	color: #666;
	padding: 0 16px;
	font-size: 13px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	padding-top: 10px;
	line-height: 25px;
}

.product-more {
	width: 200px;
	height: 52px;
	display: block;
	text-align: center;
	line-height: 50px;
	border: 1px solid #1A5EAF;
	color: #1A5EAF;
	background: #fff;
	border-radius: 20px;
	margin: 30px auto;
	font-size: 17px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.product-more:hover {
	background: #1A5EAF;
	color: #fff;
}


/*新闻中心*/

.news-fluid {
	background: url(../images/bg_color2.png) no-repeat center #f2f2f2 !important;
	padding-bottom: 50px;
}

.news-box {
	float: left;
	width: 32%;
	margin-right: 2%;
	background: #fff;
	padding: 15px;
}

.news-box:nth-of-type(3n) {
	margin-right: 0px;
}

.news-title {
	height: 40px;
	line-height: 40px;
	border-bottom: #e6e6e6 1px solid;
	margin-bottom: 20px;
}

.news-title .tit {
	width: 130px;
	height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	background: #1a5eaf;
}

.news-title a {
	float: right;
	font-size: 13px;
	color: #666565;
	transition: .5s;
}

.news-title a:hover {
	color: #1a5eaf;
}

.news-item {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
}

.news-item dt {
	float: left;
	width: 240px;
}

.news-item dd {
	float: right;
	width: calc(100% - 240px);
	padding-left: 30px;
}

.news-item dd .tit a {
	display: block;
	width: 100%;
	font-size: 16px;
}

.news-item dd .des {
	margin: 10px 0;
	line-height: 25px;
	font-size: 14px;
	color: #828282;
	max-height: 75px;
	width: 100%;
	overflow: hidden;
}

.news-item dd .time {
	font-size: 13px;
	color: #a0a0a0;
}

.news-item dd .time span {
	margin-left: 10px;
}

.news-list {
	/*margin-top:15px;*/
}

.news-list ul li {
	position: relative;
	border-bottom: 1px dashed #ddd;
	line-height: 40px;
	padding-left: 22px;
}

.news-list ul li:last-of-type {
	border-bottom: 0px;
}

.news-list ul li:hover {
	padding-left: 15px;
	padding-right: 15px;
}

.news-list ul li:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 8px solid #bfbfbf;
	border-bottom: 4px solid transparent;
	vertical-align: middle;
	margin-right: 5px;
	transition: .5s;
	-webkit-transition: .5s;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -4px;
}

.news-list ul li:hover:before {
	left: 0px;
	border-left-color: #1a5eaf;
}

.news-list ul li a {
	float: left;
	display: block;
	width: calc(100% - 80px);
	padding-right: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 40px;
}

.news-list ul li:hover a {
	color: #1A5EAF;
}

.news-list ul li span {
	float: right;
	display: block;
	width: 80px;
	text-align: right;
	font-size: 13px;
	color: #818181;
}

.news-box2 {
	float: right;
	padding: 15px;
	background: #fff;
	width: 38%;
}


/*我们的优势*/

.advantage-fluid {
	padding-top: 80px;
	/*padding-bottom: 60px;*/
}

.advantage-title img {
	margin: 0px auto;
}

.advantage-title-line {
	position: relative;
	width: 100%;
	height: 1px;
	margin-top: 60px;
	margin-bottom: 40px;
	background: #ececec;
}

.advantage-title-line span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	background: #1A5EAF;
}

.advantage-item:last-of-type {
	border-bottom: 0px;
}

.advantage-item:nth-of-type(2n+1) .advancetage-info {
	float: left;
	padding-right: 45px;
}

.advantage-item:nth-of-type(2n) .advancetage-info {
	float: right;
}

.advantage-item:nth-of-type(2n+1) .advancetage-img {
	float: right;
}

.advantage-item:nth-of-type(2n) .advancetage-img {
	float: left;
	padding-right: 45px;
}

.advantage-item {
	padding-bottom: 40px;
	padding-top: 40px;
	/*margin-bottom: 30px;*/
	border-bottom: 1px solid #ddd;
}

.advancetage-info {
	width: calc(100% - 420px);
	position: relative;
	padding-left: 100px;
}

.advancetage-info .num {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	background: #333;
	color: #fff;
	font-size: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.advancetage-info .tit {
	/*padding-left: 100px;*/
	font-size: 21px;
	margin-top: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 35px;
	color: #464646;
	border-bottom: 1px solid #ddd;
	padding-bottom: 14px;
}

.advancetage-info .des {
	line-height: 30px;
	color: #333;
	font-size: 16px;
}

.advancetage-img {
	width: 420px;
}

.advancetage-img img {
	width: 100%;
}


/*隔断*/

.gd-fluid {
	/*height: 124px;*/
	background: #1a5eaf;
	margin-top: 100px;
	padding-bottom: 35px;
}

.gd-fluid img {
	float: left;
	margin-top: -50px;
	margin-right: 20px;
}

.gd-info {
	float: left;
	/*overflow: hidden;
	white-space: nowrap;*/
	margin-top: 10px;
}

.gd-more {
	float: right;
	margin-top: 34px;
}

.gd-more a {
	color: #1a5eaf;
	display: block;
	width: 150px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #FFF;
	border-radius: 5px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.gd-more a:hover {
	background: #FF9800;
	color: #fff;
}

.gd-info .china {
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
}

.gd-info .english {
	font-size: 13px;
	color: #FFF;
	font-family: arial;
	text-transform: uppercase;
}


/**/

.footer-fluid {
	background: #333;
	color: #fff;
	padding: 50px 0px;
}

.footer-fluid a {
	color: #fff;
}

.footer-info {
	float: left;
	width: calc(100% - 320px);
	padding-right: 80px;
}

.footer-info p {
	line-height: 30px;
	/*margin-bottom: 5px;*/
}

.footer-info p img {
	display: inline-block;
}

.footer-img {
	float: right;
	margin-top: 60px;
}

.footer-img ul li {
	float: left;
	margin-left: 40px;
	text-align: center;
}

.footer-img ul li img {
	width: 120px;
}

.footer-img ul li p {
	line-height: 35px;
}

.footer-bottom-fluid {
	width: 100%;
	padding: 12px 0px;
	background: #2c2c2c;
	background-position: center center;
	margin: 0 auto;
	color: #fff;
}

.footer-bottom p {
	line-height: 40px;
}

.footer-bottom a {
	color: #fff;
	margin-right: 20px;
}

.goTop {
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index: 1000;
}

#goTop {
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	margin-bottom: 2px;
	position: relative;
}

.cbfc-icon {
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
}

.cbfc-icon i.iconfont {
	color: #fff;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	opacity: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.cbfc-icon span {
	position: absolute;
	top: 0px;
	right: -60px;
	width: 50px;
	height: 50px;
	color: #333;
	text-align: center;
	line-height: 20px;
	padding: 5px 0px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	/* display: none; */
	color: #fff;
}

#goTop:hover .cbfc-icon i.iconfont {
	opacity: 0;
	left: -60px;
	/*display: none;*/
}

#goTop:hover .cbfc-icon span {
	opacity: 1;
	right: 0px;
	/*display: block;*/
}

.daohang {
	display: none;
}

.crumbs-fluid {
	background: #fff;
}

.crumbs {
	padding: 15px 10px;
}

.sub-content-fluid {
	padding: 30px 0;
	background: #f6f6f6;
	border-top: 1px solid #f0f2f5;
}

.sub-subject {
	float: left;
	/*background: #fff;*/
	width: 70%;
	/*padding: 30px;*/
}

.sub-sidebar {
	float: right;
	width: calc(30% - 30px);
}

.sub-side {
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.sub-newsList {
	background: #fff;
	padding: 30px;
}

.sub-news-list>li {
	border-bottom: 1px solid #f0f2f5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.sub-news-img {
	float: left;
	padding-right: 20px;
	width: 180px;
}

.sub-news-img img {
	width: 100%;
}

.sub-news-info {
	width: calc(100% - 200px);
	float: right;
}

.sub-news-info .tit {
	font-size: 18px;
	margin-bottom: 10px;
}

.sub-news-info .tit a {
	color: #2a333c
}

.sub-news-info .tit a:hover {
	color: #1a5eaf;
}

.sub-news-info .text {
	color: #76838f;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.sub-news-info .time {
	color: #a3afb7;
	font-size: 13px;
	font-weight: 300;
	line-height: 25px;
}

.sub-news-info .time i.iconfont {
	margin-right: 10px;
}

.pages {
	text-align: center;
}

.page {
	display: inline-block;
	margin-left: -5px;
}

.page a,
.page span {
	border: 1px solid #e4eaec;
	background: #fff;
	padding: 5px 8px;
	text-align: center;
	color: #76838f;
	float: left;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	line-height: 28px;
	min-width: 40px;
	margin-right: 5px;
}

.page span {
	background: #1A5EAF;
	color: #fff;
}

.page a:hover {
	background: #f6f6f6;
}

.sub-side-box2,
.sub-side-box3 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #f0f2f5;
}

.sub-side-box2 .tit,
.sub-side-box3 .tit {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	margin-bottom: 10px;
}

.sub-side-box1 .tit {
	text-align: center;
	background: #1a5eaf;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
}

.sub-side-box1 ul>li a {
	line-height: 40px;
	text-align: center;
	margin-bottom: 1px;
	margin-top: 1px;
	background: #f6f6f6;
	transition: all .3s;
	display: block;
	border: 1px solid #f6f6f6;
}

.sub-side-box1 ul>li a:hover {
	background: #1A5EAF;
	color: #fff;
}

.sub-side-box1 ul>li.active a {
	background: #fff;
	color: #1A5EAF;
}

.sub-side-box2 ul li {
	position: relative;
	display: block;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #e4eaec;
	padding: 5px;
}

.sub-side-box2 ul li a {
	color: #2a333c;
	font-size: 14px;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 100px);
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
}

.sub-side-box2 ul li span {
	float: right;
	line-height: 30px;
	width: 90px;
	text-align: right;
}

.sub-side-box2 ul li a:hover {
	color: #1A5EAF;
}

.sub-side-box3 ul li {
	font-size: 15px;
	line-height: 30px;
}

.sub-subject-content .tit h1 {
	font-size: 20px;
	margin-bottom: 5px;
}

.sub-subject-content .tit p {
	color: #a3afb7;
	font-size: 13px;
	font-weight: 300;
	padding-bottom: 20px;
	border-bottom: 1px solid #f0f2f5;
}

.sub-subject-content .info {
	background: #fff;
	padding: 20px 0px;
	line-height: 30px;
	font-size: 15px;
	font-weight: 300;
	color: #222;
}

.sub-subject-content .info img {
	display: inline-block;
}

.sub-link {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #f0f2f5;
}

.sub-link p {
	line-height: 30px;
}

.sub-link p a:hover {
	color: #1A5EAF;
}

.sub-subject-content {
	background: #fff;
	padding: 30px;
}

.sub-product-list li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.sub-product-list li:nth-of-type(3n) {
	margin-right: 0px;
}

.sub-product-list-item {
	background: #fff;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.sub-product-list-item:hover {
	box-shadow: 3px 3px 20px #999;
}

.sub-product-list-item:hover .product-list-info .tit {
	color: #1A5EAF;
}

.sub-service-list li {
	background: #fff;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.sub-service-list li:nth-of-type(3n) {
	margin-right: 0px;
}

.sub-service-list li:hover {
	box-shadow: 3px 3px 20px #999;
}

.service-list-img {
	padding: 20px;
}

.service-list-img img {
	width: 100%;
}

.service-list-info {
	border-top: 1px solid #ddd;
	padding: 20px 15px;
}

.service-list-info .tit {
	font-weight: normal;
	color: #666666;
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	line-height: 25px;
	height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sub-service-list li:hover .service-list-info .tit {
	color: #1A5EAF;
}

.sub-content-contact-box1 .tit,
.sub-content-contact-box2 .tit {
	font-size: 18px;
	line-height: 45px;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: bold;
}

.sub-content-contact-box1-info h3 {
	font-size: 24px;
	padding: 46px 0 28px;
	color: #1a1a1a;
}

.sub-content-contact-box1-info ul li {
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #1a1a1a;
	line-height: 24px;
	margin-top: 12px;
}

.sub-content-contact-box1-info ul li i.iconfont {
	font-size: 20px;
	margin-right: 10px;
}

.sub-contact-item-map {
	margin-top: 20px;
}

.sub-content-contact {
	padding: 30px;
	background: #fff;
}

.sub-content-contact-box1-info {
	float: left;
	width: 43%;
}

.sub-content-contact-box1-form {
	padding-top: 46px;
	float: right;
	width: 55%;
}

.sub-content-contact-box1-form ul li {
	float: left;
	width: 48%;
	margin-right: 4%;
	position: relative;
	margin-bottom: 20px;
	padding-left: 80px;
}

.sub-content-contact-box1-form ul li:nth-of-type(2n) {
	margin-right: 0px;
}

.sub-content-contact-box1-form ul li span {
	line-height: 38px;
	position: absolute;
	left: 0;
	top: 0;
}

.sub-content-contact-box1-form ul li input[type=text] {
	width: 100%;
	border: 1px solid #ccc;
	height: 38px;
	color: #1a1a1a;
	padding: 10px 8px;
}

.sub-content-contact-box1-form ul li.form-textarea,
.sub-content-contact-box1-form ul li.form-btn {
	width: 100%;
	margin-right: 0px;
}

.sub-content-contact-box1-form ul li.form-textarea textarea {
	width: 100%;
	height: 80px;
	padding: 5px;
	border: 1px solid #ccc;
}

.sub-content-contact-box1-form ul li.form-btn input[type=reset] {
	width: 150px;
	border: 1px solid #ccc;
	line-height: 40px;
	background: #666;
	color: #fff;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.sub-content-contact-box1-form ul li.form-btn input[type=submit] {
	width: 150px;
	border: 1px solid #ccc;
	line-height: 40px;
	background: #1a5eaf;
	color: #fff;
	float: left;
	cursor: pointer;
}

.sub-content-contact-box1-form ul li input[type=text]:focus,
.sub-content-contact-box1-form ul li.form-textarea textarea:focus {
	border: 1px solid #1A5EAF;
}


/*底部导航*/

.bottom-fluid {
	background: #262024;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 6px 0px;
	display: none;
	z-index: 999;
}

.bottom-fluid ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.bottom-fluid ul li a {
	color: #fff;
}

.bottom-fluid ul li i.iconfont {
	font-size: 25px;
}

.bottom-fluid ul li p {
	font-size: 12px;
}

.bottoming-form {
	position: fixed;
	bottom: 64px;
	left: 0px;
	width: 100%;
	display: none;
}

.bottoming-form .bottoming-form-title h2 {
	text-align: center;
	color: #fff;
	letter-spacing: 4px;
	margin-bottom: 20px;
	font-weight: normal;
}

.bottoming-form dl {
	margin-bottom: 10px;
}

.bottoming-form dl dt {
	float: left;
	line-height: 30px;
}

.bottoming-form dl input[type=text] {
	float: right;
	width: calc(100% - 75px);
	height: 30px;
	border: 1px solid #ddd;
	padding: 0px 5px;
}

.bottoming-form dl input[type=text]:focus {
	border: 1px solid #e97609;
}

.bottom-btn {
	padding-left: 75px;
}

.bottom-btn input[type=submit] {
	width: 100%;
	color: #fff;
	border: 0px;
	line-height: 35px;
	background: #e97609;
	font-size: 16px;
	border: 1px solid #e97609;
}

.bottoming-formBox {
	position: relative;
	background: #262024;
	padding: 15px 25px;
	width: 100%;
	color: #fff;
	padding-top: 25px;
}

.bottoming-close {
	position: absolute;
	top: 0px;
	right: 7px;
}

.bottom-fluid .gotop {
	display: block!important;
}

.sub-banner-mobile {
	display: none;
}

.pro-dbox {
	background: #fff;
	padding: 15px 0px;
	margin-bottom: 20px;
}

.proinfo-title {
	width: 420px;
	text-align: center;
	position: relative;
	margin: 30px auto 40px;
	border-bottom: 1px solid #1a5eaf;
}

.proinfo-title:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0px;
	width: 90px;
	height: 0px;
	border-top: 1px solid #1a5eaf;
}

.proinfo-title:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 0px;
	width: 90px;
	height: 0px;
	border-top: 1px solid #1a5eaf;
}

.proinfo-title .eng {
	text-transform: uppercase;
	font-size: 15px;
	color: #1a5eaf;
	line-height: 40px;
}

.proinfo-title .china {
	font-size: 29px;
	color: #1a5eaf;
	line-height: 40px;
	padding-bottom: 10px;
}


/*产品详情*/

.p-js {
	/*border: 1px solid #fff;*/
	/*background: #f6f6f6;*/
	padding: 20px 10px;
	clear: both;
	overflow: hidden;
}

.p-js-img {
	float: left;
	width: 365px;
	margin-right: 15px;
	margin-bottom: 35px;
}

.p-js-img img {
	width: 100%;
}

.p-js-word {
	float: left;
	width: calc(100% - 380px);
}

.p-js-word .p-js-word-t {
	background-color: #1a5eaf;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	display: inline-block;
	line-height: 30px;
	padding: 5px 10px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

.p-js-word-p {
	color: #000;
	line-height: 30px;
}

.p-js-word-b b {
	color: #1a5eaf;
}

.p-xq {
	color: #333;
	padding: 21px 5px 0px 5px;
	background: #f3f3f3;
}

.p-xq-box dl {
	padding: 5px;
}

.p-xq-box dl dt {
	background-color: #1a5eaf;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 105px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
}

.p-xq-box dl dd {
	color: #000;
	font-size: 14px;
	margin: 15px 0px;
	padding: 12px;
	background: #fff;
	border-bottom: 1px solid #1a5eaf;
}

.pro-r-info {
	padding: 20px;
	/*background: #f6f6f6;*/
}

.pro-r-info img {
	max-width: 100%;
	display: inline-block;
}

.pro-r-info p {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
}

.p-js-word-tel {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}

.p-js-word-tel img {
	float: left;
	margin-right: 20px;
}

.p-js-word-tel .add_tel_fax {
	float: left;
	margin-right: 20px;
}

.p-js-word-tel .add_emali_fax {
	float: left;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}

.p-js-word-more {
	margin-top: 10px;
	display: block;
	width: 120px;
	height: 35px;
	background: #1a5eaf;
	color: #FFF;
	text-align: center;
	line-height: 35px;
}
.sub-r-sample{
	margin-top:20px;
}
.sub-r-sample .sample .imglist a {
	float: left;
	width: 18%;
	margin-right: 2%;
	margin-bottom: 20px;
}

/*add*/

.sub-solution-fluid {
	padding-bottom: 50px;
}

.sub-solution-item {
	position: relative;
	float: left;
	width: calc(100%/2 - 40px);
	margin: 20px;
}

.sub-solution-img {
	width: 100%;
	overflow: hidden;
}

.sub-solution-img img {
	width: 100%;
}

.sub-solution-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding: 0 8px;
	background-color: rgba(0, 0, 0, 0.6);
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.sub-solution-info .des {
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: 'Microsoft YaHei';
	line-height: 34px;
	width: 100%;
	height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	position: absolute;
	bottom: 50%;
	margin-bottom: -17px;
	left: 0px;
}

.sub-solution-item:hover .sub-solution-info {
	height: 100%;
}

.sub-business-fluid {
	background: #f1f5f6;
	padding-top: 40px;
	padding-bottom: 50px;
}

.sub-business-title {
	text-align: center;
}

.sub-business-title .tit {
	font-size: 30px;
}

.sub-business-title .des {
	font-size: 12px;
	color: #666;
}

.sub-business-title .eng {
	text-align: center;
	height: 40px;
}

.sub-business-title .eng .line {
	display: inline-block;
	width: 20px;
	border-top: 1px solid #b5b5b5;
	vertical-align: 2px;
}

.sub-business-title .eng .txt {
	color: #666666;
	vertical-align: middle;
	font-size: 15px;
	padding: 0px 10px;
	text-transform: uppercase;
}

.sub-business-list ul li {
	width: calc(100%/3 - 40px);
	float: left;
	padding-left: 60px;
	position: relative;
	margin: 20px;
	margin-bottom: 40px;
}

.sub-business-list ul li img {
	width: 46px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.sub-business-info {
	padding: 0px 15px;
}

.sub-business-info .tit {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 30px;
	height: 30px;
}

.sub-business-info .des {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	height: 60px;
}

