﻿@charset "UTF-8";

/*basic css*/

html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,

button {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 12px;
	font-family: "Microsoft YaHei", '微软雅黑', "Arial";
	background-color: #fff;
}

input,
textarea,
button {
	padding: 0;
	font-family: "Microsoft YaHei", '微软雅黑', "Arial";
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	/*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 点击高亮的颜色*/
}

input:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-modify: read-write-plaintext-only;
}

.fix:after {
	clear: both;
	content: "";
	display: table;
}

input:focus,
textarea:focus {
	outline: none;
}

textarea {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	cursor: pointer;
}

ul,
ol,
li {
	list-style-type: none;
}

.slick-slide:focus,
input:focus,
a:focus {
	outline: none !important;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

select,
input,
textarea,
button {
	vertical-align: middle;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

tr {
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
	padding: 0;
}

iframe {
	border: none;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.hidden {
	display: none;
	visibility: hidden;
}

.wrap {
	border: 0;
	padding: 0;
	width: 1150px;
	margin: 0 auto;
	*zoom: 1;
}

.wrap:after {
	clear: both;
	content: "";
	display: table;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.fix {
	*zoom: 1;
}

.radius-wrap {
	width: 44px;
	height: 44px;
	top: 92vh;
	left: 50%;
	right: 50%;
	margin: 0px -22px;
	z-index: 1000;
	position: absolute;
	cursor: pointer;
}

.radius {
	width: .44rem;
	height: .44rem;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

a {
	display: inline-block;
	max-width: 100%;
}

.ones {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.twos {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fours {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

@font-face {
	/* font-test*/
	font-family: Akkurat-Bold;
	src: url('../fonts/Akkurat-Bold/Akkurat-Bold.woff'), url('../fonts/Akkurat-Bold/Akkurat-Bold.ttf'), url('../fonts/Akkurat-Bold/Akkurat-Bold.eot');
	/* IE9 */
}

@font-face {
	/* font-test*/
	font-family: DIN;
	src: url('../fonts/DIN/din.woff'), url('../fonts/DIN/din.ttf'), url('../fonts/DIN/din.eot');
	/* IE9 */
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}

.picture {
	position: relative;
	overflow: hidden;
}

.picture img {
	transition: all .7s;
	-moz-transition: all .7s;
	-webkit-transition: all .7s;
}

.each-item:hover .picture img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	zoom: 1.1 \9;
}

input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

.box {
	width: 83%;
	max-width: 1250px;
	margin: auto;
}

.boxs {
	width: 83%;
	max-width: 1450px;
	margin: auto;
}

input::placeholder {
	color: #999999
}

input::-webkit-input-placeholder {
	color: #999999
}

.neiye_banner {
	position: relative;
	margin-top: 70px;
}

.neiye_banner .box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
}

.neiye_banner .t1 {
	font-size: 40px;
	color: #333;
	font-weight: bold;
}

.neiye_banner .t2 {
	font-size: 20px;
	color: #333;
	line-height: 1.5;
	margin-top: 10px;
}

.neiye_nav {
	line-height: 70px;
	height: 70px;
	/* margin-top: -70px; */
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #eeeeee;
}

.neiye_nav .left {
	width: calc(100% - 240px);
}

.neiye_nav .left a {
	text-align: center;
	font-size: 16px;
	position: relative;
	z-index: 4;
	color: #222222;
	width: auto !important;
	padding: 0 40px 0 35px;
}

.neiye_nav .left a:after {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	background: #da251b;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.neiye_nav .left .t1 {
	position: relative;
	z-index: 5;
	display: inline-block;
}

.neiye_nav .left a:hover:after,
.neiye_nav .left a.on:after {
	height: 100%;
}

.neiye_nav .left a:before {
	content: url("../images/ico_radius.png");
	margin-right: 10px;
	opacity: 0;
	position: relative;
	z-index: 5;
	display: inline-block;
}

.neiye_nav a.on,
.neiye_nav a:hover {
	color: #fff;
}

.neiye_nav .left a:hover:before,
.neiye_nav .left a.on:before {
	opacity: 1;
}

.neiye_nav .right {
	width: 300px;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #666666;
}

.neiye_nav .right a {
	color: #666666;
}

.neiye_nav .right img {
	margin-right: 5px;
}

/*t6云*/
.sj_banner {
	display: none;
}

.t6_banner {
	position: relative;
	overflow: hidden;
	/*margin-top: 120px;*/
}

.system_module_text {
	font-size: 26px;
}

.system_module_text div {
	padding: 10px 0;
	background: #0070C0;
	color: #FFFFFF;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 1.5%;
}

.system_module_text div:last-child {
	margin-bottom: 0;
}

.system_module_text .system_module_ul1 li {
	float: left;
	width: 32.333%;
	padding: 10px 0;
	margin-right: 1.5%;
	background: #FFFF00;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 1.5%;
}

.system_module_text .system_module_ul2 li {
	float: left;
	width: 49.25%;
	padding: 10px 0;
	margin-right: 1.5%;
	background: #00B050;
	color: #FFFFFF;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 1.5%;
}

.system_module_text .system_module_ul1 li:nth-child(3n),
.system_module_text .system_module_ul2 li:nth-child(2n) {
	margin-right: 0;
}

.solve_business_left {
	float: left;
	width: 40%;
}

.solve_business_center {
	float: left;
	width: 10%;
	margin-left: 10%;
	margin-top: 10%;
}

.solve_business_right {
	float: right;
	width: 30%;
}

.tsix_version_left {
	float: left;
	width: 50%;
}

.tsix_version {
	background: #FFFFFF;
}

.tsix_version_right {
	width: 50%;
	float: left;
}

.schematic_diagram {
	background: #FFFFFF;
}

.schematic_diagram_img {
	text-align: center;
	background: #FFFFFF;
	padding: 20px;
}

.sBenefits_img {
	text-align: center;
}

.sBenefits,
.tsix_version,
.solve_business,
.schematic_diagram,
.system_module,
.abous_us,
.us_advantage,
.help_enterprise,
.application,
.save_module,
.save_case,
.business_process {
	padding-bottom: 70px;
}

.sBenefits_five ul {
	text-align: center;
}

.sBenefits_five ul li {
	display: inline-block;
	width: 190px;
	height: 190px;
	font-size: 0;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 0 20px;
	margin-bottom: 20px;
}

.sBenefits_five_content {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
}

.sBenefits_number {
	position: relative;
	width: 100%;
	height: 50%;
	background: rgba(56, 145, 237, 1);
	text-align: center;
	color: #FFFFFF !important;
	font-size: 50px;
	font-weight: bold;
	box-sizing: border-box;
	vertical-align: middle;
}

.sBenefits_number span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFFFFF !important;
}

.sBenefits_text>div {
	margin-top: 10px;
}

.sBenefits_text {
	position: relative;
	height: 50%;
	text-align: center;
	box-sizing: border-box;
}

.sBenefits_text p {
	font-size: 16px;
	padding: 2px 0;
}


/*留资框*/

.abous_us_content {
	margin: 0 auto;
	max-width: 750px;
}

.abous_us_content li {
	position: relative;
	width: 48%;
	margin: 0 4% 30px 0;
	float: left;
}

.abous_us_content li:last-child {
	width: 100%;
	margin-bottom: 0;
}

.abous_us_content li:nth-child(2n) {
	margin-right: 0;
}

.abous_us_content .text1 {
	background: #FFFFFF;
	color: #333333;
	line-height: 40px;
	padding: 0 10px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dedede;
	border-radius: 4px;
}

.abous_us_content li .sub {
	line-height: 40px;
	height: 40px;
	background: #dd2727;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	padding: 0;
	border: 0;
	width: 100%;
	cursor: pointer;
	border-radius: 4px;
}


/*头部留资框*/

.top_information_box {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 70px
}

.top_information_box .box {
	height: 70px;
}

.online_registration_title {
	width: 15%;
	box-sizing: border-box;
	line-height: 60px;
	padding: 10px;
	background: #dd2727;
	border-radius: 15px 15px 0 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	margin-top: -10px;
	font-weight: bold;
}

.top_information_box ul {
	float: right;
	width: 85%;
	padding: 0 3%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, .5);
}

.top_information_box ul li {
	position: relative;
	float: left;
	width: 18.4%;
	margin: 15px 2% 15px 0;
	box-sizing: border-box;
}

.top_information_box ul li:last-child {
	margin-right: 0;
}

.top_information_box ul .text1 {
	background: #FFFFFF;
	color: #333333;
	line-height: 40px;
	padding: 0 15px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	border: 0;
}

.top_information_box ul .sub {
	line-height: 40px;
	height: 40px;
	background: #dd2727;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	padding: 0;
	border: 0;
	width: 100%;
	cursor: pointer;
}

.huayixin_btn,
.top_information_box ul .huayixin_btn {
	background: #85ae49;
}


/*六源小助手*/

.six_small_content {
	text-align: center;
}

.help_four ul li {
	float: left;
	width: 23.5%;
	background: #FFFfff;
	margin-right: 2%;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, .2) 0px 0px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 10px;
	transition: all .4s ease-in;
}

.help_four ul li:nth-child(4n) {
	margin-right: 0;
}

.help_img {
	display: inline-block;
	width: 110px;
	height: 100px;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}

.color1 {
	background: #1F74AD;
}

.color2 {
	background: #3498DB;
}

.color3 {
	background: #69A35B;
}

.color4 {
	background: #1AA3AA;
}

.help_title {
	font-size: 24px;
	margin: 20px 0;
}

.help_two {
	height: 52px;
	font-size: 16px;
	line-height: 26px;
}

.two {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.help_enterprise {
	background: #FFFFFF;
}

.us_advantage_six ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.us_advantage_six ul li:nth-child(3n) {
	margin-right: 0;
}

.advantage_number {
	text-align: center;
	background: #2D89EC;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 30px;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.advantage_text {
	padding: 20px;
	min-height: 80px;
	font-size: 16px;
	line-height: 26px;
	background: #FFFFFF;
	border: 1px solid #dedede;
}

.color_red {
	color: #FF0000;
	font-weight: bold;
}

.save_module {
	background: #FFFFFF;
}

.save_module_img,
.application_img {
	text-align: center;
}

.save_case_table {
	background: #FFFFFF;
	font-size: 16px;
	overflow-x: auto;
}

.save_case_table table {
	min-width: 950px;
}

.save_case_table tr td {
	padding: 15px 20px;
	vertical-align: middle;
	border: 1px solid #dedede;
}

.save_case_table tr td p {
	padding: 5px 0;
}

.abous_us,
.save_case_t6 {
	background: #FFFFFF;
}

.abous_us_t6 {
	background: #F6FAFF;
}


/*业务流程*/


/*.business_process_text ul li{
	float: left;
	width: 20%;
	text-align: center;
}
.business_process_text ul li>div{
	position: relative;
	display: inline-block;
	width: 180px;
	height: 180px;
	text-align: center;
	border-radius: 50%;
	line-height: 200px;
	font-size: 20px;
	color: #FFFFFF;
	box-sizing: border-box;
}
.business_process_text ul li>div:after{
	width: 50px;
	height: 50px;
	content: "";
	background: url(../images/rights.png) no-repeat center;
    position: absolute;
   	left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.business_process_text ul li:nth-child(5)>div:after{
	background: none;
}
.business_process_text ul li:nth-child(1)>div{
	background: #ED7D31;
}
.business_process_text ul li:nth-child(2)>div{
	background:#5B9BD5 ;
}
.business_process_text ul li:nth-child(3)>div{
	background:#70AD47 ;
}
.business_process_text ul li:nth-child(4)>div{
	background: #A5A5A5;
}
.business_process_text ul li:nth-child(5)>div{
	background: #FFC000;
}*/


/*首页设备猪优势*/

.equipment_content {
	position: relative;
}

.equipment_content_right li {
	font-size: 16px;
	margin: 40px 0;
}

.equipment_content_left {
	float: right;
	width: 30%;
}

.equipment_content_right {
	position: absolute;
	width: 68%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.six_small,
.four_tubes {
	padding-bottom: 80px;
}

.te_list_index,
.product_index,
.on-enterprise-box,
.company-history-box,
.honor-qualification-box,
.company-sj-content,
.cooperative-enterprise-box{
	padding-bottom: 60px;
}

.informatization,
.about_index,
.jiejue_index,
.equipment_of_pig,
.xin_processes {
	padding-bottom: 50px;
}


/*设备猪落地页*/

.pro2_details {
	padding-bottom: 70px;
}

.content_wrapper .item li {
	position: relative;
	float: left;
	width: 33.3%;
	height: 280px;
	margin: -1px 0px 0 -1px;
	border: 1px solid rgba(170, 170, 170, .6);
	box-sizing: border-box;
	background: rgba(0, 0, 0, .2);
}

.item .lans {
	position: relative;
	z-index: 5;
	width: 82%;
	margin: 30px auto 0px auto;
	line-height: 1.8;
	left: 0;
	transform: translate(0, 0%);
	top: 0;
}

.item .t1 {
	font-size: 18px;
	color: rgba(255, 255, 255, .9);
	line-height: 2;
	margin-bottom: 5px;
}

.item .heng {
	width: 20px;
	height: 1px;
	background: rgba(255, 255, 255, .9);
	display: block;
	margin: 20px 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.item .t2 {
	color: #fff;
	font-size: 13px;
	line-height: 2;
}

.serivesum .serives1 {
	background: #f4f4f4;
}

.serives_box {
	padding-bottom: 50px;
}

.serives1_list li {
	width: 22.8%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: calc(2.9% - 4px);
	background: #ffffff;
	overflow: hidden;
	transition: all .4s ease-in-out;
	margin-top: 0px;
	-webkit-transition: all .4s ease-in-out;
	cursor: pointer;
	margin-bottom: 20px;
	height: 350px;
	border-radius: 5px;
}

.serives1_list li:nth-child(4n) {
	margin-right: 0;
}

.serives1_list .lans {
	width: 90%;
	text-align: center;
	position: relative;
	z-index: 5;
	margin: auto;
	padding-top: 30px;
}

.serives1_list .t2 {
	font-size: 19px;
	color: #222222;
	font-weight: bold;
	padding: 20px 0 8px 0;
}

.serives1_list .t3 {
	font-size: 12px;
	color: #666666;
	line-height: 2;
}

.serives1_list .t3 p {
	text-align: center;
	display: block;
	border-top: 1px solid rgba(221, 221, 221, .2);
	padding: 5px 0;
}

.serives1_list .t3 p.red {
	color: rgb(210, 127, 127);
}

.serives1_list .bg {
	font-size: 120px;
	color: #f8f8f8;
	position: absolute;
	top: -30px;
	left: -20px;
	line-height: 1;
	font-family: Arial;
	font-weight: bold;
}

.serives1_list .t3 p:first-child {
	border: 0;
}

.serives1 .tip {
	color: #dd2727;
	margin: 20px 0 0 0;
	padding-bottom: 20px;
}

.five_advantages_box {
	padding-bottom: 50px;
}

.fl {
	display: inline;
	float: left!important;
}

.index-item3-top .item3-box .item3-box-li .num-txt {
	width: 70%;
	margin-top: 30px;
}

.index-item3-top .item3-box .item3-box-li.li1 {
	width: 20%;
	height: 450px;
	margin: 0;
}

.index-item3-top .item3-box .item3-box-ul {
	float: right;
	width: 78%;
	margin-left: 2%;
}

.index-item3-top .item3-box .item3-box-li {
	float: left;
	width: 49%;
	height: 215px;
	margin: 0 2% 20px 0;
	overflow: hidden;
	background-color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	transition: all ease .3s;
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, .15);
	box-sizing: border-box;
}

.huayixin_five_advantages .index-item3-top .item3-box .item3-box-li {
	height: 270px;
}

.huayixin_five_advantages .index-item3-top .item3-box .item3-box-li.li1 {
	height: 560px;
}

.index-item3-top .item3-box .item3-box-li:nth-child(2n) {
	margin-right: 0;
}

.index-item3-top .item3-box .item3-box-li .num {
	width: 70px;
	height: 70px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 50px 20px 0 20px;
}

.index-item3-top .item3-box .item3-box-li .num-txt-first {
	text-align: center;
	padding-left: 5%;
}

.index-item3-top .item3-box .item3-box-li .hd {
	font-size: 14px;
	color: #333;
	width: 90%;
}

.index-item3-top .item3-box .item3-box-li .num-txt .hr-line {
	width: 180px;
	height: 1px;
	line-height: 1;
	margin: 15px 0;
	background: #d9dde5;
	background: -webkit-linear-gradient(left, rgba(217, 221, 229, 1), rgba(217, 221, 229, 0));
	background: -o-linear-gradient(right, rgba(217, 221, 229, 1), rgba(217, 221, 229, 0));
	background: -ms-linear-gradient(right, rgba(217, 221, 229, 1), rgba(217, 221, 229, 0));
	background: -moz-linear-gradient(right, rgba(217, 221, 229, 1), rgba(217, 221, 229, 0));
	background: linear-gradient(to right, rgba(217, 221, 229, 1), rgba(217, 221, 229, 0));
}

.index-item3-top .item3-box .item3-box-li .num-txt-first .hr-line {
	width: 100px;
	height: 1px;
	line-height: 1;
	margin: 25px auto 30px;
	background: #d9dde5;
	background: -webkit-linear-gradient(left, rgba(217, 221, 229, 0), rgba(217, 221, 229, 1), rgba(217, 221, 229, 0));
	background: -o-linear-gradient(right, rgba(217, 221, 229, 0), rgba(217, 221, 229, 1), rgba(217, 221, 229, 0));
	background: -ms-linear-gradient(right, rgba(217, 221, 229, 0), rgba(217, 221, 229, 1), rgba(217, 221, 229, 0));
	background: -moz-linear-gradient(right, rgba(217, 221, 229, 0), rgba(217, 221, 229, 1), rgba(217, 221, 229, 0));
	background: linear-gradient(to right, rgba(217, 221, 229, 0), rgba(217, 221, 229, 1), rgba(217, 221, 229, 0));
}

.index-item3-top .item3-box .item3-box-li .ft {
	font-size: 13px;
	color: #898989;
	text-align: left;
}

.index-item3-top .item3-box .item3-box-li .num-txt-first .ft {
	padding: 0 20px 0 10px;
}

.index-item3-top .item3-box .item3-box-li.li1 .num {
	background-image: url(../images/item3-num1.png);
	margin: 30px auto;
}

.huayixin_five_advantages .index-item3-top .item3-box .item3-box-li.li1 .num {
	margin: 50px auto;
}

.index-item3-top .item3-box .item3-box-li.li2 .num {
	background-image: url(../images/item3-num2.png);
}

.index-item3-top .item3-box .item3-box-li.li3 .num {
	background-image: url(../images/item3-num3.png);
}

.index-item3-top .item3-box .item3-box-li.li4 .num {
	background-image: url(../images/item3-num4.png);
}

.index-item3-top .item3-box .item3-box-li.li5 .num {
	background-image: url(../images/item3-num5.png);
}

.pro1_list {
	background: #f9f9f9;
}

.pro1_list .left_bg {
	height: 620px;
	background: url(../images/equipmentpig/7.png) center center no-repeat;
	background-size: 100% 100%;
	width: 100%;
	position: relative;
	z-index: 3;
	overflow: hidden;
	border-radius: 12%;
}

.huayixin_save_module .pro1_list .left_bg {
	background-image: url(../images/huayixin/7.png);
	height: 490px;
}

.pro1_list .left1 {
	position: absolute;
	width: 72.5%;
	top: 9%;
	left: 14%;
	height: 84%;
	overflow: hidden;
	border-radius: 5%;
}

.pro1_list .left {
	float: right;
	width: 300px;
	margin-right: 20%;
	position: relative;
}

.pro1_lists .right {
	float: left;
	width: 50%;
	padding: 10% 4%;
	box-sizing: border-box;
}

.huayixin_save_module .pro1_lists .right {
	width: 70%;
	padding: 5% 4%;
}

.huayixin_save_module .pro1_list .left {
	margin-right: 5%;
}

.pro1_list .right li {
	padding-bottom: 10px;
}

.pro1_list .t2 {
	font-size: 24px;
	line-height: 2;
	color: #333;
	margin-bottom: 20px;
}

.pro1_list .t1 {
	font-size: 16px;
	line-height: 2;
}

.customers_box {
	padding-bottom: 70px;
}

.contact_us .left {
	width: 50%;
	float: left;
	background-color: #1c2f8d;
	height: 700px;
	box-sizing: border-box;
	padding-top: 150px;
}

.contact_us .right {
	width: 50%;
	float: left;
	background-color: #f1f1f1;
	height: 700px;
	box-sizing: border-box;
	padding-top: 150px;
}

.ewm_list {
	text-align: center;
}

.contact_us .form {
	width: 50%;
	margin: auto;
}

.bg_green .title {
	color: #fff;
}

.title {
	font-size: 32px;
	text-align: center;
}

.banner_lans .title {
	text-align: left;
}

.title2 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	font-family: 'arial';
	text-transform: uppercase;
	margin: 15px auto;
	color: #666;
}

.title3 {
	text-align: center;
	margin-bottom: 30px;
}

.bg_green .title2 {
	color: #fff;
}

.bg_green .title3 {
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

.form .text1 {
	border: 1px solid #dddddd;
	display: block;
	width: 100%;
	height: 45px;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
	border-radius: 5px;
	background: #fff;
}

.form .sub {
	background: #82cec3;
	line-height: 45px;
	height: 45px;
	text-align: center;
	display: block;
	width: 100%;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
}

.contact_us .form .sub {
	background-color: #fff;
	color: #222;
	width: 200px;
	margin: auto;
}

.title3:before,
.title3:after {
	content: '';
	width: 50px;
	height: 1px;
	display: inline-block;
	background: #ddd;
	vertical-align: top;
	margin: 14px 15px 0 15px;
}

.ewm_list .ewm {
	display: inline-block;
	width: 200px;
	margin: 0 25px;
	vertical-align: top;
	color: #555;
	line-height: 1.8;
	font-size: 13px;
}


/*华医芯*/

.pro2_details_huayixin,
.huayixin_benefits .serives1 {
	background: rgba(141, 187, 53, .85);
}

.huayixin_contact_us .left {
	background: #74a52c;
}


/*首页管到位*/

.four_tubes {
	background: #FFFFFF;
}


/*.four_tubes{
	background: url('../images/bg1.png') left bottom no-repeat #FFFFFF;
}*/

.four_tubes .help_four {
	margin-top: 40px;
}


/*.four_tubes .help_four ul li{
	box-shadow: 0px 0px 20px 0 rgba(16,92,251,.16); 
}*/

.four_tubes .help_four ul li {
	padding-top: 70px;
	padding-bottom: 50px;
	position: relative;
}

.four_tubes .help_four .help_img {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0 rgba(16, 92, 251, .16);
}

.bread_crumbs {
	padding-top: 50px;
}

.bread_crumbs a,
.bread_crumbs span,
.bread_crumbs img {
	display: inline-block;
	font-size: 16px;
	color: #666;
	vertical-align: middle;
}

.bread_crumbs a:hover,
.bread_crumbs span:hover {
	color: #04528C;
}


/*报名体验弹框*/

.application_experience {
	position: fixed;
	top: 100px;
	right: -400px;
	width: 360px;
	background-color: #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 30px 30px 50px 30px;
	/*box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.1);*/
	box-shadow: 0px 0px 20px 0 rgba(16, 92, 251, .16);
	z-index: 70;
	transition: all .35s ease-in;
}

.application_experience.show {
	right: 100px;
}

.application_experience h2 {
	font-size: 20px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
	position: relative;
}

.application_experience .closes {
	position: absolute;
	top: -35px;
	right: -25px;
	opacity: .4;
	transition: all .2s ease-in;
	cursor: pointer;
}

.application_experience .closes:hover {
	opacity: 1;
}

.application_experience_text {
	padding: 8px 0;
	margin-top: 20px;
	border: 1px solid #DEDEDE;
}

.application_experience_text input {
	width: 240px;
	height: 25px;
	border: 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.application_experience_btn .sub {
	display: inline-block;
	background-color: #e73b06;
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	margin: 25px 0 0 0;
	text-align: center;
}


/*顶部*/

.top-phone {
	background: #F9F9F9;
	font-size: 14px;
	height: 40px;
}

.welcome {
	float: left;
	height: 22px;
	margin-top: 9px;
}

.right-phones {
	float: right;
	height: 22px;
	margin-top: 9px;
}

.right-phones span {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
}

@media screen and (max-width: 1800px) {
	.neiye_nav .left a {
		font-size: 14px;
	}
	.neiye_nav .left a:before {
		margin-right: 5px;
	}
}

@media screen and (max-width: 1225px) {
	.neiye_banner img {
		top: -15%;
		position: absolute;
	}
	.index-item3-top .item3-box .item3-box-li .num-txt {
		width: 60%;
	}
}

@media screen and (max-width: 1199px) {
	.neiye_nav {
		height: 50px;
		line-height: 50px;
		margin-top: 0px;
		margin-bottom: 70px;
	}
	.neiye_nav .right {
		float: none;
		text-align: left;
		width: 100%;
	}
	.neiye_nav .left {
		width: 100%;
		float: none;
		margin: 30px 0;
	}
	.neiye_nav .left a {
		background: #f9f9f9;
		border-radius: 30px;
		color: #333333;
		padding: 0 20px;
		margin: 0 7px;
		/*width: auto !important;*/
		line-height: 3;
	}
	.neiye_nav a.on,
	.neiye_nav a:hover {
		background: #da251b;
		color: #fff;
	}
	.neiye_nav .left a:after {
		opacity: 0;
	}
	.neiye_nav .left a:before {
		display: none;
	}
	.neiye_banner img {
		position: static;
	}
	.neiye_banner .t1 {
		font-size: 32px;
	}
	.neiye_banner .box {
		top: 46%;
	}
	.neiye_banner .t2 {
		font-size: 14px;
	}
	.pagetion {
		font-size: 16px;
	}
}

@media screen and (max-width: 780px) {
	.neiye_banner .t1 {
		font-size: 20px;
	}
}

.newsd {
	padding: 1px 0;
}


/*news.html*/

.serivesum .news_list1 {
	padding-bottom: 50px;
}

.news_list1 a {
	display: block;
	background: #ffffff;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 25px;
	position: relative;
}

.news_list1 .lans:after {
	content: '';
	width: 0%;
	left: 0;
	position: absolute;
	bottom: 0px;
	height: 3px;
	background: #0075c1;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.news_list1 a:hover .lans:after {
	left: 0;
	width: 100%;
}

.news_list1 .imgs {
	width: 350px;
	float: left;
}

.news_list1 .lans {
	width: calc(100% - 470px);
	float: left;
	box-sizing: border-box;
	padding: 0 5%;
	margin-top: 30px;
}

.news_list1 .l1 {
	font-size: 24px;
	color: #333333;
}

.news_list1 .l2 {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	height: 48px;
	margin: 20px 0 40px 0;
}

.news_list1 .l3 {
	font-size: 14px;
	color: #999999;
}

.news_list1 .l3 dd {
	margin-right: 8%;
	display: inline-block;
	vertical-align: top;
	margin-left: -10px;
}

.news_list1 .l3 dd img {
	margin: 0 10px;
}

.news_list1 .l3 dd:last-child img:last-child {
	display: none;
}

.news_list1 .l3 dd:last-child img:first-child {
	display: inline-block;
}

.news_list1 .times {
	width: 120px;
	text-align: right;
	color: #d6d6d6;
	float: right;
	margin-top: 30px;
	font-family: Arial;
}

.news_list1 .t1 {
	font-size: 40px;
}

.news_list1 .t2 {
	font-size: 20px;
}

.news_list1 a:hover .l1 {
	color: #0075c1;
}

.news_list1 a:hover .times {
	color: #0075c1;
}

.news_list1 a:hover dd:last-child {
	color: #0075c1;
}

.news_list1 a:hover dd:last-child img:last-child {
	display: inline-block;
}

.news_list1 a:hover dd:last-child img:first-child {
	display: none;
}

.news_list1 .l3 dd:last-child {
	margin: 0;
}

@media screen and (max-width: 1500px) {
	.news_list1 .imgs {
		width: 300px;
	}
	.news_list1 .lans {
		width: calc(100% - 400px);
		padding: 0 2%;
		margin-top: 15px;
	}
	.news_list1 .t1 {
		font-size: 30px;
	}
	.news_list1 .times {
		width: 90px;
	}
	.news_list1 .l1 {
		font-size: 22px;
	}
	.news_list1 .l3 dd {
		margin-right: 30px;
	}
}

@media screen and (max-width: 1199px) {
	.news_list1 a {
		padding: 0;
	}
	.news_list1 .imgs {
		width: 100%;
	}
	.news_list1 .lans {
		width: 100%;
		padding: 0 5%;
		margin-top: 20px;
	}
	.news_list1 .times {
		box-sizing: border-box;
		padding: 0 5% 25px 5%;
		width: 100%;
		margin-top: 10px;
	}
	.news_list1 .l3 dd {
		line-height: 2.5;
	}
	.news_list1 .l3 {
		padding: 0 0%;
		box-sizing: border-box;
	}
	.news_list1 .l3 dd:nth-child(3),
	.news_list1 .l3 dd:nth-child(4) {
		margin-left: 0px;
	}
	.news_list1 .l3 dd:nth-child(4) {
		margin-left: -10px
	}
	.news_list1 .l2 {
		font-size: 13px;
		margin: 15px 0 20px 0;
	}
	.news_top {
		padding: 30px 0 100px 0;
	}
	.news_list1 .t1 {
		font-size: 20px;
	}
	.news_list1 .l1 {
		font-size: 18px;
	}
	.news_list1 .t2 {
		font-size: 12px;
	}
	.news_list1 {
		padding-bottom: 0;
	}
	.content_wrapper .item li {
		width: 100%;
		height: auto;
		margin: 10px 0;
	}
	.content_wrapper {
		width: 100%;
		padding: 10px 0 20px 0;
	}
	.item .lans {
		width: 90%;
		margin: 20px auto;
	}
	.item .t1 {
		font-size: 16px;
	}
}


/*end news.html*/


/*newd.html*/

.news_details {
	position: relative;
	margin-top: 20px;
	z-index: 2;
	margin-bottom: 95px;
}

.news_details .left {
	width: calc(100% - 380px);
	float: left;
	background: #ffffff;
	padding: 50px 3%;
	box-sizing: border-box;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);
}

.news_details .left .title {
	font-size: 30px;
	line-height: 1.7;
	color: #222222;
	font-weight: bold;
}

.news_details .right {
	width: 340px;
	float: right;
	box-sizing: border-box;
}

.news_details .right .title {
	font-size: 24px;
	line-height: 2;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.news_details .mess {
	font-size: 14px;
	color: #999999;
	margin: 27px 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	line-height: 2;
}

.news_details .mess li {
	margin-right: 75px;
	float: left;
}

.editors {
	font-size: 16px;
	line-height: 2.5;
	color: #222;
	width: 100%;
}

.news_details .right_list {}

.right_list a {
	display: block;
	padding: 15px 0;
	width: 100%;
	border-bottom: 1px dashed #e5e5e5;
}

.right_list a:first-child {}

.right_list .picture {
	width: 145px;
	float: left;
}

.right_list .lans {
	width: 180px;
	float: right;
}

.right_list .t1 {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin: 0px 0 25px 0;
}

.right_list .t2 {
	font-size: 13px;
	color: #999999;
	font-weight: lighter;
}

.right .more {
	color: #666666;
	line-height: 2;
	cursor: pointer;
	text-align: center;
	padding-top: 20px;
}

.right .more img {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	margin-bottom: -18px;
}

.i_ico {
	display: inline-block;
}

.i_ico a {
	margin: 0 3px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	display: none;
	transition: 0.5s;
}

.i_ico.on a {
	display: inline-block;
}

.i_ico a:nth-child(1),
.i_ico a:nth-child(2),
.i_ico a:nth-child(3),
.i_ico a:last-child {
	display: inline-block;
}

.i_ico a:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: ;
}

.new_pagetion {
	border-top: 1px solid #eeeeee;
	margin-top: 60px;
	padding-top: 30px;
}

.new_pagetion .left1 {
	width: calc(100% - 250px);
	float: left;
}

.new_pagetion .left1 a {
	font-size: 16px;
	line-height: 40px;
	color: #222222;
	display: block;
	margin-bottom: 5px;
}

.new_pagetion .left1 a:hover {
	color: #0075c1;
}

.new_pagetion .list:hover {
	background: #0075c1;
	color: #fff;
}

.new_pagetion .list {
	width: 160px;
	height: 50px;
	line-height: 50px;
	/* background: #eeeeee; */
	color: #222;
	text-align: center;
	font-size: 16px;
	border: 1px solid #e5e5e5;
	margin-top: 10px;
	transition: background .4s ease;
}

.new_pagetion .list img {
	margin-left: 10px
}

.new_pagetion .list img:first-child {
	display: inline-block;
}

.new_pagetion .list img:last-child {
	display: none;
}

.new_pagetion .list:hover img:first-child {
	display: none;
}

.new_pagetion .list:hover img:last-child {
	display: inline-block;
}

.neiye_nav_news {
	background: transparent;
	border: 0;
	margin-top: 30px;
}

.neiye_nav_news.neiye_nav .right {
	float: none;
	text-align: left;
}

@media screen and (max-width: 1600px) {
	.news_details .right {
		width: 320px;
	}
	.right_list .picture {
		width: 120px;
	}
	.right_list .lans {
		width: 180px;
		float: right;
	}
	.right_list .t1 {
		font-size: 15px;
		line-height: 22px;
		margin: 5px 0 15px 0;
	}
	.news_details .left {
		width: calc(100% - 360px);
	}
	.news_details .left .title {
		font-size: 28px;
	}
	.news_details .mess {
		font-size: 13px;
		margin: 20px 0 15px 0;
		padding-bottom: 20px;
	}
	.news_details .editors {
		font-size: 15px;
		line-height: 28px;
	}
}

@media screen and (max-width: 1199px) {
	.news_details .left {
		width: 100%;
		float: left;
		background: #ffffff;
		padding: 35px 5%;
		box-sizing: border-box;
	}
	.news_details .right {
		display: none;
	}
	.news_details .editors {
		font-size: 13px;
		line-height: 1.85;
	}
	.new_pagetion .left1 {
		width: 100%;
		float: none;
	}
	.new_pagetion .list {
		float: none;
		width: 120px;
		line-height: 40px;
		height: 40px;
		font-size: 14px;
		margin: 20px auto 0 auto;
	}
	.new_pagetion .list img {
		width: 14px;
	}
	.news_details .left .title {
		font-size: 24px;
	}
	.new_pagetion .left1 a {
		font-size: 14px;
		line-height: 27px;
	}
	.new_pagetion {
		margin-top: 30px;
		padding-top: 20px;
	}
	.news_details {
		margin-top: 50px;
		margin-bottom: 50px;
		min-width: 0;
	}
	.neiye_nav_news {
		margin-bottom: 0;
		margin-top: 10px;
	}
}

@media screen and (max-width: 700px) {
	.news_details .left {}
	.news_details .title {
		font-size: 24px;
		line-height: 1.8;
	}
	.tuijian {
		padding: 30px 0 15px 0;
		line-height: 2;
	}
	.news_details .mess li {
		margin-right: 30px;
		line-height: 2;
	}
	.news_details .left .title {
		font-size: 18px;
	}
	.new_pagetion .left1 a {
		font-size: 12px;
		line-height: 22px;
	}
	.news_details {
		margin-top: 10px;
	}
}


/*end newd.html*/


/*case.html*/

.index-title {
	padding: 50px 0;
	text-align: center;
	font-size: 30px;
}

.index-title h3 {
	font-size: 30px;
	text-align: center;
	color: #333333;
}

.index-title p {
	text-align: center;
	color: #999999;
	font-size: 16px;
	margin: 10px 0;
	position: relative;
}

.index-title p:after {
	position: absolute;
	content: "";
	width: 100px;
	background: #999999;
	height: 2px;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}


/*.index-title span {
	display: inline-block;
	width: 100px;
	background: #999999;
	height: 2px;
}*/

.index-title-headings {
	margin-top: 20px;
	font-size: 20px;
	text-align: center;
	color: #04528C;
}

.color_blue {
	color: #04528C;
	font-weight: bold;
}

.anli_list {
	padding: 0px 0 50px;
}

.anli_list a {
	width: calc(33.33% - 15px);
	margin-right: 17px;
	display: inline-block;
	margin-bottom: 20px;
	transition: all .52s ease;
	-webkit-transition: all .52s ease;
}

.anli_list a:nth-child(3n) {
	margin-right: 0px;
}

.anli_list .pic {
	position: relative;
	overflow: hidden;
}

.anli_list .picture:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0, 0, 0, .5);
	transition: all .52s ease-in-out;
	-webkit-transition: all .52s ease-in-out;
}

.anli_list a:hover .picture:before {
	top: 0%;
}

.anli_list a:hover {
	box-shadow: 0 17px 40px 0 rgba(0, 0, 0, .15);
}

.anli_list .bg {
	position: absolute;
	top: 100%;
	left: 7%;
	width: 88%;
	height: 80%;
	z-index: 3;
	border: 1px solid rgba(255, 255, 255, .1);
	transition: all .52s ease-in-out;
	-webkit-transition: all .52s ease-in-out;
}

.anli_list a:hover .bg {
	top: 10%;
}

.anli_list .bg_lans {
	width: 80%;
	color: #ffffff;
	font-size: 16px;
	line-height: 36px;
	margin: 9% auto 0 auto;
}

.anli_list .lans {
	line-height: 36px;
	background-color: #ffffff;
	padding: 25px 25px 15px 25px;
	position: relative;
	z-index: 5;
}

.anli_list .l1 {
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	transition: all .52s ease-in-out;
	-webkit-transition: all .52s ease-in-out;
}

.anli_list a:hover .l1 {
	color: #0075c1;
}

.anli_list .l2 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
}

.anli_list .l3 {
	border-top: 1px solid #eeeeee;
	padding-top: 15px;
}

.anli_list .l3_1 {
	font-size: 14px;
	color: #666666;
	float: left;
}

.anli_list .l3_2 {
	float: right;
	transition: all .4s cubic-bezier(0.4, 0, 1, 1);
	-webkit-transition: all .4s cubic-bezier(0.4, 0, 1, 1);
	margin-right: 10px;
}

.anli_list a:hover .l3_2 {
	margin-right: 0px;
}

@media screen and (max-width: 1700px) {
	.anli_list .bg_lans {
		width: 85%;
		font-size: 14px;
		line-height: 30px;
		margin: 7% auto 0 auto;
	}
}

@media screen and (max-width: 1199px) {
	.anli_list a,
	.anli_list a:nth-child(3n) {
		width: calc(50% - 12px);
		margin-right: 20px;
	}
	.anli_list a:nth-child(2n) {
		margin-right: 0px;
	}
	.anli_list .bg {
		left: 5%;
		width: 90%;
		height: 90%;
	}
	.anli_list a:hover .bg {
		top: 5%;
	}
	.anli_list .bg_lans {
		width: 90%;
		font-size: 14px;
		line-height: 30px;
		margin: 5% auto 0 auto;
	}
	.anli_list .lans {
		line-height: 30px;
		padding: 15px 15px 5px 15px;
	}
	.anli_list .l1 {
		font-size: 14px;
	}
	.anli_list .l2 {
		font-size: 12px;
		margin-bottom: 15px;
	}
	.anli_list .l3 {
		padding-top: 5px;
	}
	.anli_list .l3_1 {
		font-size: 12px;
	}
	.anli_list {
		padding: 0px 0 30px 0;
	}
	.box {
		min-width: 90%;
		width: 90%;
	}
	.t6_banner,
	.neiye_banner {
		margin-top: 67px;
	}
	.pro1_list .left,
	.huayixin_save_module .pro1_list .left {
		float: none;
		margin: auto;
	}
	.pro1_list .right,
	.huayixin_save_module .pro1_lists .right {
		width: 100%;
		float: none;
		padding: 5%;
	}
	.pro1_list .t2 {
		font-size: 18px;
		line-height: 2;
		margin-bottom: 0;
	}
	.pro1_list .t1 {
		font-size: 13px;
	}
}

@media screen and (max-width: 700px) {
	.anli_list a,
	.anli_list a:nth-child(3n),
	.anli_list a:nth-child(2n) {
		width: 100%;
		margin-right: 0;
	}
	.anli_list {
		padding: 0px 0 20px 0;
	}
}


/*end case.html*/

.pagetion {
	line-height: 40px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	padding-bottom: 60px;
}

.pagetion li {
	/*box-sizing: border-box;
    display: inline-block;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    color: #666666;
    margin: 0 8px;
    padding: 0 15px;
    position: relative;*/
	box-sizing: border-box;
	display: inline-block;
	background: #ffffff;
	color: #666666;
	margin: 0 8px;
	position: relative;
}

.pagetion ul li a,
.pagetion ul li span {
	display: inline-block;
	min-width: 40px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0 10px;
}

.pagetion a {
	color: #666;
	display: block;
}

.pagetion li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	transition: all .5s ease-in-out;
	box-sizing: border-box;
	background: #0075c1;
	z-index: 2;
	transform: scale(0);
	display: none;
}


/*.pagetion li:hover a,.pagetion li:hover, .pagetion li.thisclass, .pagetion li.thisclass a{
    background:#0075c1;
    color:#ffffff;
}*/

.pagetion li:hover a,
.pagetion li.thisclass span,
.pagetion li.thisclass a {
	background: #0075c1;
	color: #ffffff;
}


/* .pagetion span {
    display: inline-block;
    position: relative;
    z-index: 3;
    transition: all .5s ease-in-out;
}

.pagetion li:hover span, .pagetion li.on span {
    color: #ffffff;
} */

.pagetion li:last-child {
	margin-right: 20px;
}

@media screen and (max-width: 780px) {
	.pagetion {
		line-height: 28px;
		font-size: 12px;
		padding-bottom: 50px;
	}
	.pagetion li {
		margin: 5px;
	}
	.pagetion li:last-child {
		margin-right: 10px;
	}
}


/*footer*/

.footer {}

.footer .footer_top {}

.footer .footer_top .top {
	padding: 35px 0 20px 0;
	border-bottom: 1px solid #dddddd;
}

.footer .footer_top .logo_footer {
	width: 100px;
}

.f_top_list {
	float: right;
}

.f_top_list li {
	background: url(.) top left no-repeat;
	padding-left: 40px;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 100px;
}

.f_top_list li:first-child {
	margin-left: 0;
}

.f_top_list li.ico1 {
	background-image: url('../images/ico1.png');
}

.f_top_list li.ico2 {
	background-image: url('../images/ico2.png');
}

.f_top_list li.ico3 {
	background-image: url('../images/ico3.png');
}

.f_top_list .t1 {
	font-size: 12px;
	color: #666666;
}

.f_top_list li:last-child .t2 {
	font-family: '微软雅黑';
	font-weight: normal;
}

.f_top_list .t2 {
	font-size: 15px;
	color: #222222;
	font-family: 'Myriad Pro';
	font-weight: bold;
}

.footer .center {
	padding: 40px 0;
}

.footer_nav {
	float: left;
	width: 80%;
}

.footer_nav li {
	float: left;
	width: 25%;
}

.footer .center h4 {
	font-size: 18px;
	line-height: 2;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
}

.footer_nav a,
.footer_nav li span {
	font-size: 14px;
	line-height: 26px;
	color: #aaa;
	display: block;
}

.footer_nav a:hover {
	color: #FFFFFF;
}

.f_nav_center {
	background: url('../images/map_footer.jpg');
	width: 420px;
	height: 310px;
	float: right;
	padding: 0 80px;
	box-sizing: border-box;
	float: left;
}

.footer .center .f_nav_center h4 {
	padding-left: 25px;
	display: block;
	box-sizing: border-box;
}

.ten_list li {
	width: 100px;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	color: #222222;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.ten_list li:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 2px;
	margin-top: 15px;
	vertical-align: top;
	background: #e62129;
	margin-right: 10px;
}

.footer .ewm {
	width: 20%;
	float: right;
	text-align: center;
}

.footer .ewm .e1 {
	margin-top: 10px;
	color: #aaa;
	font-size: 14px;
}

.footer_bottom {
	font-size: 14px;
	line-height: 50px;
	color: #444444;
}

.bg_border {
	width: 100%;
	border-top: 1px solid #aaa;
	opacity: .5;
}

.footer_bottom .left {
	float: left;
	width: 100%;
	text-align: center;
}

.footer_bottom .left a,
.footer_bottom .left span {
	display: inline-block;
	color: #aaa;
}

.footer_bottom .left a:hover {
	color: #FFFFFF;
}

.footer_bottom .right {
	float: right;
}

.footer_pc {
	display: block;
	background: #161e30;
}

.footer_sj {
	display: none;
	width: 100%;
}

.fixedbot {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
	border-top: 1px solid #ddd;
}

.fixedbot a {
	width: 25%;
	float: left;
	display: block;
	background-color: #FFFFFF;
}

.fixedbot a img {
	width: 40px;
	margin: 5px auto;
	display: block;
}

@media screen and (max-width: 1500px) {
	.f_top_list li {
		padding-left: 35px;
		margin-left: 50px;
	}
	.f_top_list .t2 {
		font-size: 16px;
	}
	.logo_footer {
		width: 17%;
		margin-top: 10px;
	}
	.footer .center h4 {
		font-size: 16px;
		padding: 20px 0 5px;
	}
	.f_nav_center {
		width: 300px;
		background-size: 100% auto;
		padding: 0 40px;
		height: 270px;
	}
}

@media screen and (max-width: 1199px) {
	.footer_pc {
		display: none;
	}
	.footer_sj {
		display: block;
		background: #161e30;
	}
	.bg_border {
		opacity: 1;
	}
	.ewms h4 {
		color: #FFFFFF;
		font-size: 18px;
	}
	.footer_bottom {
		background: transparent;
	}
	.footer_sj .f-nav {
		width: 90%;
		margin: auto;
		padding: 20px 0 0;
	}
	.f-cb li {
		border-bottom: 1px solid #aaa;
		padding-bottom: 10px;
		position: relative;
	}
	.f-cb li:last-child {
		border: none;
	}
	.f-cb h4 {
		display: block;
		font-size: 14px;
		line-height: 2;
		margin: 12px 0 0;
		color: #FFFFFF;
	}
	.f_cb_a {
		display: none;
		padding: 8px 8px 0;
		box-sizing: border-box;
	}
	.footer_bottom .left {
		text-align: center;
		line-height: 1.8;
		font-size: 12px;
		padding: 10px 0;
	}
	.footer_bottom .right {
		display: block;
		text-align: center;
		float: none;
	}
	.f-cb a {
		/*display: block;*/
		font-size: 12px;
		line-height: 2.5;
		color: #aaa;
	}
	.f_cb_a>a {
		display: block;
	}
	.f_cb_a>span {
		display: block;
		font-size: 12px;
		line-height: 2.5;
		color: #aaa;
	}
	.f-nav li h4:before {
		content: "";
		position: absolute;
		right: 0;
		top: 10px;
		border-left: 1px solid #FFFFFF;
		border-top: 1px solid #FFFFFF;
		width: 7px;
		height: 7px;
		background-repeat: no-repeat;
		background-position: center;
		transform: rotate(-135deg);
	}
	.serives1_list li,
	.serives1_list li:nth-child(4n) {
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.serives1_list li:nth-child(2n) {
		margin-left: calc(4% - 4px);
		display: inline-block;
		float: none;
	}
	.serives1_list .t2 {
		font-size: 18px;
	}
	.serives1_list .t1 {
		width: 55px;
		margin: auto;
	}
}


/*end footer*/


/*header*/

.iphonemedia {
	display: none
}

.pcmedia {
	display: block;
	height: 80px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}

.index_banner {
	margin-top: 120px;
}

.header_on {
	/*background: #fff;*/
	/*border-bottom: 1px solid #dedede;*/
}

.header_on .nav li .t1 {
	color: #333;
	transition: all .3s ease-in;
}

.nav li.on .t1 {
	color: #095eaa;
}

.header .logo {
	float: left;
	margin-top: 10px;
}

.header .right {
	float: right;
}

.header .nav {
	float: right;
	transition: all 0s;
	-webkit-transition: all 0s;
	margin-right: 0;
	/*margin-top: 15px;*/
}

.header .header_bottom.on .nav {
	margin-right: 210px;
	transition: all .6s;
	-webkit-transition: all 0.6s;
}

.nav li {
	/*display: inline-block;*/
	position: relative;
}

.nav li .t1 {
	color: #333;
	font-size: 16px;
	/* font-weight: bold; */
	line-height: 50px;
	margin: 0 25px;
	padding-right: 18px;
}

.nav li .t1_on {
	position: relative;
}

.nav li .t1_on:after {
	width: 6px;
	height: 6px;
	content: '';
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	display: block;
	position: absolute;
	top: 20px;
	right: 0px;
	transition: all .3s ease-in;
}

.nav li.on .t1_on:after {
	border-color: #095eaa;
}

.nav li .t2 {
	display: none;
	position: absolute;
	top: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	padding: 0 10px;
}

.nav .t2 a:hover {
	color: #095eaa;
}

.header_on .nav li .t2 {
	background: #fff;
}

.nav .t2 a {
	display: block;
	font-size: 14px;
	line-height: 3;
	color: #333;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	margin: 2px 0;
	/*word-break: break-word;*/
}

.nav li .t3 {
	background: #FFFFFF;
	position: absolute;
	width: 650px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
	box-sizing: border-box;
	padding: 10px 20px 20px 20px;
	left: -220px;
	display: none;
}

.nav li .t3 dd {
	width: 18%;
	float: left;
	margin-right: 6%;
}

.nav li .t3 dd:nth-child(4) {
	margin-right: 0;
	width: 27%;
}

.nav li .t3 h4 {
	font-size: 16px;
	line-height: 3;
	color: #111;
	display: block;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
	padding-bottom: 2px;
}

.nav li .t3 a {
	display: block;
	color: #555;
	font-size: 16px;
	line-height: 2.5;
	text-align: left;
	letter-spacing: 1px;
}

.nav li .t3 a:hover {
	color: #095eaa;
}

.header .header-form {
	position: absolute;
	float: right;
	display: inline-block;
	margin: 0px -100px 0 0;
	width: 0;
	overflow: hidden;
	transition: all 0s;
	-webkit-transition: all 0s;
	top: 0px;
	right: 91px;
	z-index: -1;
	background: transparent;
}

.header-form .header-text {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 20px;
	line-height: 35px;
	/* border-radius: 8px; */
	border: 1px solid transparent;
	height: 45px;
	background: rgba(255, 255, 255, .3);
	font-size: 15px;
	overflow: hidden;
	color: #f0f0f0;
}

.header-form .header-sub {
	position: absolute;
	top: 14px;
	right: 9px;
	z-index: 10;
	width: 25px;
	height: 25px;
	border: 0;
	background-color: transparent;
	background: url('../images/ico_searh.png') no-repeat;
}

.header_bottom .h_header {
	float: right;
	position: relative;
	background: transparent;
	line-height: 50px;
	margin-left: 20px;
	text-align: right;
}

.h_header a {
	line-height: 45px;
	text-align: center;
	background: #e73b06;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 17.5px;
	border-radius: 5px;
	padding: 0 20px;
	transition: all .25s ease-in-out;
}

.h_header a:hover {
	background: #ce4022;
}

.h_header a.login {
	color: #333333;
	margin-right: 25px;
	background: transparent;
}


/*header*/

.header.bg0 .header_bottom {
	/* background: #000000; */
	/* padding-top: 20px; */
}

.header.fix {
	position: fixed;
}

.header.fix.bg1 {
	height: calc(100vh + 85px);
	overflow: hidden;
	overflow-y: scroll;
}

.header_lans {
	line-height: 32px;
	position: relative;
	background: #222;
	z-index: 10;
}

.header_lans .ones {
	width: 85%;
	margin: 0 5% 0 5%;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

.header_lans .close {
	position: absolute;
	right: 5px;
	top: -2px;
	z-index: 3;
	width: 21px;
}

.header.on {
	top: -60px;
}

.header.on1 {
	top: -66px;
}

.header_top {
	height: 66px;
	position: relative;
	z-index: 10;
	/* background: rgba(0, 0, 0, .75); */
	transition: all .4s;
	-webkit-transition: all .4s;
}

.header.bg0 .header_top {
	/* background: rgba(0, 0, 0, 1); */
}

.header_relative {
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.header .header_gradess {
	position: absolute;
	width: 110%;
	top: -10px;
	left: -5%;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-filter: blur(20px);
	filter: blur(20px);
	height: 100px;
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=20, MakeShadow=false);
	overflow: hidden;
	min-height: 100vh;
}

.header .header_gradess.he {
	min-height: 110vh;
	height: 690px;
}

.header_top .login_header {
	float: right;
	margin-top: 23px;
	opacity: 1;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.header_top .logo {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 90px;
}

.header_top .menu_icon {
	float: left;
	margin-top: 21px;
}

.menu_icon span {
	display: block;
	width: 20px;
	height: 1px;
	background: #ffffff;
	margin: 6px 0;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.menu_icon.on span:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-top: 10px;
}

.menu_icon.on span:nth-child(2) {
	display: none;
}

.menu_icon.on span:nth-child(3) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-top: -7px;
}

@media screen and (max-width: 1500px) {
	.nav li .t1 {
		color: #333;
		font-size: 15px;
		margin: 0 15px;
	}
	.h_header a {
		font-size: 15px;
	}
	.nav li .t3 h4 {
		font-size: 15px;
	}
	.nav li .t3 a {
		font-size: 14px;
	}
}

@media screen and (max-width: 1199px) {
	/*header*/
	.iphonemedia {
		display: block;
	}
	.index_banner {
		margin-top: 66px;
	}
	.pcmedia {
		display: none
	}
	.header_bottom .h_header {
		float: none;
		text-align: left;
		margin: 10px 0;
	}
	.h_header a,
	.h_header a.login {
		line-height: 35px;
		background: #e73b06;
		color: #FFFFFF;
		font-size: 12px;
		margin-top: 12px;
		padding: 0px 15px;
	}
	.header.bg0 {
		background: rgba(34, 34, 34, .9);
		height: calc(100vh + 85px);
		overflow: hidden;
		overflow-y: scroll;
	}
	.header {
		/* background: rgba(0, 0, 0, .93) !important; */
		/* padding: 5px 0; */
		padding: 0;
	}
	.header.bg0 {
		background: #fff;
		height: calc(100vh + 85px);
		overflow: hidden;
		overflow-y: scroll;
	}
	.header.bg0 .header_bottom {
		/* background: #000000; */
		/* padding-top: 20px; */
	}
	.header.fix {
		position: fixed;
	}
	.header.fix.bg1 {
		height: calc(100vh + 85px);
		overflow: hidden;
		overflow-y: scroll;
	}
	.header_lans {
		line-height: 32px;
		position: relative;
		background: #222;
		z-index: 10;
	}
	.header_lans .ones {
		width: 85%;
		margin: 0 5% 0 5%;
		color: #ffffff;
		font-size: 10px;
		text-align: center;
	}
	.header_lans .close {
		position: absolute;
		right: 5px;
		top: -2px;
		z-index: 3;
		width: 21px;
	}
	.header.on {
		top: -60px;
	}
	.header.on1 {
		top: -66px;
	}
	.header_top {
		height: 66px;
		position: relative;
		z-index: 10;
		background: #fff;
		transition: all .4s;
		-webkit-transition: all .4s;
		border-bottom: 1px solid #ddd;
	}
	.header_on {
		border: none;
	}
	.header.bg0 .header_top {
		/* background: rgba(0, 0, 0, 1); */
	}
	.header_relative {
		position: relative;
		overflow: hidden;
		z-index: 10;
	}
	.header .header_gradess {
		position: absolute;
		width: 110%;
		top: -10px;
		left: -5%;
		transform: translateZ(0);
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-webkit-filter: blur(20px);
		filter: blur(20px);
		height: 100px;
		filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=20, MakeShadow=false);
		overflow: hidden;
		min-height: 100vh;
	}
	.header .header_gradess.he {
		min-height: 110vh;
		height: 690px;
	}
	.header_top .login_header {
		float: right;
		margin-top: 23px;
		opacity: 1;
		transition: all .4s;
		-webkit-transition: all .4s;
	}
	.header_top .logo {
		position: absolute;
		bottom: 50%;
		left: 50%;
		transform: translate(-50%, 50%);
		width: 90px;
	}
	.header_top .menu_icon {
		float: left;
		margin-top: 21px;
	}
	.menu_icon span {
		display: block;
		width: 20px;
		height: 1px;
		background: #333;
		margin: 6px 0;
		transition: all .4s;
		-webkit-transition: all .4s;
	}
	.menu_icon.on span:first-child {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		margin-top: 10px;
	}
	.menu_icon.on span:nth-child(2) {
		display: none;
	}
	.menu_icon.on span:nth-child(3) {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		margin-top: -7px;
	}
	.header_bottom {
		display: none;
		width: 100%;
		height: 690px;
		position: relative;
		z-index: 10;
		/* background: rgba(0, 0, 0, .65); */
		padding: 1px 0;
	}
	.seach_box {
		width: 100%;
		background: #434343;
		border-radius: 10px;
		height: 40px;
		padding: 4px 0 0 0;
		box-sizing: border-box;
		margin: 20px 0;
		transition: all .4s;
		-webkit-transition: all .4s;
	}
	.seach_box .submit {
		width: 20px;
		height: 20px;
		border: 0;
		background: url('../images/ico_searh1.png') center center no-repeat;
		display: block;
		background-size: 100% 100%;
		float: left;
		margin-left: 10px;
		margin-top: 7px;
		opacity: .6;
	}
	.seach_box .text {
		float: right;
		display: block;
		width: calc(100% - 50px);
		border: 0;
		background: transparent;
		line-height: 20px;
		height: 20px;
		font-size: 16px;
		color: #ffffff;
		padding: 5px 0;
	}
	.header_nav {
		border-bottom: 2px solid #095eaa;
		padding-bottom: 2px;
	}
	.header_nav li {
		border-bottom: 1px solid #ddd;
	}
	.header_nav li>a {
		display: block;
		position: relative;
		font-size: 15px !important;
		line-height: 22px;
		padding: 16px 0;
		color: #333;
		font-family: 'fs_bold';
	}
	.header_nav li>a:after {
		content: '';
		display: block;
		position: absolute;
		top: 24px;
		right: 20px;
		width: 5px;
		height: 5px;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transition: all .4s;
		-webkit-transition: all .4s;
	}
	.header_nav li>a.arrow:after {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.header_nav .nav2 {
		display: none;
		/* margin-top: -5px; */
		margin-left: 10px;
		padding-bottom: 10px;
	}
	.header_nav .nav2 a,
	.header_search a {
		display: block;
		font-size: 14px;
		line-height: 35px;
		color: #666;
	}
	.seach_box .cancal {
		color: #6bf;
		font-size: 17px;
		display: none;
		margin-left: 3px;
	}
	.seach_box.focus {
		width: 85%;
		position: relative;
		/* margin-top: 40px; */
	}
	.seach_box.focus .cancal {
		position: absolute;
		left: 102%;
		width: 100px;
		display: block;
		top: 0;
		line-height: 40px;
	}
	.header_search {
		display: none;
	}
	.header_search h2 {
		font-size: 13px;
		line-height: 1;
		color: #888888;
	}
	.header_search1 {
		padding-top: 5px;
	}
	.header_search1 a {
		font-size: 15px;
		line-height: 50px;
		color: #fff;
		border-top: 1px solid #4f4f4f;
	}
	.header_search1 a:first-child {
		border-top: 0px;
	}
}

.banner_index_container {}

.banner_index_container .lans {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.banner_index_container .t1 {
	font-size: 36px;
	line-height: 2;
	color: #333333;
	font-weight: bold;
}

.banner_index_container .t2 {
	font-size: 18px;
	color: #666666;
	margin: 20px 0 50px 0;
}

.banner_index_container .t3 {
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	background: #095eaa;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}

.banner_pc {
	display: block !important;
}

.banner_sj {
	display: none !important;
}
/*咨询*/
.consulting-index{
	background: #FFFFFF;
	padding: 60px 0;
}
.consulting-index .box{
	position: relative;
}
.consulting-index .box>div{
	height: 80px;
	padding: 0 40px;
	margin: 0 auto;
	position: relative;
	margin-top: -100px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0 rgba(0,0,0,.16);
	border-radius: 4px;
	box-sizing: border-box;
}
.consulting-box-left{
	float: left;
	width: 5%;
	margin-top: 5px;
	margin-right: 5%;
}
.consulting-box-middle{
	float: left;
	width: 20%;
	margin-top: 20px;
	margin-right: 3%;
}
.consulting-box-middle input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #098CFF;
	color: #FFFFFF;
	border: none;
	border-radius: 4px;
	padding: 0 10px;
	box-sizing: border-box;
}
/*.consulting-box-middle input::placeholder{
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
}*/
.consulting-box-middle input::-webkit-input-placeholder{
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
}
.consulting-box-middle input::-webkit-input-placeholder{
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
} 
.consulting-box-middle input::-webkit-input-placeholder{
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
}     
.consulting-box-middle input::-moz-placeholder{
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
}                               
.consulting-box-middle input:-ms-input-placeholder{
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
} 

.consulting-box-left img{
	max-width: 70px;
}
.consulting-box-right{
	float: left;
	width: 20%;
	margin-top: 20px;
}
.consulting-box-right input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #E82121;
	color: #FFFFFF;
	border: none;
	border-radius: 20px;
	cursor: pointer;
}
/*我们的优势*/

.te_list_index {
	position: relative;
	z-index: 2;
}

.te_list_index li {
	width: 22.75%;
	float: left;
	border-radius: 5px;
	margin-right: 3%;
	padding: 10px;
	box-sizing: border-box;
	transition: all .4s ease-in;
}

.advantage_img {
	position: relative;
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 50%;
	background: #098CFF;
}

.advantage_img img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 65px;
}

.te_list_index li:hover {
	/*border: 1px solid rgba(0,0,0,.2);*/
	/*transform: translateY(-5px);*/
}

.te_list_index li:nth-child(4) {
	margin-right: 0;
}

.te_list_index .t1 {
	font-size: 20px;
	color: #333333;
	line-height: 2;
	text-align: center;
	margin-top: 15px;
}

.te_list_index .t1 span {
	color: #095eaa;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}

.banner_index_container .swiper-pagination {
	bottom: 100px;
}

.te_list_index .t2 {
	font-size: 14px;
	line-height: 2;
	color: #666666;
	margin-top: 10px;
	height: 56px;
	text-align: center;
}

.three {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*咨询+信息化*/

.informatization {
	background: #FFFFFF;
}

.informatization_imgs {
	float: left;
}

.informatization_box {
	border-left: 1px solid #175782;
	padding-top: 30px;
}

.informatization-index-title {
	padding-bottom: 0;
}

.informatization li>div {
	color: #666666;
}

.informatization_img {
	float: left;
	font-size: 0;
	width: 118px;
}

.informatization_img .img1 {
	width: 70px;
}

.informatization_img img {
	display: inline-block;
	vertical-align: bottom;
}

.informatization_img .img2 {
	height: 50px;
}

.informatization_img .img3 {
	display: none;
}

.informatization_text {
	margin-left: 118px;
	font-size: 16px;
	margin-top: 50px;
	padding-left: 20px;
}

.informatization li:last-child {
	margin-bottom: 20px;
}


/*产品展示*/
.pro_bg {
	background: #098CFF;
	height: 40px;
	border-radius: 4px;
}

.product_content_ul {
	box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, .16);
	border-radius: 4px;
}

.product_content_ul>li {
	float: left;
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.product_content_ul>li:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 80%;
	background-color: #dedede;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.product_content_ul>li:last-child:after {
	display: none;
}

.product_content_ul li h5 {
	font-size: 24px;
	text-align: center;
}

.product_content_ul li p {
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
}

.product_link {
	text-align: center;
}

.product_link a {
	display: inline-block;
	position: relative;
	height: 40px;
	width: 80%;
	border: 2px solid #098CFF;
	line-height: 40px;
	color: #098CFF;
	border-radius: 4px;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 2;
}
.product_content_ul>li:nth-child(2) .product_link a,
.product_content_ul>li:nth-child(4) .product_link a{
	color: #FFFFFF;
}
.product_content_ul>li:nth-child(2) .product_link a:after,
.product_content_ul>li:nth-child(4) .product_link a:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:#098CFF;
	box-sizing: border-box;
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    z-index: -1;
}
.product_content_ul>li:nth-child(1) .product_link a:after,
.product_content_ul>li:nth-child(3) .product_link a:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background:#098CFF;
	box-sizing: border-box;
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    z-index: -1;
}
.product_content_ul>li:nth-child(1) .product_link a:hover:after,
.product_content_ul>li:nth-child(3) .product_link a:hover:after{
	width: 100%;
}
.product_content_ul>li:nth-child(2) .product_link a:hover:after,
.product_content_ul>li:nth-child(4) .product_link a:hover:after{
	width: 0;
}
.product_content_ul>li:nth-child(1) .product_link a:hover,
.product_content_ul>li:nth-child(3) .product_link a:hover{
	color: #FFFFFF;
}
.product_content_ul>li:nth-child(2) .product_link a:hover,
.product_content_ul>li:nth-child(4) .product_link a:hover{
	color: #098CFF;
}
.product_content_ul li ul {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}

.product_content_ul li ul li {
	margin: 10px 0;
	font-size: 14px;
}

.product_content_ul li ul li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: url(../images/tick.png);
	background-size: 100%;
}

