/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';  /* Project id 2690705 */
    src: url('//at.alicdn.com/t/font_2690705_27wqtbcb67y.woff2?t=1654568999457') format('woff2'),
    url('//at.alicdn.com/t/font_2690705_27wqtbcb67y.woff?t=1654568999457') format('woff'),
    url('//at.alicdn.com/t/font_2690705_27wqtbcb67y.ttf?t=1654568999457') format('truetype');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
textarea,
option {
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

ul,
li,
div {
    list-style: none;
    border: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

em {
    font-style: normal;
    font-family: arial;
    font-weight: 100;
}

html {
    -webkit-text-size-adjust: none;
}

input {
    outline: none;
}

textarea {
    resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

body {
    font-size: 14px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #0796ad;
}

@-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*header*/
#hearder {
    margin: 0 auto;
}

#hearder .hearder-box {
    background: #fafafa;
}

#hearder .hearder-box .hearder-top {
    display: flex;
    justify-content: flex-end;
    height: 36px;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.hearder-top .top_tel {
    margin-right: 20px;
    color: #909399;
    font-size: 14px;
}

.hearder-top .top_tel i {
    margin-right: 6px;
}

.hearder-top a {
    color: #909399;
}

#hearder .hearder-nav {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    height: 98px;
}

#hearder .hearder-nav .logo {
    display: flex;
    align-items: center;
}

#hearder .hearder-nav a img {
    height: 80px;
}

#hearder .hearder-nav .nav {
    display: flex;
    align-items: center;
}

#hearder .hearder-nav .nav .list {
    display: flex;
    align-items: center;
    font-size: 16px;
}

#hearder .hearder-nav .nav .list li {
    margin-left: 60px;
}

#hearder .hearder-nav .nav .list li .er {
    position: absolute;
    z-index: 99999;
    background: #0796ad;
    display: none;
    margin: 14px 0 0 -30px;
    padding: 6px 0 10px;
    border-radius: 10px;
}

#hearder .hearder-nav .nav .list li .er li {
    float: none;
    margin: 0 30px;
}

#hearder .hearder-nav .nav .list li .er li a {
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #0796ad;
    color: #fff;
}

#hearder .hearder-nav .nav .list li .er li a:hover {
    opacity: 0.7;
}
/*hearder结束*/

/*banner导航*/
#topnav {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

#topnav .topnav-rightnav {
    width: 1200px;
    margin: 0 auto;
    position: inherit;
}

#topnav .topnav-rightnav #rightnav {
    width: 205px;
    right: 0;
    z-index: 9999;
    position: absolute;
    background: #117b81;
    padding: 0px 15px;
    opacity: 0.95;
    text-align: center;
}

#topnav .topnav-rightnav #rightnav p {
    border-bottom: 1px solid #ffffff4f;
}

#topnav .topnav-rightnav #rightnav p span {
    font-size: 28px;
    font-family: impact;
    width: 100%;
    display: block;
    padding: 15px 0;
    color: #ffffff85;
}

#topnav .topnav-rightnav #rightnav p i {
    font-size: 8px;
    color: #a0e5e2;
    font-style: normal;
}

#topnav .topnav-rightnav #rightnav ul li {
    padding: 0px;
}

#topnav .topnav-rightnav #rightnav ul li:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

#topnav .topnav-rightnav #rightnav ul li i.iconfont {
    font-size: 20px;
    color: #fff;
    margin-right: 12px;
}

#topnav .topnav-rightnav #rightnav ul li a {
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #ffffff1c;
    display: flex;
    padding: 25px 0;
    justify-content: center;
}

#topnav .topnav-rightnav #rightnav ul li a em {
    display: block;
    color: #8ac7c1;
    font-size: 18px;
}

#topnav .topnav-rightnav #rightnav ul li a:hover {
    color: #f49f44;
}

#topnav .topnav-rightnav #rightnav ul li a:hover i.iconfont {
    color: #f49f44;
}

#topnav .topnav-rightnav #rightnav.ny p span {
    font-size: 25px;
}

#topnav .topnav-rightnav #rightnav.ny ul li a {
    padding-top: 18px;
}

#topnav .topnav-rightnav #rightnav.ny ul li a em {

}

#topnav .topnav-rightnav #rightnav.ny ul li a i.iconfont {
    font-size: 24px;
}

#topnav ul.list {
    background: #f8f8f8;
    padding: 0px 20px;
    width: 1160px;
}

#topnav ul.list:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

#topnav ul.list li {
    float: left;
    min-width: 130px;
    position: relative;
}

