/*全局初始设置*/
* {margin: 0px;padding: 0px;}
*, *:before, *:after {box-sizing: inherit;}
body {margin: 0;padding: 0;overflow-x: hidden}
html, body {font-size: 10px;overflow-x: hidden;}
html {box-sizing: border-box;}
html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {margin: 0;padding: 0;}

input, select, textarea {font-size: 12px;line-height: 16px;}
img {border: 0;}
ul, li {list-style-type: none;}
a {text-decoration: none}

/*导航栏开始*/

.nav_container{background-color: #e4e4e4;position: fixed;width: 100%;top: 0px;z-index: 99;padding: 20px 0px;}
.nav_body{width: 90%;max-width: 1400px;margin: auto; display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.container {width: auto;margin: auto;}

/*一级导航栏*/
nav {background: #e4e4e4;}
nav ul {margin: 0;padding: 0;}
nav ul li {display: inline-block;position: relative;}
nav ul li a {color: #6a7885;display: block;font-size: 18px;padding: 15px 14px;transition: 0.3s linear;}
nav ul li:hover {background: #43d3f4;}

/*二级导航栏*/
nav ul li ul {display: none;position: absolute;width: 250px;}
nav ul li ul li {border-top: 1px solid #444;display: block;}
nav ul li ul li:first-child {border-top: none;}
nav ul li ul li a {background: rgba(106, 120 ,133  ,0.9);display: block;padding: 10px 14px;color: white}
nav ul li ul li a:hover {background: darkgray;}
nav .fa-angle-down {margin-left: 6px;}

/*顶部搜索框*/
.nav_search {border: 1px solid darkgray;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.nav_search input {border: none;}
.nav_search input:focus {outline: 0;border-color: darkgray;}
.nav_search form {display: flex;justify-content: center;align-items: center;}
.nav_search input:nth-of-type(1) {width: 200px;height: 30px;font-size: 15px;padding-left: 5px;border-radius: 5px 0px 0px 5px}
.nav_search_input {background: url("../images/icon_seach_grey.png") no-repeat;background-size: 75%;background-position: center;width: 30px;height: 30px;-webkit-border-radius: 0px 5px 5px 0px;-moz-border-radius: 0px 5px 5px 0px;border-radius: 0px 5px 5px 0px;}

/*移动端的导航栏css*/

.top{display: none;position: fixed;bottom: 10%;right: 2%;background: repeating-linear-gradient(45deg, grey, transparent 100px);font-size: 30px;color: #fff;padding: 1px 5px;}
.nav_mobile{display: none;width: 100%;height: auto;}
.nav_mobile_title{font-size: 21px;text-align: center;padding: 2% 0%;background: #e4e4e4;}
.nav_mobile_title a{color: #6a7885;}
.nav_mobile_list{border-bottom: 2px solid #608fca;}
.nav_mobile_list ul{display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;justify-content: flex-start;}
.nav_mobile_list ul li{font-size: 17px;padding: 2% 6%;font-weight: bold;}
.nav_mobile_list ul li a{color: #333333;}

/*导航栏 结束*/

/*页脚开始*/
.footer {width: 100%;height: auto;color: #333333;background-color: #f2f2f2;}
.line {width: 100%;height: 7px;background-image: linear-gradient(94deg, #1393ce 0%, #6ce1f9 100%);margin-top: 50px;}
.footer_container {width: 90%;height: auto;margin: auto;max-width: 1400px;display: flex;flex-direction: row;align-items: flex-start;justify-content: space-between;padding-top: 30px;}
.footer_container_left {width: 100%;display: flex;flex-direction: row;justify-content: space-around;align-items: baseline;}

.footer_item ul li {line-height: 50px;font-size: 19px;color: #3f454b;font-family: "Microsoft Ya Hei";}
.footer_item ul li:nth-of-type(1) {font-size: 20px;line-height: 83px;color: #3f454b;font-family: "Microsoft Ya Hei";font-weight: bold;}
.footer_item a {text-decoration: none;color: #333333;}
.footer_item small {font-size: 19px;letter-spacing: 1px;line-height: 32px;color: #3f454b;font-family: "Microsoft Ya Hei";}

.top-pc{
  display: none;
  position: fixed;
  right: 3%;
  bottom: 15%;
  background: #6a7885;
  transform: rotate(-90deg);
  font-size: 30px;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.top-pc:hover{cursor: pointer;}

/*============页脚结束==================*/

/*首页开始*/
.sy_container {width: 100%;height: auto;padding-bottom: 30px;}
.commond1 {padding: 80px 0px;}
.sy_body {width: 100%;max-width: unset;margin: auto;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.sy_body_left {width: 50%;height: auto;overflow: hidden;}
.sy_body_left img {max-width: 100%;}
.sy_body_left:hover img {transform: scale(1.1);transition-duration: 1s;}
.sy_body_right {width: 44%;height: auto;}
.title1 {font-size: 5.5rem;letter-spacing: -2px;line-height: 6rem;font-weight: 500;color: #6a7885;margin-bottom: 11px;}
.title1 span {color: #43d3f4;}
.sy_body_text {width: 80%;font-size: 2.5rem;line-height: 30px;text-align: justify;letter-spacing: -1px;color: #292929;margin-top: 80px;margin-bottom: 25px;font-weight: 300;}

.sy_p1 {width: 137px;border-radius: 21px;background-color: #6a7885;text-align: center;padding: 6px 0px;}
.sy_p1:hover {background: #43d3f4;}
.sy_p1 a {font-size: 2.1rem;line-height: 31px;color: #ffffff;font-weight: bold;}
.sy_p2 {background-color: #ebebeb;}
.sy_container2 {width: 100%;height: auto;}
.sy_body2 {width: 90%;margin: auto;max-width: 1400px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.sy_body_left2 {width: 50%;height: auto;}
.sy_body_left2 img {max-width: 100%}
.sy_body_right2 {width: 49%;height: auto;}
.title2 {font-size: 55px;letter-spacing: 2px;color: #004566;font-family: "Microsoft Ya Hei";}
.title2 span {color: #43d3f4;}

.sy_body_text2 {font-size: 25px;letter-spacing: -1px;line-height: 32px;color: #ffffff;font-weight: 300;font-family: "Microsoft Ya Hei Light";text-align: justify;margin-top: 80px;margin-bottom: 25px;}
.sy_container3 {width: 100%;height: auto;padding-bottom: 30px;}
.sy_body3 {width: 100%;max-width: unset;margin: auto;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.sy_body_left3 {width: 44%;text-align: right;height: auto;}
.sy_body_left3 img {max-width: 100%;}
.sy_body_right3 {width: 40%;height: auto;padding-left: 150px}

.title3 {font-size: 55px;letter-spacing: -3px;line-height: 70px;color: #6a7885;font-weight: 500;font-family: "Microsoft Ya Hei";margin-bottom: 11px;width: 100%;}
.title3 span {color: #43d3f4;}
.sy_body_text3 {font-size: 25px;letter-spacing: -1px;line-height: 32px;color: #292929;font-weight: 300;font-family: "Microsoft Ya Hei Light";width: 80%;text-align: justify;margin-top: 80px;margin-bottom: 25px;}

.sy_new {width: 100%;height: auto;background-color: #43d3f4;}
.sy_new_body {width: 90%;margin: auto;max-width: 1400px;padding: 40px 0px;display: flex;flex-direction: row;justify-content: space-between;align-items: baseline;}
.sy_new_item {width: 45%;background: white;padding: 50px 20px;}
.sy_new_item h3 {font-size: 25px;line-height: 26px;color: #6a7885;font-family: "Microsoft Ya Hei";margin-bottom: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: 500;}

.sy_p3 {font-size: 1.4rem;letter-spacing: 1px;line-height: 32px;color: #39424a;}
.sy_p4 {font-size: 18px;line-height: 26px;color: #39424a;font-weight: 400;font-family: "Microsoft Ya Hei Light";margin: 10px 0px;height: 100px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;text-align: justify;}
.sy_p5 {font-size: 1.6rem;line-height: 32px;}
.sy_p5 a {color: #43d3f4;}

.sy_join {background: url("../images/sy_img4.png") no-repeat;background-size: cover;height: auto;min-height: 400px;display: flex;align-items: center;}
.sy_join_body {width: 90%;margin: auto;max-width: 1400px;text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;padding: 40px 0px;}
.sy_join_body h1 {font-size: 4rem;color: #6a7885;font-weight: 500;}
.sy_join_body p {font-size: 2rem;line-height: 31px;color: #6a7885;margin-top: 20px;margin-bottom: 30px}
.sy_join_body a {color: #004566;}

.sy_form {display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
.sy_form_input {display: flex;justify-content: space-between;align-items: center;border: 2px solid darkgray;border-radius: 10px;}
.sy_form input:nth-of-type(1) {width: 400px;height: 40px;font-size: 1.6rem;border: none;padding-left: 15px;border-radius: 10px 0px 0px 10px}
.sy_form input:focus {border-color: darkgray;outline: 0}
.sy_form input:nth-of-type(2) {background: url(../images/icon_seach_white.png) no-repeat;background-position: center;background-color: #6a7885;height: 40px;width: 50px;font-size: 1.8rem;color: white;border: none;border-radius: 0px 8px 8px 0px;background-size: 50%;}
/*================首页结束========================*/

/*------------关于我们 start--------------------*/
.we_banner {width: 100%;height: auto;overflow: hidden}
.we_banner img {width: 100%}
.we_div1 {width: 100%;height: auto;border-bottom: 1px solid darkgray;}
.we_div1_body {width: 90%;height: auto;margin: 5% auto;max-width: 1400px;display: flex;flex-direction: row;justify-content: space-evenly;margin-bottom: 4%;}
.we_div1_body_item {width: 10%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.we_div1_body_item img {}
.we_div1_body_item p:nth-of-type(1) {font-size: 52px;line-height: 83px;color: #43d3f4;font-weight: 800;font-family: "Arial";text-align: center;}
.we_div1_body_item p:nth-of-type(2) {font-size: 20px;letter-spacing: -1px;line-height: 83px;color: #43d3f4;font-weight: 300;font-family: "Microsoft Ya Hei Light";}

.we_huake {width: 100%;height: auto;margin-top: 4%;}
.we_huake_body {width: 90%;height: auto;margin: auto;max-width: 1400px}
.we_huake_body > p {font-size: 40px;color: #323232;font-family: "Microsoft Ya Hei";text-align: center;margin: 20px 0px;}
.we_huake_body img {max-width: 100%;}
.we_huake_text {margin-bottom: 50px;}
.we_huake_text p {text-align: justify;margin-bottom: 20px;font-size: 22px;letter-spacing: -1px;line-height: 40px;color: #292929;font-weight: 300;font-family: "Microsoft Ya Hei Light";}

.we_honor {width: 100%;height: auto;margin-top: 70px;}
.we_honor_body {width: 90%;height: auto;margin: auto;max-width: 1400px;background: url("../images/we_zizhi2.png") no-repeat;background-size: cover;display: flex;flex-direction: row;justify-content: space-evenly;align-items: center;padding-bottom: 5px;}
.we_honor_body_item {text-align: center;padding-top: 40px;width: 33.333%;}
.we_honor_body_item img {max-width: 100%}
.we_honor_body_item p {font-size: 20px;line-height: 83px;color: #6a7885;font-family: "Sim Hei";text-align: center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

/*------------关于我们 end--------------------*/

/*-------------产品及服务 star------------------*/
.p_banner {width: 100%;height: auto;overflow: hidden}
.p_banner img {width: 100%}

.p_div1 {width: 100%;height: auto;}
.p_div1_body {width: 90%;height: auto;margin: 60px auto;max-width: 1400px;display: flex;flex-direction: row;justify-content: space-between;}
.p_div1_body_left {font-size: 40px;line-height: 50px;color: #323232;font-family: "Microsoft Ya Hei";width: 30%;}
.p_div1_body_right {font-size: 25px;letter-spacing: 0px;line-height: 34px;color: #555555;font-weight: 300;font-family: "Microsoft Ya Hei Light";width: 60%;text-align: justify;}

.p_div222 {padding-bottom: 4%;border-bottom: 1px solid darkgray;}
.p_div222_body {width: 90%;height: auto;margin: auto;max-width: 1400px;text-align: center;background-color: #43d3f4;color: white;padding-top: 50px;padding-bottom: 70px;margin-top: 50px;}
.p_div222_body > p {font-size: 1.8rem;letter-spacing: -1px;line-height: 25px;color: #ffffff;font-family: "Sim Hei";}
.p_div222_body > h2 {font-size: 40px;color: #ffffff;font-family: "Microsoft Ya Hei";margin-top: 10px;margin-bottom: 50px;font-weight: 500;}

.p_div333 {}
.p_div333 ul {display: flex;flex-direction: row;justify-content: center;align-items: center;}
.p_div333 ul li {font-size: 25px;letter-spacing: 1px;line-height: 32px;color: #fdfefd;font-family: "Microsoft Ya Hei";margin: 10px 15px;display: flex;align-items: center;}
.p_div333 b {font-size: 5rem;}

.p_div444{width: 90%;height: auto;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;margin: auto;max-width: 1400px;margin-top: 85px;}
.p_div444_item{width: 32%;}
.p_div444_item_img{}
.p_div444_item_img>img{width: 100%;height: 450px;}
.p_div444_item_text{background-color: #f7f8fa;height: 210px;display: flex;flex-direction: column;justify-content: space-between;}
.p_div444_item_text>p:nth-of-type(1){font-size: 31px;letter-spacing: 1px;color: #48515a;margin-bottom: 15px;padding-left: 20px;padding-top: 30px;}
.p_div444_item_text>p:nth-of-type(2){font-size: 16px;letter-spacing: 0px;line-height: 22px;color: #48515a;font-weight: 300;text-align: justify;margin-bottom: 10px;padding: 0px 20px;}
.p_div444_item_text>p:nth-of-type(3){font-size: 18px;letter-spacing: -1px;line-height: 25px;text-decoration: underline;color: #43d3f4;text-align: right;padding-right: 20px;padding-bottom: 20px;}
.p_div444_item_text>p>a{}

.p_div555{display: flex;justify-content: flex-start;}
.p_div_555_item{margin-right: 30px;}

.p_service {width: 100%;height: auto;margin-top: 4%;margin-bottom: 10%;}
.p_service_body {width: 90%;height: auto;margin: auto;max-width: 1400px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.p_service > p {font-size: 40px;line-height: 32px;color: #323232;font-family: "Microsoft Ya Hei";text-align: center;margin-bottom: 4%;}
.p_service_body_item {width: 48%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;box-shadow: 2px 7px 6px 3px darkgrey;border-radius: 10px;}
.p_service_body_item_left {width: 45%}
.p_service_body_item_left img {max-width: 100%}
.p_service_body_item_right {width: 45%;padding-right: 20px;text-align: justify;font-size: 1.6rem;}
.p_service_body_item_right p:nth-of-type(1) {font-size: 32px;line-height: 32px;color: #363636;font-family: "Microsoft Ya Hei";margin-bottom: 20px;text-align: center;}
.p_service_body_item_right p:nth-of-type(2) {font-size: 18px;letter-spacing: -1px;line-height: 25px;text-decoration: underline;color: #43d3f4;font-family: "Sim Hei";margin-top: 10px;}
.p_service_body_item_right p a {color: #43d3f4;}
.p_service_body_item_right_text {font-size: 18px;letter-spacing: -1px;line-height: 25px;color: #363636;font-weight: 300;font-family: "Microsoft Ya Hei Light";}
.p_service_body_item_right_text b {margin-right: 10px}

/*-------------产品及服务 end----------------*/

/*华科发展star*/
.f_banner {width: 100%;height: auto;overflow: hidden;}
.f_banner img {width: 100%}

.f_div1 {width: 100%;height: auto;padding-bottom: 30px; /*border-bottom: 1px solid darkgray;*/}
.f_div1_body {width: 90%;height: auto;margin: 50px auto;max-width: 1400px;display: flex;flex-direction: row;justify-content: space-between;align-items: baseline;margin-top: 50px;padding-bottom: 25px;border-bottom: 2px solid darkgray;}
.f_div1_body_left {font-size: 32px; /*line-height: 32px;*/color: #334046;font-family: "Microsoft Ya Hei";width: 35%;}
.f_div1_body_right {width: 65%;text-align: justify}
.f_div1_body_right p {font-size: 22px;line-height: 40px;color: #334046;font-weight: 300;font-family: "Microsoft Ya Hei Light";}

.f_gxjs {width: 100%;height: auto;}
.f_gxjs_body {width: 90%;height: auto;margin: auto;max-width: 1400px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-bottom: 50px;border-bottom: 2px solid darkgray;}
.f_gxjs_body:hover {box-shadow: 0px 0px 10px 0px grey;}
.f_gxjs_body_left {width: 45%;padding-left: 30px}
.f_gxjs_body_left p:nth-of-type(1) {font-size: 32px;color: #334046;font-family: "Microsoft Ya Hei";margin-bottom: 30px}
.f_gxjs_body_left p:nth-of-type(2) {font-size: 22px;line-height: 40px;color: #334046;font-weight: 300;font-family: "Microsoft Ya Hei Light";text-align: justify;}
.f_gxjs_body_right {width: 45%;padding: 30px;text-align: center;}
.f_gxjs_body_right img {max-width: 100%}

.f_rztx {width: 100%;height: auto}
.f_rztx_body {display: flex;flex-direction: row;width: 90%;margin: 50px auto;justify-content: space-between;align-items: center;max-width: 1400px;border-bottom: 3px solid #dddddd;}
.f_rztx_body:hover {box-shadow: 0px 0px 10px 0px grey;}
.f_rztx_body_left {width: 45%;height:100% !important;display: flex;flex-direction: row;justify-content: center;padding: 30px;}
.f_rztx_body_left img {width: 300px;max-height: 100%;height: 430px;}
.f_rztx_body_right {width: 50%;padding: 30px;}
.f_rztx_body_right p:nth-of-type(1) {font-size: 32px;line-height: 32px;color: #334046;font-family: "Microsoft Ya Hei";margin-bottom: 20px;}
.f_rztx_body_right p:nth-of-type(2) {font-size: 22px;line-height: 40px;color: #334046;font-weight: 300;font-family: "Microsoft Ya Hei Light";text-align: justify;}
.f_shichang {width: 90%;max-width: 1400px;margin: auto;background: url("../images/f_bg1.png") no-repeat;background-size: cover;display: flex;flex-direction: row;justify-content: space-between;}
.f_shichang_left {font-size: 40px;line-height: 32px;color: #ffffff;font-family: "Microsoft Ya Hei";width: 30%;text-align: center;padding-top: 60px;}
.f_shichang_right {font-size: 25px;line-height: 40px;color: #ffffff;font-weight: 300;font-family: "Microsoft Ya Hei Light";width: 60%;text-align: justify;padding: 60px;}

/*华科发展end*/

/*新闻资讯 star*/
.new_banner {width: 100%;height: auto;overflow: hidden;}
.new_banner img {width: 100%}
.new_article1 {padding-bottom: 30px;}
.new_article1_body {width: 90%;height: auto;max-width: 1400px;margin: 30px auto;margin-bottom: 30px;padding-top: 2%;padding-left: 1%}
.new_article1_body_title {font-size: 30px;letter-spacing: 2px;line-height: 32px;color: #39424a;font-family: "Microsoft Ya Hei";font-weight: bold;}
.new_article1_body_title a {color: #39424a;}
.new_article1_body_title:hover a {color: #43d3f4;}
.new_article1_body_more {display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding: 15px 0px;}
.new_article1_body_more p:nth-of-type(1) {font-size: 1.4rem;letter-spacing: 1px;line-height: 32px;color: #39424a;}
.new_article1_body_more p:nth-of-type(2) {background-color: #43d3f4;font-size: 1.8rem;padding: 5px 20px;}
.new_article1_body_more p a {color: white}
.new_article1_body_desc {font-size: 1.8rem;line-height: 30px;color: #39424a;font-weight: 300;width: 100%;height: 60px;text-align: justify;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;overflow: hidden;-webkit-box-orient: vertical;}

.new_three {width: 100%;height: auto;margin-top: 60px;margin-bottom: 80px;border-bottom: 1px solid darkgray;padding-bottom: 4%;}
.new_three_body {width: 90%;height: auto;margin: auto;max-width: 1400px;display: flex;flex-direction: row;justify-content: space-between;}
.new_three_item {width: 30%;height: auto}
.new_three_item_title {display: flex;flex-direction: row;align-items: center;font-size: 1.8rem;justify-content: space-between;margin-bottom: 40px;}
.new_three_item_title img {max-width: 100%}
.new_three_item_title span {font-size: 20px;letter-spacing: 1px;line-height: 32px;color: #39424a;font-weight: bold;font-family: "Microsoft Ya Hei";width: 80%;height: 60px;color: #39424a;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;}
.new_three_item_img {width: 100%;overflow: hidden}
.new_three_item_img img {width: 100%;height: 220px;overflow: hidden;}
.new_three_item_desc {font-size: 16px;line-height: 26px;color: #39424a;font-weight: 300;font-family: "Microsoft Ya Hei Light";text-align: justify;height: 137px;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 6;margin-top: 25px;margin-bottom: 40px;}
.new_three_item_more {display: flex;flex-direction: row;justify-content: flex-start;align-items: center}
.new_three_item_more span a {color: #43d3f4;font-size: 1.6rem}
.new_three_item_more span:nth-of-type(1) {color: #43d3f4;margin-right: 5px}

/*.new_three_item_more span:nth-of-type(2){width: 25px;height: 25px;border: 1px solid;border-radius: 50%;display: inline-block;text-align: center;vertical-align: middle;}*/
.new_three_item:hover .new_three_item_img img {transform: scale(1.3);transition-duration: 2s}
.new_three_item_more:hover a {color: #666666;}
.new_list {margin-top: 80px}
.new_list_body {display: flex;flex-direction: row;justify-content: space-between;width: 90%;margin: auto;max-width: 1400px;}
.new_list_ul h2 {font-size: 2rem;letter-spacing: 1px;line-height: 60px;color: #39424a;font-weight: bold;}
.new_list_ul ul li {line-height: 35px}
.new_list_ul ul li a {font-size: 1.8rem;color: #39424a;}
.new_list_ul ul li b {color: gray;font-size: 2.3rem;padding-right: 6px;}
.pagelist {text-align: center}
.pagelist a {padding: 5px;border: 1px solid black;margin-right: 3px;}
.pagelist .on {background: #43d3f4;color: white;}

/*新闻资讯end*/

/*资讯详情页*/
.new_detail_body {width: 100%;background: #ffffff;}
.new_detail_main {width: 90%;height: auto;margin: auto;max-width: 1400px;margin-top: 5%;margin-bottom: 60px}
.new_detail_title {color: #333;font-size: 3rem;text-align: center}
.new_detail_date {font-size: 1.8rem;letter-spacing: 1px;line-height: 60px;color: #39424a;margin-bottom: 4rem;text-align: center}
.new_detail_content {font-size: 1.8rem;line-height: 30px;color: #444;text-align: justify;}
.path {width: 90%;max-width: 1400px;margin: auto;text-align: center;font-size: 1.8rem;display: flex;flex-direction: row;justify-content: space-between;align-items: center;padding-top: 20px;padding-bottom: 20px;border-bottom: 1px solid darkgray}
.path > a {color: #2b2f34;}

/*资讯详情页end*/

/*招贤纳士*/
.j_banner {width: 100%;height: auto;overflow: hidden}
.j_banner img {width: 100%}
.j_page {width: 90%;margin: auto;max-width: 1400px;font-size: 18px;padding: 20px;border-bottom: 1px solid darkgray;}
.j_page > a {color: #43d3f4;}
.j_body {width: 90%;height: auto;margin: auto;max-width: 1400px;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;margin-top: 10vh}
.join_item {height: 150px;width: 100%;border-bottom: 1px solid darkgray;margin-bottom: 40px;}
.join_title {font-size: 35px;line-height: 32px;color: #004566;font-family: "Microsoft Ya Hei";}
.join_title a {color: #004566;}
.join_tips {width: auto;border-radius: 20px;text-align: center;padding: 3px 20px;font-size: 1.5rem;color: #004566;background-color: #ebebeb;font-weight: bold;margin-top: 11px;display: inline-block;}
.join_item_line {width: 70px;height: 5px;background-color: #43d3f4;margin-top: 40px;}
.join_detail {width: 90%;height: auto;margin: 50px auto;max-width: 1400px;}
.join_detail_title {font-size: 3rem;margin-bottom: 70px;}
.join_detail_content {font-size: 1.8rem;line-height: 30px;color: #252525;letter-spacing: 1px;padding-bottom: 30px;border-bottom: 1px solid darkgray;}
.join_detail_content p {color: #252525 !important;}
.join_detail_content span {color: #252525 !important;}
.join_detail_address {margin-top: 40px;padding-bottom: 40px;border-bottom: 1px solid darkgray;}
.join_detail_address p:nth-of-type(1) {font-size: 24px;padding-bottom: 15px;}
.join_detail_address p:nth-of-type(2) {font-size: 1.8rem}
.join_detail_lianxi {background: #43d3f4;color: #fff;padding: 10px;width: 180px;text-align: center;margin-top: 50px;font-size: 1.6rem}

/*招贤纳士end*/

/*联系我们*/
.contact_banner {width: 100%;height: auto;overflow: hidden}
.contact_banner img {width: 100%;}
.contact_address {width: 90%;height: 500px;margin: auto;max-width: 1400px;}

.contact_tab{display: flex;flex-direction: row;width: 90%;margin: 50px auto;max-width: 1400px;justify-content: space-between;align-items: baseline;}
.contact_tab>a{width: 30%;}

.contact_item>div{margin-bottom: 25px;display: flex;align-items: baseline;}
.contact_item img{margin-right: 25px;}
.contact_item_title{font-size: 30px;line-height: 56px;color: #39424a;padding-bottom: 5px;border-bottom: 2px solid darkgray;}

.contact_item_address{display: flex;flex-direction: row;align-items: flex-start;}
.contact_item_address>span{font-size: 20px;color: #39424a;}

.contact_item_tel{display: flex;flex-direction: row;align-items: center;height: 50px;}
.contact_item_tel>div{display: flex;flex-direction: column;}
.contact_item_tel>div>span{font-size: 20px;color: #39424a;}

.contact_item_people{display: flex;flex-direction: row;align-items: center;}
.contact_item_people>span{font-size: 20px;color: #373737;}

.contact_item_mail{display: flex;flex-direction: row;align-items: center;}
.contact_item_mail>span{font-size: 20px;color: #39424a;}
/*联系我们end*/



/*搜索页面star*/
.search_banner {width: 100%;height: 450%;overflow: hidden}
.search_banner img {width: 100%}
.search_body {width: 90%;height: auto;margin: 50px auto;max-width: 1400px}
.search_title {font-size: 1.8rem;font-weight: bold;padding-bottom: 15px;border-bottom: 2px solid #ddd;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.search_list {margin: 50px auto;}
.search_list_item {display: flex;justify-content: space-between;align-items: center;font-size: 1.8rem;line-height: 50px;}
.search_list_item:hover {background-color: #dddddd;}
.search_page {text-align: center;margin-top: 70px}
.search_page a {padding: 5px;border: 1px solid black;margin-right: 4px;}
.search_page .on {background: #43d3f4;color: white;}
.work_item {display: flex;flex-direction: row;justify-content: space-between;align-items: center;width: 396px;font-size: 1.8rem;padding: 5px 10px;background: #fff;}
.work_item a {font-size: 3rem;color: grey;}
.work_item:hover {background-color: #dddddd}
/*搜索页面end*/



/*适配*/
@media screen and (max-width: 1024px) {
  html, body {
    font-size: 9px
  }
}


@media screen and (max-width: 867px){
  .top{display: block}
  .nav_container{display: none;}
  .nav_mobile_list{margin-bottom: 5%}
  .nav_mobile{display: block}
  .footer_container{display: none;}
  .line{height: 4px}

  /*首页*/
  .sy_body_left{display: none;}
  .sy_body_right{width: 95%;margin: auto}
  .sy_body_right>img{display: none}
  .title1{font-size: 25px}
  .sy_body_text{width:100%;font-size: 1.8rem;margin-top: 25px;}
  .sy_p1{width: 120px;padding: 4px 0px}
  .sy_p4{font-size:16px}
  .sy_p1 a{font-size: 1.8rem}
  .commond1{padding: 40px 0px}
  .sy_body2{flex-direction: column-reverse}
  .sy_body_left2{width: 100%;text-align: center;}
  .sy_body_left2 img{width: 70%;}
  .sy_body_right2{width: 100%}
  .title2{font-size: 25px}
  .title2>img{display: none}
  .sy_body_text2{width: 100%!important;margin-top: 3rem;line-height: 25px;font-size: 1.8rem}
  .sy_body_left3{display: none}
  .sy_body_right3{width: 95%;margin: auto;padding-left: 0%;}
  .sy_body_right3>img{display: none}
  .title3{width: 100%;font-size: 25px;line-height: 40px;margin-top: 4%;}
  .title3>img{display: none}
  .sy_body_text3{font-size: 1.8rem;width: 100%;margin-top: 5%}
  .sy_new_body{flex-direction: column;justify-content: center;align-items: center;}
  .sy_new_item{width: 100%;padding: 14px 10px;margin-bottom: 2%}
  .sy_new_item h3{font-size: 20px;margin-bottom: 10px}
  .sy_join_body h1{font-size: 25px}
  .sy_form input:nth-of-type(1){width: 200px}
  .sy_form input:nth-of-type(2),.sy_form input:nth-of-type(1){height: 30px}
  .work_item{width: 200px}
  .sy_join{min-height: 330px}
  .sy_join_body h1{color: #333333}
  .sy_join_body p{font-size: 1.8rem;line-height: 25px;color: #333333;}


  /*关于我们*/
  .we_div1_body{width:95%;flex-direction: row;flex-wrap: wrap;}
  .we_div1_body_item{width: 45%;margin-bottom: 8%;padding-top: 30px}
  .we_div1_body_item p:nth-of-type(1){font-size: 4rem;line-height: 6rem}
  .we_div1_body_item p:nth-of-type(2){line-height: 4rem}
  .we_huake_body > p{font-size: 3rem}
  .we_huake_text{margin-bottom: 5%}
  .we_huake_text p{font-size: 1.8rem;line-height: 30px}
  .we_honor_body_item p{font-size: 1.6rem;height: 75px;text-overflow: unset;white-space:initial ;line-height: unset}

  /*华科发展*/
  .f_div1_body{flex-direction: column;margin-bottom: 1%}
  .f_div1_body_left{width: 100%;font-size: 21px;font-weight:bold;line-height: 50px}
  .f_div1_body_right{width: 100%}
  .f_div1_body_right p{font-size: 1.8rem;line-height: 30px}

  .f_gxjs_body{flex-direction: column;margin-top: 5%}
  .f_gxjs_body_left{width: 100%;padding-left: 0px}
  .f_gxjs_body_right{width: 100%}
  .f_gxjs_body_left p:nth-of-type(1){font-size: 21px;font-weight: bold}
  .f_gxjs_body_left p:nth-of-type(2){font-size: 1.8rem;line-height: 30px}

  .f_rztx_body{flex-direction: column-reverse;margin: 30px auto;}
  .f_rztx_body_left{width: 100%}
  .f_rztx_body_right{width: 100%;padding: 0px}
  .f_rztx_body_left img:nth-of-type(2){display: none}
  .f_rztx_body_right p:nth-of-type(1){font-size: 21px;font-weight: bold}
  .f_rztx_body_right p:nth-of-type(2){font-size: 1.8rem;line-height: 30px}
  .f_rztx_body_left img{width: 60%;height: auto}
  .f_rztx_body{box-shadow: none}
  .f_gxjs_body:hover{box-shadow: unset}
  .f_rztx_body:hover{box-shadow: unset;}

  .f_shichang{flex-direction: column;width: 95%;padding-bottom: 7%}
  .f_shichang_left{width: 100%;font-size: 21px;padding-top: 7%;padding-bottom: 3%;font-weight: bold}
  .f_shichang_right{width: 100%;padding: 0px;font-size: 1.8rem;line-height: 35px;}
  .f_shichang_right>p{width: 95%;margin: auto;line-height: 30px}

  /*产品及服务*/
  .p_div1_body{flex-direction: column;margin: 5% auto;}
  .p_div1_body_left{width: 100%;font-size: 21px;line-height: 35px;margin-bottom: 4%;font-weight: bold}
  .p_div1_body_right{width: 100%;font-size: 1.8rem;line-height: 30px;}
  .p_div222_body{padding-top: 5%;padding-bottom: 5%}
  .p_div222_body > h2{margin-bottom: 5%}
  .p_div333 ul{flex-direction: column;width: 85%;justify-content: flex-start;align-items: flex-start;margin: auto}
  .p_div333 ul li{font-size: 2rem;line-height: 23px; margin: 5px 15px;}

  .p_service > p{font-size: 21px;font-weight: bold}
  .p_service_body{flex-direction: column}
  .p_service_body_item{width: 100%;flex-direction: column;margin-bottom: 7%;padding-bottom: 4%}
  .p_service_body_item_left{width: 100%}
  .p_service_body_item_right{width: 90%;padding-right: 0px}
  .p_service_body_item_left img{width: 100%;height: 250px}
  .p_service_body_item_right_text{font-size: 1.8rem}
  .p_service_body_item_right p:nth-of-type(1){font-size: 20px;margin-top: 4%}

  .p_div444{margin-top: 25px;}
  .p_div444_item{width: 100%;margin-bottom: 15px}
  .p_div444_item_img>img{height: 200px;}
  .p_div_555_item{margin-right: 0px}
  .p_div444_item_text{height: auto;}
  .p_div444_item_text>p:nth-of-type(1){font-size: 21px;margin-bottom: 0px;padding-top: 15px;padding-bottom: 10px;}

  /*新闻资讯*/
  .new_three_body>div:nth-of-type(2),.new_three_body>div:nth-of-type(3){display: none}
  .new_three_item{width: 100%}
  .new_three_item_title{margin-bottom: 25px}
  .new_three_item_title span{font-size: 2rem}
  .new_three_item_img img{height: 200px}
  .new_article1_body{border-bottom: 1px dashed grey!important;}
  .new_article1_body_title{font-size: 2rem;line-height: 30px;font-weight: 500}
  .new_article1_body_more{padding: 10px 0px}
  .new_detail_title{font-size: 21px}
  .path > a{display: none}
  .new_detail_date{margin-bottom: 1rem}

  /*招贤纳士*/
  .join_title{font-size: 25px}
  .join_item{height: 120px}
  .join_item_line{margin-top: 7%}

  /*联系我们*/
  .contact_tabs{width: 95%}
  .contact_tabs a{width: 100px;font-size: 17px;padding: 0px}
  .contact_div222 p{padding: 5px 0px}
  .contact_address{height: 300px}
  .contact_title{font-size:21px;}
  #company2{font-size: 20px}
  #tel{padding: 5px 0px;}
  #phone{padding: 0px 80px;}
  .contact_tab{flex-direction: column}
  .contact_tab>a{width: 100%;margin-bottom: 20px;border-bottom: 2px solid darkgray;}
  .contact_item_title{font-size: 20px;line-height: unset;border-bottom: unset;}
  .contact_item_address>span{font-size: 16px}
  .contact_item_tel{height: auto;}
  .contact_item_tel>div>span{font-size: 16px}
  .contact_item_people>span{font-size: 16px}
  .contact_item_mail>span{font-size: 15px}
  .contact_item>div{margin-bottom: 10px}
  .contact_item img{margin-right: 10px}
  .contact_item>div{align-items: center}

}


/*适配*/




