/*@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,500);*/

/*
Author: webthemez.com
Author URL: http://webthemez.com
*/
/*************************
*******Typography******
**************************/
@font-face {
	/*font-family: 'Exo 2';*/
	/*src: url('../fonts/KABOBLT.ttf');*/
	font-weight: normal;
	font-style: normal;
}
body {
	background: #fff;
	font-size: 16px;
	padding-top: 84px;
	font-family: sans-serif;
	font-weight: 400;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	font-family: sans-serif;
	color: #272727;
}

a {
	color: #45aed6;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #ffffff;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

.section-header {
	margin-bottom: 50px;
}

.section-header .section-title {
	font-size: 38px;
	color: #272727;
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 20px;
}

.section-header .section-title:before {
	content: "";
	position: absolute;
	width: 140px;
	bottom: 0;
	left: 50%;
	margin-left: -70px;
	height: 4px;
	background: #199cdb;
}

.btn {
	border-width: 0;
	border-radius: 0;
}

.btn.btn-primary {
	background: transparent;
	color: #199cdb;
	padding: 12px 30px;
	border: 1px solid #199cdb;
	border-radius: 5px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #199cdb;
	color: #fff;
}

#about {
	background: #fff;
}

#contact-us {
	background: #199cdb;
	color: #fff;
}

#contact-us h1,
#contact-us h2 {
	color: #fff;
}
#contact-us a {
	color: #000000;
}

.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.navbar-nav .scroll {
	position: relative;
}

/* 图标列表 */
.section-title-icon-list {
	background-color: #ffffff;
	color: #177CC0;
}
.section-title-icon-list i{
	font-size: 40px;
}
#icon-list-top{
	margin-top: 50px;
}
#icon-list-top .title-icon-list .col-md-3{
	padding: 10px;
}
@media only screen and (max-width: 330px) {
	#icon-list-top .title-icon-list .col-md-3{
		height: 180px;
	}
}
.title-icon-list {
	text-align: center;
}

.title-icon-list svg {
	width: 50px;
	height: 50px;
	display: inline-block;

}

.list-icon-title {
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
}
/* 产品信息相关 */
#company-info {
	background-color: #ffffff;
}

#company-info .row img {
	width: 250px;
	height: 250px;
}

.about-img-right {
	text-align: right;
}

.about-img-right img {
	display: inline-block;
}

/*产品大类*/
.product-select-type {
	padding: 50px 0;
	color: #000000;
}

.product-select-type img {
	width: 100%;
	height: 100%;
}

.product-select-type .row {
	padding-bottom: 40px;
}

/*产品子项*/
.product-select-item {
	color: #000000;
	text-align: left;
}

.product-select-item img {
	width: 100%;
	height: 100%;
}
.product-select-item svg {
	width: 50px;
	height: 50px;
}

.product-select-item span {
	display: block;
	word-break: break-all;
	font-weight: bold;
}

.product-select-white {
	background-color: #FFFFFF;
}

.product-select-grey {
	background-color: #d8d8d8;
}
.product-select-item .icon-list,.icon-list-title,.icon-list-content{
	text-align: center;
}
.product-select-item .icon-list{
	background: #333f4f;
	height: 102px;
	width: 102px;
	border-radius: 50%;
	margin: auto;
	text-align: center;
	line-height: 51px;
	color: #FFFFFF;
	font-size: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-select-item .icon-list-title{
	font-size: 16px;
}

/*底部联系方式*/
#contact-us {
	color: #000000;
	background-color: #FFFFFF;
}

#contact-us h1,
#contact-us h2 {
	color: #000000;
}

.contact-us-icon img {
	width: 40px;
	height: 40px;
	margin: 15px;
}
.contact-us-address{
	height: 480px;
}
.contact-us-address li{
	padding: 15px 0;
}
@media only screen and (max-width: 768px) {
	.contact-us-address{
		height: auto;
	}
}

.contact-us-item-shadow {
	box-shadow: 0 0 20px -8px #9a9a9a;
}

.contact-us-icon-item {
	box-shadow: 0 0 20px -8px #9a9a9a;
}
.contact-us-icon-item svg{
	width: 50px;
	height: 50px;
	margin: 15px;
}
.contact-us-icon-item i{
	color: #177CC0;
	font-size: 40px;
	margin: 15px;
}

.contact-us-icon-item h2 {
	margin: 0;
	font-size: 16px;

}

.contact-us-icon-item p {
	padding: 15px 0;
}

.position-and-email {
	margin-top: 10px;
}

#contactForm .button-controls {
	height: 70px;
	display: flex;
	justify-content: center;
}

#contactForm {
	height: 414px;
	width: 95%;
	margin: 0 auto;
}

/*邮箱验证和输入框错误提醒*/
.input-icon-danger {
	color: #dc3545;
	display: none;
}

.input-icon-success {
	color: #28a745;
	display: none;
}

.input-icon-visible {
	display: inline-block;
}

.form-control-input {
	display: inline-block;
}

.email-error {
	border: 1px solid #f90000;
}

