﻿
/*
 * Project Name:国泰怡安
 * Author:June
 * Date：2018-3-21
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: none;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

/* always display scrollbars */
body {
    font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "微软正黑体", "Microsoft JhengHei", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
    margin: 0 auto;
    color: #989898;
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

input {
    outline: none;
}

input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;

}
select::-ms-expand {
    display: none;
}
a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:link, a:visited {
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fc {
    text-align: center;
}

.fr {
    text-align: right;
}

.l {
    float: left;
    display: inline-block;
}

.r {
    float: right;
    display: inline-block;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

/*全局 style end*/

/*header*/
header {
    height: 120px;
    padding: 35px 0 0;
    background-color:#fff;
}
.logo {
    width: 200px;
}
.logo img {
    display: block;
    width: 100%;
}
.ad p {
    font-size: 18px;
    color: #999;
    line-height: 1.5;
    position: relative;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
}

.ad p:before {
    content: '';
    display: block;
    width: 1px;
    height: 90%;
    background-color: #e0e0e0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tel {
    margin-right: 4%;
}

.tel p {
    font-size: 20px;
    color: #333;
    background: url(../image/tel_icon.png) no-repeat left center;
    padding-left: 40px;
    line-height: 2.4;
}

.tel p span {
    color: #124b99;
}

.weixin{
    position: relative;
}
.weixin span {
    display: block;
    width: 42px;
    height: 42px;
    background: url(../image/weixin.png) no-repeat center center;
    cursor: pointer;
}
.weixin p{
    position: absolute;
    left:0;
    z-index:9;
    display:none;
    width:120px;
}
.weixin p img{
    width:100%;
    display:block;
}

/*nav*/
nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #124b99;
}

nav ul {
    height: 60px;
    position: relative;
}

nav ul li {
    width: 14.2857%;
    float: left;
    font-size: 16px;
    text-align: center;
    position: relative;
}
nav ul li:hover{
    background-color: rgba(0, 0, 0, 0.3);
}

nav ul:before, nav ul li:before {
    content: '';
    display: block;
    width: 1px;
    height: 40%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

nav ul:before {
    right: 0;
}

nav ul li:before {
    left: 0;
}

nav ul li a {
    display: block;
    color: #fff;
}
nav ul li a:hover{
    /* color: #fff; */
}
nav ul li dl{
    position: absolute;
    width:100%;
    left:0;
    top:100%;
    z-index:96;
    display:none;
}
nav ul li:nth-of-type(2) dl{
    width:140%;
}
nav ul li dl dd{
    width:100%;
    height:42px;
    line-height:42px;
    padding:0 15px;
    background-color:rgba(255,255,255,0.9);
    text-align:center;
    margin-bottom:2px;
}
nav ul li:nth-of-type(2) dl dd{
    text-align:left;
}
nav ul li dl dd a{
    color:#124b99;
    display:block;
    font-size:14px;
}
nav ul li dl dd:hover{
    background-color:rgba(255,255,255,1);
}

/*手机端nav*/
.menuBtn {
    float: left;
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    display: none;
    right:1%;
    top: 12px;
}

.menuBtn .burger {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    left: 20px;
    background: #005bac;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transition: transform 277ms ease-in-out;
    -o-transition: transform 277ms ease-in-out;
    -webkit-transition: transform 277ms ease-in-out;
    -moz-transition: transform 277ms ease-in-out;
}

.menuBtn .burger-1 {
    top: 16px;
}

.menuBtn .burger-2 {
    top: 28px;
}

.menuBtn .burger-3 {
    top: 40px;
}

.menuBtn.active .burger-1 {
    top: 35px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
}

.menuBtn.active .burger-2 {
    display: none;
}

.menuBtn.active .burger-3 {
    top: 35px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}.menubox {
     position: fixed;
     width: 100%;
     overflow-y: auto;
     height: 100%;
     left: 0;
     top: 0;
     background: #005bac;
     z-index: 999;
     display:none;
     transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
     -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
     -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
     -o-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
 }

.menubox.on{
    display:block;
}

.menu-list {
    padding: 40px 0 20px;
}

.menu-list > li{
}
.menu-list > li > a {
    width:90%;
    margin:auto;
    color: #ffffff;
    display: block;
    line-height: 46px;
    height: 46px;
    background: #005bac;
    font-size: 16px;
    text-align: center;
    border-bottom:1px dashed #5e94c4;
}

.menu-list > li > a.on {
    background: #f2af09;
}

.menubox .m_tel,
.menubox .m_lan {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.menubox .m_lan a {
    color: #fff;
    margin: 0 5px;
    font-size: 14px;
}

.menubox .m_lan a.cur {
    color: #ccc;
    pointer-events: none;
}


/*banner*/

.bannerBox {
    width: 100%;
    height: 100%;
    position: relative;
}

.bannerBox .banner li {
    height: 100%;
    line-height: 0;
}

.bannerBox .banner li img {
    line-height: 0;
    width: 100%;
    position: relative;
    transition: transform 5.5s ease 0s, opacity 2s ease 0s;
    -webkit-transition: transform 5.5s ease 0s, opacity 2s ease 0s;
    -moz-transition: transform 5.5s ease 0s, opacity 2s ease 0s;
    -o-transition: transform 5.5s ease 0s, opacity 2s ease 0s;
    opacity: 1;
}

.bannerBox .banner li img.imghide {
    display: none;
}

.bannerBox .banner li.imgIn img {
    opacity: 1;
    /* transform: matrix(1.1, 0, 0, 1.1, 0, 0);
     -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);*/
}

.bannerBox .banner {
    z-index: 30;
    overflow: hidden;
}

.bannerBox .flex-control-nav {
    position: absolute;
    width: 100px;
    height: 10px;
    left: 0;
    right: 0;
    bottom: 77px;
    margin: auto;
    z-index: 99;
}

.bannerBox .flex-control-nav li {
    float: left;
    position: relative;
    margin-right: 5px;
}

.bannerBox .flex-control-nav li a {
    display: block;
    position: relative;
    top: 57px;
    width: 16px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
}

.bannerBox .flex-control-nav li span {
    display: block;
    text-indent: 888px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background: #bc0000;
    border-radius: 3px;
}

.bannerBox .flex-control-nav li a.flex-active {
    left: 0;
    width: 30px;
    transition: 500ms linear;
    -webkit-transition: 500ms linear;
    -moz-transition: 500ms linear;
    -o-transition: 500ms linear;
}

.bannerBox .flex-control-nav li a.flex-active span {
    opacity: 1;
    width: 30px;
    transition: 3500ms linear;
    -webkit-transition: 3500ms linear;
    -o-transition: 3500ms linear;
    -moz-transition: 3500ms linear;
}

.btext {
    position: absolute;
    width: 1000px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 45%;
}

.btext strong {
    display: block;
    text-align: center;
    color: #ed6022;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 12px;
}

.btext h1 {
    color: #fff;
    font-size: 48px;
    font-weight: normal;
    line-height: 1;
}

.btext small {
    display: block;
    color: #ccc;
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: "Arial";
}

.btext1 h1, .btext1 small {
    text-align: left;
}
.transy {
    transform: translate(120px, -50%);
    -webkit-transform: translate(120px, -50%);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition: 900ms 0ms;
    -webkit-transition: 900ms 0ms;
    opacity: 0;
}


.bannerBox li.flex-active-slide .btext.transy {
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    opacity: 1;
    transition: 900ms 600ms;
    -webkit-transition: 900ms 600ms;
    -moz-transition: 900ms 600ms;
    -o-transition: 900ms 600ms;
	display:none;
}

/*products style*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: #00865e url(http://www.guotaiyian.com/images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none;
}

.slick-dots li button:focus {
    outline: none;
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.main {
    padding: 80px 0 100px;
    overflow:hidden;
}

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

.main hgroup h2 {
    font-size: 30px;
    font-weight: normal;
    color: #124b99;
    line-height: 1.5;
}

.main hgroup p {
    font-size: 12px;
    font-family: 'Arial';
    text-transform: uppercase;
}

.products {
}

.products a:link, .products a:visited {
    color: #a3a3a3;
}

.products a:active, .products a:hover {
    color: #fff;
}

.products_box {
}

.products_box .item {
    width: 382px;
    margin: 0 10px;
    overflow: hidden;
}

.products_box .itemCon {
    display: block;
    position: relative;
}

.products_box .itemCon .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #124b99;
    position: relative;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background-color: #fff;
}

.products_box .itemCon .icon img {
    width: 100%;
    display: block;
}

.products_box .content {
    position: relative;

}

.products_box .itemCon .content .img {
    width: 100%;
    display: block;
    margin-top: -60px;
}

.products_box .itemCon .mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    opacity: 0;
    background: #124b99;
}

.products_box .itemCon .more {
    width: 160px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #124b99;
    background-color: #fff;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -16px;
    z-index: 9;
    color: #124b99;
}

.products_box .itemCon .info {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.products_box .itemCon .info h3 {
    width: 100%;
    height: 35px;
    line-height: 50px;
    text-align: center;
    z-index: 9;
    bottom: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
}

.products_box .itemCon .info p {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    bottom: -40%;
    opacity: 0;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
}

.products_box .item:hover .mask {
    left: 0;
    opacity: 1;
}

.products_box .item:hover .info h3 {
    bottom: 50%;
}

.products_box .item:hover .info p {
    bottom: 30%;
    opacity: 1;
}

.products_box .item:hover .more-line .line {
    transform: translate(0);
    -webkit-transform: translate(0);
    visibility: visible;
    opacity: 1;
    transition: 300ms ease-in 200ms;
    -webkit-transition: 300ms ease-in 200ms;
    -moz-transition: 300ms ease-in 200ms;
    -o-transition: 300ms ease-in 200ms;
}

.products_box .slick-arrow {
    width: 22px;
    height: 40px;
    display: block;
    border-radius: 50px;
    top: 50%;
    z-index: 100;
}

.products_box .slick-prev{
    left: -40px;
}
.products_box .slick-next{
    right: -40px;
}

.products_box .slick-arrow i {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    background-image: url(../image/arrow_icon.png);
}

.products_box .slick-prev i {
    background-position: 0 0;
}

.products_box .slick-next i {
    background-position: -22px 0;
}

.products_box .slick-prev:hover i {
    background-position: 0 -40px;
}

.products_box .slick-next:hover i {
    background-position: -22px -40px;

}

/*main2*/
.main2 {
    background-color: #f4f4f4;
}

.service ul li {
    width: 30.3333%;
    margin: 1.5%;
    float: left;
    height: 100px;
    background-color: #fff;
    border-left: 2px solid #134c99;
    padding: 25px 0 0 50px;
    position: relative;
}

.service ul li .line {
    display: block;
    position: absolute;
    z-index: 2;
    background-color: #134c99;
}

.service ul li .line1 {
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in 0.6s;
    -webkit-transition: all 0.3s ease-in 0.6s;
    -moz-transition: all 0.3s ease-in 0.6s;
    -o-transition: all 0.3s ease-in 0.6s;
}

.service ul li .line2 {
    height: 0;
    width: 2px;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in 0.3s;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -moz-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
}

.service ul li .line3 {
    width: 0;
    height: 2px;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.service ul li:hover .line1 {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
}

.service ul li:hover .line2 {
    transition: all 0.3s ease-in 0.3s;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -moz-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
}

.service ul li:hover .line3 {
    transition: all 0.3s ease-in 0.6s;
    -webkit-transition: all 0.3s ease-in 0.6s;
    -moz-transition: all 0.3s ease-in 0.6s;
    -o-transition: all 0.3s ease-in 0.6s;
}

.service ul li:hover .line1,
.service ul li:hover .line3 {
    width: 100%;
}

.service ul li:hover .line2 {
    height: 100%;
}

.service ul li .icon {
    width: 40px;
    margin-right: 30px;
}

.service ul li .icon img {
    width: 100%;
    display: block;
}

.service ul li h3 {
    font-size: 18px;
    color: #666;
    font-weight: 600;
    line-height: 1;
}

.service ul li p {
    color: #aeaeae;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Arial';
}

/*about*/
.main3 hgroup p {
    font-size: 12px;
    color: #999;
}

.main3 hgroup span {
    font-family: 'Microsoft YaHei', '微软雅黑';
    font-size: 14px;
}

.about ul li {
    width: 23%;
    margin: 0 1%;
    float: left;
    background-color: #134c99;
    padding: 20px;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.about ul li a {
    display: block;
}

.about ul li .icon {
    width: 180px;
    margin: auto
}

.about ul li .icon img {
    width: 100%;
    display: block;
}

.about ul li h3 {
    height: 70px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.about ul li .more {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(58, 129, 226, 0.5);
    text-align: center;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    visibility: hidden;
}

.about ul li .more span {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Arial';
    color: #fff;
}

.about ul li:hover {
    background-color:rgb(58,129,226);
}

.about ul li:hover .more {
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

/*main4*/
.main4 {
    background-color: #f4f4f4;
}

.main4 .title {
    width: 100%;
    height: 60px;
}

.main4 .title h2 {
    font-size: 28px;
    color: #134c99;
    font-weight: normal;
}

.main4 .title span {
    font-family: 'Arial';
    font-size: 16px;
    color: #999;
    margin-left: 10px;
    text-transform: uppercase;
}

.news {
    width: 67%;
}

.news_con .news_con_l {
    width: 41%;
    overflow: hidden;
    height: 222px;
    position:relative;
}
.news_con .news_con_l span{
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	overflow:hidden;
	background:rgba(0,0,0,0.7);
	color:white;
	text-align:center;
}
.layui-carousel-ind{top:-60px !important;}
.news_con .news_con_l img {
    width: 100%;
    min-height: 100%;
    display: block;
}

.news_con .news_con_r {
    width: 56%;
}

.news_con_r ul li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 1px;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 0 10px;
    overflow:hidden;
}

.news_con_r ul li a {
    color: #333;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.news_con_r ul li a:hover {
    color:#124b9a;
}

.news_con_r ul li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.video {
    width: 30%;
}

.video_con {
    width: 100%;
    height: 220px;
    position: relative;
    transform:translate3d(0,0,0);
}

.video video {
    width: 100%;
    height: 100%;
}

/*!
Video.js Default Styles (http://videojs.com)
Version 4.4.0
Create your own skin at http://designer.videojs.com
*/
.vjs-default-skin {
    color: #cccccc;
}

@font-face {
    font-family: 'VideoJS';
    src: url('http://www.guotaiyian.com/font/vjs.eot');
    src: url('http://www.guotaiyian.com/font/vjs.eot?') format('embedded-opentype'), url('http://www.guotaiyian.com/font/vjs.woff') format('woff'), url('http://www.guotaiyian.com/font/vjs.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.vjs-default-skin .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.9);
}

.vjs-default-skin .vjs-slider:focus {
    -webkit-box-shadow: 0 0 2em #ffffff;
    -moz-box-shadow: 0 0 2em #ffffff;
    box-shadow: 0 0 2em #ffffff;
}

.vjs-default-skin .vjs-slider-handle {
    position: absolute;
    left: 0;
    top: 0;
}

.vjs-default-skin .vjs-slider-handle:before {
    content: "\e009";
    font-family: VideoJS;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    text-shadow: 0em 0em 1em #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.vjs-default-skin .vjs-control-bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.0em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
}

.vjs-default-skin.vjs-has-started .vjs-control-bar {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.1s, opacity 0.1s;
    -moz-transition: visibility 0.1s, opacity 0.1s;
    -o-transition: visibility 0.1s, opacity 0.1s;
    transition: visibility 0.1s, opacity 0.1s;
}

.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
}

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
    display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
    display: none;
}

.map_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.map_box .map{
    width: 49%;
}

@media \0screen {
    .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: "";
    }
}

.vjs-default-skin .vjs-control {
    outline: none;
    position: relative;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 3.0em;
    width: 4em;
}

.vjs-default-skin .vjs-control:before {
    font-family: VideoJS;
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
    text-shadow: 0em 0em 1em #ffffff;
}

.vjs-default-skin .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
    width: 5em;
    cursor: pointer;
}

.vjs-default-skin .vjs-play-control:before {
    content: "\e001";
}

.vjs-default-skin.vjs-playing .vjs-play-control:before {
    content: "\e002";
}

/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
    cursor: pointer;
    float: right;
}

.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
    content: "\e006";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\e003";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\e004";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\e005";
}

.vjs-default-skin .vjs-volume-control {
    width: 5em;
    float: right;
}

.vjs-default-skin .vjs-volume-bar {
    width: 5em;
    height: 0.6em;
    margin: 1.1em auto 0;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
    height: 2.9em;
}

.vjs-default-skin .vjs-volume-level {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.5em;
    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
    width: 0.5em;
    height: 0.5em;
}

.vjs-default-skin .vjs-volume-handle:before {
    font-size: 0.9em;
    top: -0.2em;
    left: -0.2em;
    width: 1em;
    height: 1em;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
    width: 6em;
    left: -4em;
}

/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    font-size: 0.3em;
    height: 1em;
    /* Set above the rest of the controls. */
    top: -1em;
    /* Shrink the bar slower than it grows. */
    /* transition */
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.vjs-default-skin:hover .vjs-progress-control {
    font-size: .9em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.vjs-default-skin .vjs-progress-holder {
    height: 100%;
}

.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}

.vjs-default-skin .vjs-play-progress {

    background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-load-progress {
    background: #646464 /* IE8- Fallback */;
    background: rgba(255, 255, 255, 0.4);
}

.vjs-default-skin .vjs-seek-handle {
    width: 1.5em;
    height: 100%;
}

.vjs-default-skin .vjs-seek-handle:before {
    padding-top: 0.1em /* Minor adjustment */;
}

/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
    font-size: 1em;
    line-height: 3em;
}

.vjs-default-skin .vjs-current-time {
    float: left;
}

.vjs-default-skin .vjs-duration {
    float: left;
}

.vjs-default-skin .vjs-remaining-time {
    display: none;
    float: left;
}

.vjs-time-divider {
    float: left;
    line-height: 3em;
}

/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer;
    float: right;
}