.product_content_ul li ul li span {
	display: inline-block;
	vertical-align: middle;
}


/*报名体验*/

.application-experience-content {
	background: url(../images/experience.png) no-repeat;
}

.application-experience-content .index-title h3 {
	color: #FFFFFF;
}

.application-link {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 60px;
}

.application-link a {
	display: inline-block;
	width: 240px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 24px;
	border: 2px solid #FFFFFF;
	margin: 0 40px;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.application-link a:hover{
	background: #E82121;
	border:2px solid #E82121;
}

/*end*/


/*<!--华医芯-->*/

.xin_processes {
	background: #FFFFFF;
}

.core_xin_processes {
	background: #F6FAFF;
}


/*end*/

.about_nav_index {
	text-align: center;
	margin-bottom: 20px;
}

.about_nav_index a {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 20%;
}

.about_nav_index .ico {}

.about_nav_index a.on .ico img:first-child {
	display: none;
}

.about_nav_index a.on .ico img:nth-child(2) {
	display: block;
}

.about_nav_index .ico img:first-child {
	display: block;
	margin: auto;
}

.about_nav_index .ico img:nth-child(2) {
	display: none;
	margin: auto;
}

.about_nav_index .lans {
	font-size: 16px;
	color: #333333;
}

.about_nav_index .line {
	width: 50px;
	height: 4px;
	background: #095eaa;
	opacity: 0;
	margin: 20px auto 0;
}

.about_nav_index a.on .line {
	opacity: 1;
}

.about_index .swiper-container .left {
	width: 40%;
	float: left;
	margin-top: 40px;
}

.about_index .swiper-container .l1 {
	font-size: 24px;
	color: #333333;
}

.about_index .swiper-container .l2 {
	font-size: 16px;
	line-height: 2;
	color: #666666;
	margin-top: 30px;
}

.about_index .l3 {
	width: 140px;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
	background: #e73b06;
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
	margin-top: 30px;
	transition: all .15s ease-in-out;
}

.about_index .l3:hover {
	background: #ce4022;
}

.about_index .swiper-container .right {
	width: 50%;
	float: right;
	max-width: 600px;
	margin: auto;
}

.jiejue_index {
	background: url('../images/bg1.png') left bottom no-repeat #FFFFFF;
}

.jiejue_index .swiper-slide {
	padding-bottom: 50px;
}

.jiejue_index .right {
	float: right;
	width: 45%;
}

.jiejue_index .r1 {
	font-size: 24px;
	color: #222222;
}

.jiejue_index .r2 {
	margin: 20px 0;
}

.jiejue_index .r2 li {
	box-sizing: border-box;
	background: url('../images/yes.png') left 7px no-repeat;
	padding-left: 30px;
	font-size: 14px;
	line-height: 2;
	color: #222222;
	margin-bottom: 20px;
}

.jiejue_index .r3 {
	width: 140px;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
	background: #e73b06;
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
	margin-top: 10px;
	transition: all .15s ease-in-out;
}

.jiejue_index .r3:hover {
	background: #ce4022;
}

.jiejue_index .swiper-slide {
	padding-bottom: 50px;
}

.jiejue_index .left {
	float: left;
	width: 50%;
	max-width: 600px;
	margin: auto;
}

.jiejue_index .swiper-pagination {
	bottom: 30px;
}

.book_index {
	background: #FFFFFF;
}

.book_index .r1_1 {
	font-size: 24px;
	margin-top: 30px;
	color: #095eaa;
	margin-bottom: 10px;
}

.book_index .r1_2 {
	font-size: 16px;
	line-height: 2;
	color: #333333;
	margin-bottom: 20px;
}


/*关于企业*/

.on-enterprise-ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.on-enterprise-ul li:last-child {
	margin-right: 0;
}

.on-enterprise-img {
	position: relative;
}

.on-enterprise-img>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFFFFF;
	font-size: 24px;
}