#topnav ul.list li a {
    font-size: 16px;
    color: #333;
    width: 130px;
    text-align: center;
    padding: 8px 0px 3px 0px;
    height: 45px;
    display: block;
}

#topnav ul.list li a em {
    display: block;
    font-size: 14px;
    color: #999;
}



#topnav ul.list li.active a,
#topnav ul.list li:hover a {
    background: #0796ad;
    color: #fff;
}

#topnav ul.list li.active a em,
#topnav ul.list li:hover a em {
    background: #0796ad;
    color: #fff;
}
/*banner导航结束*/

/*banner*/
#banner {
    width: 100%;
}

#banner .swiper-pagination {
    bottom: 10px;
    text-align: right;
    right: 5px;
}

#banner .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 20px;
    text-align: center;
    background: #0796ad;
    opacity: 1;
    color: #fff;
}

#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f49f44;
}

#banner img {
    display: block;
}
/*banner结束*/

/*项目流程暂时不用*/
#process {
    width: 1200px;
    margin: 0px auto;
    background: #e6f4fb;
    color: #0796ad;
}

#process ul {
    padding: 35px 0px;
}

#process ul:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

#process ul li {
    float: left;
    width: 18%;
    text-align: center;
    font-size: 16px;
}

#process ul li i.iconfont {
    font-size: 45px;
    display: block;
}

#process ul li.arrow {
    width: 2.5%;
}

#process ul li.arrow i.iconfont {
    font-size: 15px;
    line-height: 66px;
    height: 66px;
}

#process ul li p {
    padding-top: 10px;
}

#process ul li:hover {
    color: #0796ad;
}

#process ul li p em {
    display: block;
}
/*项目流程暂时不用结束*/

/*认证解决方案*/
.brandtitle {
    margin: 60px auto 40px;
    text-align: center;
}

.brandtitle h1 {
    font-size: 32px;
    color: #333;
}

.brandtitle p {
    color: #bfbfbf;
    margin-top: 8px;
    font-size: 20px;
}

.brandtitle:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

#partner {
    width: 1200px;
    margin: 0 auto;
}

#partner .swiper-slide {
    width: 260px;
}

#partner .partab {
    padding: 14px;
    display: block;
    background-color: #fafafa;
}

#partner .partab:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

#partner .partab .imgs {
    width: 100%;
    text-align: center;
    float: left;
    display: block;
    height: 170px;
    background: #fff;
    overflow: hidden;
}

#partner .partab .imgs img {
    width: 100%;
    margin: 0px auto;
    max-width: 255px;
    max-height: 170px;
}

#partner .partab .ptxt {
    width: 97%;
    font-size: 14px;
    color: #999;
    height: 142px;
    overflow: hidden;
    padding-left: 10px;
}

#partner .partab .ptxt b {
    font-size: 18px;
    padding: 20px 0px 10px 0px;
    display: block;
    font-weight: normal;
    color: #333;
}

/*#partner .partab:hover {*/
/*    -webkit-box-shadow: 1px 1px 5px #eee;*/
/*    -moz-box-shadow: 1px 1px 5px #eee;*/
/*    box-shadow: 1px 1px 5px #eee;*/
/*    border: 1px solid #0796ad;*/
/*    background: #0796ad;*/
/*}*/

/*#partner .partab:hover .ptxt {*/
/*    color: #fff;*/
/*}*/

/*#partner .partab:hover .ptxt b {*/
/*    color: #fff;*/
/*}*/

/*#partner .partab:hover span {*/
/*    color: #fff;*/
/*}*/

#partner .partab span {
    line-height: 30px;
    height: 30px;
    color: #999;
    padding-left: 10px;
}
/*认证解决方案结束*/

/*新闻资讯*/
#faq {
    width: 1200px;
    margin: 0px auto;
}

#faq .title {
    margin: 60px auto 40px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

#faq .title h1 {
    font-size: 32px;
    color: #333;
}

#faq .title p {
    color: #bfbfbf;
    margin-top: 8px;
    font-size: 20px;
}

#faq .title:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

#faqcontent ul {
    margin-top: 30px;
}

#faqcontent ul:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

#faqcontent ul li {
    width: 540px;
    padding-right: 30px;
    float: left;
    padding-bottom: 45px;
}

#faqcontent ul li a {
    font-size: 24px;
    color: #444;
    display: block;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#faqcontent ul li a.more {
    font-size: 14px;
    color: #0796ad;
    padding: 0px;
    line-height: 30px;
    height: 30px;
}

#faqcontent ul li a.more em {
    color: #999;
    padding-left: 10px;
    margin-right: 5px;
}

