/*头部*/

.header-box {
    background: #fff url(../images/header_bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 9;
    height: 100px;
    padding-left: 35px;
}

.logo {
    width: 250px;
    float: left;
    line-height: normal;
    padding-top: 12px;
}

.logo .gp {
    width: 85px;
    height: 45px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #818181;
    margin-top: 12px;
}

.logo .gp span {
    font-size: 18px;
    color: #282a2c;
    font-family: '066-CAI978', Arial;
}

.head-hotline {
    float: right;
    line-height: 1.2;
    color: #717171;
    margin-top: 30px;
    padding-left: 50px;
    height: 44px;
    background: url(../images/icon_tel_hd.png) no-repeat left center;
}

.head-hotline span {
    display: block;
    color: #1e76cf;
    font-size: 22px;
    font-family: '066-CAI978', Arial;
}

.head-en,
.head-search {
    float: right;
    line-height: 25px;
    margin-top: 27px;
    font-size: 14px;
    text-align: center;
}

.head-en a {
    display: block;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    color: #717171;
}

.head-search {
    position: relative;
}

.head-search a {
    display: block;
    width: 100%;
    padding-left: 35px;
    color: #717171;
    height: 73px;
}

.head-en a .icon-en {
    display: block;
    width: 100%;
    height: 10px;
    background: url(../images/icon_en.png) no-repeat center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.head-search a .icon-search {
    display: block;
    width: 100%;
    height: 22px;
    background: url(../images/icon-search.png) no-repeat center;
    background-size: contain;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.head-en a:hover .icon-en {
    background: url(../images/icon_en_on.png) no-repeat center;
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.head-search a:hover .icon-search {
    background: url(../images/icon-search-on.png) no-repeat center;
    background-size: contain;
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.head-search:hover .search-box {
    display: block;
    opacity: .9;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.search-box {
    position: absolute;
    right: -120%;
    top: 73px;
    width: 260px;
    background: #fff;
    padding: 0px 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.search-box .searchi_a {
    line-height: 35px;
    padding: 0 10px;
    outline: none;
}

.search-box .searchi_s {
    height: 36px;
    padding: 0 10px;
    background: #1e76cf;
    color: #fff;
    cursor: pointer;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.search-box .searchi_s:hover {
    background: #ab1b23;
}

.nav {
    display: inline-block;
    margin-left: 2%;
}

.nav .nli {
    float: left;
    position: relative;
}


/*.nav .nli:before {



	content: "";



	position: absolute;



	left: 50%;



	bottom: 0;



	width: 0;



	



	border-bottom: 1px solid #1e76cf;



	-webkit-transform: translateY(100%);



	-ms-transform: translateY(100%);



	-o-transform: translateY(100%);



	transform: translateY(100%);



	-webkit-transition: .5s;



	-o-transition: .5s;



	transition: .5s;



}*/


/*.nav .nli:hover:before,



.nav .nli.on:before {



	left: 50%;



	width: 60px;



	margin-left: -30px;



	-webkit-transform: translateY(0);



	-ms-transform: translateY(0);



	-o-transform: translateY(0);



	transform: translateY(0);



}*/

.nav .nli:hover .header-f {
    height: auto;
    bottom: 1px;
    opacity: 1;
}

.header-f {
    position: absolute;
    background: #fff;
    padding: 0px 0;
    width: 120px;
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: -10px;
    /* z-index: -1; */
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
    -webkit-transition: bottom 0.5s, opacity 0.5s;
    overflow: hidden;
    height: 0;
}

.header-f a {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 2.5;
    position: relative;
    z-index: 1;
}

.header-f a::before {
    z-index: -1;
    position: absolute;
    left: 50%;
    width: 0%;
    height: 100%;
    background: #1e76cf;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: '';
    opacity: 0;
}

.header-f a:hover {
    color: #fff
}

.header-f a:hover::before {
    width: 100%;
    opacity: 1;
}

.nav .nli>a {
    display: inline-block;
    line-height: 1;
    height: 100px;
    padding: 42px 30px 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.nav .nli a span {
    display: block;
    color: #89898f;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 8px;
}

.nav .nli:hover>a,
.nav .nli.on>a {
    color: #1e76cf;
}

.back {
    position: absolute;
    bottom: 0;
    z-index: -1;
    padding-top: 0;
    font-size: 0;
    text-align: center;
    height: 1px;
    line-height: 0;
}

.back:before {
    content: "";
    display: inline-block;
    width: 60px;
    border-bottom: 1px solid #1e76cf;
}

.header-box .js-open-menu {
    float: right;
    margin-top: 25px;
    margin-right: 40px;
    width: 40px;
    display: none;
    position: relative;
    cursor: pointer;
    height: 40px;
}

.header-box .js-open-menu:before,
.header-box .js-open-menu:after,
.header-box .js-open-menu i.js-open-menu-bar {
    content: '';
    height: 3px;
    width: 30px;
    background: #1f8657;
    -webkit-border-radius: 3px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 22px;
    -webkit-transition: all .3s ease-in-out;
}

.header-box .js-open-menu:before {
    top: 14px;
}

.header-box .js-open-menu:after {
    top: 30px;
}

.header-box .js-open-menu.isopen:before {
    -webkit-transform: rotate(-45deg) translate3d(4px, 0, 0);
    -webkit-transform-origin: 100% 50%;
}

.header-box .js-open-menu.isopen:after {
    -webkit-transform: rotate(45deg) translate3d(4px, 0, 0);
    -webkit-transform-origin: 100% 50%;
}

.header-box .js-open-menu.isopen i.js-open-menu-bar {
    opacity: 0;
}

.header-box .js-close-menu {
    display: none;
    margin: 12px 0;
    height: 24px;
    float: left;
}

.header-box .js-close-menu img {
    height: 18px;
}

.nav-mini {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(245, 245, 245, .9);
    /*display: none; */
    visibility: hidden;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.nav-mini.on {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.nav-mini ul {
    float: left;
}

.nav-mini ul li {
    display: inline-block;
    /* margin: 0 20px; */
    margin-left: 40px;
    font-size: 16px;
}

.nav-mini ul li a {
    display: inline-block;
}

.nav-mini .head-en {
    display: block;
    margin-top: 9px;
    float: right;
    font-size: 12px;
}


/*Banner*/

.lubo {
    width: 100%;
    min-width: 1000px;
    clear: both;
    position: relative;
    height: 700px;
}

.lubo_box {
    position: relative;
    width: 100%;
    height: 700px;
}

.lubo_box li {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.lubo_box li a {
    display: block;
    width: 100%;
    height: 100%;
}

.lubo_box li img {
    width: 100%;
    height: 700px;
}


/*圆点*/

.cir_box {
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

.cir_box li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 0 5px;
    cursor: pointer;
    background: #ddd;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.cir_box li.cir_on {
    background: #1e76cf !important;
    width: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
}


/*按钮*/

.lubo_btn {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -40px;
}

.left_btn,
.right_btn {
    width: 30px;
    height: 80px;
    background: #000;
    opacity: 0.1;
    filter: alpha(opacity=10);
    cursor: pointer;
    color: #fff;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: serif;
}

.left_btn {
    float: left;
}

.right_btn {
    float: right;
}

.left_btn:hover,
.right_btn:hover {
    width: 40px;
    opacity: .3;
    filter: alpha(opacity=30);
}


/*首页标题*/

.index-title {
    padding: 60px 0 50px;
    text-align: center;
}

.index-title .en {
    position: relative;
    /*padding-bottom: 25px;*/
    /*margin-bottom: 15px;*/
    font-size: 32px;
    color: #1d1819;
    font-family: 'DIN-MediumAlternate', Arial;
    text-transform: capitalize;
}

.index-title .en:before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    height: 8px;
    width: 60px;
    background: url(../images/tit_line.png) no-repeat center;
}

.index-title .cn {
    margin-bottom: 20px;
    font-size: 24px;
    color: #1d1819;
}

.index-title .des {
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    color: #717171;
}


/*首页按钮*/

.com-more {
    display: inline-block;
    width: 160px;
    height: 46px;
    border-radius: 23px;
    border: 1px solid #A9A8A9;
    text-align: left;
    padding-left: 14px;
    line-height: 44px;
    font-size: 18px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.com-more:hover,
.index-case-list li:hover .cont .com-more:hover {
    border-color: #1e76cf;
    color: #fff;
    background: #1e76cf;
}

.com-more .icon-logo {
    width: 25px;
    height: 100%;
    background: url(../images/icon_logo.png) no-repeat center;
    vertical-align: top;
    margin-right: 25px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.com-more:hover .icon-logo {
    background: url(../images/icon_logo_white.png) no-repeat center;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/*业务领域*/

.index-domain {
    background: url(../images/domain_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.index-product {
    height: 406px;
}

.index-product-nav {
    margin-bottom: 50px;
    text-align: center;
}

.index-product-nav li {
    display: inline-block;
    margin: 0 18px;
}

.index-product-nav li a {
    font-size: 16px;
    color: #1d1819;
}

.index-product-nav li.on a,
.index-product-nav .more a:hover,
.index-product-nav li:hover a {
    color: #1e76cf;
}

.index-product-nav .more {
    display: inline-block;
    margin: 0 27px;
}

.index-product-nav .more a {
    color: #6c6c6c;
    font-size: 18px;
}

.index-product .index-product-list~.index-product-list {
    display: none;
}

.index-product-list {
    width: 1230px;
}

.index-product-list li {
    float: left;
    text-align: center;
    width: 380px;
    margin-right: 30px;
    border: 1px solid #C5C5C5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-product-list li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.index-product-list li .pic {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.index-product-list li .pic img {
    max-width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-product-list li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.index-product-list li .tit {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #F8F8F8;
    color: #1d1819;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.index-product-list li:hover .tit {
    color: #1e76cf;
}


/*关于*/

.index-about {
    height: 400px;
    overflow: hidden;
    background: url(../images/about_bg_index.jpg) no-repeat right center;
}

.index-about .item-pic {
    width: 50%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.index-about .item-pic img {
    position: absolute;
    right: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-about .item-pic:hover img {
    opacity: .9;
}

.index-about .item-cont {
    position: relative;
    overflow: hidden;
    width: 600px;
    padding-top: 5px;
    padding-left: 40px;
    height: 100%;
}

.index-about .item-cont .tit {
    font-size: 24px;
    color: #333;
}

.index-about .item-cont .tit-des {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 5px;
}

.index-about .item-cont .tit-des span {
    font-size: 20px;
}

.index-about .item-cont .des p {
    padding-top: 10px;
    color: #454545;
    line-height: 1.8;
}

.index-about .item-cont .com-more {
    position: absolute;
    right: 0;
    bottom: 5px;
}


/*案例*/

.index-case {
    padding-top: 90px;
    background: #F0EFF0;
}

.index-case-list li {
    float: left;
    width: 20%;
    padding: 0 5px;
    overflow: hidden;
    background: #FAFAFA;
    border-bottom: 1px solid #eee;
}

.index-case-list li .pic {
    overflow: hidden;
}

.index-case-list li .pic img {
    max-width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-case-list li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.index-case .slick-arrow {
    display: none !important;
}

.index-case-list li .cont {
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}

.index-case-list li .cont:before {
    content: "";
    position: absolute;
    left: 0;
    /*bottom: -100%;*/
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #52525F;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.index-case-list li:hover .cont:before {
    opacity: 1;
    visibility: visible;
}

.index-case-list li .cont .tit {
    position: relative;
    padding: 0 15px;
    height: 54px;
    font-size: 16px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.index-case-list li:hover .cont .tit {
    color: #fff;
}

.index-case-list li .cont .des {
    position: relative;
    color: #999;
    line-height: 2;
    padding: 10px 15px 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.index-case-list li:hover .cont .des {
    color: #89898f;
}

.index-case-list li .pic {
    position: relative;
}

.index-case-list li .pic .com-more {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-left: -80px;
    margin-top: -20px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    background: #1e76cf;
    border-color: #1e76cf;
    color: #fff;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-case-list li:hover .pic .com-more {
    opacity: 1;
}

.index-case-list li:hover .pic .com-more .icon-logo {
    background: url(../images/icon_logo_white.png) no-repeat center;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/*新闻*/

.index-news {
    padding-bottom: 118px;
    background: #F5F5F5;
}


/*尾部*/

.footer {
    border-top: 2px solid #CF0013;
    background: #363636;
}

.footer .copyright {
    height: 60px;
    line-height: 60px;
    color: #848484;
    text-align: center;
    background: #1D1718;
}

.footer .copyright a {
    color: #848484;
}

.footer .foot-info {
    position: relative;
    padding: 55px 0;
}

.footer .foot-info .foot-contact {
    padding-left: 80px;
    background: url(../images/icon_tel_ft.png) no-repeat left 4px;
}

.footer .foot-info .foot-contact .foot-num .tit {
    font-size: 16px;
    color: #89898f;
}

.footer .foot-info .foot-contact .foot-num .tit span {
    display: inline-block;
    margin-right: 10px;
}

.footer .foot-info .foot-contact .foot-num .num {
    font-size: 48px;
    line-height: 1;
    font-family: '066-CAI978';
}

.footer .foot-info .foot-contact .des {
    margin-top: 20px;
    color: #89898f;
    font-size: 16px;
    line-height: 30px;
}

.footer .foot-info .foot-contact .des a {
    color: #89898f;
}

.footer .foot-info .foot-contact .des a:hover {
    color: #1e76cf;
}

.footer .foot-info .foot-contact .focus {
    margin-top: 10px;
}

.footer .foot-info .foot-contact .focus a {
    display: inline-block;
    margin-right: 5px;
    width: 31px;
    height: 31px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer .foot-info .foot-contact .focus a:hover {
    opacity: .8;
}

.footer .foot-info .foot-contact .focus a.skype {
    background: url(../images/1-01.png) no-repeat center;
}

.footer .foot-info .foot-contact .focus a.skype:hover {
    background-image: url(../images/1-08.png);
}

.footer .foot-info .foot-contact .focus a.face {
    background: url(../images/1-02.png) no-repeat center;
}

.footer .foot-info .foot-contact .focus a.face:hover {
    background-image: url(../images/1-06.png);
}

.footer .foot-info .foot-contact .focus a.in {
    background: url(../images/1-03.png) no-repeat center;
}

.footer .foot-info .foot-contact .focus a.in:hover {
    background-image: url(../images/1-07.png);
}

.foot-nav .foot-nav-item {
    float: left;
}

.foot-nav .foot-nav-item~.foot-nav-item {
    margin-left: 60px;
}

.foot-nav .foot-nav-item .foot-navtit {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #bcbdc0;
}

.foot-nav .foot-nav-item .foot-navtit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 18px;
    border-bottom: 2px solid #1e76cf;
}

.foot-nav .foot-nav-item .foot-subnav li a {
    display: inline-block;
    line-height: 30px;
    color: #818181;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.foot-nav .foot-nav-item .foot-subnav li a:hover,
.footer .foot-info .links a:hover,
.footer .copyright a:hover {
    color: #1e76cf;
}

.foot-nav .foot-nav-item .foot-subnav li a:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.copyright {
    background: #F7F7F7;
}

.foot-qr {
    margin-left: 60px;
    width: 120px;
    text-align: center;
    color: #89898f;
    line-height: 50px;
}


/*栏目图*/

.page-banner {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.page-banner .pb-tit {
    position: absolute;
    left: 50%;
    top: 134px;
    margin-left: -600px;
    width: 1200px;
}

.page-banner .pb-tit.center {
    text-align: center;
    top: 113px;
}

.page-banner .pb-tit .tit-pic {
    margin-bottom: 35px;
    height: 78px;
}

.page-banner .pb-tit.center .tit-pic {
    margin-bottom: 20px;
}

.page-banner .pb-tit .tit {
    font-size: 16px;
    color: #f5f5f5;
    line-height: 1.8;
}

.page-banner .pb-tit.center .tit {
    font-size: 14px;
}

.page-banner .pb-tit .tit.c2 {
    color: #eaeaea;
}

.page-banner .pb-tit .tit.c3 {
    color: #717171;
}

.page-banner .pb-tit .tit.c4 {
    color: #a6a6a6;
}

.page-banner .pb-pic {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.page-banner .pb-pic img {
    display: block;
    /* 	-webkit-transform: translateY(10px);



-ms-transform: translateY(10px);



-o-transform: translateY(10px);



transform: translateY(10px);



-webkit-transition: 1s;



-o-transition: 1s;



transition: 1s; */
}

.page-banner .pb-pic:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: #1e76cf;*/
    opacity: 0.2;
    z-index: 1;
    filter: blur(1px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}


/* .page-banner .pb-pic.filter:before {



	-webkit-transform: translateY(100%);



	-ms-transform: translateY(100%);



	-o-transform: translateY(100%);



	transform: translateY(100%);



}



.page-banner .pb-pic.filter img {



	-webkit-transform: translateY(0);



	-ms-transform: translateY(0);



	-o-transform: translateY(0);



	transform: translateY(0);



}



 */

.mk-bg {
    background: url(../images/bg.jpg);
}


/*列表页*/

.mk-left {
    float: left;
    width: 220px;
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

.mk-left .mk-title {
    display: table;
    width: 220px;
    height: 120px;
    background: url(../images/cate_tit.png) no-repeat center;
    text-align: center;
    padding-top: 20px;
}

.mk-left .mk-title h3 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: '066-CAI978';
}

.mk-left .mk-title p {
    font-size: 12px;
    color: #E89095;
    font-family: '066-CAI978';
    text-transform: uppercase;
}

.mk-left .mk-item {
    border: 1px solid #BCBDC0;
    border-top: none;
    background: #fff;
}

.mk-left .mk-item h4 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #717171;
    padding-left: 10px;
    padding-right: 8px;
    background: #F0F0F0;
}

.mk-left .mk-item h4 a {
    display: inline-block;
    width: 100%;
}

.mk-left .mk-item h4.on a {
    color: #1e76cf;
}

.mk-left .mk-item h4 .icon-cate-down {
    float: right;
    width: 18px;
    height: 40px;
    vertical-align: top;
    background: url(../images/icon_cate_down.png) no-repeat center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mk-left .mk-item h4.on .icon-cate-down {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.mk-left .mk-item ul {
    padding: 15px 20px;
    display: none;
}

.mk-left .mk-item ul {}

.mk-left .mk-item ul li~li a {
    margin-top: 2px;
}

.mk-left .mk-item ul li a {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    padding-left: 16px;
    position: relative;
    -webkit-transition: color 0s;
    -o-transition: color 0s;
    transition: color 0s;
}

.mk-left .mk-item ul li.cc a {
    font-size: 14px;
    padding-left: 30px;
}

.mk-left .mk-item ul li a .icon-point {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    height: 100%;
    vertical-align: top;
    background: url(../images/icon_point.png) no-repeat center;
    /*-webkit-transition: .3s;



	-o-transition: .3s;



	transition: .3s;*/
}

.mk-left .mk-item ul li a:hover .icon-point {
    opacity: 0;
}

.mk-left .mk-item ul li a:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 200px;
    height: 36px;
    background: url(../images/cate_bg.png) no-repeat center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    /*-webkit-transition: .5s;



	-o-transition: .5s;



	transition: .5s;*/
}

.mk-left .mk-item ul li a.on:before,
.mk-left .mk-item ul li a:hover:before {
    visibility: visible;
    opacity: 1;
}

.mk-left .mk-item ul li a span {
    display: inline-block;
    position: relative;
    z-index: 3;
    width: 150px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*-webkit-transition: .5s;



	-o-transition: .5s;



	transition: .5s;*/
}

.mk-left .mk-item ul li a.on span,
.mk-left .mk-item ul li a:hover span {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    color: #fff;
}


/*ad*/

.mk-left .mk-gg {
    margin-top: 20px;
    overflow: hidden;
    width: 220px;
    height: 342px;
    background: url(../images/case_gg_bg.jpg) no-repeat center;
    text-align: center;
}

.mk-left .mk-gg .tit {
    margin-top: 15px;
    font-size: 20px;
    color: #1e76cf;
    padding-bottom: 5px;
    line-height: 25px;
}

.mk-left .mk-gg .more-one {
    display: inline-block;
    width: 117px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.mk-left .mk-gg .gg-contact {
    margin-top: 25px;
    color: #717171;
}

.mk-left .mk-gg .gg-contact .tel {
    margin-top: 5px;
    font-size: 20px;
    color: #1e76cf;
    font-family: '066-CAI978';
    font-weight: 600;
}

.mk-left .mk-gg .gg-contact .more-two {
    display: inline-block;
    margin-top: 7px;
    width: 160px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 18px;
    background: #818181;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.mk-left .mk-gg .gg-contact .more-two:hover,
.mk-left .mk-gg .more-one:hover {
    background: #1e76cf;
    color: #fff;
}

.mk-right {
    float: right;
    padding-top: 40px;
    width: 950px;
}


/*产品*/

.mk-product-list {
    width: 960px;
}

.mk-product-list li {
    float: left;
    width: 310px;
    /*height: 290px;*/
    border: 1px solid #DCDDDF;
    background: #fff;
    margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* .mk-product-list li:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 101%;
    height: 358px;
    background: #51515C;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.mk-product-list li:hover:before {
    opacity: 1;
    visibility: visible;
} */

.mk-product-list li:hover,
.mk-case-list li:hover {
    /* -webkit-box-shadow: 3px 3px 6px 3px #ddd;
	box-shadow: 3px 3px 6px 3px #ddd; */
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}


/* .index-domain-list li:first-child {
    border-left: 1px solid #BCBDC0;
} */

.mk-product-list li .pic {
    width: 100%;
    height: 310px;
    line-height: 310px;
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #DCDDDF;
    overflow: hidden;
}

.mk-product-list li .pic img,
.mk-case-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mk-product-list li:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.mk-product-list li .tit {
    position: relative;
    width: 100%;
    font-size: 15px;
    text-align: left;
    padding: 0 20px;
    height: 70px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: table;
    color: #1d1819;
}

.mk-product-list li .tit span {
    display: table-cell;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    color: #1d1819;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mk-product-list li .tit .des {
    display: none;
    color: #1d1819;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mk-product-list li:hover .tit .des,
.mk-product-list li:hover .tit span {
    color: #1e76cf;
}

.mk-product-list li .tit .icon-eye {
    float: right;
    display: inline-block;
    width: 25px;
    height: 100%;
    background: url(../images/icon_eye.png) no-repeat center;
    vertical-align: top;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
}


/*.mk-product-list li:hover .tit .icon-eye {



	visibility: hidden;



	opacity: 0;



}*/

.mk-product-list li .tit .icon-eye2 {
    position: absolute;
    right: 20px;
    top: 0;
    display: inline-block;
    width: 25px;
    height: 100%;
    background: url(../images/icon_eye_on.png) no-repeat center;
    vertical-align: top;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


/*.mk-product-list li:hover .tit .icon-eye2 {



	visibility: visible;



	opacity: 1;



}

*/


/*案例*/

.mk-case-list {
    margin-top: 60px;
    width: 1230px;
}

.mk-case-list li {
    float: left;
    width: 387px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mk-case-list li .pic {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    text-align: center;
}

.mk-case-list li .pic .more {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 30px;
    border-radius: 20px;
    background: #fff url(../images/more_bg.png) no-repeat center;
    font-size: 18px;
    color: #1d1819;
    margin-left: -80px;
    margin-top: -20px;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mk-case-list li:hover .pic .more {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.mk-case-list li .pic img {
    max-width: 100%;
}

.mk-case-list li .tit {
    padding: 0 10px;
    border: 1px solid #DCDDDF;
    border-top: none;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mk-case-list li:hover .tit {
    color: #1e76cf;
}

.relate-project .p-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.relate-project .p-img li {
    float: left;
    width: 181px;
    text-align: center;
}

.relate-project .p-img li~li {
    margin-left: 15px;
}

.relate-project .p-img li img {
    max-width: 100%;
}

.relate-project .p-img li .pic_mi {
    border: 1px solid #DEDFE1;
    margin-bottom: 8px;
}


/*面包屑*/

.mk-crumbs {
    height: 74px;
    line-height: 74px;
    color: #717171;
}

.mk-crumbs .on {
    color: #1d1819;
}

.mk-crumbs a {
    color: #717171;
}

.mk-crumbs a:hover {
    color: #1e76cf;
}


/*详情页*/

.mk-detail {
    padding-bottom: 39px;
    background: url(../images/mk_detail_bg.png) no-repeat center bottom;
}

.mk-detail .pic img {
    max-width: 100%;
    max-height: 100%;
}

.mk-other {
    position: relative;
    height: 58px;
    line-height: 58px;
    background: #F6F6F6;
    border: 1px solid #E5E5E5;
    border-top: none;
    padding: 0 40px;
}

.mk-other .return,
.news-other .return {
    margin-top: 11px;
    width: 160px;
    height: 36px;
    line-height: 34px;
    font-size: 16px;
    color: #1d1819;
    border-radius: 18px;
    border: 1px solid #1d1819;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mk-other .return {
    /*position: absolute;



	left: 50%;



	margin-left: -80px;*/
}

.mk-other .return:hover,
.news-other .return:hover {
    border-color: #1e76cf;
    color: #fff;
    background: #1e76cf;
}

.mk-other ul {
    width: 700px;
}

.mk-other ul li {
    width: 30%;
    /*padding-right: 10px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #717171;
}

.mk-other ul li.f-r {
    /*text-align: right;*/
}

.mk-other ul li span {
    /*margin-right: 10px;*/
}

.mk-other ul li {
    margin-top: 8px;
    font-size: 0;
    position: relative;
}

.mk-other ul li span {
    font-size: 14px;
}

.mk-other ul li,
.mk-other ul li a {
    display: block;
    color: #717171;
    height: 40px;
    width: 70px;
    line-height: 40px;
    text-align: right;
}

.mk-other ul li.f-r,
.mk-other ul li.f-r a {
    text-align: left;
}

.mk-other ul li a {
    position: absolute;
    left: 0;
    top: 0;
}

.mk-other ul li.f-l {
    background: url(../images/icon_case_left.png) no-repeat left;
    background-size: 30px;
}

.mk-other ul li.f-r {
    background: url(../images/icon_case_right.png) no-repeat right;
    background-size: 30px;
}

.mk-other ul li.f-l a {
    background: url(../images/icon_case_left.png) no-repeat left;
    background-size: 30px;
}

.mk-other ul li.f-r a {
    background: url(../images/icon_case_right.png) no-repeat right;
    background-size: 30px;
}

.mk-other ul li a:hover {
    color: #1e76cf;
}

.mk-detail .tit {
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 24px;
    color: #1d1819;
    line-height: 1.3;
    border-bottom: 1px solid #DCDDDF;
    overflow: hidden;
}

.mk-detail .des {
    padding: 15px 0;
    font-size: 14px;
    color: #717171;
    line-height: 25px;
    overflow: hidden;
}

.mk-detail .des .des-imp {
    color: #3a3a3a;
}

.mk-relation .relation-tit {
    padding-bottom: 20px;
    font-size: 20px;
    color: #1d1819;
}


/*案例详情*/

.mk-detail .case-detail {
    position: relative;
    padding: 48px 40px;
    background: #fff;
    border: 1px solid #E5E5E5;
}

.mk-detail .case-detail .pic {
    width: 700px;
    height: 400px;
    overflow: hidden;
    margin-right: 40px;
}

.mk-detail .case-detail .cont {
    width: 375px;
}

.mk-detail .case-detail .share {
    position: absolute;
    right: 40px;
    bottom: 60px;
    color: #717171;
}

.relation-case-list {
    width: 1230px;
}

.relation-case-list li {
    width: 380px;
    margin-right: 30px;
    margin-bottom: 0;
}

.relation-case-list li .pic {
    width: 380px;
    height: 217px;
}


/*产品详情*/

.mk-detail .product-detail {
    padding: 40px;
    background: #fff;
}

.relation-product-list {
    width: 1220px;
}

.relation-product-list li {
    margin-right: 12px;
    width: 290px;
}

.relation-product-list li .pic {
    height: 290px;
    line-height: 290px;
}

.relation-product-list li .tit {
    font-size: 14px;
}

.mk-detail .product-detail .des {
    padding: 15px 0;
    min-height: 285px;
    margin-bottom: 35px;
}

.mk-detail .product-detail .contact-btn {
    display: inline-block;
    padding-left: 30px;
    width: 200px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: url(../images/icon_zx.png) no-repeat 10px center #1e76cf;
    border-radius: 23px;
    vertical-align: top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mk-detail .product-detail .contact-btn.tel {
    background: url(../images/icon_tel2.png) no-repeat 10px center #1e76cf;
    font-size: 16px;
    margin-left: 5px;
    width: 220px;
}

.mk-detail .product-detail .contact-btn:hover {
    background-color: #333;
}


/*产品内容*/

.mk-product-content {
    margin-bottom: 30px;
    padding: 40px;
    background: #fff;
}

.mk-product-select {
    margin-bottom: 35px;
}

.mk-product-select li {
    float: left;
    /*margin-right: 20px;*/
    padding: 0 20px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #fff;
    color: #333;
    font-size: 18px;
    border-radius: 20px;
    cursor: pointer;
}

.mk-product-select li:hover {
    color: #1e76cf;
}

.mk-product-select li.on {
    border-color: #1e76cf;
    color: #1e76cf;
}

.mk-product-container .item {
    line-height: 2;
}

.mk-product-container .item~.item {
    display: none;
}

.mk-product-container .item img {
    max-width: 100%;
}

.mk-product-container table {
    width: 100%;
    float: none;
}

.mk-product-container tr {
    height: 60px;
}

.mk-product-container .firstRow th {
    font-weight: 400;
}

.mk-product-container table {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.mk-product-container table td,
.mk-product-container table th {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.mk-product-container .spec-cont h5 {
    /*padding: 0 0 20px!important;*/
    font-size: 16px;
    text-align: center;
    font-family: "Microsoft JhengHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei" !important;
}

.mk-product-container .spec-cont h5:first-child {
    padding: 0 0 20px !important;
    font-size: 18px !important;
}

.mk-product-container .spec-cont tr {
    height: 60px;
}

.mk-product-container .spec-cont .firstRow th {
    font-weight: 400;
}

.mk-product-container .spec-cont table {
    width: 100% !important;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.mk-product-container .spec-cont table td,
.mk-product-container .spec-cont table th {
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 5px;
}


/*产品2*/

.prodcut-albums-box {
    position: relative;
    width: 600px;
    /*background-color: red;*/
}

.prodcut-albums-box .arrow-btn {
    position: absolute;
    top: 180px;
    z-index: 10;
    width: 24px;
    height: 48px;
    background-color: #F5F5F5;
    background-image: url(../images/icon-arrowbtn.png);
    background-repeat: no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.prodcut-albums-box .arrow-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.prodcut-albums-box .prev {
    left: 20px;
    background-position: 0 0;
}

.prodcut-albums-box .next {
    right: 20px;
    background-position: 0 -50px;
}

.prodcut-albums-box .bd {
    margin: 0 auto;
    width: 600px;
    height: 400px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.prodcut-albums-box .bd ul li {
    float: left;
    width: 600px;
    height: 400px;
    background-color: #fff;
    text-align: center;
}

.prodcut-albums-box .hd {
    margin-top: 20px;
    text-align: center;
}

.prodcut-albums-box .hd ul li {
    display: inline-block;
    margin: 0 5px;
    width: 90px;
    height: 66px;
    line-height: 66px;
    border: 1px solid #DFE0E2;
    background-color: #fff;
    font-size: 0;
    opacity: 0.95;
    filter: alpha(opacity=95);
    cursor: pointer;
}

.prodcut-albums-box .hd ul li img {
    max-width: 100%;
    vertical-align: middle;
}

.prodcut-albums-box .hd ul li.on {
    border-color: #1e76cf;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-detail-header .product-des {
    float: right;
    width: 475px;
}

.product-detail-header .product-des h2.tit {
    padding-bottom: 20px;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #E2E2E2;
}

.product-detail-header .product-des .tip {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 2;
    font-size: 16px;
}

.product-detail-header .product-des .p-tit {
    height: 42px;
    line-height: 42px;
}

.product-detail-header .product-des .subcat li {
    display: table;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 47%;
    height: 50px;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    position: relative;
}

.product-detail-header .product-des .subcat li a {
    display: table-cell;
    background: #F8F8F8;
    padding: 0 10px;
    vertical-align: middle;
    height: 100%;
}

.product-detail-header .product-des .subcat li.on,
.product-detail-header .product-des .subcat li:hover {
    border-color: #1e76cf;
}

.product-detail-header .product-des .subcat li.on:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    content: url(../images/p-on.png);
}

.product-detail-header .product-des .iso {
    margin-top: 5px;
    margin-bottom: 40px;
    height: 36px;
    line-height: 36px;
}

.product-detail-header .product-des .iso .tit2 {
    float: left;
    margin-right: 15px;
    font-size: 16px;
}

.product-detail-header .product-des .iso i {
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    /*background: red;*/
}

.product-detail-header .product-des .iso .icon-CE {
    width: 23px;
    height: 31px;
    background: url(../images/rz/rz_1.png) no-repeat center;
}

.product-detail-header .product-des .iso .icon-CE-EMC {
    width: 23px;
    height: 31px;
    background: url(../images/rz/rz_2.png) no-repeat center;
}

.product-detail-header .product-des .iso .icon-CE-LVD {
    width: 23px;
    height: 31px;
    background: url(../images/rz/rz_3.png) no-repeat center;
}

.product-detail-header .product-des .iso .icon-CE-ROHS {
    width: 23px;
    height: 31px;
    background: url(../images/rz/rz_4.png) no-repeat center;
}

.product-detail-header .product-des .iso .icon-CQC {
    width: 35px;
    height: 31px;
    background: url(../images/rz/rz_5.png) no-repeat center;
}

.product-detail-header .product-des .iso .icon-TUV {
    width: 24px;
    height: 31px;
    background: url(../images/rz/rz_6.png) no-repeat center;
}

.product-detail-header .product-des .iso .icon-ROHS {
    width: 18px;
    height: 31px;
    background: url(../images/rz/rz_7.png) no-repeat center;
}

.product-detail-header .product-des .iso .icon-LM-79 {
    width: 44px;
    height: 31px;
    background: url(../images/rz/rz_8.png) no-repeat center;
}

.product-detail-header .product-des .iso .icon-IK10 {
    width: 23px;
    height: 31px;
    background: url(../images/rz/rz_9.png) no-repeat center;
}

.product-detail-header .product-des .iso .icon-IP6X {
    width: 23px;
    height: 31px;
    background: url(../images/rz/rz_10.png) no-repeat center;
}

.product-detail-header .product-des .iso .icon-UL {
    width: 31px;
    height: 31px;
    background: url(../images/rz/rz_11.png) no-repeat center;
}

.product-detail-header .product-des .iso .icon-SAA {
    width: 30px;
    height: 31px;
    background: url(../images/rz/rz_12.png) no-repeat center;
}

.product-detail-header .product-des .zixun-box {
    margin-top: 25px;
    height: 54px;
}

.product-detail-header .product-des .zixun {
    display: inline-block;
    width: 180px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #1e76cf;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product-detail-header .product-des .zixun:hover {
    opacity: 0.9;
}

.product-detail-header .product-des .other {
    padding-left: 45px;
    float: right;
    width: 235px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: url(../images/ic_tel@30.png) no-repeat 20px center #1e76cf;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
}


/*方案*/

.mk-bg2 {
    background: url(../images/solution_bg1.jpg) no-repeat center top;
}

.mk-bg3 {
    background: url(../images/mk_bg3.jpg) no-repeat center top #F0EEF0;
}

.solution-intro {
    padding-top: 90px;
}

.solution-intro .pic {
    position: relative;
    margin-right: 50px;
}

.solution-intro .pic:before {
    content: "";
    position: absolute;
    left: -26px;
    bottom: 0;
    width: 461px;
    height: 63px;
    background: url(../images/solution_pic_shadow.png) no-repeat center bottom;
}

.solution-intro .pic img {
    position: relative;
}

.solution-intro .tit {
    padding-top: 10px;
    margin-bottom: 30px;
    font-size: 36px;
    color: #1d1819;
    line-height: 1.3;
}

.solution-intro .des p {
    font-size: 14px;
    color: #717171;
    line-height: 28px;
}

.solution-intro .des .minitit {
    font-size: 18px;
    color: #1d1819;
    margin-bottom: 15px;
}

.solution-list li {
    position: relative;
    float: left;
    width: 585px;
    height: 360px;
    overflow: hidden;
}

.solution-list li:first-child {
    margin-right: 30px;
}

.solution-list li .cont {
    position: absolute;
    left: 40px;
    top: 30px;
    width: 225px;
    color: #B3B3B3;
}

.solution-list li .cont .tit {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.solution-list li .cont .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    border-bottom: 2px solid #fff;
}

.solution-list li .cont .des {
    line-height: 28px;
}

.solution-list li .cont .des2 {
    color: #F3BDC1;
}

.solution-list li img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.solution-list li:hover img {
    opacity: .9;
}

.solution-youshi {
    margin-top: 40px;
    padding-bottom: 50px;
}

.solution-youshi .cn {
    font-size: 24px;
    color: #1d1819;
}

.solution-youshi .en {
    font-size: 16px;
    color: #818181;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.solution-yslist {
    text-align: center;
}

.solution-yslist li {
    display: inline-block;
    width: 145px;
    margin: 0 40px;
}

.solution-yslist li .tit {
    margin-top: 20px;
    font-size: 20px;
    color: #1d1819;
}

.solution-yslist li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.solution-yslist li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.solution-odm {
    padding-top: 65px;
    height: 953px;
    background: url(../images/solution_bg2.jpg) no-repeat center;
    text-align: center;
}

.solution-odm .tit {
    font-size: 36px;
    color: #1e76cf;
}

.solution-odm .minitit {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #1d1819;
}

.solution-odm .link {
    display: inline-block;
    width: 117px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border-radius: 16px;
    font-size: 16px;
    color: #1d1819;
    margin: 0 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.solution-odm .des {
    margin-top: 20px;
    margin-bottom: 25px;
    color: #717171;
    line-height: 30px;
}

.solution-odm .zx {
    display: inline-block;
    width: 260px;
    height: 46px;
    line-height: 46px;
    background: #1e76cf;
    color: #fff;
    font-size: 20px;
    border-radius: 23px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.solution-odm .zx:hover,
.solution-odm .link:hover {
    background: #333;
    color: #fff;
}


/*子栏目*/

.com-catelist-wrap {
    position: relative;
    padding-top: 50px;
    text-align: center;
}

.com-catelist {
    display: inline-block;
    border: 1px solid #DCDDDF;
    text-align: center;
    font-size: 0;
    background: #FFFFFF;
    border-radius: 23px;
    box-shadow: 0 0 20px #ddd;
}

.com-catelist li {
    display: inline-block;
}

.com-catelist li a {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding: 0 30px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #1d1819;
    border-radius: 23px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.com-catelist li:hover a {
    color: #1e76cf;
}

.com-catelist li.on a {
    color: #fff;
    background: #1e76cf;
    box-shadow: 0 0 20px #1e76cf inset;
}

.com-catelist li.on a {
    color: #fff;
}

.index-title .des3 {
    width: 1200px;
    line-height: 26px;
    color: #454545;
}

.index-title .des3 p {
    margin-top: 8px;
}


/*服务*/


/*.after-list {



	width: 1260px;



}*/

.after-list li {
    float: left;
    text-align: center;
    width: 192px;
}

.after-list li~li {
    margin-left: 59px;
}

.after-list li .tit {
    font-size: 16px;
    color: #1d1819;
    margin-top: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.after-list li:hover .tit {
    color: #1e76cf;
}

.after-list li .pic {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    /*overflow: hidden;*/
}

.after-list li .pic .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.after-list li:hover .pic .cover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*标题*/

.com-tit-center {
    margin-top: 95px;
    margin-bottom: 80px;
    text-align: center;
    font-size: 24px;
    color: #1d1819;
}

.com-tit-center.two {
    margin-top: 70px;
    margin-bottom: 50px;
}

.com-tit-center .line {
    display: inline-block;
    width: 460px;
    border-bottom: 1px solid #1e76cf;
    margin-top: 19px;
}

.service-bzlist li {
    position: relative;
    float: left;
    width: 380px;
    height: 400px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-bzlist li:hover {
    opacity: .9;
}

.service-bzlist li .cont {
    position: absolute;
    left: 30px;
    top: 40px;
    padding-right: 30px;
}

.service-bzlist li .cont .tit {
    position: relative;
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.service-bzlist li .cont .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    border-bottom: 2px solid #fff;
}

.service-bzlist li .cont .des {
    color: #fff;
    line-height: 26px;
}

.service-bzlist li.two {
    margin: -18px 30px 0;
}

.service-bzlist li.two .cont .tit {
    color: #1d1819;
}

.service-bzlist li.two .cont .tit:before {
    border-color: #717171;
}

.service-bzlist li.two .cont .des {
    color: #717171;
}

.service-bzlist li.three .cont .tel {
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px;
}

.service-bzlist li.three .cont .des {
    color: #F3BDC1;
}

.service-bz .box h4 {
    font-size: 20px;
    color: #333;
    line-height: 2;
}

.service-bz .box p {
    line-height: 2;
    font-size: 16px;
}

.service-bz .box>ol {
    line-height: 2;
    font-size: 16px;
    padding-left: 40px;
    margin-top: 15px;
}

.service-bz .box>ol>li {
    position: relative;
    /*list-style: lower-number;*/
    /*list-style: decimal;*/
    margin-bottom: 15px;
    /*padding-left: 20px;*/
}

.service-bz .box>ol>li:before {
    content: attr(data-num);
    position: absolute;
    left: -40px;
    top: 5px;
    font-size: 16px;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #6B6B6B;
    border-radius: 50%;
}


/*质量*/

.quality-content {
    margin-top: 45px;
    /*margin-bottom: 60px;*/
}

.quality-content .item {
    position: relative;
    float: left;
    width: 33.3333%;
    font-size: 18px;
    color: #1d1819;
}

.quality-content .item .pic {
    margin-bottom: 20px;
}

.quality-content .item .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.quality-content .item .pic img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.quality-content .item .rz {
    display: none;
    position: absolute;
    right: 20px;
    bottom: -10px;
    width: 128px;
    height: 129px;
    background: url(../images/icon_rz.png) no-repeat center;
}

.quality-list {
    width: 1220px;
}

.quality-list li {
    float: left;
    margin-right: 11px;
    width: 191px;
    height: 100px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.quality-list li.bb {
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
}

.quality-list li img {
    max-width: 100%;
}

.quality-list li:hover {
    box-shadow: 0 0 20px #ddd;
}

.lab-list {
    width: 1230px;
}

.lab-list li {
    position: relative;
    float: left;
    margin-right: 30px;
    width: 378px;
}

.lab-list li .tit {
    position: relative;
    font-size: 20px;
    color: #1d1819;
    margin-top: 15px;
    text-align: center;
}

.lab-list li .des {
    position: absolute;
    top: 0;
    height: 258px;
    padding: 20px;
    background: #1e76cf;
    background: rgba(208, 33, 43, .8);
    color: #fff;
    line-height: 22px;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.lab-list li:hover .des {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.lab-list li .pic {
    width: 378px;
    height: 258px;
    overflow: hidden;
}

.lab-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.lab-list li .pic:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.lab-content .bd {
    height: 333px;
    overflow: hidden;
}

.lab-content .hd ul {
    text-align: center;
    margin-top: 55px;
}

.lab-content .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #858183;
    border-radius: 6px;
    margin: 0 6px;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.lab-content .hd ul li.on {
    width: 40px;
    background: #1e76cf;
}


/*faq*/

.mk-content2 {
    background: #fff;
    border: 1px solid #DCDDDF;
    /*min-height: 500px;*/
}


/*关于*/

.about-intro {
    position: relative;
    height: 270px;
    text-align: justify;
    margin-bottom: 30px;
    font-size: 16px;
    color: #454545;
    line-height: 28px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-intro .cont p {
    margin-bottom: 8px;
}

.about-more-box {
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 65px;*/
    text-align: center;
    margin-bottom: 50px;
}

.about-more-box .more {
    display: inline-block;
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    color: #717171;
    font-size: 16px;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.about-more-box .more:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.about-more-box .more .icon-dd {
    display: inline-block;
    width: 16px;
    height: 100%;
    background: url(../images/icon_dd.png) no-repeat center;
    vertical-align: top;
    margin-left: 12px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-more-box .more.on .icon-dd {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-intro-list li {
    float: left;
}

.about-intro-list li~li {
    margin-left: 29px;
}

.about-culture {
    position: relative;
    padding-right: 40px;
}

.about-culture:before {
    content: "";
    position: absolute;
    right: -140px;
    top: -78px;
    width: 272px;
    height: 308px;
    background: url(../images/about_culture_bg.png) no-repeat;
}

.about-culture .tit {
    padding-top: 25px;
    margin-bottom: 8px;
    color: #1d1819;
}

.about-culture .en {
    color: #bcbdc0;
    text-transform: uppercase;
}

.about-culture .des {
    padding-top: 20px;
    color: #717171;
    font-size: 16px;
    line-height: 28px;
}

.about-culture .pic {
    margin-right: 60px;
}

.culture-list {
    margin-top: 30px;
}

.culture-list li {
    float: left;
}

.culture-list li:first-child {
    margin-right: 28px;
}


/*研发制造*/

.environment-list {
    width: 1225px;
    margin-bottom: -20px;
}

.environment-list li {
    float: left;
    width: 285px;
    margin-right: 20px;
    text-align: center;
}

.environment-list li .pic {
    width: 285px;
    height: 178px;
    overflow: hidden;
}

.environment-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.environment-list li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.environment-list li .tit {
    line-height: 45px;
    font-size: 16px;
    height: 46px;
    background: #fff;
    border: 1px solid #DCDDDF;
    border-top: none;
    margin-bottom: 20px;
}


/*发展历程*/

.page-develop {
    padding-bottom: 74px;
    min-height: 500px;
    background: url(../images/develop-bg.jpg) no-repeat center top;
}

.develop-content {
    position: relative;
    width: 1100px;
}

.develop-content .develop-box {
    padding-bottom: 90px;
    position: relative;
}

.develop-content .develop-box:before {
    content: "";
    position: absolute;
    left: 13.63%;
    height: 100%;
    border-left: 1px solid #DCDCDC;
}

.develop-content .item~.item {
    margin-top: 60px;
}

.develop-content .item:first-child {
    padding-top: 85px;
}

.develop-content .item .date {
    font-size: 12px;
    color: #000;
    line-height: 1;
    margin-right: 4.6%;
    width: 11.33%;
    text-align: right;
}

.develop-content .item .date:before {
    content: "";
    position: absolute;
    left: 13.63%;
    width: 22px;
    margin-top: 14px;
    margin-left: -11px;
    border-bottom: 1px solid #999;
}

.develop-content .item .date span {
    font-size: 30px;
}

.develop-content .item .cont {
    font-size: 16px;
    line-height: 30px;
    width: 84.07%;
    box-sizing: border-box;
}

.develop-content .start,
.develop-content .future {
    display: block;
    position: relative;
    left: 13.63%;
    width: 60px;
    margin-left: -30px;
    text-align: center;
}

.icon-spr {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon-spr.png) no-repeat;
}

.icon-time {
    margin-right: 10px;
    top: -2px;
    height: 17px;
    width: 17px;
    background-position: 0 -48px;
}

.develop-content .start .icon-time {
    top: 0;
    margin-right: 0;
}

.develop-content .future {
    margin-top: 6px;
    cursor: pointer;
}

.develop-content .future .icon-ajax {
    display: block;
    width: 100%;
    height: 21px;
    background: url(../images/icon/icon-future.png) no-repeat center;
    margin-bottom: 8px;
}


/*荣誉资质*/

.mk-honor-list {
    width: 1230px;
    /*margin-bottom: -20px;*/
}

.mk-honor-list li {
    float: left;
    width: 380px;
    margin-right: 30px;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.mk-honor-list li .pic {
    height: 380px;
    line-height: 380px;
    font-size: 0;
    border: 1px solid #DCDDDF;
}

.mk-honor-list li .pic img,
.mk-honor-list li .tit {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mk-honor-list li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.mk-honor-list li .tit {
    width: 100%;
    height: 60px;
    /*line-height: 60px;*/
    padding: 5px 10px;
    border: 1px solid #DCDDDF;
    border-top: none;
    font-size: 16px;
    color: #1d1819;
}

.mk-honor-list li:hover .tit {
    color: #1e76cf;
}


/*联系*/

.map-content {
    position: relative;
    background: #fff;
}

.map-content:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
    background: #EFEDF0;
    z-index: 99;
}

.contact-list {
    width: 50%;
    float: right;
}

.contact-list li {
    float: left;
    position: relative;
    width: 100%;
    height: 500px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.contact-list li:hover {
    /*box-shadow: 0 0 20px #ddd;*/
}

.contact-list li .cont .en span {
    font-size: 16px;
}

.contact-list li .cont .name {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.75;
}

.contact-list li .cont .name span {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: #1d1819;
}

.contact-list li .cont .tel {
    line-height: 1;
}

.contact-list li .cont .tel p {
    font-size: 18px;
    height: 24px;
    color: #000;
    /* height: 66px; */
    margin-bottom: 12px;
}

.contact-list li .cont .tel p span {
    margin-right: 10px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    /*padding-top: 10px;*/
    /*margin-bottom: 10px;*/
}

.contact-list li .cont .tel p i {
    margin-right: 9px;
    float: left;
    width: 24px;
    height: 24px;
    overflow: hidden;
}

.contact-list li .cont .tel p i img {
    max-width: 100%;
}

.contact-list li .cont .tel p a {
    color: #000;
}

.contact-list li .cont .tel p a:hover {
    color: #1e76cf;
}

.contact-list li:hover {
    opacity: .9;
}

.contact-list li .cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 60px;
    padding-top: 50px;
    background: url(../images/contact-bg.png) no-repeat right top;
}

.contact-list li .cont .tit,
.company-list li .tit {
    font-size: 18px;
    color: #1d1819;
}

.contact-list li .cont .en,
.company-list li .en {
    position: relative;
    font-size: 20px;
    color: #1d1819;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 3px;
}

.contact-list li .cont .en:before,
.company-list li .en:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    border-bottom: 2px solid #717171;
}

.contact-list li .cont .num .ff {
    font-size: 26px;
    color: #1d1819;
    font-family: '066-CAI978';
}

.contact-list li .cont .num a.ff:hover {
    color: #1e76cf !important;
}

.contact-list li.one .cont .en:before,
.contact-list li.two .cont .en:before {
    border-color: #fff;
}

.contact-list li.three .cont .en:before {
    border-color: #7E7E7E;
}

.contact-list li.one .cont .tit,
.contact-list li.two .cont .tit {
    color: #fff;
}

.contact-list li.one .cont .en {
    color: #fff;
}

.contact-list li.two .cont .en {
    color: #fff;
}

.contact-list li.one .cont .tel {
    margin-top: -8px;
}

.contact-list li.one .cont .tel .num {
    display: inline-block;
    color: #fff;
    width: 48%;
}

.contact-list li.one .cont .tel .num .name {
    display: block;
    line-height: 1;
    font-size: 18px;
}

.contact-list li.three .cont .tel .num .name {
    color: #333;
    line-height: 2;
}

.contact-list li.two .cont .email {
    margin-top: -10px;
    width: 390px;
    line-height: 1.8;
}

.contact-list li.two .cont .email p {
    color: #fff;
    font-size: 20px;
}

.contact-list li.two .cont .email p a,
.contact-list li.one .cont .tel .num .ff {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.contact-list li.two .cont .email p span {
    margin-left: 20px;
}

.contact-list li.two .cont .email p a:hover,
.mk-map .tit a:hover {
    text-shadow: 0 0 1px #fff;
}

.contact-list li .cont .tel p .ico {
    margin-right: 10px;
    width: 27px;
    height: 27px;
    background: url(../images/sprite_contact.png) no-repeat;
    vertical-align: middle;
}

.contact-list li .cont .tel p .ico-1 {
    background-position: 0 0;
}

.contact-list li .cont .tel p .ico-2 {
    background-position: 0 -60px;
}

.contact-list li .cont .tel p .ico-3 {
    background-position: 0 -120px;
}

.contact-list li .cont .tel p .ico-4 {
    background-position: 0 -178px;
}

.contact-list li .cont .tel p .ico-5 {
    background-position: 0 -240px;
}

.c-message {
    padding-top: 40px;
}

.c-message h4 {
    margin-bottom: 10px;
    color: #949494;
}

.c-message .c-form label {
    display: inline-block;
    width: 70px;
    text-align: right;
    margin-right: 7px;
    color: #1d1819;
}

.c-message .c-form .inp {
    width: 180px;
    height: 36px;
    border: 1px solid #949494;
    border-radius: 3px;
    line-height: 26px;
    padding: 0 15px;
}

.c-message .c-form .han2 {
    margin-top: 6px;
    margin-bottom: 10px;
}

.c-message .c-form .area {
    border-radius: 3px;
    width: 441px;
    height: 70px;
    border: 1px solid #949494;
    padding: 15px;
    overflow-y: scroll;
}

.c-message .c-form .sub {
    float: right;
    margin-right: 21px;
    width: 441px;
    height: 32px;
    line-height: 32px;
    background: #1e76cf;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}


/*地圖*/

.mk-map {
    margin-bottom: -20px;
    position: relative;
    width: 50%;
    height: 600px;
    background: #fff;
    /*border-top: 1px solid #E3E3E4;*/
    /*border-bottom: 1px solid #E3E3E4;*/
}

#map {
    height: 600px;
    width: 100%;
    background: #ddd;
}

.mk-map .tit {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #333;
    background: rgba(0, 0, 0, .6);
}

.mk-map .tit a {
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.company-list li {
    float: left;
    width: 380px;
    height: 180px;
    background: #fff;
    border: 1px solid #DCDDDF;
    padding: 20px 26px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.company-list li:hover {
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
}

.company-list li~li {
    margin-left: 30px;
}

.company-list li .des {
    margin-top: -8px;
    font-size: 16px;
    color: #1d1819;
}

.company-list li .des a {
    color: #1d1819;
}

.company-list li .des a:hover {
    color: #1e76cf;
}

.company-list li .des .tel {
    padding: 5px 0 5px 45px;
    background: url(../images/icon_tel_c.png) no-repeat left center;
}

.company-list li .des .addr {
    padding: 5px 0 5px 45px;
    font-size: 14px;
    background: url(../images/icon_map_c.png) no-repeat left center;
}


/*投资者关系*/

.relation-list {
    margin-bottom: 0;
    padding-top: 20px;
}

.relation-list li {
    position: relative;
    width: 380px;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.relation-list li:hover,
.service-bzlist li:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.relation-list li img {
    position: absolute;
    right: 0;
}

.relation-list li.four {
    border-left: 1px solid #DCDCDC;
    margin-top: -20px;
}

.relation-list li.one .cont .tel .num {
    width: 100%;
}


/*内容*/

.mk-content {
    padding: 40px;
    background: #fff;
    min-height: 400px;
}


/*新闻*/

.mk-news-list {
    /*margin-bottom: -20px;*/
    width: 1230px;
}

.mk-news-list li {
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 20px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mk-news-list li:hover {
    box-shadow: 0 0 20px #ddd;
}

.mk-news-list li .pic {
    width: 380px;
    overflow: hidden;
    height: 240px;
}

.mk-news-list li .pic img {
    max-width: 100%;
    /*-webkit-transform: translateY(-20px);



	-ms-transform: translateY(-20px);



	-o-transform: translateY(-20px);



	transform: translateY(-20px);*/
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mk-news-list li:hover .pic img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.mk-news-list li .cont {
    padding: 20px;
}

.mk-news-list li .cont .tit {
    font-size: 18px;
    color: #1d1819;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mk-news-list li:hover .cont .tit {
    color: #1e76cf;
}

.mk-news-list li .cont .des {
    color: #717171;
    height: 42px;
    margin-top: 10px;
    margin-bottom: 18px;
}

.mk-news-list li .cont .other {
    color: #A3AFB7;
    height: 22px;
    line-height: 22px;
}

.mk-news-list li .cont .other .icon-date {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 100%;
    background: url(../images/icon_date.png) no-repeat center;
    background-size: contain;
    margin-right: 5px;
}

.mk-news-list li .cont .other .icon-eye {
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 22px;
    background: url(../images/icon_view.png) no-repeat center;
    background-size: contain;
    margin-right: 5px;
}


/*新闻*/

.index-news-list li {
    float: left;
    width: 600px;
    height: 300px;
    width: 600px;
    height: 300px;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.index-news-list li a {
    display: block;
    height: 300px;
}

.index-news-list li.first {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-news-list li.first:hover {
    opacity: .9;
}

.index-news-list li.first h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    /*line-height: 50px;*/
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

.index-news-list li.second .pic {
    float: right;
}

.index-news-list li .pic {
    width: 50%;
    height: 300px;
    overflow: hidden;
    float: left;
}

.index-news-list li .pic img {
    max-height: 100%;
    height: 300px;
    -webkit-transform: translateX(-130px);
    -ms-transform: translateX(-130px);
    -o-transform: translateX(-130px);
    transform: translateX(-130px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.index-news-list li:hover .pic img {
    -webkit-transform: translateX(-55px);
    -ms-transform: translateX(-55px);
    -o-transform: translateX(-55px);
    transform: translateX(-55px);
}

.index-news-list li .cont {
    overflow: hidden;
    padding: 35px 35px 0;
}

.index-news-list li .cont .tit {
    position: relative;
    font-size: 18px;
    color: #1d1819;
    height: 70px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.index-news-list li .cont .tit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    border-bottom: 1px solid #1e76cf;
}

.index-news-list li .cont .des {
    color: #717171;
    height: 75px;
    overflow: hidden;
    margin-bottom: 30px;
    line-height: 1.8;
}

.index-news-list li .cont .com-more {
    width: 120px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 8px;
}

.index-news-list li:hover .cont .com-more {
    border-color: #1e76cf;
    color: #fff;
    background: #1e76cf;
}

.index-news-list li .cont .com-more .icon-logo {
    margin-right: 18px;
    width: 20px;
    background: url(../images/icon_logo.png) no-repeat center;
    background-size: contain;
}

.index-news-list li:hover .cont .com-more .icon-logo {
    background: url(../images/icon_logo_white.png) no-repeat center;
    background-size: contain;
}


/*FAQ*/

.faq-content {
    background: #fff;
    border: 1px solid #E6E6E7;
    border-bottom: none;
}

.faq-list li {
    border-bottom: 1px solid #E6E6E7;
}

.faq-list li:nth-child(2n) {
    background: #F8F8F8;
}

.faq-list .question {
    font-size: 20px;
    color: #1d1819;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    padding: 0 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.faq-list li .question.on,
.faq-list li:hover .question {
    color: #1e76cf;
}

.faq-list .question .fa-q {
    margin-right: 24px;
    vertical-align: top;
    width: 26px;
    height: 100%;
    background: url(../images/icon_q.png) no-repeat center;
}

.faq-list .question .fa-dropdown {
    float: right;
    width: 32px;
    height: 100%;
    background: url(../images/icon_plus.png) no-repeat center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.faq-list .question.on .fa-dropdown {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq-list .answer {
    padding: 0 30px 30px 80px;
    line-height: 1.8;
    display: none;
    background: url(../images/icon_a.png) no-repeat 30px top;
}

.faq-list .answer p {
    line-height: 2;
}


/*下载*/

.down-cate {
    background: #F8F8F8;
    height: 80px;
    line-height: 80px;
}

.down-cate li {
    position: relative;
    float: left;
    padding: 0 30px;
    text-align: center;
    font-size: 20px;
    color: #1d1819;
    cursor: pointer;
}

.down-cate li span {
    position: relative;
}

.down-cate li.on:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -2px;
    width: 100%;
    height: 100%;
    background: #fff;
    border-top: 2px solid #1e76cf;
    border-left: 1px solid #DCDDDF;
    border-right: 1px solid #DCDDDF;
    border-bottom: 1px solid #fff;
}

.down-cate li.on,
.down-list li:hover a .down {
    color: #1e76cf;
}

.down-item .down-list~.down-list {
    display: none;
}

.down-list li {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #DCDDDF;
    font-size: 16px;
    padding: 0 30px;
}

.down-list li a {
    display: block;
    width: 100%;
    /*color: #1d1819;*/
}

.down-list li a .down {
    color: #BFC0C3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.guest {
    margin-bottom: 40px;
    background: #fff;
    padding: 40px;
}

.guest h3 {
    font-size: 18px;
    color: #333;
}

.guest .messagei {
    border-right: 0;
    margin: 30px 0 20px 0;
}

.cord {
    position: relative;
    z-index: 100;
    top: 0;
    text-align: right;
}

.messagei {
    padding-right: 9px;
}

.messagei li {
    line-height: 30px;
    margin-bottom: 7px;
    overflow: hidden;
    width: 50%;
}

.messagei li.w100 {
    width: 100%;
}

.messagei li label {
    float: left;
    display: block;
    width: 75px;
    text-align: right;
    margin-right: 10px
}

.messagei li label b {
    color: #f00;
    margin-right: 8px;
    vertical-align: middle
}

.messagei li.error {
    color: #B94A48
}

.messagei span.error {
    margin-left: 8px;
}

.messagei li.error .inputa,
.messagei li.error .inputa1,
.messagei li.error .select,
.messagei li.error textarea {
    border: 1px solid #B94A48;
    font-family: Arial;
}

.inputa,
.inputa1,
.select,
.textarea {
    width: 450px;
    border: 1px solid #ddd;
    height: 24px;
    line-height: 24px;
    margin: 3px 0 3px 0;
    text-indent: 5px;
    color: #999;
    float: left;
    font-family: Arial;
    font-size: 12px;
}

.select {
    width: auto !important
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #BBB;
    font-family: "Arial"
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #BBB;
    font-family: "Arial"
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #BBB;
    font-family: "Arial"
}

.textareaa {
    width: 1005px;
    min-height: 120px;
    border: 1px solid #ddd;
    font-size: 12px;
    height: 61px;
    margin-top: 3px;
    padding: 5px;
    line-height: 20px;
    color: #999;
    font-family: Arial;
}

.submita {
    width: 68px;
    height: 26px;
    background: #1e76cf;
    color: #fff;
    margin: 8px 20px 0 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.inputa1 {
    width: 80px;
    margin-right: 10px;
}


/*kefu*/

.kf-sky {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    background: #ccc url(../images/common/kf_skype.png) no-repeat center;
    background: rgba(204, 204, 204, .7) url(../images/common/kf_skype.png) no-repeat center;
    background-size: 30px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    z-index: 999;
    right: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: fixed;
    bottom: 80px;
}

.kf-sky:hover {
    background: #ccc url(../images/common/kf_skype.png) no-repeat center;
    background: rgba(204, 204, 204, 1) url(../images/common/kf_skype.png) no-repeat center;
    background-size: 30px;
}

@media screen and (max-width: 1650px) {
    .head-hotline {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .nav {
        margin-left: 16px;
    }
}

@media screen and (max-width: 1300px) {
    .nav .nli a {
        padding: 42px 20px 0;
    }
}


/*develop*/

.history-wrap {
    /*background-color: #fff;*/
    padding-bottom: 100px;
    /*background: #DDE4EE url(../images/develop_bg.jpg) no-repeat center top;*/
    background-size: cover;
}

.history-wrap .tit-box {
    text-align: center;
}

.history-wrap .tit-box h4 {
    font-size: 40px;
    line-height: 50px;
    font-family: "Base-font";
    color: #333;
}

.history-wrap .tit-box .st {
    font-size: 16px;
    line-height: 20px;
    color: #777;
}

.history-wrap .cent-wrap {
    width: 89.2%;
    margin: 42px auto 0;
    position: relative;
    padding-bottom: 100px;
}

.history-wrap .cent-wrap ul:after,
.history-wrap .cent-wrap li:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.history-wrap .cent-wrap ul,
.history-wrap .cent-wrap li {
    width: 100%;
}

.history-wrap .cent-wrap ul {
    position: relative;
    z-index: 2;
    padding-top: 1px;
}

.history-wrap .cent-wrap li {
    /*margin-top: 98px;*/
    margin-top: 60px;
    position: relative;
    opacity: 0;
    transition: opacity 0.4s ease 0s;
}

.history-wrap .cent-wrap li .cont-box {
    width: 29%;
}

.history-wrap .cent-wrap li .year {
    font-size: 40px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
    font-family: "Arial";
}

.history-wrap .cent-wrap li .word {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #777;
}

.history-wrap .cent-wrap li .img {
    display: block;
    opacity: 0;
    width: 10.8%;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 8px;
}

.history-wrap .cent-wrap li .img img {
    width: 100%;
    height: auto;
}

.history-wrap .cent-wrap li:nth-child(odd) .img {
    float: left;
}

.history-wrap .cent-wrap li:nth-child(odd) .cont-box {
    float: left;
    margin-left: 6.8%;
    text-align: right;
}

.history-wrap .cent-wrap li:nth-child(even) .img {
    float: right;
}

.history-wrap .cent-wrap li:nth-child(even) .cont-box {
    float: right;
    margin-right: 9.7%;
    width: 26%;
    text-align: left;
}

.history-wrap .cent-wrap li .point {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    text-align: center;
    border-radius: 50%;
    top: 14px;
}

.history-wrap .cent-wrap li .point i {
    display: none;
    width: 10px;
    height: 10px;
    margin-top: 3px;
    vertical-align: top;
    background-color: #000;
    border-radius: 50%;
}

.history-wrap .cent-wrap li.show {
    opacity: 1;
}

.history-wrap .cent-wrap li.show .point i {
    display: inline-block;
}

.history-wrap .cent-line-box {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    margin-left: -1px;
}

.history-wrap .cent-line-box .line {
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

.history-wrap .cent-line-box .point-t {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    margin-left: -8px;
    position: absolute;
    top: 0;
}

.history-wrap .cent-line-box .point-h {
    position: fixed;
    display: none;
    width: 10px;
    height: 10px;
    background-color: #000;
    left: 50%;
    border-radius: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
}

.history-wrap .bot-tit {
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-top: 16px;
}