.on-enterprise-title {
	padding: 20px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	box-sizing: border-box;
	min-height: 196px;
}

.on-enterprise-title p {
	line-height: 26px;
	font-size: 14px;
	text-align: center;
}

/*公司历程*/

.company-history-content {
	background: #FFFFFF;
	font-size: 0;
	padding-top: 60px;
}

.company-history-content .trajectory {
	display: inline-block;
	width: 15%;
	font-size: 14px;
	vertical-align: bottom;
}

.trajectory>div {
	padding: 40px 30px;
}

.trajectory>div span:first-child {
	font-size: 26px;
	color: #6196CE;
	font-weight: bold;
}

.trajectory>div span:last-child {
	display: block;
	width: 80px;
	background: #EB967C;
	height: 2px;
	margin-top: 10px;
}

.company-history-content .trajectory-time {
	display: inline-block;
	width: 80%;
	font-size: 0;
	box-sizing: border-box;
	margin-left: 5%;
}

.trajectory-time li {
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	box-sizing: border-box;
}

.trajectory-time li>div {
	position: relative;
	padding-left: 5%;
	margin-bottom: 10px;
}

.trajectory-time li .round {
	position: absolute;
	width: 20px;
	height: 20px;
	padding: 2px;
	border-radius: 50%;
	border: 2px solid #6196CE;
	left: -11px;
	text-align: center;
	box-sizing: border-box;
}