#faqcontent ul li a.more i.iconfont {
    font-size: 12px;
}

#faqcontent ul li p {
    font-size: 14px;
    color: #999;
    display: block;
    line-height: 190%;
    height: 58px;
    overflow: hidden;
}

#faqcontent ul li:nth-child(even) {
    padding-left: 30px;
    padding-right: 0px;
}

#faqcontent ul li:Hover a {
    color: #0796ad;
}

#faqcontent ul li:Hover a.more {
    padding-left: 20px;
}

#faqcontent ul li:Hover p {
    color: #666;
}

a.morefaq {
    color: #0796ad;
    width: 140px;
    margin: 20px auto;
    font-size: 18px;
    display: block;
    text-align: center;
    border: solid 1px #0796ad;
    border-radius: 2px;
    line-height: 46px;
    height: 46px;
    margin-bottom: 15px;
}

a.morefaq em {
    padding-left: 10px;
    opacity: 0.5;
    font-size: 16px;
}
/*新闻资讯结束*/

/*footer*/
#foot {
    width: 100%;
    padding: 40px 0px 10px;
    background: #353535;
    margin-top: 80px;
}

#foot .footer {
    width: 1200px;
    margin: 0px auto;
}

#foot .footer .foot_img {
    float: left;
    width: 120px;
    margin: 60px 200px 0 0;
}

#foot .footer:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

#foot .footer .footleft {
    width: 380px;
    margin-right: 20px;
    float: left;
}

#foot .footer .footleft .zhao {
    margin-top: -48px;
}

#foot .footer .footleft .footlist {
    width: 180px;
    color: #fff;
    margin-top: 20px;
}

#foot .footer .footleft .footlist ul:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

#foot .footer .footleft .footlist ul li {
    float: left;
    width: 194px;
}

#foot .footer .footleft .footlist ul li em {
    font-style: normal;
    line-height: 26px;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 100;
    float: left;
}

#foot .footer .footleft .footlist ul li a {
    opacity: 0.6;
    color: #fff;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}

#foot .copyright {
    width: 100%;
    margin: 20px auto 10px;
}

#foot .copyright p {
    line-height: 180%;
    color: #fff;
    opacity: 0.6;
    display: flex;
    text-align: center;
    justify-content: center;
}

#foot .copyright p a {
    color: #fff;
    margin-left: 10px;
}

#foot .copyright p a:hover {
    color: #fff;
}

#foot .footer .footright {
    width: 400px;
    float: right;
}

#foot .footer .footright .fcontact {
    width: 100%;
    margin-top: 20px;
}

#foot .footer .footright .fcontact:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

#foot .footer .footright .fcontact .code {
    width: 140px;
    margin: 0px auto;
    color: #ffffff8f;
    text-align: center;
    float: left;
    font-size: 14px;
}

#foot .footer .footright .fcontact .code i.iconfont {
    font-size: 14px;
    margin-right: 5px;
}

#foot .footer .footright .fcontact .contact_txt {
    width: 240px;
    float: left;
    line-height: 227%;
    color: #ffffffc9;
    padding: 20px 0 0 20px;
}

#foot .footer .footright .fcontact .contact_txt p {
    line-height: 227%;
}

.foot_title {
    width: 100%;
}

#foot .footer .footright .fcontact .contact_txt a {
    color: #ffffffc9;
}

.foot_title:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

#foot .links {
    width: 1200px;
    margin: 28px auto 0;
    display: flex;
    border-top: solid 1px #ffffff2e;
    padding-top: 18px;
}

#foot .links p {
    font-size: 16px;
    font-weight: bold;
    color: #ffffffdb;
    margin-right: 30px;
}

#foot .links a {
    font-size: 14px;
    color: #ffffffad;
    margin-right: 20px;
    align-items: center;
}

#foot .links a:hover {
    color: #fff;
}


.foot_title i {
    width: 36px;
    line-height: 50px;
    height: 50px;
    font-size: 42px;
    font-family: impact;
    font-style: normal;
    color: #fff;
    opacity: 0.9;
    float: left;
    text-align: center;
}

.foot_title span {
    float: left;
    font-size: 20px;
    color: #fff;
}

.foot_title span p {
    font-size: 16px;
    color: #e8efec;
}

.nybanner {
    width: 100%;
}

.nybanner img {
    height: 100%;
    width: 100%;
}

#service {
    margin-top: 30px;
}

#service ul li {
    width: 860px;
    padding: 20px 20px 20px 260px;
    position: relative;
    height: 115px;
    border-bottom: 1px solid #eee;
}

#service ul li:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