.email-submit {
	margin-right: 5%;
}

.contact-us-name-email {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}

#contactForm .control-group {}

.control-group-subject {
	padding-top: 10px;
}

.control-group-message {
	padding: 10px 0;
}

.contact-us-name-email-item {
	width: 47%;
}

.product-magnifier i {
	padding: 26% 0;
	color: #FFFFFF;
	font-size: 30px;
}

.product-magnifier:hover img {
	transition: 1s;
}

.product-type-info h4{
	color: #000000;
	width: 100%;
	margin: 15px 0;
}
.product-type-info .product-magnifier-img{
	margin: 20px auto 0;
}

.product-type-info img{
	transition: all 1s;
	height: 175px;
	width: 215px;
	vertical-align: bottom;
	box-shadow: 0 0 20px -8px #9a9a9a;
}
.product-type-info img:hover{
	transform: scale(1.1);
}
@media only screen and (max-width: 600px) {
	.product-type-info h4{
		height: 30px;
	}
	.product-type-info img{
		transition: all 1s;
		width: 155px;
		height: 145px;
	}
}
/*product-our page*/
#product-our img{
	width: 300px;
	height: 220px;
}
/*product-our*/
@media only screen and (max-width: 660px) {
	#product-our img{
		transition: all 1s;
		width: 155px;
		height: 145px;
	}
}
/*当出现低于375的超小宽度是将不再设置图片的宽度*/
@media only screen and (max-width: 375px) {
	.product-type-info img,#product-our img{
		transition: all 1s;
		width: 100%;
		height: 100%;
	}
	.product-type-info .product-magnifier-img{
		height: 100px;
	}
}

/*product custom design page style*/
#product-custom-design i{
	font-size: 12px;
	transform: scale(0.6);
	margin-right: 15px;
}
#product-custom-design ul{
	padding-left: 0px;
}
#product-custom-design .product-custom-design-one i{
	transform: rotate(45deg) scale(0.6);
}
/*#product-custom-design*/
#product-custom-design li{
	display: flex;
}
/*product-cable*/
.compatible_round_icon_ul{
	padding-left: 0;
	list-style: none;
}
.compatible_round_icon_ul i{
	transform: scale(0.6);
}
.compatible_round_icon_ul span{
	padding-left: 10px;
}
/*定位区域,这里样式负责管理每个表单跳转定位展示的标题高度*/
.title-position{
	padding: 100px 0 0;
}
/*靠右联系侧边栏*/
#right-contact-sidebar{
	list-style: none;
	position: fixed;
	right: 1%;
	z-index: 80;
	color:#177CC0;
	bottom: 10%;
}
#right-contact-sidebar>li>i{
  padding: 10px;
  background-color: #F4F4F5;
	width: 50px;
}
#right-contact-sidebar svg{
	padding: 10px;
	background-color: #F4F4F5;
	width: 50px;
	height: 50px;
}
#right-contact-sidebar>li{
	text-align: center;
	position: relative;
    background-color: rgba(0,0,0,0);
	border-bottom: 5px solid rgba(0,0,0,0);
}
#right-contact-sidebar a{
	color:#000000;
}
#right-contact-sidebar ul{
	list-style: none;
	white-space: nowrap;

}
#right-contact-sidebar i{
	font-size: 30px;
}
#right-contact-sidebar .right-contact-sidebar-item i{
	margin-right: 15px;
}

#right-contact-sidebar>li>ul{
  position: absolute;
  top: 0px;
  display: none;
  right: 0;
  z-index: 99;
  padding: 0;
  margin-right: 50px;
}
#right-contact-sidebar :hover i{
	color: #FFFFFF;
	background-color: #3DA84B;
}
#right-contact-sidebar .right-contact-sidebar-icon:hover ul svg{
	color: #FFFFFF;
	background-color:rgba(0, 0, 0, 0.0);
}
#right-contact-sidebar .right-contact-sidebar-item{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 10px;
	background-color: #3DA84B;
	color: #FFFFFF;
	margin-right: 10px;
}
#right-contact-sidebar .item-split{
	border-top: 1px solid #FFFFFF;
}
#right-contact-sidebar>li:hover ul{
	display: block;
}
.right-contact-sidebar-hide{
visibility: hidden;
}
.right-contact-sidebar-show{
	transform: rotate(180deg);
}
@media only screen and (max-width: 375px) {
	#right-contact-sidebar i{
		font-size: 15px;
	}
	#right-contact-sidebar>li>i{
		padding: 5px;
		width: 25px;
	}
	#right-contact-sidebar .right-contact-sidebar-item{
		padding: 0px 5px;
		font-size: 15px;
	}
	#right-contact-sidebar>li>ul{
		margin-right: 25px;
	}
}
/*************************
*******Header******
**************************/
.navbar-default .navbar-toggle .icon-bar {
	background-color: #199cdb;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #dfdfdf;
}