.trajectory-time li .round span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #6196CE;
	vertical-align: middle;
	box-sizing: border-box;
}

.list-one {
	display: inline-block;
	width: 50%;
	padding-right: 20%;
	font-size: 14px;
	box-sizing: border-box;
	border-left: 2px solid #6196CE;
}

.list-two {
	display: inline-block;
	width: 50%;
	padding-right: 10%;
	border-left: 2px solid #6196CE;
	font-size: 14px;
	box-sizing: border-box;
}

.trajectory-time-content {
	/*padding-right: 5%;*/
}

.trajectory-time-content p {
	font-size: 20px;
	color: #6196CE;
}

.trajectory-time-content div {
	line-height: 26px;
}

.bg_img {
	padding: 0 30px;
	box-sizing: border-box;
	background: #FFFFFF;
}

.company-history-boxs {
	font-size: 0;
	background: #FFFFFF;
	padding: 0 30px;
	box-sizing: border-box;
	padding-bottom: 60px;
}

.company-history-left {
	display: inline-block;
	vertical-align: top;
	width: 12%;
	font-size: 14px;
	box-sizing: border-box;
	padding: 20px;
	background: #6196CE;
	color: #FFFFFF;
	margin-top: 10px;
}

.trajectory-times {
	display: inline-block;
	width: 71%;
	font-size: 0;
	margin-left: 3%;
	box-sizing: border-box;
}

