﻿@charset "utf-8";
.home-top-grid1 {
    background: rgba(11, 100, 143, 0.7);
    transition: 0.5s all;
}

.home-top-grid2 {
    background: rgba(226, 23, 55, 0.5);
    transition: 0.5s all;
}

.home-top-grid3 {
    background: rgba(11, 100, 143, 0.4);
    transition: 0.5s all;
}

@font-face {
    font-family: 'akzidenz-grotesk_bq_condensMd';
    src: url('../fonts/avantgardebook.eot');
    src: url('../fonts/avantgardebook.eot?#iefix') format('embedded-opentype'), url('../fonts/avantgardebook.woff2') format('woff2'), url('../fonts/avantgardebook.woff') format('woff'), url('../fonts/avantgardebook.ttf') format('truetype'), url('../fonts/avantgardebook.svg#akzidenz-grotesk_bq_condensMd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.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;
}

.mr0 {
    margin-right: 0 !important;
}

.iconfont {
    font-family: 'iconfont';
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    min-width: 320px;
}

img {
    max-width: 100%;
}

ul,
li {
    list-style: none;
}

.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}

.tHide {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.blockFull {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.relative {
    position: relative;
}

.pic {
    position: relative;
    overflow: hidden;
}

.pic:after {
    content: "";
    display: block;
}

a {
    color: #666;
}

a:hover {
    color: #0990d7;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

.container {
    width: 1200px;
}


/*-header-*/

.header {
    clear: both;
    background: #fff;
}

.logo-nav-tel {
    padding-top: 13px;
}

.nav {
    margin-left: 2%;
    width: 60%;
}

.nav li {
    float: left;
    width: 14%;
    text-align: center;
    height: 70px;
    line-height: 70px;
    position: relative;
}

.nav li a {
    color: #666;
    padding: 0;
    height: 70px;
    overflow: hidden;
    transition: 0.5s;
}

.nav li ul {
    width: 100%;
    position: absolute;
    z-index: 99999;
    background: #fff;
    top: 70px;
    padding: 20px 0;
    display: none;
}

.nav li ul li {
    width: 100%;
    list-style: none;
    height: 30px;
    line-height: 30px;
}

.nav li ul li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.nav li ul li a:hover {
    color: #0990d7 !important;
}

.nav li ul li .threedown {
    width: 100%;
    position: absolute;
    left: 100%;
    background: #fff;
    top: 0;
    display: none;
}

.nav li:hover a {
    background: none;
    color: #0990d7;
}

.nav li:hover ul li a {
    color: #666;
}

.nav li.active a {
    color: #0990d7;
}

.nav li.active ul li a {
    color: #666;
}

.toptel {
    height: 28px;
    background: url(../images/toptel.png) no-repeat left center;
    padding-left: 25px;
    font-size: 18px;
    font-family: 'akzidenz-grotesk_bq_condensMd';
    margin: 20px 0 0 10px;
}

.toptel a {
    color: #0d0d0d;
}

.language {
    width: 73px;
    text-align: center;
    font-size: 12px;
    margin: 22px 0;
    color: #999a9a;
    cursor: pointer;
    position: relative;
}

.language span {
    display: inline-block;
    border: 1px solid red;
    width: 100%;
    height: 19px;
    border: 1px solid #ccc;
    background: url(../images/langbg.png) no-repeat 90% center;
    border-radius: 20px;
    line-height: 19px;
    position: relative;
    z-index: 9999;
}

.language .langdown {
    text-align: center;
    display: none;
    border: 1px solid #ccc;
    padding: 10px 0;
    position: absolute;
    top: 13px;
    width: 100%;
    border-top: 0;
    z-index: 22;
    background: #fff;
}

.language .langdown a {
    display: block;
    color: #999a9a;
}

.language .langdown a:hover {
    color: #0990d7;
}

.language .langdown a.active {
    color: #0990d7;
}

.language:hover .langdown {
    display: block;
}


/*-banner-*/

.banner {
    clear: both;
}

.banner .slick-dots {
    bottom: 128px;
}

.banner .slick-dots li button {
    background: none;
    border: 1px solid #fff;
}

.banner .slick-dots .slick-active button {
    background: #fff;
}


/*index pro*/

.inpro {
    position: relative;
    top: -100px;
    z-index: 999;
}

.inpro ul {
    background: #fff;
    padding: 0;
    padding: 15px 0;
}

.inpro ul li {
    list-style: none;
    border-right: 1px solid #d0d0d0;
    width: 25%;
    float: left;
}

.inpro ul li .pic img {
    transition: 0.5s;
}

.inpro ul li .pic:after {
    padding-bottom: 55%;
	/*padding-bottom: 91%;*/
}

.inpro ul li .inpa {
    text-align: center;
    display: block;
    color: #333;
    line-height: 25px;
    margin: 5px 0 0;
    transition: 0.5s;
}

.inpro ul li .inpa span {
    display: block;
}

.inpro ul li:hover .pic img {
    transform: translateY(10px);
}

.inpro ul li:hover .inpa {
    color: #0990d7;
}


/*index about*/

.intit {
    text-align: center;
    padding-top: 70px;
}

.intit h3 {
    font-size: 30px;
    color: #4f4f4f;
}

.intit span {
    font-family: arial;
    font-size: 19px;
    color: #b3b3b3;
}

.inabout {
    background: #fff;
    margin-top: -52px;
    padding-bottom: 20px;
}

.inabout .inabcon .inabimg {
    margin: 30px 0;
    text-align: center;
}

.inabout .inabcon .intxt {
    width: 83%;
    margin: 0 auto;
    color: #666;
    text-align: center;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.inabout .inabcon a {
    width: 162px;
    height: 45px;
    display: block;
    margin: 50px auto;
    text-align: center;
    line-height: 45px;
    background: #3a3a3a;
    font-size: 16px;
    color: #fff;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

.inabout .inabcon a:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "MORE··";
    background: #0990d7;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.inabout .inabcon a span {
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    display: block;
}

.inabout .inabcon a:hover::before {
    transform: translate3d(0, 0, 0);
}

.inabout .inabcon a:hover span {
    transform: translate3d(0, 100%, 0);
}


/*index news*/

.innews {
    background: #edeff1;
    padding-bottom: 20px;
}

.innews .inncon {
    margin: 50px 0;
}

.innews .inncon .inntxt {
    width: 50.599%;
}

.innews .inncon .inntxt .innfirst {
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
}

.innews .inncon .inntxt .innfirst h3 {
    font-size: 18px;
    color: #555353;
    height: 20px;
    overflow: hidden;
    transition: 0.5s;
}

.innews .inncon .inntxt .innfirst p {
    color: #848484;
    margin: 10px 0;
    height: 40px;
    overflow: hidden;
}

.innews .inncon .inntxt .innfirst span {
    font-size: 13px;
    color: #666;
}

.innews .inncon .inntxt .innfirst:hover h3 {
    color: #0990d7;
}

.innews .inncon .inntxt ul {
    margin: 25px 0;
}

.innews .inncon .inntxt ul li {
    list-style: none;
    line-height: 35px;
    height: 35px;
}

.innews .inncon .inntxt ul li a {
    display: block;
    float: left;
    height: 35px;
    width: 80%;
    overflow: hidden;
    color: #555353;
    transition: 0.5s;
}

.innews .inncon .inntxt ul li span {
    float: right;
    color: #999;
}

.innews .inncon .inntxt ul li:hover a {
    color: #0990d7;
}

.innews .inncon .innpic {
    width: 45.471%;
}

.innews .inncon .innpic:after {
    padding-bottom: 60%;
}


/*footer*/

.footer {
    padding: 55px 0 60px;
    background: #fff;
}

.footer .flogo {
    padding-top: 10px;
}

.footer .footercon {
    width: 31%;
    padding-left: 5%;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    margin-left: 3%;
    height: 90px;
}

.footer .footercon .weixintxt {
    margin-left: 3%;
}

.footer .footercon .weixintxt span {
    color: #626262;
}

.footer .footercon .weixintxt p {
    color: #0d0d0d;
}

.footer .footercon2 {
    margin-left: 0;
    border-left: 0;
}

.footer .footercon2 b {
    display: block;
    font-size: 24px;
    font-family: arial;
    font-weight: 100;
}

.footer .footercon2 b a {
    color: #0d0d0d;
    transition: 0.5s;
}

.footer .footercon2 b a:hover {
    color: #0990d7;
}

.footer .footercon2 span {
    color: #626262;
}

.footer .footercon2 p {
    margin: 0;
    font-size: 13px;
    color: #626262;
}

.footer .footercon2 p a {
    color: #626262;
    transition: 0.5s;
}

.footer .footercon2 p a:hover {
    color: #0990d7;
}

.footer .flink {
    width: 16.5%;
    text-align: center;
}

.footer .flink a {
    display: block;
    font-size: 12px;
    line-height: 25px;
    color: #909090;
    transition: 0.5s;
}

.footer .flink a:hover {
    color: #0990d7;
}


/*copy*/

.copy {
    background: #3d3d3d;
    color: #909090;
    padding: 38px 0;
    text-align: center;
}

.copy a {
    color: #999;
}

.copy a:hover {
    color: #0990d7;
}


/*内页样式*/


/*面包屑*/

.mbx {
    font-size: 12px;
    margin: 50px 0 45px;
    line-height: 20px;
}

.mbx a {
    color: #6e6e6e;
}

.mbx span {
    color: #0990d7;
    text-decoration: underline;
}

.tit {
    text-align: center;
    margin-bottom: 50px;
}

.zi-banner {
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
}

.nytit {
    text-align: center;
    border-bottom: 1px solid #edeff1;
}

.nytit a {
    width: 100%;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #f7f7f7;
    color: #888;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 1px 1px;
    transition: 0.5s;
}

.nytit a:hover {
    background: #0990d7;
    color: #fff;
    font-weight: 600;
}

.nytit a.cur {
    background: #0990d7;
    color: #fff;
    font-weight: 600;
}

.nytit .slick-list {
    width: 57%;
    margin: 0 auto;
}

.nytit .slick-slide {
    margin: 0 2px;
}

.nytit .slick-arrow {
    width: 15px;
    transform: rotate(0);
    height: 40px;
    bottom: 1px;
    top: auto;
}

.nytit .slick-arrow:hover {
    background-color: #0990d7;
}

.nytit .slick-prev {
    left: 20.25%;
    background: #f7f7f7 url(../images/prev.png) no-repeat center;
}

.nytit .slick-next {
    right: 20%;
    background: #f7f7f7 url(../images/next.png) no-repeat center;
}

.nytit .slick-track {
    margin: 0 auto;
}

.abouttxt {
    text-align: center;
    color: #666;
    margin: 35px 0 50px;
}

.abouttxt p {
    line-height: 25px;
}

.abcon {
    background: #fafafa;
    padding-bottom: 12%;
}

.abcon .container {
    position: relative;
}

.abcon .abimg {
    width: 209px;
    height: 209px;
    border-radius: 50%;
    position: absolute;
    top: -113px;
    left: -55px;
}

.abcon .abtxt {
    width: 52%;
    margin-top: 16.7%;
}

.abcon .abtxt h3 {
    font-size: 22px;
    font-weight: 500;
    color: #666;
    position: relative;
    left: -60px;
}

.abcon .abtxt .line {
    width: 108px;
    height: 1px;
    background: #a0a0a0;
    margin: 40px 0;
}

.abcon .abtxt p {
    color: #666;
    line-height: 25px;
}

.abcon .abimg2 {
    position: absolute;
    right: -29.4%;
    top: 24%;
    width: 73.874%;
}


/*内页新闻区域*/

.nynews {
    padding: 40px 0 35px;
}

.nynews h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.nynews ul li {
    list-style: none;
    width: 27%;
    float: left;
    margin-right: 9.5%;
}

.nynews ul li a {
    color: #666;
}

.nynews ul li a b {
    font-size: 15px;
    display: block;
    line-height: 30px;
    margin: 44px 0 5px;
    height: 30px;
    overflow: hidden;
    transition: 0.5s;
}

.nynews ul li a p {
    height: 60px;
    overflow: hidden;
}

.nynews ul li a .line {
    width: 20px;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}

.nynews ul li a span {
    transition: 0.5s;
    font-size: 13px;
    color: #999;
}

.nynews ul li:hover b {
    color: #0990d7;
}

.nynews ul li:hover span {
    color: #0990d7;
}


/*荣誉资质*/

.honor {
    padding-bottom: 5%;
}

.honor ul li {
    width: 18.975%;
    list-style: none;
    margin: 54px 8% 0 0;
    float: left;
}

.honor ul li .pic {
    border: 1px solid #eaeaea;
}

.honor ul li .pic:after {
    padding-bottom: 136%;
}

.honor ul li span {
    display: block;
    text-align: center;
    color: #909090;
    margin: 25px 0 10px;
    height: 20px;
    overflow: hidden;
}

.colornews {
    background: #f7f7f7;
}

.phonehonor {
    border: 1px solid #eee;
    display: none;
    margin: 50px 0 20px;
}

.phonehonor li {
    margin-right: 0 !important;
}

.phonehonor li .pic {
    width: 100%;
    border: 0 !important;
}

.phonehonor li .pic:after {
    padding-bottom: 70% !important;
}

.phonehonor .slick-dots li {
    width: 10px;
    float: none;
    margin: 0 5px;
}

.phonehonor .slick-dots li button {
    background: #ccc;
}

.phonehonor .slick-dots li.slick-active button {
    background: #0990d7;
}


/*经典案例*/

.case ul li {
    list-style: none;
    width: 48.83%;
    margin: 50px 2.34% 10px 0;
    float: left;
}

.case ul li .pic img {
    transition: 0.5s;
}

.case ul li .pic:after {
    padding-bottom: 56.5%;
}

.case ul li .casea b {
    font-size: 16px;
    color: #333;
    display: block;
    margin: 35px 0 15px;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    transition: 0.5s;
}

.case ul li .casea p {
    color: #808080;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.case ul li:hover img {
    transform: scale(1.1);
}

.case ul li:hover a b {
    color: #0990d7;
}


/*分页*/

.page {
    text-align: center;
    margin: 70px 0 85px;
}

.page a {
    font-size: 12px;
    color: #818181;
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    transition: 0.5s;
    margin: 0 3px;
    line-height: 30px;
}

.page a:hover {
    border: 1px solid #0990d7;
    color: #fff;
    background: #0990d7;
}

.page a.cpb {
    border: 1px solid #0990d7;
    color: #fff;
    background: #0990d7;
}


/*经典案例详细*/

.caseshow .casescon {
    margin: 50px 0 0;
}

.caseshow .casescon .pic {
    width: 49.83%;
}

.caseshow .casescon .pic:after {
    padding-bottom: 56.5%;
}

.caseshow .casescon .casestxt {
    width: 47.436%;
    margin-left: 2.7%;
}

.caseshow .casescon .casestxt h3 {
    background: url(../images/casesbg.png) no-repeat bottom left;
    font-size: 22px;
    padding: 37px 0 22px;
    color: #333;
}

.caseshow .casescon .casestxt .cstxt {
    margin: 20px 0 0;
}

.caseshow .casescon .casestxt .cstxt p {
    margin-bottom: 0;
    color: #808080;
    line-height: 25px;
}

.relevant {
    margin: 110px 0;
}

.relevant ul li {
    width: 32.48%;
    list-style: none;
    margin: 33px 1.28% 0 0;
    float: left;
}

.relevant ul li .pic img {
    transition: 0.5s;
}

.relevant ul li .pic:after {
    padding-bottom: 56.4%;
}

.relevant ul li .xgcasea b {
    font-size: 16px;
    color: #333;
    margin: 35px 0 15px;
    display: block;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    transition: 0.5s;
}

.relevant ul li .xgcasea p {
    color: #808080;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.relevant ul li:hover img {
    transform: scale(1.1);
}

.relevant ul li:hover .xgcasea b {
    color: #0990d7;
}

.retit {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #edeff1;
}

.retit b {
    display: inline-block;
    background: #0990d7 url(../images/retitbg.jpg) no-repeat right center;
    font-size: 16px;
    padding: 0 5% 0 3%;
    color: #fff;
    position: relative;
    top: -2px;
    height: 29px;
    overflow: hidden;
}


/*联系方式*/

.contacttop {
    padding-top: 53px;
}

.ctleft,
.ctright {
    width: 50%;
    padding-top: 67px;
}

.ctleft {
    padding-left: 78px;
}

.ctleft ul {
    margin-top: 35px;
}

.ctleft ul li {
    list-style: none;
    font-family: arial;
    font-size: 14px;
    color: #949494;
    line-height: 25px;
    padding-left: 20px;
}

.ctleft ul .li1 {
    background: url(../images/li1.png) no-repeat left 6px;
}

.ctleft ul .li2 {
    background: url(../images/li2.png) no-repeat left 6px;
}

.ctleft ul .li3 {
    background: url(../images/li3.png) no-repeat left 6px;
}

.ctleft ul .li4 {
    background: url(../images/li4.png) no-repeat left 6px;
}

.ctright {
    padding-left: 30px;
}

.ctright .pic {
    margin-left: 25px;
    width: 155px;
    height: 155px;
    background: #f2f2f2;
}

.ctright p {
    color: #949494;
    margin-top: 35px;
}

#map {
    height: 380px;
    margin: 66px 0 88px;
}

#map img {
    max-width: 1200px;
    max-height: 380px;
}


/*联系我们*/

.message {
    margin: 55px 0;
}

.message label {
    width: 49%;
}

.message label em {
    color: #f00;
}

.message label input {
    width: 100%;
    border: 1px solid transparent;
    background: #f7f7f7;
    line-height: 47px;
    height: 47px;
    margin: 10px 0;
    padding-left: 5px;
    font-weight: 100;
    font-size: 12px;
}

.message label .validate-on {
    border: 1px solid #f00;
    box-shadow: 0 0 5px #f00;
}

.message label textarea {
    width: 100%;
    border: 0;
    background: #f7f7f7;
    margin: 10px 0;
    padding-left: 5px;
    height: 200px;
    font-weight: 100;
    font-size: 12px;
}

.message .la2 {
    margin-left: 1.58%;
}

.message .la3 {
    width: 100%;
}

.message .la4 input {
    width: 50%;
}

.message .la4 img {
    cursor: pointer;
}

.message .la4 a {
    color: #888;
    font-weight: 100;
}

.message .la4 a:hover {
    color: #0990d7;
}

.message .la5 {
    width: 100%;
    text-align: center;
}

.message .la5 input {
    width: 20%;
    background: #0990d7;
    color: #fff;
    font-weight: 100;
}

.message span {
    display: block;
    font-weight: 100;
    font-size: 12px;
    color: #9b9b9b;
}


/*新闻动态*/

.news {
    margin: 90px 0 0;
}

.news ul {
    margin-bottom: 45px;
}

.news ul li {
    list-style: none;
    width: 32.48%;
    background: #fbfbfb;
    float: left;
    margin: 0 1.2% 17px 0;
    transition: 0.5s;
}

.news ul li .pic {
    width: 100%;
}

.news ul li .pic:after {
    padding-bottom: 59%;
}

.news ul li .pic img {
    transition: 0.5s;
}

.news ul li .newstxt {
    padding: 30px;
}

.news ul li .newstxt span {
    display: block;
    color: #666;
}

.news ul li .newstxt .newsa1 {
    font-size: 15px;
    color: #333;
    margin: 15px 0 20px;
    display: block;
    height: 43px;
    overflow: hidden;
}

.news ul li .newstxt p {
    color: #808080;
    height: 60px;
    overflow: hidden;
}

.news ul li .newstxt .newsa2 {
    font-size: 12px;
    color: #666;
    display: inline-block;
    border: 1px solid #a1a1a1;
    padding: 2% 10%;
    border-radius: 20px;
    margin-top: 10px;
}

.news ul li:hover {
    background: #0990d7;
}

.news ul li:hover span,
.news ul li:hover .newsa1,
.news ul li:hover .newsa2 {
    color: #fff;
}

.news ul li:hover p {
    color: #deecf7;
}

.news ul li:hover .newsa2 {
    border: 1px solid #fff;
}

.news ul li:hover img {
    transform: scale(1.1);
}

.nypro {
    top: 0;
}

.nypro ul {
    padding: 0;
    margin: 40px 0;
}

.nypro ul li {
    margin-right: 0;
    width: 25%;
    padding: 15px 0;
    border: 1px solid #dfdfdf;
    border-right: none;
}

.nypro ul li .inpa {
    text-align: left;
    padding-left: 10%;
}

.nypro ul li .inpa span {
    color: #666;
}

.nypro ul li:hover span {
    color: #0990d7;
}


/*新闻详细页*/

.newshow {
    margin: 90px 0 0;
}

.newshow h1 {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.newshow .date {
    font-family: 'akzidenz-grotesk_bq_condensMd';
    text-align: center;
    color: #adadad;
    line-height: 45px;
    background: url(../images/datebg.jpg) repeat-x center;
}

.newshow .date span {
    background: #fff;
    padding: 0 2%;
}

.newshow .nsimg {
    text-align: center;
    margin: 10px 0 4%;
}

.newshow .nstxt {
    color: #878787;
}

.prevnext {
    margin: 6% 0;
}

.prevnext a {
    display: inline-block;
    width: 49%;
    height: 20px;
    overflow: hidden;
    font-size: 13px;
    color: #878787;
    transition: 0.5s;
}

.prevnext a:hover {
    color: #0990d7;
}

.prevnext a.next {
    text-align: right;
}

.xgnews ul {
    margin: 5% 0 8%;
}

.xgnews ul li {
    list-style: none;
    margin-left: 5px;
    height: 40px;
    line-height: 40px;
    padding-right: 1%;
}

.xgnews ul li a {
    display: inline-block;
    width: 80%;
    height: 42px;
    overflow: hidden;
    color: #878787;
    transition: 0.5s;
}

.xgnews ul li a:hover {
    color: #0990d7;
}

.xgnews ul li span {
    float: right;
    color: #999;
}


/*产品列表页*/

.pro ul {
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    margin-top: 2%;
}

.pro ul li {
    list-style: none;
    width: 25%;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 2% 0 0;
    float: left;
}

.pro ul li .pic:after {
    padding-bottom: 100%;
}

.pro ul li .pic img {
    transition: 0.5s;
}

.pro ul li .proa {
    padding: 0 6% 7% 6%;
    display: block;
}

.pro ul li .proa span {
    display: block;
    height: 20px;
    overflow: hidden;
}

.pro ul li:hover img {
    transform: scale(0.95);
}

.pro ul li:hover .proa {
    color: #0990d7;
}


/*产品详细页*/

.pshowleft {
    width: 42.736%;
    border: 1px solid #e0e0e0;
    position: relative;
    height: 392px;
}

.pshowleft .small {
    width: 34px;
    height: 238px;
    margin: 17% 0 0 1%;
    float: left;
}

.pshowleft .small .pic {
    border: 1px solid #e0e0e0;
    margin: 8px 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.pshowleft .big {
    float: right;
    width: 78.314%;
}

.pshowleft .big .pic:after {
    padding-bottom: 100%;
}

.phonepro {
    display: none;
    border: 1px solid #eee;
}

.phonepro .pic {
    width: 100%;
    text-align: center;
}

.phonepro .pic:after {
    padding-bottom: 59%;
}

.phonepro .slick-dots li button {
    background: #eee;
}

.phonepro .slick-dots li.slick-active button {
    background: #0990d7;
}

.pshowright {
    width: 56%;
    border: 1px solid #e0e0e0;
    padding: 35px 0 0 25px;
}

.pshowright h3 {
    font-size: 22px;
    color: #333;
}

.pshowright .pstxt {
    margin: 28px 0;
}

.pshowright .pstxt p {
    color: #666;
    line-height: 25px;
}

.pstop {
    line-height: 60px;
    border: 1px solid #e0e0e0;
    margin: 10px 0;
    padding-left: 25%;
}

.pstop a {
    color: #999;
    display: inline-block;
    padding: 0 3%;
}

.pstop a.active {
    color: #333;
}

.describe {
    text-align: center;
}

.describe h2 {
    color: #4c4c4c;
    margin: 85px 0 20px;
}

.describe p {
    color: #666;
    margin: 0;
    text-align: left;
}

.describe h3 {
    text-align: left;
}

.describe span {
    color: #0990d7;
}

.describe .psimg {
    margin: 55px 0;
}

.pscon1 {
    display: none;
}

.parameter {
    min-height: 500px;
}

.inquiry .retit {
    margin-bottom: 50px;
}

.solution ul {
    margin-top: 52px;
}

.solution ul li {
    list-style: none;
    height: 291px;
    padding: 3.2% 35px 3.2% 25px;
    border-bottom: 1px solid #eee;
    transition: 0.5s;
}

.solution ul li .pic {
    width: 29.744%;
}

.solution ul li .pic:after {
    padding-bottom: 65%;
}

.solution ul li .pic img {
    transition: 0.5s;
}

.solution ul li .solua {
    display: block;
    width: 65%;
    height: 100%;
}

.solution ul li .solua h3 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    margin-top: 25px;
}

.solution ul li .solua p {
    font-size: 14px;
    color: #808080;
    line-height: 25px;
    height: 47%;
    overflow: hidden;
}

.solution ul li:hover {
    background: #fcfafb;
}

.solution ul li:hover img {
    transform: scale(1.2);
}

.map {
    margin: 40px auto;
    padding-bottom: 100px;
}

.map dl {
    margin: 20px auto 20px;
    overflow: hidden;
    line-height: 30px;
    width: 98%;
    transition: 0.3s;
}

.map dl:hover {
    box-shadow: 0 0 2px #000;
}

.map dl:hover dt a {
    color: #333;
    font-weight: bold;
}

.map dt {
    font-size: 14px;
    float: left;
    width: 10%;
    text-align: center;
    transition: 0.3s;
}

.map dt:hover {
    background: #0990d7;
}

.map dt:hover a {
    color: #fff !important;
}

.map dt a {
    color: #666;
    display: block;
    padding: 10px 0;
    transition: 0.3s;
}

.map dt a:hover {
    color: #e0e9f3;
    font-weight: bold;
}

.map dd {
    font-size: 14px;
    overflow: hidden;
    float: left;
    width: 85%;
    line-height: 40px;
}

.map dd .p2 {
    padding: 0 0 0 20px;
    clear: both;
}

.map dd .p2 a {
    color: #0990d7;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.3s;
}

.map dd .p2 a:hover {
    color: #000;
}

.map dd div {
    clear: both;
    overflow: hidden;
    padding: 0px 20px 0 10px;
}

.map dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px;
    margin-top: 1px;
    transition: 0.3s;
}

.map dd div a:hover {
    color: #003e7e;
    background: #0990d7;
    color: #fff;
}

@media (max-width: 768px) {
    .map dt {
        width: 15%;
    }
    .map dd {
        width: 85%;
    }
}

@media (max-width: 640px) {
    .map dt {
        width: 20%;
    }
    .map dd {
        width: 80%;
    }
}

@media (max-width: 400px) {
    .map dt {
        width: 100%;
    }
    .map dd {
        width: 100%;
    }
}


/*友情链接*/

.friend ul li {
    list-style: none;
    width: 19%;
    float: left;
    margin: 0 1.2% 5% 0;
}

.friend ul li .pic {
    border: 1px solid #eee;
}

.friend ul li .pic:after {
    padding-bottom: 50%;
}

.friend ul li .pic img {
    transition: 0.5s;
}

.friend ul li .frienda {
    display: block;
    text-align: center;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}

.friend ul li:hover img {
    transform: scale(1.2);
}

.friend ul li:hover .frienda {
    color: #0990d7;
}


/*移动端底部导航*/

.phonefooternav {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 99999;
}

.phonefooternav ul li {
    width: 25%;
    background: #494949;
    float: left;
    padding: 10px 0;
    border-right: 1px solid #666;
    list-style: none;
}

.phonefooternav ul li a {
    display: block;
    color: #fff;
    text-align: center;
}

.phonefooternav ul li a i {
    display: block;
    font-size: 20px;
    padding: 10px 0;
}

@media (max-width: 1200px) {
    .container {
        width: 992px;
    }
    .nav {
        margin-left: 1%;
    }
    .footer .footercon {
        width: 30%;
        padding-left: 6%;
    }
    .nytit .slick-prev {
        left: 20%;
    }
    .nytit .slick-next {
        right: 19.7%;
    }
    .abcon .abimg {
        display: none;
    }
    .abcon .abtxt {
        width: 100%;
        text-align: center;
    }
    .abcon .abtxt h3 {
        left: 0;
    }
    .abcon .abtxt .line {
        margin: 40px auto;
    }
    .abcon .abimg2 {
        position: static;
        width: 100%;
        text-align: center;
    }
    .solution ul li {
        height: 235px;
    }
    .pro ul li {
        padding: 2% 2% 0;
    }
}

@media (max-width: 992px) {
    .container {
        width: 768px;
    }
    .nav {
        width: 70%;
    }
    .toptel {
        display: none;
    }
    .innews .inncon .inntxt {
        width: 100%;
    }
    .innews .inncon .innpic {
        display: none;
    }
    .footer {
        padding-bottom: 20px;
    }
    .footer .footercon {
        width: 37%;
    }
    .footer .flink {
        width: 100%;
        margin-top: 30px;
    }
    .footer .flink a {
        display: inline-block;
        margin: 0 10px;
    }
    .nytit .slick-prev {
        left: 19.5%;
    }
    .nytit .slick-next {
        right: 19%;
    }
    .message label {
        width: 100%;
    }
    .message .la2 {
        margin-left: 0;
    }
    .pshowleft {
        display: none;
    }
    .phonepro {
        display: block;
    }
    .pshowright {
        width: 100%;
    }
    .solution ul li {
        height: 195px;
    }
    .solution ul li .solua h3 {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .nav,
    .language {
        display: none;
    }
    .logo {
        width: 120px;
        margin-bottom: 10px;
    }
    .banner .slick-dots {
        bottom: 20px;
    }
    .inpro {
        top: 0;
    }
    .inabout {
        margin-top: 0;
    }
    .inpro ul li {
        width: 50%;
    }
    .inabout .inabcon .intxt {
        width: 100%;
    }
    .footer .flogo {
        display: block;
        float: none !important;
        text-align: center;
    }
    .footer .weixin {
        float: none !important;
        margin: 0 auto;
        padding: 0;
        width: auto;
        text-align: center;
    }
    .footer .weixin img {
        float: none !important;
    }
    .footer .weixin .weixintxt {
        float: none !important;
        margin: 0;
    }
    .footer .footercon {
        border: 0;
        height: auto;
        margin: 20px 0;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px !important;
    }
    .footer .footercon2 {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .nytit .slick-list {
        width: 100%;
        font-size: 12px;
    }
    .nytit .slick-arrow {
        display: none !important;
    }
    .abcon .abtxt h3 {
        font-size: 18px;
    }
    .abcon .abtxt .line {
        margin: 20px auto;
    }
    .abouttxt {
        margin-bottom: 50px;
    }
    .nynews ul li {
        width: 100%;
    }
    .honor ul {
        display: none;
    }
    .honor ul.phonehonor {
        display: block;
    }
    .caseshow .casescon .pic {
        width: 100%;
    }
    .caseshow .casescon .casestxt {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    .caseshow .casescon .casestxt h3 {
        background-position: center bottom;
    }
    .retit b {
        padding: 0 10% 0 7%;
    }
    .ctleft,
    .ctright {
        width: 100%;
        padding-left: 78px;
    }
    .ctleft .pic,
    .ctright .pic {
        margin: 0;
    }
    .news ul {
        text-align: center;
    }
    .news ul li {
        display: inline-block;
        float: none;
        margin-right: 1.2% !important;
        width: 48%;
    }
    .nypro ul li {
        width: 50%;
        border: 0;
    }
    .nypro ul li .inpa {
        text-align: center;
        padding: 0;
    }
    .pro ul li {
        width: 50%;
    }
    .solution ul li {
        height: auto;
    }
    .solution ul li .pic {
        width: 100%;
    }
    .solution ul li .solua {
        width: 100%;
    }
    .solution ul li .solua h3 {
        margin-top: 0;
    }
    .solution ul li:hover {
        border: 0 !important;
    }
    .friend ul {
        text-align: center;
    }
    .friend ul li {
        width: 32%;
        margin-right: 0% !important;
        float: none;
        display: inline-block;
    }
    body {
        padding-bottom: 85px;
    }
    .phonefooternav {
        display: block;
    }
}

@media (max-width: 480px) {
    .innews .inncon .inntxt ul li a {
        width: 73%;
    }
    .phonehonor li .pic:after {
        padding-bottom: 100% !important;
    }
    .case ul li {
        width: 100%;
    }
    .retit b {
        padding: 0 13% 0 7%;
    }
    .relevant ul li {
        width: 100%;
    }
    .relevant ul li .xgcasea {
        text-align: center;
    }
    .ctleft,
    .ctright {
        width: 100%;
        padding-left: 0;
    }
    .ctleft .pic,
    .ctright .pic {
        margin: 0;
    }
    .message .la4 a {
        display: none;
    }
    .message .la5 input {
        width: 100%;
    }
    .news ul li {
        width: 100%;
    }
    .nypro ul li {
        width: 100%;
    }
    .prevnext a {
        width: 100%;
    }
    .prevnext a.next {
        text-align: left;
    }
    .xgnews ul li a {
        width: 70%;
    }
    .pro ul li {
        width: 100%;
        text-align: center;
    }
    .friend ul li {
        width: 45%;
        margin: 0 2% 5% !important;
    }
}

@media (max-width: 380px) {
    .inpro ul li {
        width: 100%;
    }
}


/*-phone-nav-*/

.phone-nav {
    position: absolute;
    font-size: 24px;
    right: 15px;
    line-height: 50px;
    display: none;
    color: #000;
    top: 4px;
    z-index: 9;
}

.phone-nav:hover {
    color: #0990d7;
}

@media (max-width: 768px) {
    .phone-nav {
        display: block;
    }
}


/*# sourceMappingURL=style.css.map */


/**********IE8***********/

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80;
}

.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    display: block;
    line-height: 24px;
    color: #666;
}

.prompt span a {
    text-decoration: underline;
}

.prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/closed.png) no-repeat center center;
    cursor: pointer;
}


/**************产品新增*****************/

.submenu-two {
    display: none;
    position: relative;
}

.proclass:hover .submenu-two {
    display: block;
}

.nytit .submenu-two-2 {
    color: #fff;
    background-color: #68B4D4;
}

.nytit .submenu-two-2:hover,
.nytit .curr {
    font-weight: bold;
    color: #fff;
    background-color: #68B4D4;
}

.nytit .submenu-three {
    top: 0;
    left: 100%;
    display: none;
    width: 130px;
}

.nytit .submenu-two:hover .submenu-three {
    display: block;
}

.nytit .submenu-three>a {
    color: #666;
    background: none;
    font-size: 12px;
}

.nytit .submenu-three a :hover,
.nytit .submenu-three a.thcur {
    font-weight: bold;
    color: #666;
    background: none
}