.navbar-nav>li>a {
	text-transform: inherit;
	font-size: 16px;
	font-weight: 500;
}
.navbar-nav .navigation-icon-collapse>li>a {
	font-size: 16px;
}
#main-nav.navbar-default {
	background: #ffffff;
	border-top: 4px solid #199cdb;
}

#main-nav.navbar-default .navbar-nav>li.active>a,
#main-nav.navbar-default .navbar-nav>li.open>a,
#main-nav.navbar-default .navbar-nav>li:hover>a {
	background: none;
	color: #199cdb;
}

.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
	margin-top: 20px;
	background: none;
	border-color: #199cdb;
}

.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 15px 15px 11px;
}

@media only screen and (min-width: 768px) {
	#main-nav.navbar-default {
		background: #ffffff;
		-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
		box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.17);
	}

	#main-nav.navbar-default .navbar-nav>li>a {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.navbar-default .navbar-nav>li>a {
		color: #1c1c1c;
	}

	#main-nav.navbar-default .navbar-nav>li.active>a,
	#main-nav.navbar-default .navbar-nav>li.open>a,
	#main-nav.navbar-default .navbar-nav>li:hover>a {
		background: rgb(25, 156, 219);
		color: #ffffff;
	}

	#main-nav.navbar-default .dropdown-menu {
		padding: 0 20px;
		min-width: 220px;
		background-color: rgba(26, 28, 40, 0.9);
		border: 0;
		border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		background-clip: inherit;
	}

	#main-nav.navbar-default .dropdown-menu>li {
		border-left: 3px solid transparent;
		margin-left: -20px;
		padding-left: 17px;
		-webit-transition: border-color 400ms;
		transition: border-color 400ms;
	}

	#main-nav.navbar-default .dropdown-menu>li>a {
		padding: 15px 0;
		color: #A8A8A8;
	}

	#main-nav.navbar-default .dropdown-menu>li:first-child>a {
		border-top: 0;
	}

	#main-nav.navbar-default .dropdown-menu>li.active,
	#main-nav.navbar-default .dropdown-menu>li.open,
	#main-nav.navbar-default .dropdown-menu>li:hover {
		border-left-color: #45aed6;
	}

	#main-nav.navbar-default .dropdown-menu>li.active>a,
	#main-nav.navbar-default .dropdown-menu>li.open>a,
	#main-nav.navbar-default .dropdown-menu>li:hover>a {
		color: #45aed6;
		background-color: transparent;
	}
	/*调用bootstrap接口实现二级下拉*/
	.navigation-icon-type {
		position: relative;
	}

	.navigation-icon-collapse {
		position: absolute;
	}

	/*小于768显示二级菜单点击按钮*/
	#main-nav.navbar-default .navigation-icon {
		visibility: hidden;
	}
}

.navigation-icon-collapse {
	background-color: #FFFFFF;
	list-style: none;
	width: 100%;
	text-align: center;
	padding: 0;
}

.navigation-icon-collapse>li :hover {
	background: rgb(25, 156, 219);
	color: #ffffff;
}

.navigation-icon-collapse a {
	color: #000000;
	width: 100%;
	display: inline-block;
	padding: 15px 15px;
}
.navigation-icon-collapse>.active a{
	background: rgb(25, 156, 219);
	color: #ffffff;
}
.parent-container-item {
	position: relative;
}

.parent-container-item>i,.parent-container-item>svg, .parent-container-item>div {
	text-align: center;
	position: absolute;
	top: 0;
	right: 10%;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.parent-container-item>div svg{
	height: 20px;
	width: 20px;
	transform: rotate(180deg);
}

.mobile-navigation-icon {
	transform: rotate(270deg);
}
/***********************
********* Footer ******
************************/
#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	background: #2a2a32;
}

#footer .footer-company-info {
	/*font-weight: bold;*/
	margin-top: 5px;
}

#footer .footer-company-info img {
	height: 12px;
	width: 12px;
	vertical-align: inherit;
}

#footer .footer-list-info ul {
	list-style: none;
	padding: 0;
}

#footer .footer-list-info i {
	padding-top: 5px;
	width: 8px;
}

#footer .footer-list-info span {
	padding-left: 15px;
}

#footer .footer-list-info div {
	display: flex;
	align-items: flex-start;
}

#footer .footer-list h4 {
	padding-left: 15px;
}

#footer .footer-list-info h4 {
	padding-left: 45px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fc6a33;
}

#footer .social-icons {
	list-style: none;
	padding: 0;
	float: none;
}

#footer .social-icons li {
	display: inline-block;
	padding: 3px 0;
	width: 31px;
	text-align: center;
}

#footer .footer-list h4 {
	color: #FFFFFF;
}

#footer .footer-list ul {
	color: #FFFFFF;
	padding-left: 15px;
}

#footer .footer-list {
	color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
	#footer .social-icons {
	}
}

@media only screen and (max-width: 768px) {
	#footer .social-icons {
	}

	#footer .footer-list-info h4 {
		padding-left: 15px;
	}

	#footer .footer-list-info ul, h4 {
		padding-left: 0;
	}
}