.company-history-right {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 14%;
	background: #6196CE;
	color: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 10px;
}

.company-history-right>div>div p {
	line-height: 26px;
	font-size: 14px;
	word-wrap: break-word;
	word-break: normal;
}

.company-history-left>div>p,
.company-history-right>div>p {
	font-size: 30px;
}

.company-history-left>div>div {
	line-height: 26px;
	font-size: 14px;
}

.trajectory-times li .round {
	position: absolute;
	width: 20px;
	height: 20px;
	padding: 2px;
	border-radius: 50%;
	border: 2px solid #6196CE;
	left: -11px;
	text-align: center;
	box-sizing: border-box;
}

.trajectory-times li .round span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #6196CE;
	vertical-align: middle;
	box-sizing: border-box;
}

.trajectory-times li>div {
	position: relative;
	padding-left: 5%;
	margin-bottom: 10px;
}

.list-ones {
	display: inline-block;
	width: 55%;
	padding-right: 10%;
	font-size: 14px;
	box-sizing: border-box;
	vertical-align: top;
	border-left: 2px solid #6196CE;
	padding-top: 60px;
}

.list-twos {
	display: inline-block;
	width: 45%;
	padding-right: 10%;
	border-left: 2px solid #6196CE;
	font-size: 14px;
	box-sizing: border-box;
	vertical-align: top;
	border-left: 2px solid #6196CE;
	padding-top: 60px;
}