.vjs-default-skin .vjs-fullscreen-control:before {
    content: "\e000";
}

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\e00b";
}

.vjs-default-skin .vjs-big-play-button {
    font-size: 3em;
    display: block;
    z-index: 2;
    position: absolute;
    width: 2.6em;
    height: 2.6em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
    border: 0.1em solid #3b4249;
    /* border-radius */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -2.1em;
    top: 50%;
    margin-top: -1.4000000000000001em;
}

.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
    display: none;
}

.vjs-default-skin.vjs-has-started .vjs-big-play-button {
    display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
    display: none;
}

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    background-color: #505050;
    background-color: rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 0 3em #ffffff;
    -moz-box-shadow: 0 0 3em #ffffff;
    box-shadow: 0 0 3em #ffffff;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.vjs-default-skin .vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    line-height: 2.4em;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center /* Needed for IE8 */;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 4em;
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    opacity: 0.75;
    /* animation */
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.vjs-default-skin .vjs-loading-spinner:before {
    content: "\e01e";
    font-family: VideoJS;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0em 0em 0.1em #000;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
@font-face {
    font-family: 'VideoJS';
    src: url('http://www.guotaiyian.com/font/vjs.eot');
    src: url('http://www.guotaiyian.com/font/vjs.eot?') format('embedded-opentype'), url('http://www.guotaiyian.com/font/vjs.woff') format('woff'), url('http://www.guotaiyian.com/font/vjs.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.vjs-default-skin .vjs-menu-button {
    float: right;
    cursor: pointer;
}

.vjs-default-skin .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0em;
    /* (Width of vjs-menu - width of button) / 2 */

    width: 0em;
    height: 0em;
    margin-bottom: 3em;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 1.55em solid #000000;
    border-top-color: rgba(7, 40, 50, 0.5);

}

/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 1.5em;
    max-height: 15em;
    overflow: auto;
    left: -5em;
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
    -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
    -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
    box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}

