* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

hr,
img {
	border: none;
	outline: none;
}

.tit-i .white-color {
	color: #fff;
}

h1,
h2,
h3,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

p {
	margin: 10px 0;
	line-height: 24px;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

dd {
	margin: 0;
}

img {
	max-width: 600%;
}

body {
	font-family: "微软雅黑", "Microsoft Yahei";
	margin: 0;
	min-width: 1200px;
}

.wp {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.top_box{
	overflow: visible;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

.indentsty p {
	text-indent: 2em;
	/*line-height: 26px;*/
}

.indentclr p {
	text-indent: 0;
}

.hide {
	display: none;
}


/*头部*/

#bd {
	padding-top: 90px;
	overflow: hidden;
}

#hd {
	height: 90px;
	min-width: 1200px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
	border-bottom: 1px solid #ddd;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.fixed {
	top: -101px !important;
}

#hd .logo {
	float: left;
	margin-right: 65px;
	/*height: 101px;*/
	height: 90px;
}

#hd .logo a {
	display: block;
	height: 100%;
	/*line-height: 101px;*/
	line-height: 90px;
}

#hd .logo a img {
	display: inline-block;
	vertical-align: middle;
}

#nav>ul>li {
	float: left;
	line-height: 90px;
	width: 100px;
	margin-right: 10px;
	position: relative;
}

#nav>ul>li>a {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	height: 90px;
	color: inherit;
}


#nav>ul>li:hover {
	/*color: #fff;*/
	/*background: linear-gradient(180deg, rgba(32, 141, 195, .6), rgb(32, 141, 195));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#77BADA',endColorStr='#208DC3',gradientType='0'); */
}

#hd .tel {
	background: url(../img/tel_bg.png) left center no-repeat;
	line-height: 90px;
	float: right;
	padding-left: 37px;
	color: #e4392a;
	font-size: 18px;
}

#nav .top_menu {
	color:#F29530 ;
}


/*手机头部*/

#m-hd {
	display: none;
}

#m-hd {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 999999;
}

#m-hd img {
	height: 50px;
	padding: 10px 0 0 10px;
}

.m-trigger {
	position: absolute;
	top: 0;
	right: 10px;
	width: 50px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	cursor: pointer;
	background: url(../img/menu_add.png) center center no-repeat;
	-webkit-background-size: 50px;
	background-size: 25px;
	height: 50px;
}

.m-nav {
	z-index: 60;
	position: absolute;
	top: 50px;
	width: 100%;
	left: 0;
	background: url(../img/alpha_black_70.png) repeat;
	text-align: center;
	display: none;
}

.m-nav li {
	border-bottom: 1px solid #565656;
}

.m-nav a {
	display: block;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.m-nav a:hover,
.m-nav a:active {
	color: #e4392a;
}
.to_top{
	width: 14px;
    height: 8px;
    display: inline-block;
    background: url(../img/to_top.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 82px;
    z-index: 100;
    display: none;
}
.topsm_nav {
	/*background: linear-gradient(0deg, #77BADA, rgb(32, 141, 195));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#208DC3',endColorStr='#77BADA',gradientType='0'); */
	background: #fff;
	border: solid 1px #d9d9d9;
	z-index: 1;
	position: absolute;
	top:89px;
	left: -15%;
	font-size: 14px;
	width: 130%;
	display: none;
	text-align: center;
	padding: 8px 0;
}

.topsm_nav li {
	line-height: 36px;
}

.topsm_nav li a {
	color: #545454;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.topsm_nav li a:hover {
	/*font-weight: bold;*/
	color: #F29530;
}


/*banner部分*/

#banner {
	position: relative;
	overflow: hidden;
}

#banner .slides {
	max-height: 584px;
	position: relative;
	overflow: hidden;
	width: 500%;
}

#banner .slides li {
	float: left;
	position: relative;
	width: 20%;
}

#banner .slides li h1 {
	position: absolute;
	color: #fff;
	font-size: 1.5rem;
}

#banner .slides img {
	width: 100%;
	max-height: 577px;
	display: inline-block;
	vertical-align: middle;
}

.active {
	display: block;
}

.banner-number {
	list-style: none;
	position: absolute;
	bottom: 20px;
	left: 0;
	display: inline-block;
	margin: 0;
	color: #fff;
	text-align: center;
	width: 100%;
}

.banner-number li {
	display: inline-block;
	background: #A8ABAC;
	opacity: 0.5;
	margin-right: 10px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	border-radius: 50%;
}