.company-history-sj {
	display: none;
}
/*资质荣誉*/
.honor-qualification-box{
	background: #FFFFFF;
}
.honor-qualification-content .honor-qualification-ul1 li{
	float: left;
	position: relative;
	width: 33.333%;
	box-sizing: border-box;
	padding: 20px 50px;
	border-top: 1px solid #dedede;
}
.honor-qualification-title{
	font-size: 22px;
	margin-bottom: 15px;
	text-align: center;
}
.honor-qualification-text{
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.bg-round{
	position: absolute;
    width: 24px;
    height: 24px;
    padding: 4px;
    border-radius: 50%;
   	left: 50%;
   	top: -14px;
   	transform: translateX(-50%);
    text-align: center;
    box-sizing: border-box;
}
.bg-round span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: middle;
    box-sizing: border-box;
}
.bg-round1{
	background: #FFC768;
}
.bg-round2{
	background:#FD7B7C ;
}
.bg-round3{
	background:#67A5CF ;
}
.bg-round1 span{
	background: #D89928;
}
.bg-round2 span{
	background: #FF5A5A;
}
.bg-round3 span{
	background:#34729A ;
}
.honor-qualification-ul2{
	padding: 20px 50px 0;	
	position: relative;
	overflow: hidden;
}
.honor-qualification-ul2:after{
	position: absolute;
    content: '';
    height: 85%;
    border: 1px dashed #999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.honor-qualification-ul2 li{
	width: 50%;
	font-size: 14px;
	line-height: 26px;
	padding: 10px 50px;
	box-sizing: border-box;
}
.honor-qualification-ul2 li>div{
	background: rgba(153, 153, 153, 0.1);
	padding: 20px;
	box-sizing: border-box;
}
.honor-qualification-ul2 li span{
	display: block;
	width: 50px;
	height: 2px;
	background: #0760C0;
	margin-top: 10px;
}
.honor-qualification-ul2 li:nth-child(odd){
	float: left;
	position: relative;
}
.honor-qualification-ul2 li:nth-child(odd) .date-round{
	position: absolute;
	font-style: normal;
	top: 10px;
	right: -2.5%;
	width: 24px;
	height: 24px;
	border: 1px solid #999999;
	text-align: center;
	border-radius: 50%;
	line-height: 24px;
	font-size: 12px;
}
.honor-qualification-ul2 li:nth-child(even) .date-round{
	position: absolute;
	font-style: normal;
	top: 50%;
	transform: translateY(-50%);
	left: -2%;
	width: 24px;
	height: 24px;
	border: 1px solid #999999;
	text-align: center;
	border-radius: 50%;
	line-height: 24px;
	font-size: 12px;
}
.honor-qualification-ul2 li:nth-child(even){
	margin-top: 16px;
	float: right;
	position: relative;
}
.honor-qualification-ul2 li:nth-child(5) .date-round,
.honor-qualification-ul2 li:nth-child(7) .date-round{
	top: 50%;
	transform: translateY(-50%);
}
/*合作企业*/
.cooperative-enterprise-box{
	margin-top: 60px;
	background: #FFFFFF;
}
.cooperative-enterprise-box .swiper-slide{
	padding: 20px;
	box-sizing: border-box;
}
.cooperative-enterprise-box .swiper-slide>div{
	border:1px solid #eeeeee;
}
.cooperative-enterprise-box .swiper-slide>div img{
	width: 100%;
	height: 100%;
}
#cooperative-enterprise-img .swiper-button-prev,
#cooperative-enterprise-img .swiper-button-next{
	background-color: rgba(0,0,0,.3);
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
	display: none;
	z-index: 10;
}
#cooperative-enterprise-img:hover .swiper-button-prev,
#cooperative-enterprise-img:hover .swiper-button-next{
	display: block;
}
#cooperative-enterprise-img .swiper-button-prev:hover,
#cooperative-enterprise-img .swiper-button-next:hover{
	background-color: rgba(0,0,0,.9);
}
@media screen and (max-width: 1199px) {
	.banner_pc {
		display: none !important;
	}
	.banner_sj {
		display: block !important;
	}
	.te_list_index li {
		width: 48%;
		margin-right: 0;
	}
	.te_list_index li:nth-child(4),
	.te_list_index li:nth-child(even) {
		margin-left: calc(4% - 4px);
	}
	.te_list_index {
		margin: 0;
	}
	.four_products {
		padding-top: 0;
	}
	.about_index {
		padding-top: 0;
	}
	.index-title {
		font-size: 24px;
	}
	.system_module_text {
		font-size: 20px;
	}
	.about_nav_index .line {
		width: 30px;
		height: 2px;
		margin-top: 10px;
	}
	.about_index .swiper-container .l2,
	.book_index .r1_2 {
		font-size: 15px;
	}
	.about_index .swiper-container .l1,
	.jiejue_index .r1,
	.book_index .r1_1 {
		font-size: 20px;
	}
	.about_index .l3,
	.jiejue_index .r3 {
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
	}
	.about_nav_index .lans {
		font-size: 14px;
	}
	.company-history {
		display: none;
	}
	/*移动端*/
	.company-history-sj {
		display: block;
	}
	.company-ul {
		background: #FFFFFF;
		padding: 40px;
	}
	.company-ul li {
		border-left: 2px solid #6196CE;
		box-sizing: border-box;
		position: relative;
	}
	.company-ul li>div {
		position: relative;
		padding-left: 20px;
		padding-bottom: 15px;
	}
	.company-ul li {
		float: left;
		width: 50%;
		font-size: 14px;
	}
	.company-ul li .round {
		position: absolute;
		width: 20px;
		height: 20px;
		padding: 2px;
		border-radius: 50%;
		border: 2px solid #6196CE;
		left: -11px;
		text-align: center;
		box-sizing: border-box;
	}
	.company-ul li .round span {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		border: 2px solid #6196CE;
		vertical-align: middle;
		box-sizing: border-box;
	}
	.company-history-sj .trajectory-time-content {
		padding-right: 40px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1024px) {
	.about_index .swiper-container .left,
	.about_index .swiper-container .right,
	.jiejue_index .left,
	.jiejue_index .right {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.jiejue_index {
		background-size: 20%;
	}
}

@media screen and (max-width: 780px) {
	.te_list_index li:nth-child(4),
	.te_list_index li:nth-child(even),
	.te_list_index li {
		width: 100%;
		float: none;
		margin: 0;
		height: auto;
	}
	.te_list_index .t1 {
		font-size: 15px;
	}
	.about_nav_index .ico img {
		max-width: 40px
	}
	.about_nav_index .lans {
		font-size: 12px;
	}
	.about_nav_index a {
		width: calc(25% - 4px);
	}
	.about_index .swiper-container .l2,
	.book_index .r1_2 {
		font-size: 13px;
	}
	.about_index .swiper-container .l1,
	.jiejue_index .r1,
	.book_index .r1_1 {
		font-size: 16px;
	}
	.index-title {
		font-size: 20px;
		padding: 40px 0 20px;
		font-weight: bold;
	}
	.about_index .l3,
	.jiejue_index .r3 {
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.system_module_text .system_module_ul1 li {
		width: 49.25%;
	}
	.system_module_text .system_module_ul1 li:nth-child(3n) {
		margin-right: 1.5%;
	}
	.system_module_text .system_module_ul1 li:nth-child(2n) {
		margin-right: 0;
	}
	.system_module_text {
		font-size: 13px;
	}
	.pc_banner {
		display: none;
	}
	.sj_banner {
		display: block;
	}
	/*头部留资框*/
	.online_registration_title {
		display: none;
	}
	.top_information_box {
		position: relative;
		background: #FFFFFF;
		padding: 15px 0;
	}
	.top_information_box .box,
	.top_information_box {
		height: auto;
	}
	.top_information_box ul {
		float: none;
		width: 100%;
		height: auto;
		padding: 0;
		box-sizing: border-box;
		background: #FFFFFF;
	}
	.top_information_box ul li {
		width: 49%;
	}
	.top_information_box ul li:nth-child(2n),
	.top_information_box li:nth-child(2n) {
		margin-right: 0;
	}
	.top_information_box ul .text1 {
		border: 1px solid #DEDEDE;
	}
	.top_information_box ul li:last-child {
		width: 100%;
	}
	.help_four ul li {
		width: 49%;
		margin-bottom: 20px;
	}
	.four_tubes .help_four ul li {
		margin-bottom: 70px;
	}
	.help_four ul li:nth-child(2n) {
		margin-right: 0;
	}
	.help_title {
		font-size: 18px;
	}
	/*首页设备猪*/
	.equipment_content_right {
		position: static;
		transform: none;
	}
	.equipment_content_left {
		float: none;
		width: 100%;
		text-align: center;
	}
	.equipment_content_left img {
		max-width: 200px;
	}
	.equipment_content_right {
		float: none;
		width: 100%;
	}
	.equipment_content_right li {
		font-size: 14px;
		margin: 20px 0;
	}
	.te_list_index,
	.six_small,
	.four_tubes {
		padding-bottom: 50px;
	}
	.sBenefits,
	.tsix_version,
	.solve_business,
	.schematic_diagram,
	.system_module,
	.abous_us,
	.us_advantage,
	.help_enterprise,
	.application,
	.save_module,
	.save_case,
	.business_process {
		padding-bottom: 50px;
	}
	.bread_crumbs {
		padding-top: 30px;
	}
	.top-phone {
		display: none;
	}
	.help_two {
		font-size: 14px;
	}
	.te_list_index .t2{
		height: auto;
	}
	.consulting-index .box>div{
		margin-top: 0;
		height: auto;
		padding-top: 20px;
		padding-bottom: 40px;
	}
}

.about1 {
	padding-bottom: 50px;
}

.about2 {
	background: #FFFFFF;
}

.about2_form {
	background: url('../images/bg4.png') left bottom no-repeat #FFFFFF;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
	height: 650px;
	margin-bottom: 120px;
}

.about2_form .left {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 70px;
}

.about2_form .right {
	width: 50%;
	float: left;
	background: #00479d;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 70px;
	height: 650px;
}

.about2_form .right li {
	padding-left: 60px;
	font-size: 20px;
	line-height: 2;
	margin-bottom: 60px;
	background: url(.) top left no-repeat;
	background-position-y: 10px;
}

.about2_form .l1 {
	font-size: 30px;
	color: #222222;
}

.about2_form .l2 {
	font-size: 18px;
	color: #666;
	margin: 20px 0 60px 0;
}

.about2_form .l3 {}

.about2_form .text {
	width: 100%;
	font-size: 20px;
	color: #333333;
	line-height: 2;
	display: block;
	border: 0;
	border-bottom: 1px solid #eee;
	padding: 5px 20px;
	box-sizing: border-box;
	margin-top: 15px;
}

.about2_form .sub {
	border: 0;
	color: #FFFFFF;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #095eaa;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	margin-top: 60px;
}

.news_nav {
	font-size: 16px;
	text-align: center;
	padding: 60px 0;
}

.news_nav a {
	color: #333333;
	display: inline-block;
	margin: 0 10px;
}

.news_nav a.on,
.news_nav a:hover {
	color: #095eaa;
}

.case_content {
	margin-bottom: 50px;
	box-sizing: border-box;
	font-size: 0;
}

.case_content a {
	position: relative;
	display: inline-block;
	width: 23.875%;
	margin-top: 1.5%;
	background: #FFFFFF;
	transition: all .4s ease-in;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .07);
	border-radius: 2px;
	-whitewebkit-transition: all .2s linear;
	transition: all .2s linear;
}

.case_content a:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.case_content a {
	margin-right: 1.5%;
}

.case_content a:nth-child(4n) {
	margin-right: 0;
}

.case_content .t2 {
	font-size: 18px;
	margin: 0 0 20px;
	color: #333333;
}

.case_content .t3 {
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	margin-bottom: 15px;
}

.case_content .case_text {
	padding: 15px;
}

.case_content .t4 {
	font-size: 14px;
	color: #095eaa;
}

@media screen and (max-width: 1199px) {
	.editors {
		font-size: 14px;
		line-height: 2;
	}
}

@media screen and (max-width: 980px) {
	.about2_form {
		background: #ffffff;
		height: auto;
		margin-bottom: 30px;
	}
	.about2_form .left,
	.about2_form .right {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 20px;
		height: auto;
	}
	.about2_form .right li {
		background-size: 25px;
		padding-left: 40px;
		font-size: 14px;
		margin-bottom: 20px;
		background-position-y: 5px;
	}
	.about2_form .l1 {
		font-size: 20px;
	}
	.about2_form .l2 {
		font-size: 12px;
		margin: 8px 0 20px 0;
	}
	.about2_form .text {
		font-size: 15px;
		padding: 5px 0px;
		margin-top: 8px;
	}
	.about2_form .sub {
		width: 90px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
		margin-top: 20px;
	}
	.news_nav {
		font-size: 14px;
		padding: 40px 0 20px;
	}
	.case_content a {
		width: 49.25%;
	}
	.case_content a:nth-child {
		margin-right: 1.5%;
	}
	.case_content a:nth-child(2n) {
		margin-right: 0;
	}
	.index-item3-top .item3-box .item3-box-li.li1,
	.index-item3-top .item3-box .item3-box-li,
	.huayixin_five_advantages .index-item3-top .item3-box .item3-box-li.li1 {
		width: 100%;
		height: auto;
		margin: 10px auto;
	}
	.index-item3-top .item3-box .item3-box-li.li1 .num,
	.index-item3-top .item3-box .item3-box-li .num {
		width: 60px;
		height: 60px;
		background-size: 100% 100%;
		margin: 10px auto 0 auto;
	}
	.index-item3-top .item3-box .item3-box-li .num-txt-first .hr-line,
	.index-item3-top .item3-box .item3-box-li .num-txt-first .hr-line {
		margin: 15px auto;
	}
	.index-item3-top .item3-box .item3-box-li .num-txt-first .ft {
		padding-bottom: 40px;
	}
	.index-item3-top .item3-box .item3-box-ul {
		width: 100%;
		margin: auto;
	}
	.index-item3-top .item3-box .item3-box-li .num-txt {
		text-align: center;
		padding: 0 40px 40px 40px;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
	}
	.index-item3-top .item3-box .item3-box-li.li1 .num,
	.index-item3-top .item3-box .item3-box-li .num,
	.huayixin_five_advantages .index-item3-top .item3-box .item3-box-li.li1 .num {
		margin: 10px auto 0 auto;
	}
	.fl {
		float: none!important;
	}
	.serives1_list li,
	.serives1_list li:nth-child(4n) {
		margin: 10px 0;
		width: 100%;
	}
	.serives1_list li {
		height: auto;
		padding-bottom: 15px;
	}
	.serives1_list li:nth-child(2n) {
		margin-left: 0;
	}
	.serives1_list .lans {
		padding-top: 15px;
	}
	.contact_us .left,
	.contact_us .right {
		width: 100%;
		float: none;
		height: auto;
		padding: 40px 0;
	}
	.title {
		font-size: 18px;
	}
	.title2 {
		font-size: 12px;
		margin: 10px auto;
	}
	.ewm_list .ewm img {
		width: 100px;
		margin-bottom: 5px;
	}
	.title3 img {
		width: 15px;
	}
	.consulting-box-left{
		display: none;
	}
	.consulting-box-middle,
	.consulting-box-right{
		width: 22.75%;
	}
}

.case_list a {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	background: #FFFFFF;
	margin-top: 40px;
	padding: 30px;
	transition: all .4s ease-in;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .07);
	border-radius: 2px;
}

.case_list a:nth-child(odd) {
	margin-right: calc(6% - 4px);
}

.case_list a:hover {
	border: 1px solid rgba(0, 0, 0, .15);
}

.case_list .t1 {
	width: 130px;
	height: 60px;
}

.case_list .t1 img {
	width: 100%;
	height: 100%;
}

.case_list .t2 {
	font-size: 20px;
	margin: 25px 0;
	color: #333333;
}

.case_list .t3 {
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
	margin-bottom: 15px;
}

.case_list .t4 {
	font-size: 14px;
	color: #095eaa;
}

.case_list {
	margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
	.case_list a {
		margin-top: 30px;
		padding: 22px;
	}
	.case_list .t1 {
		width: 100px;
	}
	.case_list .t2 {
		font-size: 18px;
		margin: 20px 0;
	}
	.case_list .t3 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 980px) {
	.case_list a:nth-child(odd),
	.case_list a {
		margin: 0;
		width: 100%;
		margin-top: 20px;
		padding: 25px 15px;
	}
	.case_list .t2 {
		font-size: 16px;
		margin: 15px 0;
	}
	.case_list .t3 {
		font-size: 13px;
	}
}


/*login.html*/

.login-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 560px;
}

