@charset "utf-8";
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0px;
	padding: 0px;
}
body {
    font-family: "Microsoft YaHei";
    color: #333;
    outline: 0;
    /* background: #f3f3f3; */
}
img {
	border: none;
	vertical-align: middle;
    width: 100%;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ol , li {
	list-style: none;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.clearfix {
	zoom: 1;
}
a {
	text-decoration: none;
	color:#333;
}
a:hover {
    color: #0c2ca7;
}
.thesame {
    width: 1200px;
    margin: 0 auto;
}
.service_content {
    padding: 30px 50px;
    box-shadow: 1px 1px 20px #e6e6e6;
}
.title_time {
    text-align: center;
    margin: 0 0 20px 0;
}
.title_time p {
    color: #999;
    font-size: 14px;
    margin: 20px  0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title_time h1 {
    font-size: 28px;
}
.service_article {
    background: #fff;
    padding-top: 5px;
}
.service_content p {
    line-height: 32px;
    margin: 17px 0;
    font-size: 17px;
}
.service_content h2 {
    font-size: 20px;
    margin: 17px 0 17px;
    color: #195f99;
}
.service_info_bread {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    color: #555;
}
.service_info_bread a {
    color: #555;
}
.foot_left {
    float: left;
    margin: 33px  0 0 40px;
}
.foot_right {
    float: right;
}
.footbox {
    overflow: hidden;
    clear: both;
    width: 1200px;
    margin: 0 auto;
}
footer {
    background: #e9eef3;
    padding: 30px 0;
    border-top: 4px solid #2196F3;
    margin-top: 50px;
}
.foot_right p {
    margin: 0 0  12px 0;
    font-size: 16px;
}
.foot_right {
    width: 265px;
    text-align: center;
}
.foot_center {
    float: left;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    padding: 0 60px;
    margin: 0 0 0 120px;
}
.foot_center p {
    font-weight: bold;
    margin: 0 0 12px 0;
    font-size: 17px;
}
.foot_right li {
    float: left;
    margin: 0 15px 0 0;
    line-height: 27px;
    font-size: 14px;
    color: #777;
}
.foot_center ul li {
    font-size: 14px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.foot_right img {
    border: 1px solid #e6e6e6;
    padding: 2px;
    width: 110px;
}
.relevant_article {
    width: 1200px;
    margin: 30px auto;
    background: #fff;
    padding: 20px 0;
}
.relevant_article li {
    float: left;
}
.relevant_article ul {
    overflow: hidden;
    clear: both;
}
.relevant_article li:nth-child(even) {
    width: 48%;
    margin: 25px 0 10px 2%;
}
.relevant_article li:nth-child(odd) {
    width: 48%;
    margin: 25px 2% 10px 0;
}
.relevant_img {
    width: 32%;
    float: left;
}
.relevant_right {
    width: 65%;
    float: right;
}
.relevant_right>div {
    font-size: 14px;
    line-height: 23px;
    margin: 10px 0 0 0;
    color: #808080;
    height: 58px;
    overflow: hidden;
}
.relevant_img img {
    border-radius: 6px;
}
.relevant_right p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 17px;
}
.management_service {
    width: 1200px;
    margin: 30px auto;
    background: #fff;
    padding: 10px 0 20px 0;
}
.subproject p {
    float: left;
    margin: 0 10px  0 0;
}
.management_service ul li {
    overflow: hidden;
    clear: both;
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}
.management_service_img {
    width: 23%;
    float: left;
}
.management_service_right {
    float: right;
    width: 73%;
}
.management_service_img img {
    border-radius: 6px;
}
.management_service_describe {
    margin: 10px 0;
    line-height: 28px;
    font-size: 15px;
}
.management_service_right h2 {
    font-size: 20px;
}
.extended_reading {
    width: 1200px;
    margin: 30px auto;
}
.extended_reading>ul>li {
    background: #fff;
    margin: 0 1% 20px;
    float: left;
    box-sizing: border-box;
}
.extended_reading>ul {
    overflow: hidden;
    clear: both;
}
.extended_reading>ul>li:nth-child(odd) {width: 49%;margin-left: 0;}
.extended_reading>ul>li:nth-child(even) {
    width: 49%;
    margin-right: 0;
}
.extended_reading>ul>li a::before {
    content: '';
    position: absolute;
    left: 33px;
    top: 50%;
    margin-top: -3px;
    z-index: 1;
    width: 6px;
    height: 6px;
    background: #c3c3c3;
    border-radius: 50%;
}
.extended_reading>ul>li {
    position: relative;
    display: flex;
    align-items: center;
}
.extended_reading>ul>li  span {
    position: absolute;
    right:40px;
    color: #014b7d;
    display: flex;
    align-items: center;
    font-size: 21px;
    z-index: 9999;
}
.extended_reading>ul>li a {
    display: block;
    width: 100%;
    padding: 20px 0 20px 49px;
    z-index: 9999;
    border: 1px solid #e6e6e6;
}
.relevant_info li:nth-child(odd) {
    width: 100%;
    margin:15px 0;
}
.relevant_info li:nth-child(even) {
    width: 100%;
    margin: 15px 0;
}
.relevant_info .relevant_img {
    width: 23%;
}
.relevant_info .relevant_right {
    width: 74%;
    position: relative;
    height: 150px;
}
.relevant_info .relevant_right>div {
    height: auto;
    overflow: inherit;
    line-height: 28px;
    font-size: 15px;
}
.relevant_info .relevant_right p {
    font-size: 18px;
}
.relevant_right>span {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    padding: 4px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.relevant_right>span a {
    color: #666;
}
.relevant_right>span:hover {
    background: #258dc9;
}
.relevant_right>span:hover a {
    color: #fff;
}
.relevant_info li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 30px;
}
.service_content img {
    width: inherit;
    margin: 0 auto;
    display: block;
}
.title_time p i {
    margin-right: 3px;
}
.title_time p .icon-liulan {
    margin-left: 20px;
}
.relevant_info h3 {
    margin-bottom: 10px;
}
.relevant_info li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.industry_newsbox {
    width: 1200px;
    margin: 30px auto;
    background: #fff;
    padding: 10px 0 20px 0;
}
.industry_newsbox li {
    border-bottom: 1px dotted #ccc;
    padding: 15px 0 30px;
    overflow: hidden;
    clear: both;
    margin: 15px 0;
}
.industry_newsbox .relevant_img {
    float: left;
    width: 23%;
}
.industry_newsbox .relevant_right {
    width: 74%;
    position: relative;
    height: 150px;
}
.industry_newsbox .relevant_right p {
    font-size: 18px;
    font-weight: bold;
}
.relevant_right .newslist_more {
    font-size: 14px;
    bottom: 0;
    left: 0;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newslist_more a {
    border: 1px solid #dcdcdc;
    padding: 4px 16px;
}
.industry_newsbox li:hover .newslist_more a {
    background: #1b77b1;
    color: #fff;
}
.relevant_right .newslist_more span {
    color: #999;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; 
}
.industry_newsbox_pages {
    text-align: center;
}
.long_banner {
    width: 1200px;
    margin: 60px auto 0;
    /*background: url(/skin_page/images/uwkfc.jpg) no-repeat;*/
    text-align: center;
    padding: 30px 0;
    color: #fff;
    font-weight: bold;
	background: #407fc6;
}
.long_banner h2 {
    font-size: 40px;
}
.long_banner p {
    font-size: 25px;
    margin: 15px 0;
}
.long_banner>div {
    font-size: 31px;
}
.long_banner>div i {
    font-size: 35px;
    color: #00BCD4;
    margin: 0 7px 0 0;
}
.home_dynamic {
    width: 1140px;
    margin:50px auto;
    background: #fff;
    padding: 30px 30px 0;
}
.dynamic_left {
    float: left;
    width: 440px;
    margin: 15px 0 0;
}
.dynamic_right {
    float: right;
    width: 650px;
}
.dynamicwrap {
    overflow: hidden;
    clear: both;
}
.dynamic_right li {
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}
.dynamic_right li p {
    font-size: 14px;
    margin: 6px 0 0;
    line-height: 23px;
    color: #777;
}
.dynamic_left>a {
    position: relative;
    width: 100%;
    display: inline-block;
}
.dynamic_left>a p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    padding: 13px 10px;
    color: #fff;
    box-sizing: border-box;
    opacity: .7;
}
.dynamic_left>div {
    font-size: 15px;
    margin: 10px 0 0 0;
    line-height: 27px;
}
.dynamic_right li h3 {
    font-size: 16px;
    font-weight: 400;
}
.home_dynamic h2  , .cooperative_partner h2 , .home_article h2 , .service_items h2 , .reasons_selection>h2 ,.index_casebox h2 , .quality_controlwrap h2
{
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px 0;
}
.home_dynamic h2::before, .home_dynamic h2::after , .cooperative_partner h2::before, .cooperative_partner h2::after , .home_article h2::before, .home_article h2::after ,
.service_items h2::before, .service_items h2::after  ,.reasons_selection>h2::before, .reasons_selection>h2::after, .index_casebox h2::before , .index_casebox h2::after ,
.quality_controlwrap h2::before , .quality_controlwrap h2::after
{
    background: linear-gradient(to right,transparent,#666);
    content: "";
    height: 1px;
    width: 150px;
    margin: 0 10px 0 0;
}
.cooperative_partner {
    width: 1200px;
    margin: 0 auto;
    /* background: #fff; */
    padding: 60px 0 56px;
}
.cooperative_partner ul li {
    float: left;
    box-sizing: border-box;
    width: 15%;
    margin: 3px .8% 10px;
    padding: 5px 5px;
    border: 1px solid #e4e4e4;
}
.cooperative_partner ul {
    overflow: hidden;
    clear: both;
    margin: 30px 0 0 0;
}
.home_article {
    width: 1200px;
    margin: 50px auto;
    background: #fff;
    padding: 30px 0;
}
.home_article_wrap {
    overflow: hidden;
    clear: both;
}
.home_article_list {
    float: left;
    width: 48%;
    margin: 15px 0;
}
.home_article_list:nth-child(odd) {
    margin-right: 2%;
}
.home_article_img {
    width: 35%;
    float: left;
}
.home_article_list:nth-child(even) {
    margin-left: 2%;
}
.home_article_text {
    width: 61%;
    float: right;
}
.home_article_dec {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin: 10px  0 25px;
    height: 41px;
    overflow: hidden;
}
.home_article_text span {
    font-size: 14px;
    color: #999;
}
.home_article_text p {
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.service_items {
    width: 1200px;
    margin: 0 auto;
}
.service_items_name li {
    flex: 1;
    text-align: center;
    border: 1px solid #dcdcdc;
    padding: 20px 8px;
    margin: 0 8px;
    cursor: pointer;
    font-size: 18px;
    float: left;
    /* width: 10%; */
    /* margin: 0 1% 30px; */
    font-weight: bold;
    font-size: 19px;
    background: #F5F5F5;
}
.service_items_name ul {
    display: flex;
    /* padding: 0 50px; */
    overflow: hidden;
    clear: both;
}
.service_items_son ul li {
    float: left;
    width: 23%;
    box-shadow: 0 0.3rem 0.95rem 0.3rem #8f8f9424;
    border-radius: .7rem;
    background-color: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    margin: 20px 1% 10px;
}
.service_items_son ul {
    overflow: hidden;
    clear: both;
}
.service_items_son ul li i {
    display: inline-block;
    font-size: 58px;
    border-radius: 50%;
    padding: 8px 9px;
}
.items_son_dec p {
    font-size: 15px;
    line-height: 27px;
    color: #666;
    /* border-bottom: 1px solid #ccc; */
    /* padding: 0 0 12px 0; */
    /* margin: 0 0 10px; */
    height: 112px;
    overflow: hidden;
}
.service_items_son ul li>a>p{
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
}
.items_line {
    height: 3px;
    background: red;
    width: 50px;
    text-align: center;
    margin: 0 auto 10px;
}
.items_son_dec span {
    color: #555;
    font-size: 14px;
    border-top: 1px solid #e2e2e2;
    display: block;
    padding: 10px 0 0 0;
}
.items_son_cion {
    display: flex;
    justify-content: center;
}
.service_items_son ul li:hover i {
    background: #2196F3;
    color: #fff;
    transition: all .4s ease;
}
.service_items_son {
    display: none;
}
.service_items_son:first-child {
    display: block;
}
.service_items_name .items_on {
    background: #2196F3;
    color: #fff;
}
.service_items_more {
    text-align: center;
    margin: 40px 0 0;
}
.service_items_more a {
    padding: 8px 32px;
    border: 1px solid #ccc;
}
.service_items_more a:hover {
    background: #407fc6;
    color: #fff;
}
.service_items_son ul li:hover .items_son_dec p, .service_items_son ul li:hover .items_son_dec span {
    color: #0c2ca7;
}
.service_items_content h2::before ,.service_items_content h2::after {
    background: linear-gradient(to right,transparent,#666);
    content: "";
    height: 1px;
    width: 150px;
    margin: 0 10px 0 0;
}
.service_items_content  h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.service_items_content h2 span {
    color: #195f99;
}
.foot_center ul li i {
    color: #096cbb;
    font-size: 28px;
    margin: 0 8px  0 0;
}
.foot_center ul li:last-child {
    color: #777;
    font-size: 13px;
}
.foot_center ul li:last-child a {
    color: #777;
    font-size: 13px;
}
.service_items_partner ul li {
    float: left;
    box-sizing: border-box;
    margin: 10px 1.1% 10px .5%;
    padding: 5px 5px;
    width: 15%;
    border: 1px solid #ccc;
}
.service_items_partner ul {
    overflow: hidden;
    clear: both;
}
.service_items_partner li img {
    width: 100%;
}
.itemsbanner {
    width: 100%;
    background: url(/skin_page/images/item_banner.jpg) no-repeat;
    text-align: center;
    color: #fff;
    padding: 70px 0;
}
.usban {
    width: 100%;
    background: url(/skin_page/images/aboutun.jpg) no-repeat;
    text-align: center;
    color: #fff;
    padding: 80px 0;
}
nav {
    display: flex;
    height: 100%;
    align-items: center;
}
.headerbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    height: 90px;
}
nav>ul>li {
    float: left;
}
nav>ul>li>a {
    padding: 0 22px;
    display: block;
    height: 100%;
    line-height: 90px;
    font-size: 18px;
    transition: all .3s ease;
}
header {
    box-shadow: 1px 1px 15px #ddd;
}
nav>ul>li>a:hover {
    background: #1b5d97;
    color: #fff;
}
/* nav>ul>li>.active::after {
    border-bottom: 5px solid #1b5d97;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
} */
nav>ul>li>.active {
    color: #fff;
    position: relative;
    background: #1b5d97;
}
.reasons_selection_title h3 {
    font-size: 20px;
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #fff;
    color: #333;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
}
.reasons_selection_title {
    float: left;
    width: 250px;
    padding: 0;
}
.reasons_selectionwrap>ul {
    float: right;
    width: 950px;
    position: relative;
}
.reasons_selectionwrap {
    overflow: hidden;
    clear: both;
    width: 1200px;
    margin: 0 auto;
}
.reasons_selectionwrap>ul>li {
    display: none;
    padding: 100px 80px;
}
.reasons_selection_title .us_on {
    background: #468ed8;
    color: #fff;
    font-weight: bold;
}
.reasons_selectionwrap>ul>li p {
    line-height: 28px;
    margin: 0 0 30px;
    font-size: 17px;
}
.reasons_selectionwrap>ul>li:first-child {
    display: block;
    padding: 60px 80px;
}
.reasons_selectionbox {
    /*background: url(/skin_page/images/choosimg.jpg) center no-repeat;*/
    color: #fff;
    margin: 30px 0 0 0;
	    background: #3e7dc4;
}
.reasons_selection_title h3:last-child {
    border: none;
}
.szck {
    width: 200px;
    height: 100px;
    /*background: url(/skin_page/images/choosimg.jpg);*/
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 30px  30px;
    margin: 0 30px;
	background: #1762b5;
}
.szck span {
    font-size: 45px;
    display: block;
    clear: both;
    float: none;
    margin-right: auto;
    margin-left: auto;
    line-height: 45px;
    padding-bottom: 20px;
    font-weight: bold;
}
.reasons_selectionwrap>ul>li:first-child>div {
    text-align: center;
    margin: 35px 0 0 0;
}
.about_content {
    width: 1200px;
    margin: 50px auto;
}
.about_content p {
    margin: 15px 0;
    line-height: 28px;
}
.about_content h3 {
    font-size: 19px;
    border-left: 4px solid #258dc9;
    padding-left: 10px;
    padding: 0 0 0 12px;
}
.service_items_box {
    /*background: url(/skin_page/images/sefj.png) no-repeat;*/
    padding: 60px 0;
	    background: whitesmoke;
}
.contact { position: fixed; z-index: 11; bottom: 10%; right: 0; background-color: rgba(17, 95, 184, 0.8); color: #fff; font-size: 22px; border-radius: 20px 0 0 20px; display: flex; flex-direction: column; align-items: center; padding: 10px 0; }
.contact .contact-item { width: 100%; text-align: center; padding: 15px 10px; position: relative; }
.contact .contact-item:hover .contact-item__popup { display: block; animation: translate 0.5s; }
.contact .contact-item__icon { width: 35px; height: 35px; object-fit: contain; }
.contact .contact-item__popup { display: none; animation: translateOut 0.5s; position: absolute; right: calc(100% - 10px); background-color: rgba(17, 95, 184, 0.8); z-index: -1; top: 10px; white-space: nowrap; padding: 10px; border-radius: 10px; line-height: 1; }
.contact .contact-item__popup--wechat { right: calc(100% + 8px); }
.contact .contact-item__popup--wechat img { width: 107px; height: 107px; }
.contact-item a {color: #fff;display: block;}
.home_link {
    background: #e9eef3;
}
.home_linkbox {
    width: 1200px;
    margin: 0 auto;
    color: #777;
    font-size: 14px;
    line-height: 28px;
    padding: 0 0 20px 0;
}
.home_linkbox a {
    color: #777;
    margin: 0 13px 0 0;
}
.sv {
    box-shadow: 1px 1px 20px #ddd;
    padding: 30px 50px;
    margin: 20px 0;
}
.service_items_content p {
    line-height: 32px;
    margin: 17px 0;
    font-size: 17px;
}
.service_items_content img {
    width: inherit;
    margin: 0 auto;
    display: block;
}
.service_items_partner ul {
    margin: 17px 0;
}
.service_items_name li i {
    display: block;
    font-size: 60px;
    margin: 0 0 10px 0;
    color: #407fc6;
}
.service_items_name  .items_on i {
    color: #fff;
}
.service_items_name .items_on a {
    color: #fff;
}
.title_time.case_title_time h1 {
    margin: 10px 0 50px 0;
    font-size: 24px;
}
.industry_newsbox  .rq {
    width: 100%;
}
.newstt {
    margin: 10px 0 40px 0;
}
.newstt h1 {
    font-size: 24px;
}
.news_sx {
    padding: 20px 50px 0 50px;
    display: flex;
    justify-content: space-between;
}
.news_sx p {
    margin: 20px 0;
}
.article_previous_next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
.article_previous_next a {
    background: #ececec;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    color: #fff;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.article_previous_next a:hover {
    background: #1b5d97;
}
.ry {
    width: 100%;
}
.extended_reading>ul>li a:hover {
    background: #407fc6;
    color: #fff;
}
.extended_reading>ul>li:hover .icon-xiangyoujiantou:before {
    color: #fff;
}
.th {
    width: 100%;
}
.about_hyimg {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.about_hyimg img {
    width: 590px;
    display: inline-block;
}
.about_hyimg h2::before ,.about_hyimg h2::after ,.about_content h2::before ,.about_content h2::after , .about_contact h2::before ,.about_contact h2::after {
    background: linear-gradient(to right,transparent,#666);
    content: "";
    height: 1px;
    width: 150px;
    margin: 0 10px 0 0;
}
.about_hyimg h2 ,.about_content h2  , .about_contact h2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px 0;
}
.index_casebox {
    width: 1200px;
    margin: 50px auto;
}
.indexcase {
    overflow: hidden;
    position: relative;
}
.indexcase .swiper-slide a>p{
    padding: 0 14px;
    margin: 5px 0 0;
    line-height: 26px;
    font-size: 15px;
}
.gsmxm {
    padding: 10px 14px 0;
    line-height: 26px;
    font-size: 15px;
}
.indexcase .swiper-slide {
    border: 1px solid #cacaca;
    box-sizing: border-box;
    padding: 0 0 10px 0;
}
.indexcase .swiper-slide span {
    display: block;
    text-align: center;
    width: 100px;
    border: 2px solid #ccc;
    margin: 15px auto;
    padding: 5px;
}
.quality_controlwrap {
    width: 1200px;
    margin: 0  auto;
}
.quality_control ul li {
    width: 220px;
    float: left;
    padding: 15px 0;
    transition: all .3s ease-out 0s;
    background: #fff;
    margin: 2px 10px;
    box-sizing: border-box;
    height: 350px;
    position: relative;
}
.quality_control {
    background-color: #f5f5f5;
    padding: 60px 0 50px 0;
}
.quality_controlwrap h3 {
    font-weight: bold;
    color: #001d56;
    text-align: center;
}
.quality_control ul li p {
    padding: 10px 20px 20px 20px;
    line-height: 31px;
}
.quality_control ul li i {
    display: block;
    text-align: center;
    font-size: 80px;
    margin: 20px 0;
}
.serial_number {
    position: absolute;
    top: -35px;
    left: 10px;
    font-size: 53px;
    font-weight: bold;
    letter-spacing: 0.03em;
    font-family: Barlow;
    color: #0080ff;
    opacity: .3;
}
.quality_controlwrap ul {
    margin: 65px 0 0;
}
.quality_control ul li:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}
/*section.partnerbox {
    background: url(http://www.xmwuben.com/images/coop_bg.png)  bottom center no-repeat;
}*/
.aboutpro {
    width: 1200px;
    margin: 0 auto 40px;
    overflow: hidden;
    clear: both;
}
.aboutpro>div {
    float: left;
    box-shadow: 2px 2px 8px 2px #8f8f9424;
    box-sizing: border-box;
    text-align: center;
}
.ab1 {
    width: 50%;
    height: 140px;
    margin: 0 0  20px  0;
}
.ab2 {
    width: 50%;
    padding: 30px;
}
.aboutpro>div h2 {
    text-align: center;
    margin: 0 0 22px;
    font-weight: 400;
}
.aboutpro>div p {
    margin: 15px 0;
}
.quality_controlwrap>p  , .service_items_box .service_items>p ,.partnerbox .cooperative_partner>p
, .index_casebox>p ,  .reasons_selection>p{
    text-align: center;
    color: #777;
    font-size: 15px;
	padding: 0 35px;
    line-height: 26px;
}
.quality_control .quality_controlwrap h2 , .service_items_box .service_items h2 , .partnerbox .cooperative_partner h2 , .index_casebox>h2 , .reasons_selection h2{
    margin-bottom: 20px;
}
.service_items_name {
    margin: 40px 0 0 0;
}
.case_items_more {
    text-align: center;
    margin: 40px 0 80px;
}
.case_items_more a {
    padding: 8px 32px;
    border: 1px solid #ccc;
}
.case_items_more a:hover {
    color: #fff;
    background: #407fc6;
}
.gsmxm p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 15px;
}
.gsmxm p::before {content: "";position: absolute;width: 6px;height: 6px;background: #9E9E9E;border-radius: 50%;top: 0;left: 0;margin-top: 10px;}
.hycasewrap p {
    float: left;
    width: 180px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px 15px 5px;
    box-sizing: border-box;
}
.hycasewrap {overflow: hidden;clear: both;margin: 0 0 30px 0;}
.hycasewrap p a {
    padding: 10px 0;
    display: block;
}
.hycasewrap .listcaseactive {
    color: #fff;
    background: #407fc6;
}
.home_industry_title {
    overflow: hidden;
    clear: both;
    margin: 30px 0 20px 0;
}
.home_industry_title p {
    float: left;
    width: 190px;
    text-align: center;
    border: 1px solid #eaeaea;
    margin: 0 5px 15px 5px;
    box-sizing: border-box;
    background: #F5F5F5;
}
.home_industry_title p a {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_industry_title p i {
    font-size: 28px;
    margin: 0 6px 0 0;
}
.home_industry_title p:hover {
    background: #407fc6;
}
.home_industry_title p:hover a {
    color: #fff;
}
.slide_banner img {
    width: 100%;
}
nav>ul>li>ul {
    display: none;
    position: absolute;
    left: 50%;
    top: 90px;
    background: #fff;
    margin-left: -71px;
    z-index: 9999;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}
nav>ul>li:nth-child(2) {
    position: relative;
}
nav>ul>li>ul li a {
    display: block;
    background: #fff;
    font-size: 15px;
    padding: 15px 10px;
    width: 120px;
    text-align: center;
}
nav>ul>li:nth-child(2):hover>ul {
    display: block;
}
.yd_navicon {
    display: none;
}
.mobilebg {
    display: none;
}
.icon-shouye {
    font-size: 19px;
    margin: 0 3px 0 0;
}
.icon-anlihuicui {
    font-size: 19px;
    margin: 0 3px 0 0;
}
.icon-wodezixun {
    font-size: 22px;
    margin: 0 3px 0 0;
}
.icon-xinwen {
    font-size: 19px;
    margin: 0 3px 0 0;
}
.icon-guancha- {
    font-size: 19px;
    margin: 0 3px 0 0;
}
.icon-guanyuwomen {
    font-size: 19px;
    margin: 0 3px 0 0;
}
nav>ul>li>ul>li:hover a {
    background: #407fc6;
    color: #fff;
}
.items_category>ul>li {
    float: left;
    width: 32%;
    text-align: center;
    transition: all .2s ease-out;
    margin: 21px 0;
}
.items_category>ul {
    overflow: hidden;
    clear: both;
}
.items_category {
    width: 1200px;
    margin: 0 auto;
}
.items_category>ul>li:nth-child(2) ,.items_category>ul>li:nth-child(5), .items_category>ul>li:nth-child(8) {
    margin-left: 2%;
    margin-right: 2%;
}
.items_category ul li h3 {
    padding: 15px 15px 10px;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    background: #F5F5F5;
}
.items_category_son {
    border: 1px solid #eaeaea;
}
.items_category_son a {
    display: block;
}
.items_category>ul>li:hover {
    box-shadow: 0 5px 10px 0 rgba(136,136,136,.2);
}
.service_img_text {
    overflow: hidden;
    clear: both;
    width: 1200px;
    margin:  0 auto;
    padding: 10px 0 20px;
}
.serviceimg {
    float: left;
    width: 520px;
}
.servicetext {
    float: right;
    width: 642px;
    position: relative;
}
.servicetext h1 {
    font-size: 25px;
}
.servicetext>p {margin: 20px 0 0;line-height: 26px;}
.serviceimg img {
    border-radius: 7px;
}
.servicecontent {
    width: 1200px;
    margin: 0 auto;
}
.lder {
    box-shadow: 1px 1px 20px #ddd;
    padding: 30px 50px 70px;
    margin: 20px 0;
}
.lder p {
    line-height: 30px;
    margin: 12px 0;
    font-size: 17px;
}
.lder h2 span a{
    color: #407fc6;
}
.lder h2 {
    font-size: 20px;
    text-align: center;
    margin: 0 0 30px 0;
}
.tnko {
    position: relative;
}
.tnko a {
    position: absolute;
    bottom: -46px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #448fa5;
    left: 0;
    background-image: linear-gradient(#ffffff, #9E9E9E);
    color: #235463;
    font-weight: bold;
}
.mobile_foot_fixed, .tasgsw  ,  .wghe {
    display: none;
}
.liuyaninfo {
    display: none;
}
.contact .contact-item p {
    font-size: 14px;
    margin: 3px 0 0 0;
}
.contact  .contact-item__icon.hhyk {
    width: 25px;
    height: 25px;
}
.ymdg {
    position: fixed;
    right: 90px;
    bottom: 0;
    background: #F5F5F5;
    padding: 30px 30px;
    z-index: 9999;
    border: 1px solid #eaeaea;
}
.ymdg .kjnl input {
    margin: 10px 0;
    padding: 10px 0 10px 10px;
    width: 250px;
    outline: none;
    border: 1px solid #d8d8d8;
}
.ymdg textarea {
    outline: none;
    width: 250px;
    padding: 10px 0 10px 10px;
    height: 80px;
    border: 1px solid #d8d8d8;
}
.ymdg .vcey {
    text-align: center;
    margin: 20px 0 0 0;
}
.ymdg .vcey button {
    background: none;
    border: 1px solid #d8d8d8;
    padding: 10px 25px;
    color: #555;
    outline: none;
    cursor: pointer;
}
.ymdg .vcey button:hover {
    background: #155ba8;
    color: #fff;
}
.contact .frbs img {
    width: 25px;
    height: 25px;
}
.about_contact {
    width: 1200px;
    margin: 50px auto;
}
.about_contact ul li {
    float: left;
    width: 31.3%;
    margin: 0 1%;
    text-align: center;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.about_contact ul {
    overflow: hidden;
    clear: both;
}
.about_contact h3 {
    background: #fff;
    padding: 13px 0;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #000;
}
.c2 p img {
    width: 150px;
}
.c3 h4 {
}
.c1 p {
    font-size: 22px;
}
.about_contact ul li>div {
    height: 200px;
    background: #f3f3f3;
    padding: 30px 30px 0;
}
.about_contact ul li>div p {
    margin: 5px 0 23px;
    line-height: 25px;
}
.c1>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.c1>div p {
    font-size: 29px;
}
.about_contact h3 i {
    font-size: 28px;
    margin: 0 6px 0 0;
    color: #407fc6;
}
.hycasewrap p:hover a {
    color: #fff;
    background: #407fc6;
}
.service_content p a {
    color: #167cef;
}
.ywfd {
    color: #777;
    font-size: 15px;
    padding: 20px 0 0 0;
    border-top: 1px dotted #ccc;
    margin: 30px 0 0 0;
	    display: flex;
    justify-content: space-between;
}
.ywfd a {
    color: #777;
}
.relevant_article .ysxmr li {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
}
.ysxmr .relevant_img {
    width: 23%;
}
.ysxmr .relevant_right {
    width: 74%;
    position: relative;
    height: 158px;
}
.ysxmr .relevant_right p {
    margin: 0 0 20px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 700;
}
.ysxmr .relevant_right>div {
    font-size: 16px;
    line-height: 27px;
}
.ysxmr .relevant_right>a {
    border: 1px solid #d0d0d0;
    display: block;
    padding: 6px 45px;
    text-align: center;
    color: #555;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
}
.ysxmr .relevant_right>a i {
    font-size: 29px;
    margin: 0 0 0 5px;
}
.ysxmr .relevant_right>a:hover {
    background: #407fc6;
    color: #fff;
}
.kmwr {
    margin-bottom: 35px;
}
.contactservice {
    position: absolute;
    bottom: -120px;
}
.contactservice span {
    border: 1px solid #dadada;
    padding: 11px 25px;
    margin: 0 30px 0 0;
    background: #407fc6;
    color: #fff;
    font-size: 18px;
}
.contactservice span a {
    color: #fff;
}
#aact {
    padding-top: 50px;
    margin-top: 0;
}
.lder>h3 {
    font-size: 16px;
}
.lder h2 p {
    font-weight: 400;
    font-size: 15px;
    color: #777;
}
.rtwf {
    font-size: 20px;
    margin: 40px 0 60px;
    text-align: center;
}
.rtwf strong {border-bottom: 4px solid #3467a1;padding: 0 0 10px 0;}
.service_content h3 {
    font-size: 20px;
    margin: 17px 0 17px;
    color: #195f99;
}
.arcls>div {
    height: auto;
}
.service_content .ywfd p {
    font-size: 15px;
}
.ywfd .hlwlcx {
    font-size: 15px;
}
.service_content .ywfd a {
    color: #777;
}