.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
    display: block;
}

.vjs-default-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: 0.3em 0 0.3em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
    background-color: #000;
}

.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
    outline: 0;
    color: #111;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 0 1em #ffffff;
    -moz-box-shadow: 0 0 1em #ffffff;
    box-shadow: 0 0 1em #ffffff;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default;
}

.vjs-default-skin .vjs-subtitles-button:before {
    content: "\e00c";
}

.vjs-default-skin .vjs-captions-button:before {
    content: "\e008";
}

.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
    -webkit-box-shadow: 0 0 1em #ffffff;
    -moz-box-shadow: 0 0 1em #ffffff;
    box-shadow: 0 0 1em #ffffff;
}

.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    vertical-align: middle;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-js:-moz-full-screen {
    position: absolute;
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    _position: absolute;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

/* Poster Styles */
.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%;
}

.video-js.vjs-using-native-controls .vjs-poster {
    display: none;
}

.video-js .vjs-text-track-display {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 1em;
    right: 1em;
}

.video-js .vjs-text-track {
    display: none;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-js .vjs-subtitles {
    color: #ffffff /* Subtitles are white */;
}

.video-js .vjs-captions {
    color: #ffcc66 /* Captions are yellow */;
}

.vjs-tt-cue {
    display: block;
}

.vjs-default-skin .vjs-hidden {
    display: none;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-has-started video {
    background-image: none !important;
}

/*footer*/
footer {
    width: 100%;
    background: url(../image/footer_bg.jpg);
    padding: 50px 0 0;
}

footer h3 {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    height: 80px;
    line-height: 80px;
}

.f_about {
    width: 25%;
}

.f_about img {
    width: 200px;
    display: block;
}

.f_about p {
    font-size: 14px;
    margin: 30px 0;
    color: #bababa;
}

.f_about a {
    text-decoration: underline;
    color: #bababa;
}

.f_about a:hover {
    color: #fff;
}

.f_ser_menu {
    width: 12%;
    margin-left: 5%;
}

.f_ser_menu a {
    display: block;
    color: #bababa;
    font-size: 14px;
    height: 36px;
    line-height:36px;
    background:url(../image/icon_1.png) no-repeat left center;
    padding-left:20px;
}

.f_contact {
    width: 25%;
}

.f_contact p {
    font-size: 14px;
    margin-bottom: 10px;
}

.f_message {
    margin-left: 3%;
    width: 30%;
}

.f_message input {
    border: 0;
}

.f_message .text {
    width: 40%;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #999;
    font-size: 14px;

}

.f_message .text::placeholder{
    
}
.f_message .text:focus::placeholder,
.f_message textarea:focus::placeholder
{
   color: transparent;
}

.f_message textarea {
    width: 100%;
    height: 80px;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    margin: 15px 0;
    color: #999;
    line-height: 30px;
    font-size: 14px;
    font-family: Arial;
    padding:0 10px;
}

.f_message .btn {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #124b99;
    color: #fff;
    font-size: 18px;
    font-family: 'Microsoft YaHei', '微软雅黑';
}

.copyright {
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 14px;
    margin-top: 50px;
}

.copyright:before, .copyright:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
}

.copyright:before {
    top: 0;
    background-color: #333;
}

.copyright:after {
    top: 1px;
    background-color: #515151
}


/*pbanner*/
.pbanner{
    width:100%;
    background-position:top center;
    background-repeat:no-repeat;
    background-size:auto 100%;
}
.pbanner img{
    width:100%;
    display:block;
}

/*左侧*/
.sub_main{
    padding:50px 0;
}
.sub_menu{
    width:18%;
}
.sub_menu .sub_menu_title{
    height:70px;
    background-color:#124b9a;
    text-align:center;
    padding:15px 0 0;
}
.sub_menu .sub_menu_title h2{
    font-size:22px;
    color:#fff;
    font-weight:normal;
    line-height:1;
}
.sub_menu .sub_menu_title span{
    font-size:12px;
    text-transform:uppercase;
    color:#dedede;
}
.sub_menu ul{
    background-color:#f9f9f9;
}
.sub_menu ul li{
    width:100%;
    height:50px;
    line-height:50px;
    font-size:16px;
    border-bottom:1px solid #ccc;
    padding:0 20px;
    position: relative;
}
.sub_menu ul li:before,.sub_menu ul li:after{
    content: '';
    display:block;
    position:absolute;
    width:16px;
    height:16px;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
    background-image:url(../image/icon_2.png);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.sub_menu ul li:before{
    background-position:0 0;
    opacity:0;
    z-index:3;
}
.sub_menu ul li:after{
    left:35px;
    background-position:0 -16px;
}
.sub_menu ul li:hover:before,
.sub_menu ul li.cur:before{
    left:35px;
    opacity:1;
}
.sub_menu ul li:hover:after,
.sub_menu ul li.cur:after{
    left:50px;
    opacity:0;
}
.sub_menu ul li a{
    color:#b5b5b5;
    display:block;
    padding:0 10px 0 50px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.sub_menu ul li:hover a,
.sub_menu ul li.cur a{
    color:#124b9a;
}
.quick_link{
    width:100%;
    height:65px;
    background-color:#124b9a;
    border-radius:8px;
    margin-top:20px;
    padding:15px 0 0 65px;
    position: relative;
}
.quick_link:before{
    content: '';
    display:block;
    width:30px;
    height:30px;
    position: absolute;
    left:25px;
    top:0;
    bottom:0;
    margin:auto;
}
.tec_link:before{
    background:url(../image/te_icon.png) no-repeat center center;
}
.con_link:before{
    background:url(../image/co_icon.png) no-repeat center center;
}
.quick_link a{
    color:#fff;
    display:block;
}
.quick_link p{
    line-height:1;
    font-size:16px;
}
.quick_link span{
    font-size:12px;
    text-transform:uppercase;
}
.sub_main_con{
    width:79%;
}
.sub_main_con .location{
    width:100%;
    height:40px;
    line-height:40px;
    font-size:14px;
    border-bottom:1px solid #ccc;
    margin-top:30px;
    margin-bottom:20px;
}
.sub_main_con .location a{
    color:#666;
}
.sub_main_con .location a:hover,
.sub_main_con .location span{
    color:#124b9a;
}
.sub_main_con .location p.r{
    font-size:20px;
    color:#124b9a;
    position: relative;
    padding-left:10px;
}
.sub_main_con .location p.r:before{
    content: '';
    display:block;
    width:100%;
    height:2px;
    background-color:#fff;
    position: absolute;
    right:0;
    bottom:0px;
}
.sub_main_con .location p.r span{
    font-family:'Arial';
    color:#ddd;
    text-transform:uppercase;
}

/*sub_about*/
.page_con,.question_list,.news_list,.merchants,.products_con {
    padding:30px 0 0;
}
.page_con p{
    line-height:2;
    color:#333;
}
.page_con{overflow:hidden;}
.news_show{overflow-x:auto;}

/*.news_show table{table-layout:fixed;word-break:break-all;}
.news_show table img{width:100% !important;height:auto !important;}*/
.page_con img{
   
    display: inline-block;
}
.sub_about p{
    margin:10px 0;
}

/*team*/
.img_list_two ul li{
    width:48%;
    margin:1%;
    float:left;
    position:relative;
    overflow: hidden;
}
.about_img_list ul li img{
    width:100%;
    display:block;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.about_img_list ul li:hover img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.about_img_list ul li p{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:40px;
    line-height:40px;
    padding:0 15px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    z-index:4;
    background-color:rgba(0,0,0,0.5);
    text-align:center;
    color:#fff;
}
/*honor*/
.img_list_three ul li{
    width:31.3333%;
    margin:1%;
    float:left;
    position:relative;
    overflow: hidden;
}

/*question*/
.question_list ul li{
    height:40px;
    line-height:40px;
    border-bottom:1px dashed #dfdfdf;
    position: relative;
    padding-left:12px;
}
.question_list ul li:before{
    content: '';
    display:block;
    width: 0;
    height: 0;
    border-width:5px 6px;
    border-style:solid;
    border-color:transparent transparent transparent  #124b9a;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}
.question_list ul li a{
    display:block;
    width:80%;
    float:left;
    color:#333;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.question_list ul li span{
    display:block;
    float:right;
}
.question_list ul li a:hover{
    color:#124b9a;
}
/*page*/
.page {
    margin-top:50px;
    text-align:center;}
.page a {width:36px; height:34px; text-align:center; line-height:34px; background:#f5f5f5;color:#555555; display:inline-block;margin:0px 1px;}
.page a:hover {background:#dfdfdf;}
.page span {width:36px; height:34px; text-align:center; line-height:34px; background:#18539b;color:#fff; display:inline-block;margin:0px 1px;}
.page a.ff {font-size:18px}

/*news_show*/
.page_con .title {
    margin: 0 0 20px;
}

.page_con .title h3 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    color:#333;
}
.qieh{border-top: 1px solid #e2e2e2;padding: 20px 0 20px;position: relative;margin-top:30px;}
.qieh a{
    display:block;
    width:50%;
    color: #666;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.qieh a.r{
    text-align:right;
}
.qieh a:hover{
    color:#bc0000;
}

/*news_list*/
.news_list ul li {
    width: 31.33333%;
    float: left;
    margin:1%;
    border:1px solid #dadada;
    position: relative;
}

.product-parts-front{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 10;
	background: rgba(18,75,154,0.9);
	overflow: hidden;

	filter:alpha(opacity=0);   
      -moz-opacity:0;   
      -khtml-opacity: 0;   
      opacity: 0; 
      -webkit-transition: 0.5s ;
      -moz-transition: 0.5s ;
      -ms-transition: 0.5s ;
      -o-transition: 0.5s ;
      transition: 0.5s ;
}
.product-parts-front>dl{
	width:100%;
}
.product-parts-front>dl>dt{
	width:40%;
	position: relative;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
	border-radius: 50%;
	margin:30px auto 0;
}
.product-parts-front>dl>dt>img{
	width:150%;
	position: absolute;
	top:0;
	left:-25%;
	height: 100%;
}
.product-parts-front>dl>dd{
	width:100%;
	padding:20px 4% 0;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	color: white;
}
.news_list ul li:hover .product-parts-front{
	  filter:alpha(opacity=100);   
      -moz-opacity:1;   
      -khtml-opacity: 1;   
      opacity: 1; 
}




.news_list ul li .img {
    width: 100%;
    overflow: hidden;
    position:relative;
    height:0;
    padding-bottom:75%;
}

.news_list ul li .img img {
    width: 100%;
    display:block;
height: 100%;
position:absolute;
top:0;
left:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news_list ul li .text {
    padding:10px;
    position: relative;
    text-align:center;
}

.news_list ul li .text h4 {
    font-weight: normal;
    font-size: 15px;
    color: #333;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.news_list ul li .text h4:before{
    content: '';
    display:block;
    width:100%;
    height:1px;
    position: absolute;
    left:0;
    bottom:0;
    background:linear-gradient(top right, transparent 0% , #dedede 50%, transparent 100%);
    background:-moz-linear-gradient(top right, transparent 0% , #dedede 50%, transparent 100%);
    background:-o-linear-gradient(top right, transparent 0% , #dedede 50%, transparent 100%);
    background:-webkit-linear-gradient(top right, transparent 0% , #dedede 50%, transparent 100%);
}

.news_list ul li .text p {
    color: #124b9a;
    font-size: 12px;
    line-height:32px;
}

/*.news_list ul li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}*/

.news_list ul li .text h4:hover {
    color: #124b9a;
}

/*contact*/
.contact_list{
    margin-bottom:40px;
}
.contact_list ul li{
    width:50%;
    float:left;
    border-right:1px solid #ccc;
    position: relative;
    padding:40px 0 40px 40px;
}
.contact_list ul li:before{
    content: '';
    display:block;
    width:96%;
    height:1px;
    background-color:#ccc;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.contact_list ul li:nth-of-type(2n+2){
    border:0;
}
.contact_list ul li h4{
    color:#124b9a;
    font-size:16px;
    height:50px;
}
.contact_list ul li p{
    color:#666;
    position: relative;
    padding-left:40px;
    line-height:40px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.contact_list ul li p:before{
    content: '';
    display:block;
    width:20px;
    height:20px;
    position: absolute;
    left:10px;
    top:0;
    bottom:0;
    margin:auto;
    background-image:url(../image/icon_3.png);
}
.contact_list ul li p:nth-of-type(1):before{
    background-position:0 0;
}
.contact_list ul li p:nth-of-type(2):before{
    background-position:0 -20px;
}
.contact_list ul li p:nth-of-type(3):before{
    background-position:0 -40px;
}
#map {
    width: 100%;
    height: 400px;
}
/*market*/
.market{
    width:507px;
    padding:100px 0 30px;
    margin-left:100px;
    position: relative;
}
.market img{
    width:100%;
    display:block;
}
.market .market_txt{
    width:300px;
    padding:15px;
    border-radius:8px;
    border:1px solid #ccc;
    background-color:rgba(255,255,255,0.95);
    position: absolute;
    top:10%;
    left:65%;
    color:#666;
}
.market:before{
    content: '';
    display:block;
    width:8px;
    height:8px;
    border-radius:50%;
    background-color:#bc0000;
    border:4px solid rgba(255,255,255,0.4);
    position: absolute;
    top:45%;
    left:75%;
}
.market .market_txt:before{
    content: '';
    display:block;
    width:0;
    height:0;
    border-width:16px 10px;
    border-style:solid;
    border-color: rgba(255,255,255,0.95) transparent transparent transparent;
    position: absolute;
    bottom:-32px;
    left:17%;
    transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);

}
.market .market_txt h5{
    font-size:18px;
    margin-bottom:8px;
}
.market .market_txt p{
    position: relative;
    padding-left:24px;
    line-height:32px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.market .market_txt p:before{
    content: '';
    display:block;
    width:20px;
    height:20px;
    position: absolute;
    left:0;
    top:6px;
    margin:auto;
    background-image:url(../image/icon_3.png);
}
.market .market_txt p:nth-of-type(1):before{
    background-position:0 0;
}
.market .market_txt p:nth-of-type(2):before{
    background-position:0 -60px;
}
.market .market_txt p:nth-of-type(3):before{
    background-position:0 -40px;
}

/*merchants*/
.merchants ul li{
    border-bottom:1px dashed #dadada;
    padding:10px;
}
.merchants ul li p{
    width:90px;
    float:left;
    color:#333;
    line-height:32px;
    height:32px;
}
.merchants ul li input,.merchants ul li select{
    border:1px solid #999;
    height:32px;
    line-height:32px;
    padding:0 10px;
    font-family:'Microsoft YaHei','微软雅黑';
    color:#333;
}
.merchants ul li .win_1{
    width:14%;
}
.merchants ul li .win_2{
    width:36%;
}
.merchants ul li .unit{
    color:#333;
}
.merchants ul li .ann{
    display:inline-block;
    background:url(../image/icon_4.png) no-repeat left center;
    padding-left:18px;
    margin-left:30px;
}
.merchants ul li textarea{
    min-height:150px;
    border:1px solid #999;
}
.merchants ul li .btn{
    background-color:#124b9a;
    height:32px;
    line-height:32px;
    border:0;
    color:#fff;
    width:14%;
    border-radius:4px;
    cursor:pointer;
}
/*caselist*/
.case_list{
    padding-top:20px;
}
.case_list ul li .text h4:before{
    display:none;
}
.case_list .level_3 a{
    display:inline-block;
    height:40px;
    line-height:40px;
    padding:0 5%;
    color:#666;
    position: relative;
    margin-bottom:10px;
}
.case_list .level_3 a:before{
    content:'';
    display:block;
    width:1px;
    height:50%;
    background-color:#ccc;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.case_list .level_3 a.cur,.case_list .level_3 a:hover{
    color:#124b9a;
}
.case_list .level_3 a:last-child:before{
    display:none;
}

/*products*/
.products_con h2{
    font-size:18px;
    color:#124b9a;
    font-weight:normal;
    height:50px;
    line-height:50px;
}
.products_con .big_img{
    width:100%;
    border:3px solid #124b9a;
    padding:5px;
    margin-bottom:20px;
}
.products_con .big_img img{
    width:100%;
    display:block;
}
.products_con .acc_tab{
    border-bottom:1px solid #e8e8e8;
}
.products_con .acc_tab dl dd{
    width:150px;
    height:50px;
    line-height:50px;
    text-align:center;
    border-radius:5px;
    background-color:#f2f2f2;
    float:left;
    color:#333;
    cursor:pointer;
}
.products_con .acc_tab dl dd:hover{
    background-color:#eaeaea;
}
.products_con .acc_tab dl dd.cur{
    background-color:#124b9a !important;
    color:#fff;
}
.products_list{
    display:none;
}
.products_list.cur{
    display:block;
}
.products_list ul li .img{
    border-bottom:1px solid #dadada;
}
.products_list ul li .text{
    padding:0 10px;
}

/*响应式代码*/
@media screen and (min-width: 1390px) {
}

@media screen and (min-width: 1441px) {
}

@media screen and (min-width: 1701px) {
    .products_box .item {
        margin: 0 14px 0 0;
    }
}

@media screen and (max-width: 1390px) {
}

@media screen and (max-width: 1366px) {
    .products_box .slick-prev {
        left: -20px;
    }

    .products_box .slick-next {
        right: -20px;
    }

}

@media screen and (max-width: 1281px) {
    .inner {
        width: 96%;
    }

}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1180px) {
    .products_box .item:hover .info p {
        bottom: 20%;
    }

    .service ul li {
        padding: 25px 0 0 30px
    }

    .service ul li .icon {
        margin-right: 20px;
    }
    nav ul li:nth-of-type(2) dl{
        width:160%;
    }

    .sub_menu{
        width:18%;
    }
    .sub_main_con{
        width:79%;
    }
}

@media screen and (max-width: 1024px) {
    .bannerBox, html {
        position: relative;
        overflow: auto;
        top: 0;
    }

    .btext {
        width: 90%;
        margin-left: -45%;
    }

    .btext strong {
        font-size: 20px;
    }

    .btext h1{
        font-size:32px;
    }
    .btext small {
        font-size: 16px;
    }

    .main{
        padding:40px  0 60px;
    }
    .main hgroup{
        margin-bottom:40px;
    }
    .products_box .slick-arrow {
        background-color:#fff;
    }

    .products_box .slick-arrow i {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }


    .products_box .slick-prev, .products_box .slick-next {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        opacity: 1;
    }

    .products_box .item:hover .yellow_80 {
        display: none;
    }

    .products_box .item:hover .more-line .line {
        display: none;
    }

    .products_box .itemCon .icon {
        width: 100px;
        height: 100px;
    }

    .products_box .itemCon .content .img {
        margin-top: -50px;
    }
    .service ul li h3{
        line-height:1.5;
    }
    .service ul li p{
        font-size:12px;
    }

}

@media screen and (max-width: 991px) {
    header{
        width:100% !important;
        height:80px;
        padding:20px 0;
        position:fixed;
        top:0;
        z-index:99;
        box-shadow:0 0 2px 2px #ccc;
    }
    header .logo{
        width:150px;
    }
    .ad p{
        font-size:13px;
        margin: 0 0 0 15px;
        padding: 0 0 0 15px;
    }
    .tel{
        margin-right:6%;
    }
    .weixin span{
        display:none;
    }
    nav{
        display:none;
    }
    .menuBtn {
        display: block;
    }
    .bannerBox,.pbanner{
        margin-top:80px;
    }
    .products_box .itemCon .mask{
        left:0;
        background-color:rgba(18,75,153,0.5);
        opacity:1;
    }
    .products_box .item .info h3,.products_box .item:hover .info h3{
        bottom:50%;
    }
    .products_box .itemCon .info p,.products_box .itemCon:hover .info p{
        opacity:1;
        bottom:18%;
    }
    .main hgroup{
        width:94%;
        margin:auto;
    }
    .inner {
        width: 94%;
    }


    .sub_menu,.sub_main_con{
        width:100%;
    }
    .sub_menu_title{
        cursor:pointer;
        position: relative;
    }
    .sub_menu_title:before{
        content: '';
        display:inline-block;
        width:0;
        height:0;
        border-width:15px 10px;
        border-style:solid;
        border-color:#fff transparent transparent transparent;
        position: absolute;
        top:40%;
        left:56%;
    }
    .sub_menu ul{
        display:none;
    }
    .sub_menu ul li{
        text-align:center;
    }
    .sub_menu ul li:before,.sub_menu ul li:after{
        display:none;
    }
    .sub_menu ul li a{
        padding:0;
    }
    .quick_link{
        width:48%;
        float:left;
    }
    .con_link{
        margin-left:4%;
    }
}

@media screen and (max-width: 861px) {
    .tel{
        display:none;
    }
    .service ul li{
        width:47%;
    }
    .about ul li .icon{
        width:100px;
    }
    .about ul li h3{
        font-size:18px;
    }
    .news,.video{
        width:48%;
    }
    .news_con .news_con_l{
        display:none;
    }
    .news_con .news_con_r{
        width:100%;
    }
    .main4 .title h2{
        font-size:24px;
    }
    .main4 .title span{
        font-size:12px;
    }
    .about ul li{
        width:48%;
        margin:1%;
    }
    .about ul li h3{
        height:50px;
    }
    .about ul li .more, .about ul li:hover .more {
        visibility: visible;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        position: relative;
    }
    .f_ser_menu,.f_contact {
        display:none;
    }
    .f_message,.f_about{
        width:48%;
    }
    .news_con ul li span{
        display:none;
    }
    .bannerBox .flex-control-nav{
        bottom:40px;
    }
    .bannerBox .banner li img{
        width:100%;
        
    }
    .sub_menu_title:before{
        left:58%;
    }
  /*  .pbanner{
        height:280px;
    }
    .pbanner img{
        display:none;
    }  */

    .market{
        width:460px;
        margin-left:0;
    }
}

@media screen and (max-width: 667px) {


}

@media screen and (max-width: 641px) {

    .bannerBox .flex-control-nav {
        left: 5%;
        bottom: 60px;
    }

    .btext h1 {
        font-size: 32px;
    }

    .btext small {
        font-size: 16px;
    }
    .main hgroup h2{
        font-size:24px;
    }
    .products_box {
        margin-top: 35px;
    }

    .products_box .slick-prev {
        left: 0%;
    }

    .products_box .slick-next {
        right: 0%;
    }
    .sub_menu_title:before{
        left:60%;
    }
    .qieh a{
        width:100%;
    }
    .qieh a.r{
        text-align:left;
    }
    .news_list ul li,.img_list_three ul li{
        width:48%;
    }
    .contact_list ul li{
        width:100%;
        border:0;
    }

    .market{
        width:100%;
        padding:30px 0 0;
    }
    .market:before{
        top:28%;
    }
    .market .market_txt:before{
        display:none;
    }
    .market .market_txt{
        position:static;
        width:100%;
        margin-top:5%;
    }

    .merchants ul li .win_1{
        width:20%
    }
    .merchants ul li .win_2{
        width:40%
    }
    .products_con .acc_tab dl dd{
        width:33.3333%;
    }

    .sub_main_con .location p.r{
        display:none;
    }
}

@media screen and (max-width: 568px){
    .news, .video{
        width:100%;
    }
    .video{
        margin-top:4%;
    }
    .sub_menu_title:before{
        left:62%;
    }
    #map{
        height:300px;
    }
}

@media screen and (max-width: 481px) {
    .btext h1 {
        font-size: 28px;
    }

 /*   .daily, .bannerBox .flex-control-nav {
        bottom: 40px;
    }  */

    .service ul li{
        width:90%;
        margin:1.5% 5%;
    }
    .f_message, .f_about{
        width:100%;
    }
    .img_list_two ul li{
        width:100%;
        margin:1% 0;
    }
    .market:before{
        top:26%;
    }
    .merchants ul li .win_1{
        width:40%
    }
    .merchants ul li .win_2{
        width:50%
    }
    .merchants ul li .ann{
        margin-left:90px;
        display:block;
    }

}

@media screen and (max-width: 421px) {
}

@media screen and (max-width: 414px) {
    .sub_menu_title:before{
        left:64%;
    }
    .sub_menu .sub_menu_title{
        height:60px;
    }
    .sub_menu .sub_menu_title h2{
        font-size:20px;
        line-height:0.8;
    }
    .sub_menu_title:before{
        border-width:12px 8px;
    }
}

@media screen and (max-width: 375px) {
    .about ul li{
        width:90%;
        margin:1% 5%;
    }
    .question_list ul li a{
        width:75%;
    }

    .news_list ul li,.img_list_three ul li{
        width:98%;
    }
}

@media screen and (max-width: 320px) {
    .sub_menu_title:before{
        left:66%;
    }
    .quick_link:before{
        left:10px;
    }
    .quick_link{
        padding:15px 0 0 50px;
    }
}