.icon {
	background-image: url(../images/jlt.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.login-box {
	width: 360px;
	background-color: #ffffff;
	border-radius: 5px;
	float: right;
	box-sizing: border-box;
	padding: 30px 30px 50px 30px;
	position: fixed;
	top: 100px;
	box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.1);
	right: -400px;
	z-index: 70;
	transition: all .35s ease-in;
}

.login-box.show {
	right: 100px;
}

.login-box h2 {
	font-size: 18px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
	position: relative;
}

.login-box .close {
	position: absolute;
	top: -35px;
	right: -25px;
	opacity: .4;
	transition: all .2s ease-in;
}

.login-box .close:hover {
	opacity: 1;
}

.login-input {
	padding: 8px 0 8px 7px;
	margin-top: 20px;
	border: 1px solid #ddd;
}

.login-input .icon-login1 {
	background-position: -175px -28px;
}

.login-input .icon-login2 {
	background-position: -198px -27px;
}

.login-input .input1 {
	width: 240px;
	height: 25px;
	border: 0;
	border-left: 1px solid #ddd;
	padding: 0 20px;
	box-sizing: border-box;
	margin-left: 10px;
}

.login-box .right {
	float: right;
	color: #999999;
	font-size: 12px;
	margin-top: 30px;
}

.login-box .right .icon {
	border-radius: 50%;
	background-color: #dd2727;
	background-position: -128px -29px;
	margin-left: 10px;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	width: 20px;
	height: 20px;
	zoom: .8;
	margin-bottom: 4px;
}

.login-box .left {
	color: #bbbbbb;
	font-size: 12px;
	line-height: 15px;
	margin-top: 30px;
}

.login-box .left i {
	color: transparent;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	font-size: 15px;
	display: inline-block;
	border: 1px solid #dddddd;
}

.login-box .left .login-btn.on {
	color: #dd2727;
}

.login-box .sub {
	background-color: #e73b06;
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	width: 100%;
	margin: 25px 0 0 0;
	text-align: center;
}

.login-box .wanji {
	color: #dd2727;
	font-size: 14px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

.login-box .lans {
	font-size: 14px;
	color: #aaaaaa;
	vertical-align: top;
}

.login-box .lans:before,
.login-box .lans:after {
	content: '';
	height: 1px;
	background-color: #aaaaaa;
	display: inline-block;
	width: 80px;
	margin-bottom: 5px;
}

.login-box .lans:before {
	margin-right: 20px;
}

.login-box .lans:after {
	margin-left: 20px;
}

.login-box .href-a {
	text-align: center;
	padding-top: 15px;
}

.login-box .href-a a {
	width: 40px;
	height: 40px;
	margin: 0 3px;
}

.login-box .href-aa:hover {
	opacity: .5;
}

.login-box .href-a .iconl1 {
	background-position: -100px -60px;
}

.login-box .href-a .iconl2 {
	background-position: -150px -60px;
}

.login-box .href-a .iconl3 {
	background-position: -200px -60px;
}

.reg_form {
	width: 360px;
	margin: 150px auto 50px;
}

.reg_form .title {
	font-size: 32px;
	font-weight: normal;
	color: #383963;
	text-align: center;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 15px;
}

.reg_form .text {
	font-size: 16px;
	font-weight: normal;
	color: #a0a4af;
	line-height: 150%;
	text-align: center;
	margin-top: 0;
}

.reg_form ul {
	margin: 30px 0;
}

.reg_form li {
	color: #393939;
	line-height: 2;
	font-size: 14px;
	margin-bottom: 8px;
}

.reg_form .text_wrapper {}

.reg_form .text1 {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
	height: 45px;
	outline: none;
	padding: 13px 10px 12px 10px;
	border: 1px solid #cccccc;
	border-radius: 2px;
}

.reg_form .text2 {
	width: 200px;
	float: left;
}

.text_wrapper .sub {
	float: right;
	box-sizing: border-box;
	font-size: 18px;
	color: #fc5f3a;
	line-height: 38px;
	text-align: center;
	width: 150px;
	height: 45px;
	background-color: #ffffff;
	border: 1px solid #fc5f3a;
	transition: all ease-in 0.1s;
}

.text_wrapper .sub:hover {
	color: #ce4022;
	border: 1px solid #ce4022;
}

.reg_form .sub1 {
	display: block;
	font-size: 20px;
	color: #ffffff;
	background-color: #fc5f3a;
	transition: all ease-in 0.2s;
	line-height: 55px;
	width: 100%;
	height: 53px;
	border: 0;
	border-radius: 2px;
	margin-top: 30px;
	cursor: pointer;
}

.reg_form .sub1:hover {
	background-color: #ce4022;
}

.text_wrapper1 {
	position: relative;
}

.text_wrapper1:after {
	content: '';
	display: block;
	position: absolute;
	top: 30%;
	right: 20px;
	width: 10px;
	height: 10px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
}

.form-other {
	display: block;
	font-size: 14px;
	color: #a0a4af;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.reg_form .line {
	width: 100%;
	max-width: 360px;
	height: 0px;
	border-bottom: 1px solid #e1e2e4;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.form-other .privacy-pact,
.form-other .login-a {
	color: #65697f;
	text-decoration: underline;
}

.index_banner .swiper-slide {
	position: relative;
	width: 100%;
}

.index_banner .center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
	position: absolute;
	min-width: 0;
}

.index_banner .banner_ico {
	width: 50%;
	float: right;
	max-width: 500px;
}

.index_banner .black.banner_lans {
	color: #010101;
}

.index_banner .banner_lans {
	width: 50%;
	color: #333;
	float: left;
	margin-top: 5%;
}

.neiye_banner .banner_lans {
	margin-top: 10%
}

.banner_lans .i1 {
	margin: auto;
	width: 60px;
}

.banner_lans .content {
	font-size: 16px;
	margin: 15px 0 40px 0;
	line-height: 2;
}

.index_banner .white,
.banner_ico .white .content {
	color: #FFFFFF;
}

.index_banner .btns {
	width: 160px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	box-sizing: border-box;
	color: #e73b06;
	border-radius: 10px;
	vertical-align: text-bottom;
	text-align: center;
	border: 1px solid #e73b06;
	transition: all .3s ease-in;
}

.index_banner .btns:hover {
	background: #e73b06;
	color: #FFFFFF;
}

.index_banner .title {
	font-size: 32px;
	font-weight: bold;
}

.neiye_banner .swiper-slide {
	height: 550px;
}

.case_banner .swiper-slide {
	height: 650px;
}

@media screen and (max-width: 1199px) {
	.login-box {
		width: 320px;
		padding: 20px 20px 30px 20px;
		right: -320px;
	}
	.login-box.show,
	.application_experience.show {
		right: 0
	}
	.login-input .input1 {
		width: 200px;
	}
	.login-box .close {
		top: -15px;
		right: -10px;
	}
	.reg_form {
		width: 280px;
		margin: 50px auto 30px;
	}
	.reg_form .text2 {
		width: 150px;
	}
	.text_wrapper .sub {
		width: 110px;
	}
	.reg_form .title {
		font-size: 26px;
	}
	.reg_form .text {
		font-size: 13px;
	}
	.banner_lans .content {
		font-size: 13px;
		margin: 15px 0 40px 0;
	}
	.index_banner .btns {
		width: 120px;
		height: 38px;
		line-height: 38px;
		font-size: 13px;
	}
	.index_banner .title {
		font-size: 26px;
	}
	.case_content a {
		width: 49.25%;
	}
	.case_content a:nth-child(2n) {
		margin-right: 0;
	}
	.index-title h3 {
		font-size: 24px;
	}
	.index-title {
		padding: 30px 0;
	}
	.product_content_ul>li{
		width: 50%;
		border-bottom: 1px solid #dedede;
    	border-right: 1px solid #dedede;
	}
	.product_content_ul li h5{
		font-size: 22px;
	}
	.product_content_ul>li:after{
		background: none;
	}
	.application-link a{
		width: 200px;
    	height: 40px;
    	line-height: 40px;
    	margin: 0 20px;
    	font-size: 20px;
	}
	.on-enterprise-ul li{
		width: 49%;
		margin-bottom: 20px;
	}
	
	.on-enterprise-ul li:nth-child(3),
	.on-enterprise-ul li:nth-child(4){
		margin-bottom: 0;
	}
		
	.on-enterprise-ul li:nth-child(2n){
		margin-right: 0;
	}
	.on-enterprise-img img{
		width: 100%;
	}
	.honor-qualification-title{
		font-size: 18px;
	}
	.honor-qualification-content .honor-qualification-ul1 li{
		padding: 20px;
	}
	.honor-qualification-text{
		font-size: 13px;
		line-height: 24px;
	}
	.honor-qualification-ul2 li{
		padding: 20px 30px;	
	}
	.honor-qualification-ul2{
		padding: 0 20px 0;
	}
}

@media screen and (max-width: 980px) {
	.index_banner .swiper-slide {
		height: auto;
	}
	.index_banner .banner_lans {
		width: 100%;
		float: none;
	}
	.index_banner .center {
		transform: translate(-0%, -0%);
		-webkit-transform: translate(-0%, -0%);
		position: static;
	}
	.index_banner .banner_ico {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.banner_lans .content {
		font-size: 12px;
		margin: 5px 0 20px 0;
	}
	.index_banner .btns {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.index_banner .title {
		font-size: 20px;
	}
	.us_advantage_six ul li {
		width: 49%;
	}
	.us_advantage_six ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.us_advantage_six ul li:nth-child(2n) {
		margin-right: 0;
	}
	.honor-qualification-content .honor-qualification-ul1 li{
		float: none;
		width: 100%;
		padding: 30px 0;
	}
	.honor-qualification-ul2 li{
		float: none;
		width: 100%;
	}
	.honor-qualification-ul2 li:nth-child(odd) .date-round,
	.honor-qualification-ul2 li:nth-child(even) .date-round{
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.honor-qualification-ul2{
		padding: 0;
	}
	.honor-qualification-ul2:after{
		left: 14px;
		height: 90%;
	}
	.honor-qualification-ul2 li:nth-child(even){
		margin-top: 0;
	}
	.honor-qualification-ul2 li:last-child{
		padding-bottom: 0;
	}
	
}

@media screen and (max-width: 700px) {
	.informatization_img {
		float: none;
		display: inline-block;
		vertical-align: middle;
		width: 40px;
	}
	.informatization_box li {
		margin-bottom: 20px;
	}
	.informatization_img .img1,
	.informatization_img .img2 {
		display: none;
	}
	.informatization_box {
		border: none;
		padding: 0;
	}
	.informatization_text {
		display: inline-block;
		width: 80%;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		line-height: 26px;
		font-size: 14px;
	}
	.informatization_img .img3 {
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.case_content a {
		width: 100%;
		margin-top: 20px;
	}
	.case_content a {
		margin-right: 0;
	}
	.case_content .t2 {
		font-size: 16px;
	}
	.case_content .t3 {
		font-size: 13px;
	}
	.sBenefits_five ul li {
		width: 150px;
		height: 150px;
		margin: 3px;
	}
	.sBenefits_number {
		font-size: 30px;
	}
	.sBenefits_text p {
		font-size: 12px;
	}
	.sBenefits_text>div {
		margin-top: 5px;
	}
	.company-ul li {
		float: none;
		width: 100%;
	}
	.company-ul {
		padding: 20px;
	}
	.company-history-sj .trajectory-time-content {
		padding-right: 0;
	}
}
@media screen and (max-width: 580px){
	.product_content_ul>li{
		width: 100%;
	}
	
	.product_content_ul>li{
		border-right: none;
	}
	
	.product_content_ul>li:last-child{
		border-bottom: none;
	}
	
	.product_content_ul>li:after{
		background: none;
	}
	.product_content_ul li h5{
		font-size: 20px;
	}
	.product_content_ul li p{
		margin: 15px 0;	
	}
	.product_link a{
		max-width: 180px;
		height: 30px;
		line-height: 30px;
	}
	.product_content_ul li ul{
		max-width: 180px;
	}
	.te_list_index, 
	.product_index
	.te_list_index,
	.product_index,
	.on-enterprise-box,
	.company-sj-content,
	.cooperative-enterprise-box{
		padding-bottom: 30px;
	}
	.cooperative-enterprise-box{
		margin-top: 30px;
	}
	.cooperative-enterprise-box .swiper-slide{
		padding: 10px;
	}
	.application-link{
		padding-top: 0;
		padding-bottom: 40px;
	}
	.application-link a{
		margin: 10px;
		font-size: 16px;
		height: 30px;
		line-height: 30px;
	}
	.on-enterprise-ul li{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.on-enterprise-title{
		min-height: auto;
	}
	.on-enterprise-ul li:nth-child(3){
		margin-bottom: 20px;
	}
	#cooperative-enterprise-img .swiper-button-prev,
	#cooperative-enterprise-img .swiper-button-next{
		display: block;
	}
	.consulting-box-middle,
	.consulting-box-right{
		width: 48.5%;
	}
	.consulting-box-middle:nth-child(3){
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.sBenefits_five ul li {
		width: 140px;
		height: 140px;
		margin: 10px;
	}
	.sBenefits_text>div {
		margin-top: 3px;
	}
	/*.sBenefits,
	.tsix_version,
	.solve_business,
	.schematic_diagram,
	.system_module,
	.abous_us,
	.us_advantage,
	.help_enterprise,
	.application,
	.save_module,
	.save_case{
		padding-bottom: 50px;
	}*/
	.help_four ul li,
	.us_advantage_six ul li {
		width: 100%;
	}
	.help_four ul li,
	.us_advantage_six ul li {
		margin-right: 0;
	}
	.four_tubes .help_four ul li:last-child {
		margin-bottom: 0;
	}
	.te_list_index li:last-child{
		padding-bottom: 0;
	}
	.index-title h3{
		font-size: 20px;
		font-weight: bold;
	}
	.te_list_index li{
		padding: 0 0 20px;
	}
	.advantage_img{
		width: 90px;
		height: 90px;
	}
	.advantage_img img{
		max-width: 40px;
	}
	.index-title p{
		font-size: 14px;
		margin-bottom: 0;
	}
	.index-title p:after{
		bottom: -10px;
	}
	.te_list_index,
	.six_small,
	.four_tubes,
	.honor-qualification-box{
		padding-bottom: 30px;
	}
	.consulting-box-left,
	.consulting-box-middle,
	.consulting-box-right{
		float: none;
		text-align: center;
		margin-right: 0;
	}
	.consulting-index{
		padding: 30px 0;
	}
	.consulting-box-middle,
	.consulting-box-right{
		width: 100%;
		margin-right: 0;
	}
}


/*end login.html*/