.banner-number li:hover {
	color: #000000;
}

.banner-number li.active1 {
	opacity: 0.8;
	color: #000000;
}
 
/*首页*/

.tit-i {
	text-align: center;
	padding: 50px 0;
	line-height: 36px;
	overflow: hidden;
}

.tit-i h3 {
	font-size: 30px;
	color: #002;
	margin-bottom: 10px;
}

.tit-i h5 {
	font-size: 20px;
	color: #cacace;
	text-transform: uppercase;
	font-family: Arial;
}

.tit-i h5 span {
	color: #e4392a;
}

.tit-i em {
	width: 45px;
	border-bottom: 1px solid #7f7f90;
	display: inline-block;
}

.ul-icon-i li {
	float: left;
	width: 20%;
	text-align: center;
	padding-bottom: 70px;
	overflow: hidden;
}

.ul-icon-i li .pad {
	padding: 0 20px;
	position: relative;
}

.ul-icon-i li a {
	display: block;
}

.ul-icon-i li a span {
	background: url(../img/i_icon11.png) no-repeat;
	width: 134px;
	height: 134px;
	display: inline-block;
	margin-bottom: 55px;
}

.ul-icon-i li h3 {
	font-size: 16px;
	margin-bottom: 18px;
}

.ul-icon-i li em {
	width: 25px;
	border-bottom: 2px solid #707070;
	display: inline-block;
	margin-bottom: 30px;
}

.ul-icon-i li p {
	text-align: left;
	line-height: 24px;
	font-size: 14px;
}

.ul-icon-i li.li1 a span {
	background-position: 0 0;
}

.ul-icon-i li.li2 a span {
	background-position: -305px 0;
}

.ul-icon-i li.li3 a span {
	background-position: -615px 0;
}

.ul-icon-i li.li4 a span {
	background-position: -930px 0;
}

.ul-icon-i li.li5 a span {
	background-position: -154px 0;
}

.ul-icon-i li .pad .pic {
	position: absolute;
	left: 50%;
	top: 0;
	width: 134px;
	margin-left: -67px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.ul-icon-i li .pad .pic img {
	display: none;
}

.ul-icon-i li .pad .pic .pic-icon {
	position: absolute;
	left: 0;
	top: -134px;
	display: block;
}

.ul-icon-i li a:hover p {
	text-decoration: underline;
	color: #333;
}

.ul-icon-i li:hover h3 {
	color: red;
}


/*右侧导航*/

.side {
	position: fixed;
	width: 40px;
	right: 10px;
	z-index: 12;
	top: 60%;
	height: 80px;
}

.side ul li {
	width: 40px;
	height: 40px;
}

.side ul li a {
	display: block;
	background-color: #e4392a;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
}

.side ul li a img {
	vertical-align: middle;
	display: inline-block;
}

.side ul li a:hover {
	background-color: #000022;
}

.side ul li .weixin-r {
	position: absolute;
	left: -145px;
	top: 0;
	display: none;
}

.side ul li .weixin-r img {
	display: block;
	height: 140px;
	max-width: none;
}


/*首页案例*/

.row2 {
	background: url(../img/bg1.jpg) center top repeat-y;
	background-size: 100%;
	/*padding-top: 20px;*/
	overflow: hidden;
}

.case-i-l,
.case-i-r {
	width: 50%;
}

.case-i-l {
	float: left;
	padding-right: 15px;
}

.case-i-r {
	float: right;
	padding-left: 15px;
}

.case-img,
.case-img a img {
	width: 100%;
}

.case-img {
	position: relative;
	overflow: hidden;
}

.case-img .hover {
	position: absolute;
	left: 0;
	top: -434px;
	/*top: -433px;*/
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/alpha_red_80.png) repeat;
	color: #fff;
}

.case-img.on .hover {
	top: 0;
}

.ul-case-i {
	margin: 0 -15px;
}

.ul-case-i li {
	float: left;
	width: 20%;
	padding: 0 15px;
	margin-bottom: 30px;
	overflow: hidden;
}

.ul-case-i li a {
	display: block;
	position: relative;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.ul-case-i li .pic img {
	width: 100%;
	display: block;
}

.ul-case-i li a .hover {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, .8);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);
	color: #fff;
	/*display: none;*/
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.ul-case-i li .hover b,
.ul-case-i li .hover .txt,
.case-img .hover b,
.case-img .hover .txt {
	display: inline-block;
	vertical-align: middle;
}

