@charset "UTF-8";
	* {
		margin: 0;
		padding: 0;
	}

	body {
		background-color: #fff;
		font: 14px  Microsoft Yahei, WenQuanYi Micro Hei, SimSun, Tahoma, Arial, Helvetica, STHeiti,"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
	}

	a {
		text-decoration: none;
	}

	li {
		list-style-type: none;
	}
	.border_box{
		-moz-box-sizing: border-box;  
		-webkit-box-sizing: border-box; 
		-o-box-sizing: border-box; 
		-ms-box-sizing: border-box; 
		box-sizing: border-box;
	}
	button:hover {
		cursor: pointer;
	}

	.mt20 {
		margin-top: 20px;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.clearfix:after {
		clear: both;
		display: block;
		visibility: hidden;
		height: 0;
		content: ".";
	}

	.clear {
		clear: both;
	}
	.w12{
		width: 1200px;
	}
	/*header*/
	header{
		margin: 0 auto 40px;
	    position: relative;
	    right: 0;
	    left: 0;
	    top: 40px;
	    z-index: 1030;
	    height: 83px;
	    border-bottom: 1px solid rgba(255,255,255,.2);
	}

	.header-nav{
		width: 880px;
	}
	.header-nav>ul>li{
		display: inline-block;
		width: 85px;
		text-align: center;
	}
	.header-nav>ul>li>a{
		display: block;
		font-size: 16px;
		color: #ffffff;
		cursor: pointer;
	}
	.header-nav>ul>li>a i.icon-sousuo{
		font-size: 20px;
	}
	.header-nav>ul>li:nth-last-child(2){
		width: auto;
		text-align: right;
		margin-left: 20px;
	}
	.header-nav>ul>li:last-child{
		width: auto;
		margin-left: 20px;
		text-align: right;
	}
	.header-nav>ul>li:last-child>a{
		position: relative;
		top: 9px;
		right: 0;
		line-height: 30px;
		display: inline-block;
		width: 100px;
		height: 30px;
		background: #61D14F;
		border-radius: 20px;
		font-size: 14px;
	}
	.header-nav>ul>li a i.iconshandian{
		position: absolute;
		left: 10px;
	}
	.header-nav>ul>li a span{
		position: absolute;
		left: 22px;
	}
	.header-nav>ul>li.on>a{
		padding: 7px 0;
		background:#FFFFFF;
		border-radius:20px;
		color: #164AC3;
	}
	.header-nav>ul>li:nth-last-child(2).on>a{
		padding: 0;
		background: initial;
		border-radius: initial;
		color: #FFFFFF;
	}
	.header-nav>ul>li:last-child:hover>a{
		padding: 0;
		background: #61D14F;
		border-radius: 15px;
		color: #FFFFFF;
	}

	/*==nav==*/
	.header-nav>ul li span.hr{
		display: block;
		width:1px;
		height:20px;
		background:#FFFFFF;
		margin: 15px auto 20px;
		transition: all .3s;
	}
	.sub-nav{
		display: none;
	}
	.sub-down{
		position: absolute;
		left: 0;
		top:85px;
		width: 100%;
		background: #FFFFFF;
		-moz-box-sizing: border-box;  
		 -webkit-box-sizing: border-box; 
		 -o-box-sizing: border-box; 
		 -ms-box-sizing: border-box; 
		 box-sizing: border-box; 
	}
	.sub2{
		padding: 50px 70px;
	}
	.nav-sub{
		width: 48%;
		float: left;
		text-align: center;
		-moz-box-sizing: border-box;  
		 -webkit-box-sizing: border-box; 
		 -o-box-sizing: border-box; 
		 -ms-box-sizing: border-box; 
		 box-sizing: border-box; 
	}
	.nav-sub:first-child{
		border-right: 1px solid #f0f0f0;
	}
	.nav-sub:last-child{
		padding-left: 70px;
	}
	.nav-sub i{
		display: block;
		margin: 0 auto;
		width: 50px;
		height: 50px;
		font-size: 32px;
		line-height: 50px;
		color: #FFFFFF;
		background: #164AC3;
		border-radius:50%;
		margin-bottom: 20px;
	}
	.nav-sub h2 a{
		color: #164AC3;
	}
	.nav-sub:last-child i{
		background: #61D14F;
	}
	.nav-sub:last-child h2 a{
		color: #61D14F;
	}
	.nav-sub-a{
		margin-top: 40px;
	}
	.nav-sub-a a{
		display: inline-block;
		width: 49%;
		text-align: left;
		font-size: 16px;
		font-weight: 400;
		color: #333333;
		margin-bottom: 30px;
	}
	.nav-sub-a a:hover{
		color: #164AC3;
	}
	.sub{
		width: 140px;
		margin-left: -25px;
		position: absolute;
		top: 85px;
		background: #FFFFFF;
		-moz-box-sizing: border-box;  
		 -webkit-box-sizing: border-box; 
		 -o-box-sizing: border-box; 
		 -ms-box-sizing: border-box; 
		 box-sizing: border-box; 
		 padding: 30px 0 0;
	}
	.sub a{
		display: block;
		font-size: 14px;
		color: #333333;
		margin-bottom: 30px;
	}
	.sub a:hover{
		color: #164AC3;
	}
	.application-down{
		width: 35%;
		float: left;
	}
	.application-down h2{
		font-size:24px;
		font-weight:400;
		color:#333333;
		line-height:60px;
		text-align: left;
	}
	.application-down p{
		font-size:14px;
		font-weight:400;
		color:#333333;
		line-height:28px;
		text-align: left;
	}
	.application-down a.chat{ 
		display: block;
		width:120px;
		height:40px;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 40px;
		background:#164AC3;
		margin-top: 30px;
	}

	.application-nav{
		width: 65%;
		float: left;
	}
	.application-nav ul li{
		display: inline-block;
		width:120px;
		height:40px;
		background:#FAFAFA;
		margin-left: 30px;
		margin-bottom: 30px;
		transition: .36s ease;
	}

	.application-nav ul li a{
		display: block;
		line-height: 40px;
		font-size: 14px;
		color: #333333;
		transition: .36s ease;
	}
	.application-nav ul li:hover{
		background: #164AC3;
	}
	.application-nav ul li:hover a{
		color: #FFFFFF;
	}
	/*end*/
	/*banner*/
	.banner{
		width: 100%;
		background: url(../img/banner/banner.jpg)no-repeat center;
		height: auto;
	}
	.banner-container{
		margin: 120px auto 0;
		text-align: center;
		color: #ffffff;
	}
	.banner-container h2{
		font-size:40px;
		font-weight:bold;
		margin-bottom: 20px;
	}
	.banner-container p{
		font-size:16px;
		font-weight: 400;
	}
	.banner-bottom{
		margin: 263px auto 0;
	}

	.banner-bottom-ul li{
		float: left;
		width:398px;
		height:100px;
		background:rgba(22,74,195,.8);
		margin-right: 3px;
		cursor: pointer;
		transition: .3s ease;
		padding: 0;
	}
	.banner-bottom-ul li:last-child{
		margin-right: 0;
	}
	.banner-bottom-ul li img{
		float: left;
		width:59px;
		height:29px;
		margin: 36px 20px;
	}
	.banner-bottom-ul li:nth-child(2) img{
		width:31px;
		height:33px;
	}
	.banner-bottom-ul li:nth-child(3) img{
		width:54px;
		height:34px;
	}
	.banner-bottom-t h3{
		padding-top: 20px;
		color: #FFFFFF;
		font-size: 20px;
		margin: 0 0 10px;
	} 
	.banner-bottom-t p{
		font-size: 14px;
		color: #FFFFFF;
	}
	.banner-bottom-ul li:hover{
		margin-top: -20px;
		height: 120px;
		background:rgba(97,209,79,.8);
	}
	/*wrap*/
	.wrap{
		width: 100%;
		height: 100px;
		background: url(../img/bg1.jpg)no-repeat;
		background-size: 100% 100%;
	}
	.fk_wrap{
		margin: 0 auto;
	}
	.fk_wrap_so{
		width: 800px;
		float: left;
	}
	.fk_wrap_from{
		width: 360px;
		float: right;
		margin-top: 25px;
	}
	.fk_wrap_so img{
		width: 93px;
		height: 21px;
		float: left;
		margin-top: 37px;
		margin-right: 20px;
	}
	.fk_wrap_so_ul{
		float: left;
		width: 660px;
	}
	.fk_wrap_so_ul li{
		float: left;
		line-height: 100px;
		margin-right: 15px;
	}
	.fk_wrap_so_ul li:last-child{
		margin-right: 0;
	}
	.fk_wrap_so_ul li a{
		display: block;
		color: #666666;
	}
	.fk_wrap_so_ul li:hover a{
		color: #164AC3;
	}

	.fk_wrap_from form input {
		width: 260px;
		height: 40px;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 1);
		border: 1px solid rgba(230, 230, 230, 1);
		border-radius: 20px 0px 0px 20px;
		padding-left: 20px;
	}

	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
	}

	form button:focus,
	form input:focus,
	form select:focus {
		outline: none;
	}

	.fk_wrap_from form button {
		width: 100px;
		height: 40px;
		margin-left: -5px;
		border: 1px solid transparent;
		position: relative;
		top: 1px;
		color: #ffffff;
		background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		border-radius: 0px 20px 20px 0px;
	}

	.fk_wrap2{
		margin: 120px auto;
	}
	.fk_wrap2_ul{
		text-align: center;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		justify-content: space-around;
		-webkit-justify-content: space-around;
	}
	.fk_wrap2_ul li b{
		display: block;
		font-size: 40px;
		color: #164AC3;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.fk_wrap2_ul li span{
		font-size: 16px;
		font-weight: 400;
	}
	.fk_wrap2_ul li p{
		font-size: 18px;
		color: #666666;
	}
	.pro_wrap{
		margin: 100px auto;
	}
	.pro_wrap_title{
		font-size: 30px;
		color: #164AC3;
		font-weight: bold;
	}
	.pro_wrap_title img{
		vertical-align: middle;
		display: inline-block;
		width: 28px;
		height: 28px;
		margin-right: 10px;
	}
	.in_pro_t a.more{
		font-size: 14px;
		color: #cccccc;
		line-height:40px;
	}
	.in_pro_t a.chat{
		font-size: 14px;
		color: #235DBB;
		line-height:40px;
		margin-left: 15px;
	}
	.in_pro_b{
		margin-top: 60px;
	}
	.in_pro_y{
		width: 224px;
	}
	.in_pro_cont{
		width: 976px;
	}
	.in_pro_ul li{
		float: left;
		width:224px;
		height:280px;
		background:rgba(250,250,250,1);
		margin-left: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	.in_pro_ul li a img{
		width: 190px;
		vertical-align: middle;
		margin: 20px 0;
	}
	.in_pro_ul li a h3{
		font-size: 16px;
		color: #333333;
	}
	.in_pro_ul li a p{
		font-size: 14px;
		color: #999999;
		margin: 10px 0 20px;
	}
	.in_pro_ul li a span{
		display: block;
		width:60px;
		height:20px;
		margin: 0 auto;
		background:#164AC3;
		border-radius:10px;
		font-size: 12px;
		line-height: 20px;
		color: #FFFFFF;
	}
	/*------------calc-------------------*/

	.in-bj {
		height: 100px;
		background: url(../img/bg2.jpg)no-repeat;
		background-size: 100% 100%;
		margin: 0 auto;
		text-align: center;
	}

	.in-bj form {
		padding-top: 35px;
	}

	.in-bj-form-div input,
	.in-bj-form-div select {
		height: 40px;
		background: rgba(255, 255, 255, 1);
		border: 1px solid rgba(230, 230, 230, 1);
		text-align: center;
		color: #246ACF;
		font-size: 16px;
		margin: 0 7px;
	}

	.in-bj-form-div select {
		width: 120px;
		padding-left: 20px;
	}

	form select::-ms-expand {
		display: none !important;
	}

	.in-bj-form-div span {
		display: inline-block;
		margin: 0 15px;
		font-size: 16px;
		color: #333;
	}

	.in-bj-inp-2 {
		width: 80px;
	}

	.in-bj-inp-4 {
		width: 140px;
	}

	.in-bj-form-div label {
		font-size: 16px;
	}

	.in-bj-form-div input[type="radio"]+label::before {
		content: '';
		display: inline-block;
		width: 12px;
		height: 12px;
		border-radius: 2px;
		border: 1px solid #B3B3B3;
		margin-right: 10px;
		position: relative;
		top: 2px;
		left: 4px;
	}

	.in-bj-form-div input[type="radio"]:checked+label::before {
		background-clip: content-box;
		background-color: #61D14F;
		border-radius: 2px;
		width: 8px;
		height: 8px;
		padding: 2px;
		position: relative;
		top: 2px;
	}

	.in-bj-form-div input[type="radio"] {
		position: absolute;
		clip: rect(0, 0, 0, 0);
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		color: #B3B3B3;
		font-size: 12px;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		color: #B3B3B3;
		font-size: 14px;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		color: #B3B3B3;
		font-size: 14px;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		color: #B3B3B3;
		font-size: 14px;
	}

	.in-bj-form-div .in-bj-chat a {
		color: #999999;
		font-size: 14px;
		cursor: pointer;
	}
	.in-bj-form-div .icon-wenhao{
		margin-right: 10px;
	}
	.in-bj-form-div .icon-wenhao:before {
		font-size: 16px;
		color: #CCCCCC;
		position: relative;
		right: -5px;
		top: 2px;
	}

	.in-bj-chat {
		position: relative;
	}

	.in-bj-remind {
		display: none;
		width: 220px;
		height: 32px;
		background: #246ACE;
		border-radius: 5px;
		font-size: 12px;
		color: #ffffff;
		text-align: center;
		line-height: 32px;
		float: right;
		position: absolute;
		right: -5px;
		bottom: 35px;
	}

	.in-bj-remind:before {
		content: "";
		width: 0px;
		height: 0px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 10px solid #246ACE;
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
	}

	.in-bj-chat:hover .in-bj-remind {
		display: block;
	}
	.in-bj-chat:hover  .icon-wenhao:before{
		color: #164AC3;
	}
	.in-bj-btn {
		margin-top: 50px;
	}

	.in-bj-form-div button {
		width:80px;
		height:40px;
		border: none;
		background:#164AC3;
		font-size: 14px;
		line-height: 40px;
		color: #FFFFFF;
		position:relative;
		left: 25px;
		overflow: hidden;
		/* border: 1px solid #cccccc; */
	}
	.in-bj-form-div button .box-con{
		width:35px;
		height:45px;
		position: absolute;
		background: #61D14F;
		top:-30px;
		right:-30px;
		transform: rotate(45deg);
	  }



	span.close {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		cursor: pointer;
		background: #246ACE;
		color: #FFFFFF;
		font-size: 24px;
	}

	#calc_fix {
		width: 1190px;
		position: fixed;
		z-index: 9999;
		top: 50%;
		left: 50%;
		background: #FFFFFF;
		margin-left: -595px;
		margin-top: -300px;
	}

	.container .calculatorNavigation {
		margin-bottom: 40px;
		height: 60px;
		background-color: #f5f5f5;
		color: #333;
		text-align: center;
		font-size: 18px;
		line-height: 60px;
	}

	.container .heat_transfer {
		float: left;
	}

	.container .heat_transfer ul {
		overflow: hidden;
		margin-bottom: 10px;
		margin-left: 40px;
	}

	.container .heat_transfer li {
		float: left;
		margin-bottom: 30px;
		width: 33%;
	}

	.container .heat_transfer li .name {
		float: left;
		padding: 15px 0 0 0;
		color: #666;
		font-size: 14px;
	}

	.container .heat_transfer li input {
		float: left;
		width: 178px;
		height: 50px;
		border: solid 1px #e2e2e2;
		border-radius: 4px;
		text-indent: 10px;
		font-size: 16px;
		line-height: 28px;
		margin-right: 15px;
	}

	.container .heat_transfer .huansuanAll {
		float: left;
		margin-bottom: 20px;
		width: 100%;
		height: 50px;
		text-align: center;
	}

	.container .heat_transfer .huansuanAll .huansuan {
		display: inline-block;
		margin-left: 20px;
		width: 178px;
		height: 48px;
		border: 1px solid #d9d9d9;
		border-radius: 4px;
		color: #666;
		text-align: center;
		font-size: 18px;
		line-height: 50px;
		cursor: pointer;
	}

	.container .heat_transfer .huansuanAll .huansuan:hover {
		border: none;
		background-color: #246ACE;
		color: #fff;
	}

	.container .li-tab {
		display: none;
		overflow-x: hidden;
		height: auto;
		border: 1px solid #ebebeb;
		padding-bottom: 40px;
	}

	.container .show {
		display: block;
	}

	.container .calculatorAll ul .a {
		border: none;
		background-color: #ff3f3c;
	}

	.container .calculatorAll ul li .b {
		color: #fff;
	}

	.container .li-tab2 .heat_transfer ul li {
		width: 60%;
	}

	.container .li-tab2 .heat_transfer ul li span {
		border: 1px solid #d9d9d9;
		font-size: 14px;
		font-size: 14px;
	}

	.container .li-tab2 .heat_transfer ul li .val {
		height: 50px;
		border: 1px solid #d9d9d9;
		font-size: 14px;
		font-size: 14px;
	}

	.container .li-tab2 .heat_transfer ul li select {
		height: 50px;
		border: 1px solid #d9d9d9;
	}

	.calculatorjieshao {
		margin-top: 40px;
		margin-left: 40px;
		color: #999;
		font-size: 14px;
		line-height: 23px;
	}
	/*end*/

	.in_solution{
		width: 100%;
		height: 700px;
		margin: 120px 0;
		background: url(../img/bg3.jpg)no-repeat center;
	}
	.in_solution_wrap{
		margin: 0 auto;
		padding: 100px 0;
	}
	.in_solution_title{
		font-size: 30px;
		color: #FFFFFF;
		font-weight: bold;
	}
	.in_solution_t .fl>p{
		font-size: 14px;
		color: #FFFFFF;
		margin-top: 10px;
	}
	.in_solution_t a.more{
		font-size: 14px;
		color: #CCCCCC;
		line-height: 40px;
	}
	.in_solution_t a.chat{
		display: inline-block;
		margin-left: 15px;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 40px;
	}
	.in_solution_tap{
		margin: 60px 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.in_solution_tap li{
		width:120px;
		height:40px;
		background:rgba(250,250,250,.2);
		border-radius:20px;
	}
	.in_solution_tap li a{
		display: block;
		line-height: 40px;
		text-align: center;
		font-size: 14px;
		color: #FFFFFF;
	}
	.in_solution_tap li.on{
		background: #FFFFFF;
	}
	.in_solution_tap li.on a{
		color: #164AC3;
	}
	.in_solution_tap li:last-child{
		width: 80px;
	}
	.appli_box{
		display: none;
		padding: 40px;
		background: #FFFFFF;
	}
	.appli_box .fl img{
		width: 300px;
		height: 200px;
	}
	.appli_box .fr{
		width: 770px;
	}
	.appli_box .fr h3{
		font-size: 24px;
		font-weight: bold;
		color: #333333;
		margin:20px 0;
	}
	.appli_box .fr p{
		font-size: 14px;
		color: #666666;
		line-height: 24px;
		margin-bottom: 20px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.appli_box .fr a{
		display: inline-block;
		height:40px;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
	}
	.appli_box .fr a.chat{
		width:140px;
		background:#164AC3;
		color: #FFFFFF;
		position: relative;
		overflow: hidden;
	}
	.appli_box .fr a .box-con{
		display: inline-block;
		width:35px;
		height:45px;
		position: absolute;
		background: #61D14F;
		top:-30px;
		right:-30px;
		transform: rotate(45deg);
	}
	.appli_box .fr a.tel{
		width:220px;
		box-sizing: border-box;
		border:1px solid rgba(22,74,195,1);
		color: #164AC3;
		overflow: hidden;
		margin-left: 20px;
	}
	.case_wrap{
		margin: 120px auto;
	}
	.in_case_boxs{
		margin-top: 70px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.in_case_box{
		width: 270px;
		background: #FAFAFA;
	}
	.in_case_box img{
		max-width: 100%;
	}
	.in_case_box a{
		display: block;
	}
	.in_case_box_b{
		padding: 20px;
	}
	.in_case_box_b h3{
		font-size: 16px;
		color: #666666;
		line-height: 24px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;  
	}
	.in_case_box_b i.iconfont{
		font-size: 50px;
		color: #CCCCCC;
		position: relative;
		top: 20px;
	}
	.in_case_box:hover i.iconfont,
	.in_case_box:hover h3{
		color: #164AC3;
	}
	.in_news{
		margin: 120px auto;
	}
	.in_news>.fl,.in_news>.fr{
		width: 580px;
	}
	.in_news_xws{
		margin-top: 60px;
	}
	.in_news_xw{
		padding: 30px;
		background: #FAFAFA;
		margin-bottom: 40px;
	}
	.in_news_xw:last-child{
		margin-bottom: 0;
	}
	.in_news_xw .fl img{
		min-width: 200px;
      height:135px;
	}
.in_news_xw   .fl{
 overflow: hidden;
  max-width:200px;
}
	.in_news_xw .fr{
		width: 300px;
	}
	.in_news_xw .fr h3 a{
		display: block;
		font-size: 18px;
		color: #333333;
		font-weight: 400;
		line-height: 28px;
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
	}
	.in_news_xw:hover .fr h3 a{
		color: #164AC3;
	}
	.in_news_xw .fr p{
		font-size: 14px;
		color: #666666;
		line-height: 24px;
		margin: 15px 0 20px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;  
	}
	.in_news_xw .fr span{
		display: block;
		font-size: 12px;
		color: #666666;
	}
	.in_news_bk{
		height: 424.33px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		padding:20px 40px;
		background: #FAFAFA;
		margin-top: 60px;
	}
	.in_news_bk li{
		border-bottom: 1px solid #EBEBEB;
	}
	.in_news_bk li:last-child{
		border-bottom: none;
	}
	.in_news_bk h3 a{
		height: 50px;
		line-height: 50px;
		width: 340px;
		display: inline-block;	
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
		font-size: 14px;
		color: #333333;
		font-weight: 400;
	}
	.in_news_bk span{
		height: 50px;
		line-height: 50px;
		display: inline-block;
		width: 68px;
		font-size: 12px;
		color: #666666;
		text-align: right;
	}
	.in_news_bk li:hover h3 a,.in_news_bk li:hover span{
		color: #164AC3;
	}
	 /*footer*/
	.footer{
		width: 100%;
		background: url(../img/bg4.jpg)no-repeat center;
		background-size: 100% 100%;
		padding-top: 80px;
	}
	.footer_wrap{
		margin: 0 auto;
	}
	.footer_wrap_link{
		width: 641px;
		border-right: 1px solid #2F3363;

	}
	.footer_wrap_ul li{
		width: 80px;
		float: left;
		margin-right: 80px;
		text-align: center;
	}
	.footer_wrap_ul li a{
		color: #CCCCCC;
		font-size: 14px;
		display: block;
		margin-bottom: 20px;
	}
	.footer_wrap_ul li a:hover{
		color: #FFFFFF;
	}
	.footer_wrap_ul li h2 a{
		display: block;
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
	}
	.footer_wrap_ul li span{
		display: block;
		width:80px;
		height:1px;
		background:#2F3363;
		margin: 30px 0;
	}
	.footer_wrap_contact{
		width: 470px;
	}
	.footer_wrap_contact .fl{
		width: 320px;
	}
	.footer_wrap_contact .fl h2,.footer_wrap_wx h2{
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
	}
	.footer_wrap_contact .fl p{
		color: #61D14F;
		font-size: 30px;
		font-weight: bold;
		margin: 10px 0 20px;
	}
	.footer_wrap_contact .fl span{
		display: block;
		color: #CCCCCC;
		font-size: 18px;
		margin: 15px 0 30px;
	}
	.footer_wrap_contact .fl a.chat {
		display: block;
		width: 140px;
		line-height: 40px;
		text-align: center;
		background: #61D14F;
		color: #FFFFFF;
		position: relative;
		overflow: hidden;
		top: 60px;
	}
	.footer_wrap_contact .fl a .box-con {
		display: inline-block;
		width: 38px;
		height: 38px;
		position: absolute;
		background: #164AC3;
		top: -35px;
		right: -30px;
		transform: rotate(45deg);
	}
	.footer_wrap_contact .footer_wrap_wx{
		width: 100px;
		float: left;
	}
	.footer_wrap_wx img{
		margin-top: 20px;
	}
	/*===soso==*/
	.footer_wrap_link .isch{
		width: 560px;
		height: 40px;
		margin-top: 30px;
	}
	.footer_wrap_link .isch .key {
		height: 100%;
		width: 479px;
		float: left;
		text-indent: 20px;
		box-sizing: border-box;
		background: transparent;
		border: 1px solid #2F3363;
		color: #ffffff;
	}
	.footer_wrap_link .isch .soso_sub {
		height: 100%;
		width: 80px;
		border: none;
		background: 0 0;
		float: left;
		text-align: center;
		color: #5E618E;
		background-color: transparent;
		border: 1px solid #2F3363;
		display: block;
		cursor: pointer;
		font-size: 14px;
		border-left: 0;
	}
	.footer_wrap_b{
		margin: 80px auto 0;
		border-top: 1px solid #2F3363;
	}
	.footer_wrap_b .copy {
		line-height: 60px;
	}

	.footer_wrap_b .copy p {
		float: left;
		color: #4E5172;
	}

	.footer_wrap_b .copy p a {
		color: #4E5172;
		margin-left: 10px;
	}
	.footer_wrap_b .fl a{
		display: block;
		margin-top: 15px;
	}
	/*==================*/

	.header_soso_con {
		height: 250px;
		border-top: 1px solid #eaeaea;
		background-color: #fff;
		box-shadow: 0 5px 10px 0 rgba(34, 34, 34, .1);
		position: absolute;
		top: 125px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 1200px;
		z-index: 9;
		display: none;
	}
	.soso_container{
		position: relative;
	}
	.soso_con_m {
		width: 57%;
		height: 92px;
		margin: 89px auto 0;
	}
	.soso_con_m .isch {
		height: 40px;
		margin-bottom: 10px;
		width: 100%;
		float: left;
	}

	.soso_con_m .isch ul li {
		float: left;
		line-height: 60px;
		margin-right: 30px;
		color: #246ACE;
	}

	.soso_con_m .isch ul li a {
		color: #333
	}

	.soso_con_m .isch ul .bg_hui {
		background-color: #999
	}

	.inslt {
		height: 40px;
		margin-bottom: 10px
	}

	.soso_con_m .isch .key {
		height: 100%;
		width: 80%;
		float: left;
		text-indent: 20px;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 1);
		border: 1px solid rgba(230, 230, 230, 1);
	}

	.soso_con_m .isch .soso_sub {
		height: 100%;
		width: 20%;
		border: none;
		background: 0 0;
		float: left;
		text-align: center;
		color: #fff;
		background-color: #164AC3;
		display: block;
		cursor: pointer;
		font-size: 16px
	}
	.soso_con_close {
		width: 25px;	
		height: 25px;
		border: 1px solid #999;
		border-radius: 50%;
		position: absolute;
		top: -50px;
		right: 10%;
		text-align: center;
		line-height: 20px;
		font-size: 20px;
	}
	.soso_con_close:hover{
		cursor: pointer;
	}
	/*========*/

	.sub3 {
		display: none;
		position: absolute;
		z-index: 99;
		right: 0;
		top: 85px;
		width: 865px;
		height: 475px;
		box-sizing: border-box;
		padding: 38px;
		border: 1px solid #E6E6E6;
		background-color: #FFFFFF;
	}

	.RadioStyle2 {
		margin-top: 40px;
	}

	.RadioStyle h2 {
		font-size: 16px;
		margin-bottom: 20px;
		text-align: left !important;
	}

	.RadioStyle input {
		display: none
	}

	.RadioStyle label {
		border: 1px solid #E6E6E6;
		color: #666;
		width: 80px;
		height: 40px;
		box-sizing: border-box;
		line-height: 40px;
		text-align: center;
		float: left;
		margin-right: 20px;
		cursor: pointer;
	}

	.RadioStyle label:last-child {
		margin-right: 0;
	}

	.RadioStyle input:checked+label {
		color: #FFFFFF;
		background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		border: none;
	}

	.RadioStyle input:disabled+label {
		opacity: 0.7;
	}

	.sub3 .pro-list-btn {
		opacity: 1;
	}

	.sub3 .pro-list-btn a {
		padding: 10px 15px;
	}
	.sub3 .pro-list-btn a:nth-child(2) {
		padding: 9px 15px;
	}

	.sub3 .pro-list-btn a:hover {
		cursor: pointer;
	}

	.bj-page2 p {
		text-align: center;
		margin-top: 120px;
		font-size: 16px;
		font-weight: bold;
	}

	.bj-box {
		height: 120px;
		width: 120px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background: #020438;
		border-radius: 100%;
		overflow: hidden;
	}

	.bj-box .percent {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
		width: 100%;
		height: 100%;
		display: flex;
		display: -webkit-flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 30px;
	}

	.bj-box .water {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
		background: #4D6DE3;
		transition: all .3s;
	}

	.bj-box .water_wave {
		width: 200%;
		position: absolute;
		bottom: 100%;
	}

	.bj-box .water_wave_back {
		right: 0;
		fill: #C7EEFF;
		-webkit-animation: wave-back 1.4s infinite linear;
		animation: wave-back 1.4s infinite linear;
	}

	.bj-box .water_wave_front {
		left: 0;
		fill: #4D6DE3;
		margin-bottom: -1px;
		-webkit-animation: wave-front .7s infinite linear;
		animation: wave-front .7s infinite linear;
	}

	@-webkit-keyframes wave-front {
		100% {
			-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
		}
	}

	@keyframes wave-front {
		100% {
			-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
		}
	}

	@-webkit-keyframes wave-back {
		100% {
			-webkit-transform: translate(50%, 0);
			transform: translate(50%, 0);
		}
	}

	@keyframes wave-back {
		100% {
			-webkit-transform: translate(50%, 0);
			transform: translate(50%, 0);
		}
	}

	.bj-page3 h2 {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.bj-page3-div {
		margin-left: 53px;
		margin-bottom: 20px;
		text-align: left !important;
	}

	.bj-page3-div input {
		box-sizing: border-box;
		padding-left: 10px;
		height: 40px;
		background: rgba(255, 255, 255, 1);
		border: 1px solid rgba(230, 230, 230, 1);
		border-radius: 5px;
		margin-right: 10px;
	}

	.bj-page3-div .sex+label::before {
		content: '';
		display: inline-block;
		width: 12px;
		height: 12px;
		border-radius: 2px;
		border: 1px solid #B3B3B3;
		margin-right: 10px;
		position: relative;
		top: 2px;
	}

	.bj-page3-div .sex:checked+label::before {
		background-clip: content-box;
		background-color: #E62129;
		width: 8px;
		height: 8px;
		padding: 2px;
		border-radius: 2px;
		position: relative;
		top: 2px;
	}

	.bj-page3-div .sex {
		position: absolute;
		clip: rect(0, 0, 0, 0);
	}

	.bj-page3-div label b {
		color: #E62129;
		padding-right: 10px;
	}

	.bj-page3 .bj-page3-div:nth-child(3) {
		margin-left: 0;
	}

	.bj-page3 .bj-page3-div span {
		width: auto;
		height: auto;
		background-color: transparent;
	}

	.bj-page3 .bj-page3-div:nth-child(3) input,
	.bj-page3 .bj-page3-div:nth-child(4) input {
		width: 320px;
	}

	.bj-page3 .pro-list-btn {
		margin-left: 130px;
	}

	.bj-page3 .pro-list-btn button {
		border: none;
	}

	.bj-page2,
	.bj-page3 {
		display: none;
	}

	.bj-close {
		position: relative;
		right: 0;
		text-align: right;
		top: -20px;
		font-size: 20px;
	}

	.bj-close:hover {
		cursor: pointer;
	}
	.pro-list-btn {
		margin-top: 25px;
		opacity: 0;
		transition: all .5s;
		text-align: left !important;
	}

	.pro-list-btn a {
		display: inline-block;
		padding: 5px 15px;
	}

	.pro-list-btn .pro-more {
		color: #ffffff;
		background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		border-radius: 5px;
	}

	.pro-list-btn .pro-chat {
		margin-left: 15px;
		color: #E62129;
		border: 1px solid rgba(230, 33, 41, 1);
		border-radius: 5px;
	}
	/*===end===*/
	/*bread*/
	.bread_link{
		width: 100%;
		border-bottom: 1px solid #F5F5F5;
	}
	.bread {
		height: 80px;
		margin: 0 auto;
		line-height: 80px;
	}

	.bread-nav {
		margin: 0 auto;
		font-size: 14px;
		color: #888;
	}

	.bread-nav a {
		font-size: 14px;
		color: #999;
		padding: 0 4px;
	}

	.bread-nav a:hover {
		color: #246ACE;
	}

	.bread-nav em {
		font-style: normal;
		padding-right: 4px;
	}

	.bread-nav span {
		width:300px;
		display: inline-block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 14px;
		color: #999999;
		font-weight: initial;
	}

	.bread-chat a {
		color: #164AC3;
		font-size: 14px;
	}

	.bread-chat a i {
		margin-right: 5px;
		color: #61D14F;
		position: relative;
		top: 2px;
	}
	/*end*/
	.pro_mess{
		width: 100%;
		height: 340px;
		background: url(../img/mess_bg.jpg)no-repeat center;
	}

	.pro_mess_wrap{
		margin: 0 auto;
	}

	.pro_mess_div{
		width:600px;
		height:340px;
		padding: 50px 85px;
		-moz-box-sizing: border-box;  
		-webkit-box-sizing: border-box; 
		-o-box-sizing: border-box; 
		-ms-box-sizing: border-box; 
		box-sizing: border-box;
		background:rgba(255,255,255,0.6);
	}

	.pro_mess_div h2{
		font-size: 24px;
		color: #164AC3;
		margin-bottom: 30px;
	}

	.pro_mess_div input,.pro_mess_div select{
		-moz-box-sizing: border-box;  
		-webkit-box-sizing: border-box; 
		-o-box-sizing: border-box; 
		-ms-box-sizing: border-box; 
		box-sizing: border-box;
		padding-left: 20px;
		width:200px;
		height:40px;
		background:#FFFFFF;
		border:1px solid rgba(240,240,240,1);
		margin-bottom: 30px;
		color: #999999;
	}
	.pro_mess_div .solution{
		display: inline-block;
	}
	.pro_mess_div .products,.pro_mess_div input.phone{
		float: right;
	}

	.pro_mess_div button {
		width:200px;
		height:40px;
		border: none;
		background:#164AC3;
		font-size: 14px;
		line-height: 40px;
		color: #FFFFFF;
		position:relative;
		overflow: hidden;
		/* border: 1px solid #cccccc; */
	}
	.pro_mess_div button .box-con{
		width:35px;
		height:45px;
		position: absolute;
		background: #61D14F;
		top:-30px;
		right:-30px;
		transform: rotate(45deg);
	  }
	.pro_mess_div .select {
		-moz-box-sizing: border-box;  
		-webkit-box-sizing: border-box; 
		-o-box-sizing: border-box; 
		-ms-box-sizing: border-box; 
		box-sizing: border-box;
		border-radius:3px;
		color:#164AC3;
		overflow: hidden; 
		height: 40px;    
		width: 200px;
		border:1px solid rgba(240,240,240,1);
		position: relative;
		display: inline-block;
	}
	.pro_mess_div .select select{       
		height: 40px;
		border: 0;
		outline: none;
		font-size: 12px;   
		color: #B3B3B3;    
		width: 200px;
	   -webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.pro_mess_div .select:after {
		content:"";    
		padding: 12px 8px;
		position: absolute; 
		right: 10px; top: 0;    
		z-index: 1;
		text-align: center;
		width: 10%;
		height: 100%;      
		pointer-events: none;
		box-sizing: border-box;   
	}
	.pro_mess_btn{
		margin-top: 30px;
	}
	.pro_mess_tel{
		display: inline-block;
		width:200px;
		height:40px;
		-moz-box-sizing: border-box;  
		-webkit-box-sizing: border-box; 
		-o-box-sizing: border-box; 
		-ms-box-sizing: border-box; 
		box-sizing: border-box;
		border:1px solid rgba(22,74,195,1);
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		color: #164AC3;
		float: right;
	}
	/*end*/
	/**/
	.list_mess{
		text-align: center;
	}
	.list_mess i.iconfont{
		color: #ff0000;
	}
	.list_mess input{
		width: 120px;
	}
	.pro_list_solution{
		width: 100%;
		background: #FAFAFA;
		padding: 120px 0;
	}
	.pro_solution_wrap{
		margin: 0 auto;
	}
	.pro_solution_ul{
		margin: 60px 0 0;
	}
	.pro_solution_ul li{
		width:270px;
		height:50px;
		float: left;
		background:#FFFFFF;
		margin: 0 40px 40px 0;
	}
	.pro_solution_ul li:nth-child(4n){
		margin-right: 0;
	}
	.pro_solution_ul li a{
		display: block;
		text-align: center;
		line-height: 50px;
		color: #333333;
	}
	.pro_solution_ul li.on{
		background: #164AC3;
		transition: all .4s;
	}
	.pro_solution_ul li.on a{
		color: #FFFFFF;
		transition: all .4s;
	}
	/*end*/
	.pro_detail_mess{
		width: 100%;
		height: 300px;
		background: url(../img/pro_mess_bg.jpg)no-repeat;
		background-size: 100% 100%;
		text-align: center;
	}
	.pro_detail_mess .w12{
		margin: 0 auto;
	}
	.pro_detail_mess h2{
		font-size: 24px;
		color: #FFFFFF;
		padding-top: 80px;
	}
	.pro_detail_mess form{
		margin-top: 55px;
	}
	.pro_detail_mess form span {
		float: left;
		color: #fff;
		display: inline-block;
		width: 100px;
		height: 40px;
		padding: 0;
		line-height: 40px;
		background-color: rgba(0,0,0,.2);
	}
	.pro_detail_mess form input, .pro_detail_mess form select {
		float: left;
		width: 200px;
		height: 40px;
		border: none;
		outline: none;
		color: #fff;
		background-color: rgba(0,0,0,.2);
		padding-left: 20px;
		box-sizing: border-box;
		margin-left: 2px;
	}
	.detail_form,.detail_phone{
		display: inline-block;
		vertical-align: middle;
	}
	.detail_phone{
		margin: 0 20px;
	}
	.pro_detail_mess form button {
		width:120px;
		height:40px;
		border: none;
		background:#164AC3;
		font-size: 14px;
		line-height: 40px;
		color: #FFFFFF;
		position:relative;
		overflow: hidden;
		border:none;
		margin-left: 20px;
	}
	.pro_detail_mess form button .box-con{
		width:35px;
		height:45px;
		position: absolute;
		background: #61D14F;
		top:-30px;
		right:-30px;
		transform: rotate(45deg);
	  }
	  .fixed {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 9999;
		margin: 0 auto;
		background: #f5f5f5;
	}
	/*end*/
	.cover_title{
		text-align: center;
	}
	.cover_title h2{
		font-size: 30px;
		color: #164AC3;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.cover_title p{
		width: 750px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 28px;
		color: #666666;
	}
	/**/
	.casee_pro {
		margin: 120px auto 80px;
	}
	.hot_pro_ul,.list_pro_ul{
		margin-top: 60px;
	}
	.list_pro_ul li{
		text-align: center;
		-moz-box-sizing: border-box;  
		-webkit-box-sizing: border-box; 
		-o-box-sizing: border-box; 
		-ms-box-sizing: border-box; 
		box-sizing: border-box;
		width:270px;
		height:420px;
		margin-right: 40px;
		margin-bottom: 40px;
		float: left;
		overflow: hidden;
		background:rgba(250,250,250,1);
		padding: 10px;
	}
	.list_pro_ul li:nth-child(4n){
		margin-right: 0;
	}
	.list_pro_ul li{
		height: auto;
		padding-bottom: 40px;
	}
	.list_pro_ul li img{
		max-width: 100%;
	}
	.list_pro_ul li span{
		display: block;
		font-size: 14px;
		color: #999999;
		line-height: 24px;
	}
	.list_pro_ul a h3{
		font-size:18px;
		font-weight:bold;
		color:#333333;
		line-height:60px;
	}
	.list_pro_ul li:hover a h3{
		color: #164AC3;
	}
	/*detail page*/
	.casee_pro .list_pro_ul li{
		margin-bottom: 0;
	}
	.cases_detail_page{
		margin: 0 auto 120px;
	}
	.cases_detail_page ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.cases_detail_page ul li{
		width: 540px;
		padding: 30px 40px;
		background: #FAFAFA;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-right: 2px;
	}
	.cases_detail_page ul li.cases_detail_page_li3{
		width: 116px;
		margin-right: 0;
		text-align: center;
	}
	.cases_detail_page ul li a {
		color: #333333;
	}
	.cases_detail_page ul li:hover a{
		color: #246ACE;
	}
	/**/
	.list_case_wrap{
		margin-top: 100px;
	}
	.list_case_box {
		width: 270px;
		background: #FAFAFA;
		float: left;
		margin:0 40px 40px 0;
	}
	.list_case_box a img{
		max-width: 100%;
	}
	.list_case_box:nth-child(4n){
		margin-right: 0;
	}
	.list_case_box_b {
		padding: 20px;
	}

	.list_case_box_b h3{
		font-size: 16px;
		color: #666666;
		line-height: 24px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;  
	}
	.list_case_icon i.iconfont{
		font-size: 50px;
		color: #CCCCCC;
		position: relative;
		top: 15px;
		float: right;
	}
	.list_case_box:hover i.iconfont,
	.list_case_box:hover h3,
	.list_case_box:hover .list_case_icon span{
		color: #164AC3;
		transition: all .4s;
	}
	.list_case_box:hover .list_case_icon span{
		border:1px solid #164AC3;
		transition: all .4s;
	}
	.list_case_icon span{
		float: left;
		display: inline-block;
		width:70px;
		height:20px;
		border:1px solid #CCCCCC;
		text-align: center;
		line-height: 20px;
		font-size: 12px;
		color: #CCCCCC;
		margin-top: 25px;
	}
	.cases-list-page {
		text-align: center;
		margin: 30px auto 0;
	}

	.cases-list-page a {
		color: #666666;
		margin-right: 15px;
	}

	.cases-list-page b {
		color: #246ACE;
		margin-right:15px;
	}
	/*end*/
	.solution_detail_fuel{
		margin: 80px auto;
	}
	.solution_detail_fuel .fl {
		width: 870px;
	}
	.solution_detail_fuel .solution_form{
		width: 290px;
		padding: 40px;
		background:#FAFAFA;
	}
	.solution_detail_fuel .solution_form h3{
		font-size: 24px;
		color: #333333;
		text-align: center;
		margin-bottom: 40px;
	}
	.input_div,.select_div{
		margin-bottom: 20px;
		height: 40px;
	}
	.solution_form select,.solution_form input{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
		width: 130px;
		height: 40px;
		background: #FFFFFF;
		border: 1px solid rgba(240,240,240,1);
		color: #999999;
	}
	.solution_form span,.solution_form span{
		font-size: 14px;
		color: #333333;
		line-height: 40px;
	}
	.solution_form button {
		width:210px;
		height:40px;
		border: none;
		background:#164AC3;
		font-size: 14px;
		line-height: 40px;
		color: #FFFFFF;
		position:relative;
		overflow: hidden;
		margin-top: 20px;
	}
	.solution_form button .box-con{
		width:35px;
		height:45px;
		position: absolute;
		background: #61D14F;
		top:-30px;
		right:-30px;
		transform: rotate(45deg);
	  }
	.select_div span{
		position: relative;
		top: -13px;
	}
	.solution_form .select {
		-moz-box-sizing: border-box;  
		-webkit-box-sizing: border-box; 
		-o-box-sizing: border-box; 
		-ms-box-sizing: border-box; 
		box-sizing: border-box;
		border-radius:3px;
		color:#164AC3;
		overflow: hidden; 
		height: 40px;    
		width: 130px;
		border:1px solid rgba(240,240,240,1);
		position: relative;
		display: inline-block;
	}
	.solution_form .select select{      
		border: 0;
		outline: none;
		font-size: 14px;   
		color: #B3B3B3;   
	   -webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.solution_form .select:after {
		content:"";   
		position: absolute; 
		right: 10px; 
		top: 10px;    
		z-index: 1;
		text-align: center;
		width: 10%;
		height: 100%;      
		pointer-events: none;
		box-sizing: border-box;   
	}
	.solution_tel{
		width: 290px;
		padding: 40px;
		background:#FAFAFA;
		text-align: center;
		margin-top: 40px;
	}
	.solution_tel p{
		font-size: 16px;
		color: #333333;
		margin-bottom: 20px;
	}
	.solution_tel h2{
		font-size: 24px;
		color: #164AC3;
	}
	/*end*/
	/**/
	
	.cebian {
		width: 60px;
		position: fixed;
		top: 38.2%;
		right: 0;
		z-index: 999;
		background-color: #F5F5F5;
	}
	
	.cebian ul {
		width: 100%;
		height: 100%;
	}
	
	.cebian ul li {
		width: 100%;
		height: 60px;
		position: relative;
		cursor: pointer;
		z-index: 998;
		border-bottom: 1px solid #FFFFFF;
	}
	
	.cebian ul li.cebian-list4,
	.cebian ul li:last-child {
		border: none;
	}
	
	.cebian ul li a {
		width: 200px;
		display: block;
		float: left;
		height: 60px;
		position: absolute;
		line-height: 60px;
		color: #246ACE;
		font-size: 16px;
		z-index: 9999;
	}
	
	.cebian ul li i {
		text-align: center;
		width: 60px;
		height: 60px;
		color: #246ACE;
		line-height: 60px;
		font-size: 28px;
		display: block;
		float: left;
	}
	
	.cebian ul li a i {
		color: #246ACE;
		position: relative;
		top: 3px;
	}
	
	.cebian ul li a img {
		display: none;
		position: absolute;
		right: 210px;
		top: 30px;
		border: 2px solid #F5F5F5;
	}
	
	.cebian ul li:hover {
		background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	}
	
	.cebian ul li:hover a {
		color: #FFFFFF;
		background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
		background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	}
	
	.cebian ul li:hover i {
		color: #FFFFFF;
	}
	
	.cebian ul li:last-child {
		display: none;
	}
	
	
	/*=============*/
.in-youlian{
	width:1200px;
    margin: 0 auto;
}
.in-youlian h3 {
    display: inline-block;
}
.in-youlian h3 a {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    color: #666666;
}
.in-youlian ul {
    display: inline-block;
}
.in-youlian ul li {
    display: inline-block;
    margin-right: 10px;
}
.in-youlian a {
    font-size: 12px;
    color: #999999;
}