#service ul li a.name {
    font-size: 18px;
    display: block;
    padding: 5px 0px 15px 0px;
}

#service ul li a.more {
    font-size: 14px;
    padding: 10px 0px;
    color: #888;
    margin-top: 8px;
}

#service ul li a.more i.iconfont {
    font-size: 10px;
    padding-left: 5px;
}

#service ul li p {
    font-size: 14px;
    color: #999;
    height: 40px;
    overflow: hidden;
    display: block;
}

#service ul li .imgss {
    width: 220px;
    position: absolute;
    left: 20px;
    top: 20px;
}

#service ul li .imgss img {
    width: 100%;
    max-height: 115px;
}

#service ul li:Hover {
    background: #f2f2f2;
}

#service ul li:Hover a {
    color: #0796ad;
}

.detail {
    width: 100%;
    margin-top: 30px;
}

.detail h1.ntitle {
    font-size: 32px;
    font-weight: bold;
}

.detail .date {
    line-height: 40px;
    height: 40px;
    color: #999;
    font-size: 12px;
}

.detail .line {
    width: 40px;
    height: 2px;
    background: #0796ad;
    margin-top: 10px;
}

.detail .content {
    line-height: 200%;
    padding-bottom: 25px;
    padding-top: 20px;
}

.detail .note {
    border-top: 1px solid #eee;
    font-size: 14px;
    text-align: right;
    line-height: 55px;
    height: 55px;
    color: #0796ad;
}

.Single {
    width: 100%;
    line-height: 200%;
    margin-top: 30px;
}

#page {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    padding: 40px 0px;
}

#page span,
#page a {
    padding: 10px 15px;
    font-size: 14px;
    background: #f2f2f2;
    margin-right: 10px;
}

#page span:hover,
#page a:hover,
#page span.current,
#page a.current {
    background: #0796ad;
    color: #fff;
}

.downtab {
    width: 240px;
    padding: 14px;
    border: 1px solid #eee;
    display: block;
}

.downtab:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

.downtab .imgs {
    width: 100%;
    text-align: center;
    float: left;
    display: block;
    height: 150px;
    background: #fff;
    overflow: hidden;
}

.downtab .imgs img {
    width: 100%;
    margin: 0px auto;
}

.downtab .ptxt {
    width: 100%;
    float: right;
    line-height: 170%;
    height: 170%;
    font-size: 14px;
    color: #999;
    height: 142px;
    overflow: hidden;
}

.downtab .ptxt b {
    font-size: 18px;
    padding: 20px 0px 10px 0px;
    display: block;
    font-weight: normal;
    color: #666;
}

.downtab:hover {
    -webkit-box-shadow: 1px 1px 5px #eee;
    -moz-box-shadow: 1px 1px 5px #eee;
    box-shadow: 1px 1px 5px #eee;
    border: 1px solid #0796ad;
    background: #0796ad;
}

.downtab:hover .ptxt {
    color: #fff;
}

.downtab:hover .ptxt b {
    color: #fff;
}

.downtab:hover span {
    color: #fff;
}

.downtab span {
    line-height: 30px;
    height: 30px;
    color: #999;
}

.downlist {
    margin-top: 30px;
    width: 100%;
}

.downlist a {
    cursor: pointer;
    display: block;
}

.downlist ul:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

.downlist ul li {
    float: left;
    width: 270px;
    margin-right: 20px;
    padding-bottom: 20px;
}

.downlist ul li:nth-child(4n) {
    margin-right: 0;
}

#orderk {
    width: 100%;
    padding: 20px 0;
}

#orderk dl {
    padding: 12px 0px;
}

#orderk dl:after {
    clear: both;
    content: '';
    font-size: 0px;
    width: 100%;
    height: 0px;
    display: block;
}

#orderk dl:nth-child(2n-1) {
    /*  background: #f2f2f2;*/
}

#orderk dl:nth-child(8) {
    padding: 30px 0;
}

#orderk dl dt {
    width: 120px;
    float: left;
    text-align: right;
    margin-right: 15px;
    line-height: 40px;
    height: 40px;
}

#orderk dl dd {
    width: 1000px;
    float: left;
}

#orderk dl dd input[type="text"] {
    border: 1px solid #ddd;
    width: 400px;
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#orderk dl dd input[type="text"].small {
    width: 80px;
    text-align: center;
}

#orderk dl dd textarea {
    border: 1px solid #ddd;
    width: 400px;
    line-height: 30px;
    height: 90px;
}

#btnSubmit {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 400px;
    line-height: 50px;
    height: 50px;
    background: #0796ad;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0px;
    display: block;
    border: none;
}