.ul-case-i li .hover b,
.case-img .hover b {
	width: 0;
	height: 100%;
}

.ul-case-i li a:hover .hover {
	/*display: block;*/
	top: 0;
}

.ul-case-i-1 li {
	width: 25%;
}

.contact-l {
	width: 40%;
	float: left;
}

.contact-r {
	width: 60%;
	float: right;
	position: relative;
}
.contact-r>span{
	color: green;
	font-size: 14px;
	position: absolute;
	top: -25px;
	left: 0;
}
.ul-contact li {
	padding-left: 50px;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 35px;
	position: relative;
}

.ul-contact li img {
	position: absolute;
	left: 0px;
	top: 6px;
	width: 30px;
}

.ul-contact li.li3 img {
	width: 34px;
	height: 26px;
}

.contact-form .inp {
	width: 49%;
	border: 1px solid #6d6d88;
	height: 33px;
	padding: 0 10px;
	margin-bottom: 15px;
}

.contact-form textarea {
	width: 100%;
	border: 1px solid #6d6d88;
	height: 98px;
	margin-bottom: 24px;
	resize: none;
}

.contact-form .sub {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #63637f;
	border: 0;
	cursor: pointer;
	font-family: "微软雅黑", "Microsoft Yahei";
	font-size: 16px;
}

.aboutus.fix {
	background: url(../img/bg_keji2.jpg) no-repeat #FAFAFA;
	/*background-size: 100% 100%;*/
	padding: 0 0 50px 0;
	/*color: #fff;*/
}

.mind_infor {
	color: red;
	width: 100%;
}

.mind_infor strong {
	text-align: center;
	display: inline-block;
	width: 25%;
	float: left;
}

.certificate-content {
	float: left;
	width: 50%;
	text-align: center;
}

.certificate-content img {
	width: 80%;
}

#ddd {
	width: 40%;
}

/*关于浩顿*/
.about_menu,.service-sidebar{
	height: 44px;
	border: 1px solid #CCCCCC;
	background: #F2F2F2;
	margin: 50px 0;
	display: inline-block;
	-webkit-box-shadow: 3px 3px 5px #DDDDDD;
    -o-box-shadow: 3px 3px 5px #DDDDDD;
    -moz-box-shadow: 3px 3px 5px #DDDDDD;
	box-shadow: 3px 3px 5px #DDDDDD ;
}
.about_menu li,.service-sidebar li{
	float: left;
	line-height: 44px;
	min-width: 125px;
	text-align: center;
	display: inline-block;
	border-left:1px solid #CCCCCC;
	position: relative;
	cursor: pointer;
}
.about_menu li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.about_menu li a:hover,.about_menu li.cur a{
	color: #fff;
}
.about_menu li:hover,.service-sidebar li:hover, .about_menu li.cur,.service-sidebar li.cur {
    background: #015198;
    color: #fff;
}
.about_menu li:after,.service-sidebar li:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #015198;
    display: none;
}

.about_menu li:hover:after,.about_menu li.cur:after,.service-sidebar li:hover:after,.service-sidebar li.cur:after {
    display: block;
}
.solution_tit li{
	width: 180px;
	cursor: pointer;
}

/*我们服务的客户*/

.customer {
	background: url(../img/bg_3.jpg) center top no-repeat #000022;
	padding-top: 25px;
	padding-bottom: 54px;
	margin-top: 50px;
}

.ul-customer li {
	float: left;
	margin: 4px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.ul-customer li p {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	margin: 0px;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
}

.ul-customer li img {
	display: inline-block;
	vertical-align: middle;
	width: 226px;
	height: 92px;
	max-width: none;
}

.row4.fix {
	padding-bottom: 120px;
	background: url(../img/bg_lianxi.png) no-repeat 0px -110px;
	background-size: 100%;
}


/*服务范围*/

.service-sidebar {
	/*width: %;*/
	/*position: relative;
	margin-left: 4px;*/
}

/*.service-sidebar:before {
	position: absolute;
	content: '';
	height: 112%;
	width: 4px;
	background: #F39800;
	top: -6%;
	left: -4px;
}*/

.service-sidebar li {
	/*float: left;
	line-height: 50px;
	margin-bottom: 1px;*/
	/*max-width: 150px;*/
	/*width: auto;*/
	width: 180px;
	/*font-size: 14px;*/
}

/*.service-sidebar li:hover a,
.onactive a{
	background: #34485B;
	color: #fff;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}
.service-sidebar li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}*/
.service_infor_subnav{
	display: inline-block;
	position: absolute;
	top: 200px;
	left: 0;
	background: #E0E0E0;
	border: 1px solid #CCCCCC;
	line-height: 50px;
	box-shadow: 3px 3px 5px #CCCCCC ;
	cursor: pointer;
}
.service_infor_subnav li{
	padding: 0 10px;
	width: 186px;
}
.service_infor_subnav li.active{
	background: #69504B;
    color: #fff;
}
.service_infor_subnav li:nth-of-type(even){
	border: none;
}
.service_infor {
	width: 72%;
	text-align: center;
	/*float: left;*/
	margin: auto;
	position: relative;
	left: 50px;
}

.service_infor img {
	max-width: 80%;
	margin: 20px 0 10px 0;
}

.service_infor h4,
.service_infor p {
	text-align: left;
}
.service_infor dl{
	text-align: left;
	line-height: 24px;
}
.service_infor dl dd{
	text-indent: 2em;
}
.service_infor.fr:nth-of-type(n+3) {
	display: none;
}
.slider_product{
	line-height: 390px;
}
.slider_product img{
	vertical-align: middle;
}
img.left_prev,img.left_next{
	position: absolute;
	top: 50%;
	left: 10px;
	cursor: pointer;
	margin: -33px 0 0 0;
	opacity: 0.6;
	padding: 0 10px;
}
img.left_next{
	left: auto;
	right: 10px;
}
.product_num{
	position: absolute;
	left: 50%;
	bottom: 14px;
	line-height: 16px;
}
.ul-web {
	overflow: hidden;
	background-size: 100%;
	margin: 30px 0;
}

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

.ul-web li h3 {
	display: inline-block;
	border: 1px dashed #358acb;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	padding: 0 17px;
	color: #358acb;
	font-size: 16px;
	margin-top: 20px;
}

.ul-web li .block {
	position: relative;
	height: 151px;
	margin: auto;
}

.ul-web li .block img {
	position: absolute;
	left: 30px;
	top: 0;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}


/*案例页*/

.c {
	clear: both;
}

/*.case-topnav {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-bottom: 1px solid #666666;
}*/


/*.case-topnav:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #666666;
	left: 0;
	bottom: 0;
}*/

/*.case-topnav li {
	line-height: 40px;
	padding: 0 8px;
	cursor: pointer;
	width: 190px;
	margin: 0 10px;
}

.case-topnav li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.case-active,
.case-topnav li:hover {
	background: #34485B;
	color: #fff;
}

.case-active a,
.case-topnav li:hover a {
	color: #fff;
}*/

.case_container {
	margin: 50px auto 0 auto;
	text-align: center;
	/*display: none;*/
	width: 962px;
}

.case_container img {
	max-width: 70%;
}
.case_gps img{
	max-width: 96%;
}
.case_container p,
.case_container h4 {
	text-align: left;
}

h4.case-tit {
	text-align: center;
	font-weight: bold;
}


/*地图容器*/

#map {
	width: 600px;
	height: 320px;
	border: 2px solid #714240;
	border-radius: 8px;
}

/*网站底部导航*/

#ft {
	background: #3A3A3A;
	padding: 20px 0 60px 0;
	position: relative;
	margin-top: 40px;
}

#ft dl {
	float: left;
	margin: 0 100px 0 0;
	font-size: 14px;
	line-height: 30px;
}

#ft dl dt a {
	color: #fff;
}

#ft dl dd a {
	font-size: 13px;
	color: #A6A6A6;
}

.weixin {
	float: right;
	margin-right: 140px;
	height: 100%;
	line-height: 100%;
}
.weixin p {
	color: #fff;
	margin: 0;
	font-size: 13px;
	line-height: ;
	text-align: center;
}

.weixin-text {
	position: relative;
}

.weixin-text:before {
	position: absolute;
	height: 100%;
	width: 1px;
	content: '';
	background: #A6A6A6;
	top: 0;
	left: -50%;
}

.copyright {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #1A1A1A;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.copyright .wp {
	line-height: 40px;
	color: #A6A6A6;
}

.joinus {
	background: red;
	color: #FFFFFF;
	padding: 6px 10px;
	display: inline-block;
	margin: auto;
}

.join-line {
	text-align: center;
	margin-top: 30px;
}

.show {
	display: block;
}


/*解决方案*/
.imgbox{
	text-align: center;
	margin: 10px 0;
}
.imgbox img{
	max-width: 80%;
}
