@charset "utf-8";

/* CSS Document */
html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

* {
    word-wrap: break-word;
}

body {
    font-size: 12px;
    font-size: 1.2rem;
    /* 12÷10=1.2 */
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body,html {
    font-family:  "微软雅黑" !important, "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-width: 320px;
}

body,html,div,p,span ,p span{ font-family:  "微软雅黑" !important, "Helvetica Neue", Helvetica, Arial, sans-serif ;}

ul,ul li,dl,dl dt,dl dd {    margin: 0px;    padding: 0px;    list-style: none;}

.f_faminly {    font-family: "微软雅黑" !important;}
.fl {    float: left;}
.fr {    float: right;}
.clearboth {
    clear: both;
}

.bigzm {
   
}

.b_cursor {
    border: 0px;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

input {
    outline: 0;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888888;
}

img {
    border: 0;
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 16px;
}

.fs18 {
    font-size: 17px;
}

.fs20 {
    font-size: 20px;
}

ul li {
    list-style-type: none;
    float: left;
}

.container {
    width: 100% !important;
    max-width: 1200px;
    max-width: 1170px\9;
}

.container1 {
    width: 100%;
}

.i_con1 {
    width: 100%;
    margin: 0px auto;
    display: block;
    overflow: hidden;
}

/*loading加载*/
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #466f9e;
    z-index: 10000000;
}

.loading-img {
    width: 231px;
    position: absolute;
    height: 47px;
    left: 50%;
    top: 50%;
    margin-left: -115.5px;
    margin-top: -23.5px;
    -webkit-animation: rotateplane 1.4s infinite ease-in-out;
    animation: rotateplane 1.4s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% {
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes rotateplane {
    0% {
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }

    50% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/*头部*/
.index {
    position: relative;
    background-color: #fff;
    z-index: 9;
}

.banner {
    position: relative !important;
    width: 100%;
    margin: 0 auto !important;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
}

.banner .down {
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.master_hide .banner .down {
    bottom: -110px;
}

.banner .down .content {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
}

.banner .down .content:before,
.banner .down .content:after {
    content: '';
    width: 800px;
    height: 100%;
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    position: absolute;
    top: 0;
    z-index: -1;
}

.banner .down .content:before {
    left: -350px;
}

.banner .down .content:after {
    right: -350px;
}

.banner .down .item {
    position: absolute;
    bottom: 0;
    width: 48%;
    height: 110px;
    padding: 10px 0 0 30px;
    overflow: hidden;
    transition: height .6s ease;
    -webkit-transition: height .6s ease;
    cursor: pointer;
}

.banner .down .item.red {
    width: 40%;
}

.banner .down .item.blue {
    width: 58%;
}

.banner .down .item:before {
    content: '';
    width: 100%;
    height: 268px;
    position: absolute;
    right: 0px;
    top: 0;
    /* transition:all .4s ease;	-webkit-transition:all .4s ease;	*/
    /* -webkit-transition-delay:.6s;	transition-delay:.6s;	*/
    opacity: 0;
    filter: alpha(opacity=0);
}

.banner .down .item:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    animation: fadeInRight .8s linear forwards;
    -webkit-animation: fadeInRight .8s linear forwards;
}

.banner .down .item.red:before {
    background: url(../images/ico5.png) no-repeat right top;
    width: 100%;
}

.banner .down .item.blue:before {
    background: url(../images/ico6.png) no-repeat right top;
    width: 100%;
}

.banner .down .item.red {
    left: 0;
    background-color: #faac27;
    /* background:-webkit-linear-gradient(0deg,#bf0003 0%,#e20004 100%);	background:-moz-linear-gradient(0deg,#bf0003 0%,#e20004 100%);	background:-o-linear-gradient(0deg,#bf0003 0%,#e20004 100%);	background:-ms-linear-gradient(0deg,#bf0003 0%,#e20004 100%);	background:linear-gradient(0deg,#bf0003 0%,#e20004 100%); */
}

.banner .down .item.blue {
    right: 0;
    background-color: #f3f3f3;
}

.banner .down .item>div {
    position: relative;
    z-index: 2;
}

.banner .down .item.red .title .cn {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 0px;
}

.banner .down .item .title .en {
    font-family: 'DINCond';
    font-size: 21px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ccc;
}

.banner .down .item .title .cn {
    font-size: 22px;
    color: #333;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 0px;
}

.banner .down .item .title .en {
    color: #fff;
    color: rgba(255, 255, 255, .4);
}

.banner .down .item .hid {
    margin-top: 45px;
    display: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.banner .down .item .hid .li {
    float: left;
}

.banner .down .item .hid .li+.li {
    margin-left: 8%;
}

.banner .down .item.blue .hid .li+.li {
    margin-left: 12%;
}

.banner .down .item .hid .li h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: -14px;
    background-color: #fff;
    height: 2px;
    width: 0;
    transition: width .4s ease;
    -webkit-transition: width .4s ease;
}

.banner .down .item .hid .li h3 {
    font-size: 15px;
    color: #f3f0eb;
    line-height: 22px;
    margin-bottom: 8px;
    position: relative;
}

.banner .down .item.blue .hid .li h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: -14px;
    background-color: #cccccc;
    height: 2px;
    width: 0;
    transition: width .4s ease;
    -webkit-transition: width .4s ease;
}

.banner .down .item.blue .hid .li h3 {
    font-size: 15px;
    color: #333;
    line-height: 22px;
    margin-bottom: 8px;
    position: relative;
}

.banner .down .item.blue .title .en {
    color: rgba(0, 0, 0, .4);
}

.banner .down .item .hid .li p {
    font-family: 'DINCond';
    font-size: 16px;
    line-height: 14px;
    color: #e2cdaa;
    color: rgba(255, 255, 255, .4);
    text-transform: uppercase;
}

.banner .down .item.blue .hid .li p {
    color: rgba(51, 51, 51, .44);
}

.banner .down .item:hover {
    height: 248px;
}

.banner .down .item:hover .hid {
    display: block;
}

.banner .down .item .hid .li:hover h3:before {
    width: 100%;
}

#banner {
    width: 100%;
    position: relative;
}

.clearpadding {
    padding: 0px;
    margin: 0px;
}

.i_bg1 {
    background-color: #004694;
}

.i_bg2 {
    border-bottom: 1px solid #e6e6e6;
}

.header {
    width: 100%;
    position: fixed;
    height: 84px;
    left: 0px;
    top: 0px;
    z-index: 10000;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    background-color: #fff;
}

.header.fixedmenu {
    top: -30px;
    position: fixed;
}

.header.fixednav {
    position: relative;
}

.header.fixednav.fixedmenu {
    position: fixed;
}

/*导航start*/
.header_div {
    width: 100%;
    height: 84px;
    padding-left: 0;
    background-color: #fff;
    left: 0px;
    top: 0px;
    border-bottom: 1px solid #f1f2f3;
    position: fixed;
    z-index: 10000;
    transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.header_div .i_logo {
    width: 20%;
    padding-top: 18px;
    padding-left: 3%;
}

.header_div .i_logo img {
    width: auto;
    height: 55px;
}

.header_div.fixedmenu,
.header_div.fixedmenu1.fixedmenu {
    position: fixed;
    /*background:url(../images/s_tb10.png) repeat;*/
}

.header_div.fixedmenu1 {
    position: relative;
}

.menu_nav {
    width: 66%;
    margin-left: 2%;
}

.menu_nav ul {
    width: 100%;
}

.menu_nav ul li {
	
    padding: 0px 2%;
    float: left;
    text-align: center;
    position: relative; float: left;
}

.menu_nav ul li .nav_a {
    width: 100%;
    height: 84px;
    line-height: 84px;
    color: #333;
    display: block;
    font-size: 16px;
    position: relative;
}

.menu_nav ul li .nav_a:hover,
.menu_nav ul li .nav_a.activetopm,
.menu_nav ul li .nav_a.activetopm1 {
    color: #004694;
    text-decoration: none;
}

.menu_nav ul li .nav_a:after {
    width: 0px;
    height: 3px;
    background-color: #004694;
    position: absolute;
    left: 50%;
    bottom: 0px;
    content: "";
    margin-left: -32px;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.menu_nav ul li .nav_a:hover:after,
.menu_nav ul li .nav_a.activetopm:after,
.menu_nav ul li .nav_a.activetopm1:after {
    width: 64px;
}
.menu_nav ul li:nth-child(6) {
		width: 12%;
	}
	.menu_nav ul li:nth-child(9) {
		width: 14%;
	}
.menu_nav ul li .twodiv {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #1f1f1f;
    padding: 15px 0px;
    z-index: 1111;
    display: none;
    text-align: center;
}

.menu_nav ul li .twodiv a {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
    margin: 0px 50px;
    display: inline-block;
}

.menu_nav ul li .twodiv a:hover {
    text-decoration: none;
    color: #ffe300;
}

.menu_nav ul li dl {
    width: 280px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 100%;
    background-color: #fff;
    z-index: 1;
    display: none;
}

.menu_nav ul li dl dd {
    width: 100%;
    float: left;
}

.menu_nav ul li dl dd a {
    width: 100%;
    height: 47px;
    display: inline-block;
    overflow: hidden;
    line-height: 47px;
    text-align: center;
    color: #333;
    font-size: 16px;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    float: left;
}

.menu_nav ul li dl dd a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #faac27;
}

.i_b {
    width: 12%;
}

.i_ss {
    width: 21%;
    padding: 0px 3%;
    height: 84px;
    float: left;
}

.i_ss_t {
    width: 100%;
    height: 84px;
    float: left;
    line-height: 84px;
    background: url(../images/s_tb1.png) left center no-repeat;
    cursor: pointer;
}

.i_ss_c {
    width: 100%;
    animation: fadeInLeft linear .35s forwards;
    height: 84px;
    position: absolute;
    right: 0px;
    top: 100%;
    background-color: #f1f2f3;
    padding: 0px;
    display: none;
}

.i_ss_c .ipt1 {
    width: 40%;
    height: 60px;
    background-color: #fff;
    border: 1px solid #fff;
    line-height: 44px;
    border: 0px;
    margin: 10px 0 10px 20%;
    padding-left: 40px;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
}

.i_ss_c .ipt2 {
    width: 6%;
    height: 84px;
    background: url(../images/s_tb1s.png) center no-repeat;
    border: 0px;
    background-size: 20px;
}

.i_ss_c .ipt2:hover {
    background: url(../images/tb_01sz.png) center no-repeat;
    border: 0px;
    background-size: 20px;
}

.i_ss_t .s1 {
    height: 84px;
    line-height: 84px;
    display: inline-block;
    padding-left: 28px;
    background: url(../images/s_tb1.png) left center no-repeat;
    font-size: 14px;
    color: #3;
}

.i_banben {
    padding: 0px 10px;
    position: relative;
    border: 3px solid #ff0000;
}

.i_banben_t {
    height: 90px;
    background: url(../images/top-search1.png) right center no-repeat;
    padding-right: 28px;
    cursor: pointer;
}

.i_banben_t .s1 {
    height: 90px;
    line-height: 90px;
    display: inline-block;
    padding-left: 28px;
    background: url(../images/top-china.png) left center no-repeat;
    font-size: 14px;
    color: #3;
}

.i_banben_c {
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 90px;
    padding: 10px 5px;
    display: none;
}

.i_banben_c li {
    width: 100%;
    float: left;
}

.i_banben_c li a {
    width: 100%;
    padding: 10px 0px;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.i_banben_c li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #faac27;
}

.i_banben1 {
    height: 84px;
    position: relative;
    width: 30%;
    float: left;
}

.i_banben_t1 {
    height: 84px;
    padding: 0px 20px;
    background: url(../images/top-search1.png) right center no-repeat;
    padding-right: 28px;
    cursor: pointer;
}

.i_banben_t1 .s1 {
    height: 84px;
    line-height: 84px;
    display: inline-block;
    font-size: 14px;
    color: #3;
}

.i_banben_c1 {
    width: 90px;
    animation: fadeInDown linear .35s forwards;
    background-color: #fff;
    position: absolute;
    left: 0px;
    padding: 0px 5px;
    display: none;
}

.i_banben_c1 li {
    width: 100%;
    float: left;
}

.i_banben_c1 li a {
    width: 100%;
    padding: 10px 0px;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.i_banben_c1 li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #faac27;
}

.home_nav {
    width: 28%;
    height: 84px;
    background: #004694;
    float: right;
}

.i_logo_img {
    width: 29%;
    padding-top: 19px;
}

.i_logo_img img {
    height: 54px;
    width: auto;
}

.i_logo_ul {
    width: 48%;
}

.i_logo_ul .nav_menu {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.i_logo_ul .nav_menu li {
    width: 20%;
    height: 80px;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.i_logo_ul .nav_menu li .a_nav {
    width: 100%;
    position: relative;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    color: #333333;
    font-size: 16px;
}

.i_logo_ul .nav_menu li .a_nav:hover,
.i_logo_ul .nav_menu li .a_nav.active,
.i_logo_ul .nav_menu li .a_nav.active1 {
    color: #004694;
    text-decoration: none;
}

.i_logo_ul .nav_menu li .a_nav:after {
    content: "";
    width: 0px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    margin-left: 0px;
}

.i_logo_ul .nav_menu li .a_nav:hover:after,
.i_logo_ul .nav_menu li .a_nav.active:after,
.i_logo_ul .nav_menu li .a_nav.active1:after {
    width: 36px;
    margin-left: -18px;
}

.i_logo_ul .nav_menu li dl {
    width: 160px;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 100%;
    background-color: #005bac;
    z-index: 111;
    display: none;
}

.i_logo_ul .nav_menu li dl dd {
    width: 100%;
    float: left;
}

.i_logo_ul .nav_menu li dl dd a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    float: left;
}

.i_logo_ul .nav_menu li dl dd a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117bd5;
}

.i_gwx {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

.i_gwx_t {
    background: url(../images/tb_01.png) left center no-repeat;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.i_gwx_c {
    width: 136px;
    height: 136px;
    position: absolute;
    left: 50%;
    margin-left: -68px;
    top: 100%;
    padding: 12px;
    z-index: 11;
    display: none;
}

.i_gwx_c .img {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0px;
    background: #fff;
}

.i_gwx_c .img img {
    width: 112px;
    height: 112px;
}

.i_gwx_c .img:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -8%;
}

.home-swiper {
    width: 100%;
    height: 100%;
}

.home-swiper .swiper-slide {
    text-align: left;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    width: 100%;
    position: relative;
}

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/
.home-swiper .swiper-slide .s1 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
}

.home-swiper .swiper-slide .s1 img {
    width: 100%;
    height: 100% !important;
    display: block;
}

.home-swiper .swiper-slide .s2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: none;
}

.home-swiper .swiper-slide .s2 img {
    width: 100%;
    height: auto !important;
    display: none;
}

.home-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    margin: 0px 10px !important;
    background-color: #fff;
    transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    position: relative;
    -moz-border-radius: 0px;
    /* Gecko browsers */
    -webkit-border-radius: 0px;
    /* Webkit browsers */
    border-radius: 0px;
    /* W3C syntax */
}

.home-pagination .swiper-pagination-bullet-active {
    width: 30px;
    height: 5px;
    background-color: #fff;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.swiper-container-horizontal>.home-pagination.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 100%;
    text-align: center;
    bottom: 140px;
}

.home-swiper .home_prev {
    width: 21px;
    height: 40px;
    background: url(../images/banner_l.png) no-repeat;
    position: absolute;
    left: 4%;
    top: 50%;
    margin-top: -20px;
    background-size: 100%;
}

.home-swiper .home_next {
    width: 21px;
    height: 40px;
    background: url(../images/banner_r.png) no-repeat;
    position: absolute;
    right: 4%;
    top: 50%;
    margin-top: -20px;
    background-size: 100%;
}

/* PAGE-MENU */
.fullnavr {
    width: 110px;
    display: block;
    position: fixed;
    top: 50%;
    left: 40px;
    z-index: 1;
    webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background: url(../images/s_tb12.png) left center repeat-y;
}

#pagemenu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1005;
}

#pagemenu li {
    position: relative;
    width: 100%;
    float: left;
}

#pagemenu li a {
    width: 100%;
    background: url(../images/s_tb11.png) left center no-repeat;
    padding: 12px 0px 12px 29px;
    display: inline-block;
    float: left;
    font-size: 15px;
}

#pagemenu li a .s1 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

#pagemenu li.active a {
    background: url(../images/s_tb10s.png) left center no-repeat;
}

#pagemenu li.active a .s1 {
    background-color: #28d223;
    -moz-border-radius: 12px;
    /* Gecko browsers */
    -webkit-border-radius: 12px;
    /* Webkit browsers */
    border-radius: 12px;
    /* W3C syntax */
}

#pagemenu li a.disnone {
    display: none;
}

.mousehover {
    width: 51px;
    height: 41px;
    background: url(../images/tb_01.png) no-repeat;
    background-size: 51px;
    position: absolute;
    left: 50%;
    margin-left: -25.5px;
    bottom: 55px;
    z-index: 1000;
}

/*手机导航*/
/* CSS Document */
.phone_nav {
    display: none;
}

.phone_nav.fixedmenu {
    position: fixed;
    top: 0px;
    background-color: #fff;
    left: 0px;
    z-index: 100000;
    -moz-box-shadow: 0px 0px 10px #e5e5e5;
    /*firefox*/
    -webkit-box-shadow: 0px 0px 10px #e5e5e5;
    /*webkit*/
    box-shadow: 0px 0px 10px #e5e5e5;
    /*opera或ie9*/
}

.phone_logo {
    padding: 10px 0px;
}

.phone_logo .p1 img {
    width: auto;
    height: 30px;
}

@media screen and (max-width:1200px) {
    .phone_logo .p1 {
        display: block;
        width: 100%;
        display: inline-block;
        position: relative;
    }

    /*.header{ display:none;}*/
    .phone_logo {
        width: 100%;
        padding: 15px 20px;
        box-sizing: border-box;
    }

    .phone_nav {
        display: block;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        display: block;
        z-index: 100000;
        background-color: #fff;
    }

    /*导航按钮*/
    .phone_nav .nav_but_box {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        right: 10px;
        top: 50%;
        margin-top: -15px;
        z-index: 1;
        transition: all 0.7s;
        -webkit-transition: all 0.7s;
    }

    .phone_nav .nav_but {
        display: inline-block;
        position: relative;
        width: 20px;
        height: 2px;
        z-index: 2;
        margin: 13px 0 0 5px;
        background: #004694;
        -webkit-transition-property: background-color, -webkit-transform;
        transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        transition-property: background-color, transform, -webkit-transform;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
    }

    .phone_nav .nav_but:before,
    .nav_but:after {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        position: absolute;
        background: #004694;
        transition-property: margin, -webkit-transform;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        transition-property: margin, transform, -webkit-transform;
        transition-duration: 300ms;
        -webkit-transition-duration: 300ms;
    }

    .phone_nav .nav_but:before {
        margin-top: -5px;
    }

    .phone_nav .nav_but:after {
        margin-top: 5px;
    }

    /*栏目名称*/
    .phone_nav .nav_main {
        height: 100%;
        position: fixed;
        left: 0;
        opacity: 0;
        width: 0;
        transition: all 0.4s ease 0.3s;
        -webkit-transition: all 0.4s ease 0.3s;
        background-color: #fff;
        overflow: hidden;
    }

    .phone_nav .nav_main ul {
        padding: 0 20px;
        margin-top: 40px;
    }

    .phone_nav .nav_main li a {
        background-position: left;
        color: #333;
        height: 46px;
        width: 100%;
        line-height: 46px;
        display: inline-block;
        background-size: 32px;
        background-repeat: no-repeat;
        font-size: 14px;
    }

    .phone_nav .nav_main .ss {
        border: 1px solid #fff;
        margin-top: 20px;
    }

    .phone_nav .nav_main .ss .p2 {
        float: right;
    }

    .phone_nav .nav_main .ss .p2 input {
        border: 0;
        width: 34px;
        height: 34px;
    }

    .phone_nav .nav_main .ss .p1 {
        display: block;
        margin: 0 34px 0 5px;
    }

    .phone_nav .nav_main .ss .p1 input {
        width: 100%;
        height: 34px;
        line-height: 34px;
        background: none;
        border: 0;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        color: #fff;
    }

    .phone_nav .nav_main li b {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 0px;
        width: 50%;
        height: 50px;
        background: url("../images/lmfooter_bottom.png") center right no-repeat;
        z-index: 99;
    }

    .phone_nav .nav_main .ul {
        padding: 0 0 0px 40px;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s;
        -webkit-transition: max-height 0.4s;
    }

    .phone_nav .nav_main .ul li {
        padding: 0;
        border-bottom: 0;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }

    .phone_nav .nav_main .ul li a {
        padding: 0;
        height: auto;
        line-height: 30px;
        font-weight: normal
    }

    .phone_nav .nav_main .b_one .ul {
        max-height: 300px;
        padding: 0 0 0px 20px;
        margin-bottom: 10px;
    }

    .phone_nav .nav_main li {
        width: 100%;
        transform: translateX(100px);
        -webkit-transform: translateX(100px);
        transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        border-bottom: 1px solid rgba(225, 225, 225, 0.5);
        padding: 0 20px;
        position: relative;
    }

    .phone_nav .nav_main li:nth-of-type(1) {
        transition-delay: 0.1s;
        -webkit-transition-delay: 0.1s;
    }

    .phone_nav .nav_main li:nth-of-type(2) {
        transition-delay: 0.2s;
        -webkit-transition-delay: 0.2s;
    }

    .phone_nav .nav_main li:nth-of-type(3) {
        transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
    }

    .phone_nav .nav_main li:nth-of-type(4) {
        transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
    }

    .phone_nav .nav_main li:nth-of-type(5) {
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
    }

    .phone_nav .nav_main li:nth-of-type(6) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(7) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(8) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(9) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    .phone_nav .nav_main li:nth-of-type(10) {
        transition-delay: 0.6s;
        -webkit-transition-delay: 0.6s;
    }

    /*打开样式*/
    .phone_nav_one {
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }

    .phone_nav_one .nav_main {
        opacity: 1;
        width: 100%;
        overflow: inherit;
    }

    .phone_nav_one .nav_but {
        background: rgba(0, 0, 0, 0);
    }

    .phone_nav_one .nav_but:before {
        margin-top: 0;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .phone_nav_one .nav_but:after {
        margin-top: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .phone_nav_one .nav_but_box {
        opacity: 0.8;
    }

    .phone_nav_one .nav_main li {
        width: 100%;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

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

    /*--768-0--*/
    .phone_logo {
        padding: 10px 10px
    }

    .phone_nav .nav_main ul {
        height: 410px;
    }

    .phone_nav .nav_main .b_one .ul {
        height: auto;
    }
}

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

    /*--768-0--*/
    /*.phone_nav .nav_but_box{ top:34px; right:10px;}*/
    .phone_nav .nav_main ul {
        margin-top: 20px;
        height: 550px;
        overflow-y: auto;
        box-sizing: border-box;
    }

    .phone_nav .nav_main .b_one .ul {
        height: auto;
    }
}

/*手机导航*/
.i_ssbn {
    width: 40px;
    height: 100%;
    background: url(../images/tb_01s.png) center no-repeat;
    background-size: 17px;
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 10000;
}

.i_ssbn .i_ssbn_t {
    height: 100%;
}

.i_ssbn span {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.i_ssbn_div {
    width: 200px;
    display: none;
    background-color: #fff;
    z-index: 10000;
    position: absolute;
    right: 0px;
    top: 100%;
    box-shadow: 0px 5px 20px 0px #d9d9d9;
}

.i_ssbn_div .ipt1 {
    width: 80%;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    border: 0px;
    font-family:  "微软雅黑" !important,"宋体",  "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #b9b9b9;
    font-size: 0.16rem;
}

.i_ssbn_div .ipt2 {
    width: 20%;
    height: 40px;
    background: url(../images/tb_01szs.png) center no-repeat;
    background-color: #005bac;
    border: 0px;
    background-size: 15px;
}

.i_ssbn_div input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b9b9b9;
}

.i_ssbn_div input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b9b9b9;
}

.i_ssbn_div input:-ms-input-placeholder {
    color: #b9b9b9;
}

.i_ssbn_div input::-webkit-input-placeholder {
    color: #b9b9b9;
}

/*首页内容部分*/
.ui_div {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.ui_div0 {
    width: 100%;
    padding: 0px;
    display: block;
    overflow: hidden;
    position: relative;
}

.ui_div_center {
    width: 100%;
}

.ui_div_con {
    width: 1400px;
    margin: 0px auto;
    position: relative;
}

.ui_div_con1 {
    width: 1400px;
    margin: 0px auto;
    position: relative;
}

.new_show {
    max-width: 1000px;
}

/*首页新闻*/
.home_new {
    width: 38%;
    float: left;
    margin-top: 50px;
}

.home_new .new_name {
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #f3f3f3;
}

.home_new .new_name a {
    margin-right: 50px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height: 50px;
    height: 50px;
    cursor: pointer;
}

.home_new .new_name a.c1,
.home_new .new_name a:hover {
    border-bottom: 2px solid #b49768;
    line-height: 50px;
    height: 50px;
    color: #b49768;
}

.home_new ul {
    margin-top: 10px;
}

.home_new li {
    width: 100%;
    display: block;
    line-height: 40px;
    height: 40px;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
}

.home_new li a {
    color: #333333;
    display: block;
    line-height: 40px;
    color: #333333;
    font-size: 16px;
}

.home_new li a span {
    float: left;
    color: #b49768;
    margin-right: 10%;
    font-family: DINCond;
    transition: all ease-in-out .5s;
}

.home_new li a:hover {
    color: #004694;
}

.home_new li a:hover span {
    color: #004694;
    margin-right: 9%;
    transition: all ease-in-out .5s;
}

.home_smjs {
    width: 58%;
    float: right;
    margin-top: 50px;
}

.home_smjs .custom {
    border-bottom: 1px solid #f3f3f3;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    height: 50px;
}

.home_new_more {
    padding-top: 30PX;
    clear: both;
}

.home_new_more a {
    font-family: DINCond;
    color: #b49768;
    font-size: 18px;
    padding-top: 30PX;
}

.none {
    display: none;
}

.block {
    display: block;
}

/*/首页滚动项目类别 start/*/
.n_box8 {
    width: 100%;
    padding: 10px 0%;
    display: block;
}

.n_box8_c {
    width: 100%;
    margin: 10px 0px 0 0;
    position: relative;
}

.n_box8 .ny_wmscy_con31 {
    width: 100%;
    overflow: hidden;
}

.n_box8 .ny_wmscy_con31 .swiper-slide {
    width: 100%;
    color: #333333;
    height: auto;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div {
    width: 100%;
    display: inline-block;
    position: relative;
    color: #666666;
    font-size: 16px;
    text-align: center;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div:hover {
    text-decoration: none;
    color: #666666;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_img {
    width: 40%;
    margin: 0 3% 0 0;
    display: inline-block;
    overflow: hidden;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_img_con {
    width: 57%;
    display: inline-block;
    overflow: hidden;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_img img {
    width: 100%;
    transition: all ease-in-out .2s;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div:hover .a_img {
    background-color: #000;
    transition: all ease-in-out .2s;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div:hover .a_img img {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    transform: scale(1.1);
    transition: all ease-in-out .5s;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    overflow: hidden;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.n_box8 .ny_wmscy_con31 .swiper-slide:hover .div .a_text {
    color: #004694;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_text_c {
    width: 100%;
    overflow: hidden;
    height: 112px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #666666;
    font-size: 16px;
    text-align: left;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_text_b {
    width: 100%;
    text-align: center;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div .a_text_b .s1 {
    width: 90px;
    float: left;
    transition: all ease-in-out .5s;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: url(../images/more_bg.png) no-repeat right bottom;
    color: #333333;
    font-size: 16px;
    display: inline-block;
}

.n_box8 .ny_wmscy_con31 .swiper-slide .div:hover .a_text_b .s1 {
    width: 110px;
    float: left;
    transition: all ease-in-out .5s;
    background: url(../images/more_bg.png) no-repeat right bottom;
    color: #b49768;
    text-decoration: none;
}

.n_box8 .ny_wmscy_con31.swiper-container-horizontal>.swiper-pagination-bullets,
.n_box8 .swiper-pagination-custom,
.n_box8 .swiper-pagination-fraction {
    bottom: 0px;
}

.n_box8 .wmscy-pagination31 {
    margin-top: 40px;
    position: relative;
    margin: 20px 0;
}

.n_box8 .wmscy-pagination31 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    float: left;
    background-color: #a5a5a5;
    opacity: 1;
    position: relative;
    margin: 0px;
}

.n_box8 .wmscy-pagination31 .swiper-pagination-bullet-active:after {
    width: 14px;
    height: 14px;
    background-color: #faac27;
    position: absolute;
    -moz-border-radius: 100%;
    margin: 0px;
    /* Gecko browsers */
    -webkit-border-radius: 100%;
    /* Webkit browsers */
    border-radius: 100%;
    /* W3C syntax */
    margin-left: -7px;
    margin-top: -0px;
    content: "";
}

.n_box8 .n_box8_c .wmscy_next31 {
    width: 25px;
    height: 25px;
    background: url(../images/img28.jpg) no-repeat;
    right: 0;
    top: 102px;
    background-size: 100%;
    outline: 0;
}

.n_box8 .n_box8_c .wmscy_next31:hover {
    background: url(../images/img28s.jpg) no-repeat;
}

.n_box8 .n_box8_c .wmscy_prev31 {
    width: 25px;
    height: 25px;
    background: url(../images/img27.jpg) no-repeat;
    left: calc(100% - 56px);
    ;
    top: 102px;
    background-size: 100%;
    outline: 0;
}

.n_box8 .n_box8_c .wmscy_prev31:hover {
    background: url(../images/img27s.jpg) no-repeat;
}

.n_box8 .swiper-button-next,
.n_box8 .swiper-button-prev {
    position: absolute;
    margin-top: -173px;
}

/*/首页滚动项目类别end/*/
/*首页手风琴图片*/
.xmjs,
.jmys {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 50PX;
}

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

.n_box1s_t {
    width: 100%;
    padding-bottom: 15px;
    color: #ea6e39;
    font-size: 20px;
    line-height: 1.8;
}

.n_box1s_t1 {
    width: 100%;
    padding-bottom: 20px;
    color: #333333;
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
}

.n_box1s_c {
    width: 100%;
    line-height: 1.7;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
}

.n_box1s_b {
    width: 100%;
    height: 312px;
}

.n_box1s_b li {
    width: 27%;
    float: left;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    height: 100%;
    transition: all ease-in-out .5s;
}

.n_box1s_b li.activeone {
    width: 46%;
    transition: all ease-in-out .5s;
}

.n_box1s_b li .div {
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    position: relative;
}

.n_box1s_b li .div:hover {
    text-decoration: none;
    color: #fff;
}

.n_box1s_b li .div .pro_img {
    height: 100%;
    margin: 0px auto;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.n_box1s_b li .div:after {
    width: 100%;
    height: 100%;
    background: url(../images/tb_05.png) repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    content: "";
}

.n_box1s_b li.activeone .div:after {
    display: none;
}

.n_box1s_b li.activeone .div .s1 {
    width: 100%;
    height: 67px;
    line-height: 67px;
    padding: 0px 72px;
    background: url(../images/tb_04.png) repeat;
    top: auto;
    bottom: 0px;
}

.n_box1s_b li.activeone .div .s1:after {
    width: 17px;
    height: 1px;
    left: 38px;
    margin-left: 0px;
    top: 50%;
    margin-top: -0.5px;
    content: "";
}

.n_box1s_b li:not(:hover) .pro_img_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/btm40.png) repeat;
    z-index: 4;
}

.n_box1s_b li.activeone .pro_img_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: none;
    z-index: 4;
}

.n_box1s_b li .home_pro_con {
    transition: all ease-in-out .5s;
    text-align: left;
    position: absolute;
    z-index: 5;
    width: 90%;
    margin: 0px 5%;
    top: 30px;
    left: 0%;
}

.n_box1s_b li .home_pro_con .en_name {
    font-size: 24px;
    line-height: 50px;
}

.n_box1s_b li .home_pro_con .china_name {
    font-size: 16px;
    line-height: 1.6;
    height: 70px;
}

.n_box1s_b li:hover .home_pro_con,
.n_box1s_b li.activeone .home_pro_con {
    transition: all ease-in-out .5s;
    bottom: 50px;
}

.n_box1s_b li:hover .home_pro_con .en_name,
.n_box1s_b li.activeone .home_pro_con .en_name {
    font-size: 24px;
    line-height: 50px;
}

/*首页手风琴图片*/
.i_bg3 {
    background-color: #f4f4f4;
}

.i_box3 {
    padding: 60px 0px;
}

.i_box3_ul {
    width: 100%;
}

.i_box3_ul li {
    width: 49%;
    margin-right: 1%;
    float: left;
}

.i_box3_ul li .div {
    width: 100%;
    padding: 60px 7%;
    float: left;
    display: inline-block;
    color: #8daec8;
    font-size: 16px;
    line-height: 1.5;
}

.i_box3_ul li .div .s1 {
    color: #0056a1;
    font-size: 32px;
}

.i_box3_ul li .div.bg1 {
    background-color: #c6e7ff;
}

.i_box3_ul li .div.bg2 {
    background: url(../images/tb_2s.png) right 11% center no-repeat;
    background-color: #d8ecfa;
    background-size: 22%;
}

.i_bg4 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.i_bg4:after {
    width: 100%;
    height: 100%;
    background: url(../images/tb_04s.png) repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    content: "";
}

.i_box4 {
    padding: 100px 0px;
    position: relative;
    z-index: 2;
}

.i_box4_l {
    width: 100%;
    padding-top: 30px;
}

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

.i_box4_l_c,
.i_box4_l_c:hover {
    text-decoration: none;
    width: 100%;
    padding-bottom: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    background: url(../images/tb_04.png) bottom center no-repeat;
    color: #fff;
    font-size: 24px;
}

.i_box4_r {
    width: 100%;
    padding: 10px 3% 50px 3%;
    background-color: #fff;
}

.i_box4_r_t {
    width: 100%;
    padding: 25px 0px;
    line-height: 1.5;
    color: #1e5dc6;
    font-size: 30px;
}

.i_box4_r_c {
    width: 100%;
}

.i_box4_r_c_l {
    width: 38%;
    display: inline-block;
    overflow: hidden;
}

.i_box4_r_c_l img {
    width: 100%;
    height: auto !important;
}

.i_box4_r_c_r {
    width: 59%;
}

.i_box4_r_c_r_t {
    width: 100%;
    height: 180px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #222222;
    font-size: 16px;
}

.i_box4_r_c_r_t img {
    max-width: 100%;
    height: auto !important;
}

.i_box4_r_c_r_b {
    height: 40px;
    line-height: 40px;
    padding: 0px 65px 0px 18px;
    border: 1px solid #005bac;
    color: #005bac;
    background: url(../images/tb_03.png) right 18px center no-repeat;
    font-size: 14px;
    display: inline-block;
}

.i_box4_r_c_r_b:hover {
    background: url(../images/tb_2z.png) right 18px center no-repeat;
    background-color: #005bac;
    text-decoration: none;
    color: #fff;
}

.i_bg5 {
    background: url(../images/bg2.jpg) bottom center no-repeat;
    background-color: #f4f4f4;
    background-size: cover;
    display: block;
    overflow: hidden;
}

.i_box5 {
    width: 100%;
    padding: 65px 0px 100px 0px;
}

.i_box5_c {
    width: 100%;
}

.i_box5_c li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
}

.i_box5_c li:nth-child(3) {
    margin-right: 0px;
}

.i_box5_c li .div {
    width: 100%;
    display: inline-block;
    float: left;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px #e5e5e5;
    /*firefox*/
    -webkit-box-shadow: 0px 0px 10px #e5e5e5;
    /*webkit*/
    box-shadow: 0px 0px 10px #e5e5e5;
    /*opera或ie9*/
    color: #999999;
    font-size: 14px;
}

.i_box5_c li .div:hover {
    text-decoration: none;
    color: #999;
}

.i_box5_c li .div .a_img {
    width: 100%;
    /* height:290px;*/
    position: relative;
    overflow: hidden;
}

.i_box5_c li .div .a_img img {
    width: 100%;
    /*position:absolute; left:0px; top:50%;webkit-transform: translate(0%, -50%);-moz-transform: translate(0%, -50%);transform: translate(0%, -50%);*/
}

.i_box5_c li .div .a_text {
    width: 100%;
    padding: 30px 10% 45px 10%;
}

.i_box5_c li .div .a_text .s1 {
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
}

.i_box5_c li .div .a_text .s2 {
    width: 100%;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    color: #333333;
    font-size: 16px;
}

.i_box5_c li .div:hover .a_text .s2 {
    color: #005bac;
}

.i_box5_c li .div .a_text .s3 {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0px 60px 0px 20px;
    border: 1px solid #999999;
    background: url(../images/tb_2zs.png) right 15px center no-repeat;
    color: #999999;
    font-size: 14px;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.i_box5_c li .div:hover .a_text .s3 {
    text-decoration: none;
    color: #005bac;
    border: 1px solid #005bac;
    background: url(../images/tb_03.png) right 15px center no-repeat;
}

.i_box5_c li .div1 {
    width: 100%;
    display: inline-block;
    float: left;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px #e5e5e5;
    /*firefox*/
    -webkit-box-shadow: 0px 0px 10px #e5e5e5;
    /*webkit*/
    box-shadow: 0px 0px 10px #e5e5e5;
    /*opera或ie9*/
    padding: 35px 5% 35px 5%;
}

.i_box5_c li .div1 .div1_t {
    width: 100%;
    height: 43px;
    line-height: 43px;
    margin-bottom: 22px;
    overflow: hidden;
}

.i_box5_c li .div1 .div1_t .s1 {
    color: #000000;
    font-size: 30px;
}

.i_box5_c li .div1 .div1_t .s2 {
    color: #999999;
    font-size: 14px;
}

.i_box5_c li .div1 .div1_t .s2:hover {
    text-decoration: none;
    color: #005bac;
}

.i_box5_c li .div1 .div1_c1 {
    width: 100%;
    overflow-y: auto;
    padding-right: 10px;
}

.i_box5_c li .div1 .div1_c1::-webkit-scrollbar {
    width: 1px;
    border-radius: 1px;
    height: 1px;
    background: none;
}

.i_box5_c li .div1 .div1_c1::-webkit-scrollbar-track {
    border-radius: 1px;
    width: 1px !important;
    background-color: #e5e5e5;
}

.i_box5_c li .div1 .div1_c1::-webkit-scrollbar-thumb {
    width: 1px;
    height: 1px;
    border-radius: 1px;
    background-color: #005bac;
}

.i_box5_c li .div1 .div_c {
    width: 100%;
}

.i_box5_c li .div1 .div_c dd {
    width: 100%;
    float: left;
}

.i_box5_c li .div1 .div_c dd a {
    width: 100%;
    color: #999999;
    font-size: 16px;
    float: left;
    display: inline-block;
}

.i_box5_c li .div1 .div_c dd a:hover {
    text-decoration: none;
    color: #999;
}

.i_box5_c li .div1 .div_c dd a .s1 {
    width: 70%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #333333;
}

.i_box5_c li .div1 .div_c dd a:hover .s1 {
    color: #005bac;
}

.i_box5_c li .div1 .div_c dd a .s2 {
    width: 30%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: right;
}

/*footer 开始*/
.i_ff {
    border-top: 1px solid #f2f2f2;
}

.i_footer_top {
    width: 90%;
    float: left;
    padding: 20px 0px;
    position: relative;
}

.i_footer_top a {
    padding: 0px 2.5%;
    height: 30px;
    line-height: 30px;
    color: #444444;
    font-size: 14px;
    display: inline-block;
    float: left;
}

.i_footer_top a:hover {
    text-decoration: none;
    color: #faac27;
}

.i_footer_top .a_top,
.i_footer_top .a_top:hover {
    text-decoration: none;
    width: 104px;
    height: 45px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 0px;
}

.footer_link{padding: 0 2%;width:100%;height: 60px; overflow: hidden; color: #f1f2f3;border-top: 1px solid #f7f7f7; }.footer_link .footer_link_con{ width:0px; float: left; display: block;transition: all ease-in-out 0.5s;}.footer_link:hover .footer_link_con{display: block; width:90%; transition: all ease-in-out 0.5s;}
.footer_link span{color: #333; width: 120px;display: inline-block;padding: 20px 1%; }.footer_link a{padding: 20px 1%; color: #333; display: inline-block;}.footer_link a:hover{color: #004694;}
.i_box6 {border-top: 1px solid #f7f7f7;
    width: 100%;
}

.i_box6_l {
    width: 21%;
    padding-right: 1.5%;
    padding-bottom: 60px;
    padding-left: 2%;
}

.i_box6_l a,
.i_box6_l a:hover {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding-top: 30px;
}

.i_box6_l a img {
    max-width: 100%;
    height: auto !important;
}

.i_box6_l_fx {
    float: right;
    padding-top: 20px;
}

.i_box6_c {
    width: 65%;
    margin-left: 2%;
    padding-top: 25px;
}

.i_box6_t {
    with: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    color: #b62727;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/tb_11.png) left center no-repeat;
}

.i_box6_r {
    width: 7%;
    padding-top: 15px;
    text-align: center;
    color: #444444;
    line-height: 2;
}

.i_box6_r img {
    max-width: 90%;
    height: auto !important
}

.i_box6_c_dz {
    width: 100%;
}

.i_box6_c_dz li {
    width: 50%;
    float: left;
    /*height: 45px;	line-height: 45px;*/
    line-height: 1.8;
    padding-top: 10px;
    overflow: hidden;
    color: #444444;
    font-size: 14px;
    padding-left: 33px;
    padding-bottom: 10px;
}

.i_box6_c_dz li.bg1 {
    background: url(../images/tb_14.png) left top 12px no-repeat;
}

.i_box6_c_dz li.bg2 {
    background: url(../images/tb_15.png) left top 12px no-repeat;
}

.i_box6_c_dz li.bg3 {
    background: url(../images/tb_16.png) left top 12px no-repeat;
}

.i_box6_c_dz li.bg4 {
    background: url(../images/tb_017s.png) left top 12px no-repeat;
}

.i_box7 {
    width: 100%;
}

.i_fbg {
    background-color: #004694;
}

.i_footer_b {
    width: 100%;
    padding: 10px 0px;
    line-height: 1.8;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.i_footer_b a,
.i_footer_b a:hover {
    color: #fff;
}

.bshare-custom a {
    width: 26px !important;
    padding: 0px !important;
    height: 26px !important;
    /*background:none !important;*/
}

.bshare-sinaminiblog {
    background: url(../images/tb_13.png) no-repeat !important;
}

.bshare-weixin {
    background: url(../images/tb_12.png) no-repeat !important;
}

/*footer 结束*/
.wx_top {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.wx_top.activshow {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.n_banner {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 84px;
}

.n_banner img {
    width: 100%;
}

.text_r {
    text-align: right;
}

.text_l {
    text-align: left;
}

.n_banner .n_banner_text {
    width: 100%;
    font-family: '微软雅墨';
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    text-transform: uppercase;
    text-align: center;
    webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.n_banner .n_banner_text .s1 {
    font-size: 24px;display: none;
}

.n_banner .n_banner_text .s1_en {
    font-family: 'DINCond';
    font-size: 22px;
}

.n_banner .n_banner_text .s2 {
    font-size: 18px;
    color: rgb(255, 255, 255, 0.8);
}

.n_banner .n_banner_logo {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 9%;
    z-index: 1;
}

.n_banner .n_banner_logo_t {
    width: 100%;
    padding-bottom: 35px;
}

.n_banner .n_banner_logo_t .img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.n_banner .n_banner_logo_c {
    padding: 0px 30px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 24px;
    background: url(../images/tb_022.png) repeat;
    overflow: hidden;
    display: inline-block;
    -moz-border-radius: 22px;
    /* Gecko browsers */
    -webkit-border-radius: 22px;
    /* Webkit browsers */
    border-radius: 22px;
    /* W3C syntax */
}

.n_banner .n_banner_logo_c:hover {
    text-decoration: none;
    color: #fff;
    background-color: #e75840;
}

.n_banner1 {
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.n_banner1_show {
    height: 210px;
}

.n_banner1 img {
    width: 100%;
}

.n_banner1 .n_banner1_text {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    text-transform: uppercase;
    text-align: center;
    webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.pc_amenu {
    width: 13%;
    float: left;
    position: absolute;
    left: 0px;
    top: -80px;
    background: #004694;
}

.pc_amenu_name {
    height: 80px;
    right: -10px;
    position: relative;
    background: #faac27;
    color: #fff;
    width: 100%;
    float: right;
    border-radius: 0px 0px 0px 20px;
}

.pc_amenu_name span {
    position: absolute;
    padding: 5% 0 5% 8%;
    color: #fff;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    display: block;
    top: 50%;
    webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.a_menu {
    text-align: right;
    width: 100%;
    float: right;
    margin: 10% 0 3% 3%;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.a_menu .a_menu_a,
.a_menu li {
    margin-left: 10%;
    width: 90%;
    padding:10px 6%;
    border-bottom: 1px solid #054fa2;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
}

.a_menu .a_menu_a:hover,
.a_menu .a_menu_a.activetm1 {
    background: #054fa2;
}

.block {
    display: block;
}

.none {
    display: none;
}

.a_menu li a {
    color: #fff;
    display: block;
}

.a_menu_a_x {
    display: none;
    font-size: 14px;
    margin: 0px 5%;
}

.a_menu_a_x dd a {
    padding: 5px 0;
    line-height: 20px;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #0658b4;
}

.a_menu_a_x dd:last-child a {
    border: none;
}

.a_menu_a_x dd:hover a {
    color: #faac27;
    padding-left: 2%;
}

.a_zxlmenu {
    width: 100%;
    position: relative;
    display: none;
    z-index: 111;
}

.a_zxlmenu_t {
    width: 100%;
    padding: 3% 0px;
    background: url(../images/zxl_jt1.jpg) right center no-repeat;
    font-size: 16px;
    text-align: center;
    background-color: #004694;
    color: #fff;
    cursor: pointer;
}

.a_zxlmenu_c {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #eeeeee;
    text-indent: 0px;
    display: none;
    -moz-box-shadow: 0px 0px 10px #c7c5bf;
    /*firefox*/
    -webkit-box-shadow: 0px 0px 10px #c7c5bf;
    /*webkit*/
    box-shadow: 0px 0px 10px #c7c5bf;
    /*opera或ie9*/
}

.a_zxlmenu_c li {
    width: 100%;
    float: left;
    text-align: center;
}

.a_zxlmenu_c li .aone {
    width: 100%;
    padding: 3% 0px;
    display: inline-block;
    color: #005bac;
    font-size: 14px;
    text-decoration: none;
    text-indent: 0px;
}

.a_zxlmenu_c li .aone:hover,
.a_zxlmenu_c li .aone.activetwo {
    color: #fff;
    text-decoration: none;
    background-color: #faac27;
}

.a_zxlmenu_c li dl {
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: none;
}

.a_zxlmenu_c li dl dd {
    width: 100%;
    float: left;
    text-align: center;
}

.a_zxlmenu_c li dl dd a,
.a_zxlmenu_c li dl dd a:hover {
    width: 100%;
    padding: 3% 0px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    text-indent: 0px;
}

.video_div {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    z-index: 100011111111111;
    left: 0px;
    top: -100%;
}

.video_div_closebtv {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 100;
}

.video_div_center {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.n_bg1 {
    background-color: #f1f2f3;
}

.n_box2_ul {
    width: 100%;
}

.n_box2_ul li {
    width: 100%;
    float: left;
}

.n_box2_ul li .div {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    float: left;
    background-color: #fff;
    color: #222222;
    font-size: 16px;
    position: relative;
}

.n_box2_ul li .div:hover {
    text-decoration: none;
    color: #222;
}

.n_box2_ul li .div .a_img {
    width: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    float: left;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

.n_box2_ul li .div .a_img img {
    width: 100%;
    display: none;
}

.n_box2_ul li .div .a_img_r {
    width: 50%;
    height: 340px;
    padding: 50px 5% 0px 5%;
    position: relative;
    float: right;
}

.n_box2_ul li .div .a_img_r .tb1 {
    width: 30px;
    height: 29px;
    background: url(../images/tb_08.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.n_box2_ul li .div .a_img_r .tb2 {
    width: 25px;
    height: 29px;
    background: url(../images/tb_09.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.n_box2_ul li .div .a_img_r .tb3 {
    width: 30px;
    height: 32px;
    background: url(../images/tb_010.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 20px;
    bottom: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.n_box2_ul li .div .a_img_r .tb4 {
    width: 25px;
    height: 32px;
    background: url(../images/tb_011.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.n_box2_ul li .div:hover .a_img_r .tb1,
.n_box2_ul li .div:hover .a_img_r .tb2,
.n_box2_ul li .div:hover .a_img_r .tb3,
.n_box2_ul li .div:hover .a_img_r .tb4 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.n_box2_ul li.activetwo .div .a_img {
    left: auto;
    right: 0px;
}

.n_box2_ul li.activetwo .div .a_img_r {
    float: left;
}

.n_box2_ul li .div .a_img_r .s1 {
    width: 100%;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
    font-size: 40px;
}

.n_box2_ul li .div:hover .a_img_r .s1 {
    color: #004694;
}

.n_box2_ul li .div .a_img_r .s2 {
    width: 100%;
    line-height: 45px;
    overflow: hidden;
    font-size: 26px;
}

.n_box2_ul li .div .a_img_r .s3 {
    width: 100%;
    line-height: 35px;
    overflow: hidden;
}

.n_box3 {
    width: 100%;
    padding: 30px 3%;
    background-color: #fff;
}

.n_box3 .a_img {
    width: 32%;
    display: inline-block;
    overflow: hidden;
}

.n_box3 .a_img img {
    width: 100%;
}

.n_box3 .a_img_r {
    width: 63%;
    color: #222222;
    font-size: 16px;
    line-height: 2;
}

.n_box3 .a_img_r img {
    max-width: 100%;
    height: auto !important;
}

.n_bg2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*分页样式 start*/
.a_mtbd_dpages {
    width: 100%;
    text-align: center;
    padding: 30px 0% 0px 0%;
    font-size: 16px;
}

.a_mtbd_dpages a,
.a_mtbd_dpages span {
    padding: 0px 15px;
    height: 35px;
    margin-bottom: 5px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    color: #666666;
    display: inline-block;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    -moz-border-radius: 2px;
    /* Gecko browsers */
    -webkit-border-radius: 2px;
    /* Webkit browsers */
    border-radius: 2px;
    /* W3C syntax */
}

.a_mtbd_dpages a:hover,
.a_mtbd_dpages a.activepages,
.a_mtbd_dpages span {
    color: #fff;
    text-decoration: none;
    background-color: #004694;
}

.a_mtbd_dpages1 {
    width: 100%;
    text-align: center;
    padding: 30px 0% 0px 0%;
    font-size: 16px;
}

.a_mtbd_dpages1 a,
.a_mtbd_dpages1 span {
    padding: 0px 15px;
    height: 35px;
    margin-bottom: 5px;
    line-height: 35px;
    text-align: center;
    background-color: #f1f2f3;
    color: #666666;
    display: inline-block;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    -moz-border-radius: 2px;
    /* Gecko browsers */
    -webkit-border-radius: 2px;
    /* Webkit browsers */
    border-radius: 2px;
    /* W3C syntax */
}

.a_mtbd_dpages1 a:hover,
.a_mtbd_dpages1 a.activepages1,
.a_mtbd_dpages1 span {
    color: #fff;
    text-decoration: none;
    background-color: #004694;
}

/*分页样式 end*/
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes float1 {
    0% {
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

@keyframes float1 {
    0% {
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

@-webkit-keyframes float2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.arrowGo {
    animation: arrowGo 2.5s infinite;
    -webkit-animation: arrowGo 2.5s infinite;
}

@-webkit-keyframes arrowGo {
    0% {
        -webkit-transform: translate(0, 30%);
    }

    50% {
        -webkit-transform: translate(0, 0%);
    }

    100% {
        -webkit-transform: translate(0, 30%);
    }
}

@keyframes arrowGo {
    0% {
        transform: translate(0, 30%);
    }

    50% {
        transform: translate(0, 0%);
    }

    100% {
        transform: translate(0, 30%);
    }
}

.Amplification img {
    transition: 400ms;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.Amplification:hover img {
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.Amplification1 .img1 {
    transition: 400ms;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.Amplification1:hover .img1 {
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

@-webkit-keyframes hvr-bob {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes hvr-bob {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*关于我们start*/
.where {
    height: 38px;
    background: #efefef;
    line-height: 38px;
    margin-bottom: 30px;
}

.where .custom_name {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
}

.where .custom_name .fr {
    font-size: 14px;
    font-weight: normal;
    padding-right: 20px;
    color: #666;
}

.where .custom_name .fr a {
    color: #666;
}

.where .custom_name .fr a:hover {
    color: #004694;
}

.n_con_show {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size: 16px;
    min-height: 500px;
}

.n_con_show img {
    max-width: 100%;
}

.i_box1 {
    width: 100%;
}

.n_box1_t {
    width: 100%;
    padding: 20px 5% 60px 5%;
    margin: 0px auto;
    color: #222222;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-align: center;
}

.n_box1_t img {
    max-width: 100%;
    height: auto !important;
}

.i_box1_l_t {
    width: 100%;
    line-height: 1.4;
    color: #222222;
    font-size: 24px;
    letter-spacing: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    -o-transform: translateY(-90%);
    transform: translateY(-90%);
    transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
    -webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.ui_n_cont {
    width: 84.28%;
    float: right;
}

.active .i_box1_l_t {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}

.active .i_box1_r {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.n_box1 {
    width: 100%;
    padding: 40px 0px 40px 0px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.n_box1_c {
    width: 100%;
    padding: 0px 20%;
}

.n_box1_c li {
    width: 50%;
    float: left;
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}

.n_box1_c li:after {
    width: 1px;
    height: 80px;
    background-color: #ebebeb;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -40px;
    content: "";
}

.n_box1_c li .s1 {
    color: #faac27;
    font-size: 60px;
    position: relative;
    font-family: DINCond1;
    font-weight: bold;
}

.n_box1_c li .s1 span {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    position: absolute;
    right: -20px;
    top: -10px;
    color: #666;
    font-weight: normal;
}

.n_box1_c li:nth-child(4):after {
    display: none;
}

.n_box2 {
    width: 100%;
    padding: 65px 0px;
    position: relative;
    z-index: 2;
    display: block;
    overflow: hidden;
}

.n_box2_c {
    width: 84%;
    padding: 5%;
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
}
.n_box2_c p ,.n_box2_c p span{font-family: "微软雅黑"  !important}
.n_box2_c img {
    max-width: 100%;
    height: auto !important;
}

.bg_blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position-x: center !important;
    /*opacity: 0.4;*/
    z-index: 1;
}

/*领导班子*/
.ldbz {
    display: block;
    padding-bottom: 40px;
}

.ldbz li {
    border-bottom: 1px solid #f1f2f3;
    padding: 0px 0 30px 0;
    margin-bottom: 30px;
    transition: all ease-in-out .5s;
    width: 100%;
}

.ldbz li .ldbz_name {
    color: #666;
    font-size:14px;
}

.ldbz li .ldbz_name h3 {
    font-size: 24px;
    display: inline-block;
    margin: 10px 0;
    padding-right: 10px;
    color: #222;
}

.ldbz li .ldbz_con {
    font-size: 16px;
    clear: both;
    color: #333;
}

.ldbz li:hover {
    padding: 0px 0px 30px 20px;
    transition: all ease-in-out .5s;
    background: #fbfbfb;
}

.ldbz li:hover h3 {
    color: #004694;
}

.ldbz .ldbz_con_show {
    line-height: 1.6;
    font-size: 16px;
    color: #666;
}

.ldbz .ldbz_con_show img {
    max-width: 100%;
}

/*关于我们*/
/*主营业务 start*/
.zyyw {
    width: 100%;
    padding: 0px 0;
    display: block;
    overflow: hidden;
}

.zyyw li {
    width: 100%;
    position: relative;
}

.zyyw li .div {
    width: 100%;
    display: inline-block;
    float: left;
    background-color: #fff;
    color: #e1e1e1;
    font-size: 17px;
    position: relative;
    overflow: hidden;
}

.zyyw li .div:hover {
    text-decoration: none;
    color: #e1e1e1;
}

.zyyw li .div .a_img {
    width: 50%;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.zyyw li .div .a_img img {
    width: 100%;
}

.zyyw li .div .a_img_r {
    width: 50%;
    left: 52%;
    padding: 0px 2% 0px 2%;
    position: absolute;
    top: 4%;
    webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.zyyw li .div .a_img_r .s1 {
    width: 100%;
    padding: 3px 0px;
    line-height: 1.7;
    margin-bottom: 10px;
    overflow: hidden;
    color: #333333;
    font-size: 24px;
}

.zyyw li .div:hover .a_img_r .s1 {
    color: #333;
}

.zyyw li .div .a_img_r .s2 {
    width: 100%;
    color: #333;
    line-height: 24px;
    font-size: 15px;
    height: 120px;
    overflow: hidden;
}
.zyyw li .div .a_img_r .s2 p,.zyyw li .div .a_img_r .s2 p span,.pro_r_show p,.pro_r_show p span,.n_con_show p,.n_con_show p span{font-family: "微软雅黑" !important;}
.zyyw li.twodiv .div .a_img_r {
    right: auto;
    left: 0%;
}

.zyyw li.twodiv .div .a_img {
    float: right;
}

.zyyw li .a_img_r .a_img_r_l_b {
    margin-top: 20px;
    padding: 0px 40px;
    height: 40px;
    line-height: 40px;
    color: #e1e1e1;
    display: inline-block;
    border: 1px solid #eeeeee;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.zyyw li .a_img_r:hover .a_img_r_l_b {
    border: 1px solid #004694;
    background-color: #004694;
    color: #fff;
}

.padd_5 {
    padding: 5%;
}

.zyyw_show img {
    max-width: 100%;
}

/*主营业务 end*/
/*项目介绍 start*/
.smjs_show_list ul {
    display: block;
    overflow: hidden;
}

.smjs_show_list li {
    width: 32.333%;
    margin-right: 1.5%;
    float: left;
    margin-top: 40px;
    background: url(../images/xmjs_bg.jpg) repeat-x left bottom;
}

.smjs_show_list li .new_imgs {
    width: 100%;
    display: block;
    overflow: hidden;
}

.smjs_show_list li .new_imgs img {
    width: 100%;
    transition: all ease-in-out .5s;
}

.smjs_show_list li:hover .new_imgs img {
    width: 100%;
    transform: scale(1.1);
    transition: all ease-in-out .5s;
}

.smjs_show_list li .new_contents {}

.smjs_show_list li .new_contents h3 {
    width: 100%;
    height: 30px;
    text-align: left;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.smjs_show_list li:hover .new_contents h3 {
    color: #1a4792;
}

.smjs_show_list li .new_contents .new_js {
    height: 70px;
    overflow: hidden;
    line-height: 24px;
    text-align: left;
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
}

.smjs_show_list li .new_contents .news_more {
    color: #b49768;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}

.smjs_show_list li .new_contents .news_more .fr {
    display: none;
}

.smjs_show_list li:hover .new_contents .news_more {
    color: #004694;
}

.line {
    height: 2px;
    width: 0;
    transition: all ease-in-out .5s;
}

.smjs_show_list li:hover .line {
    height: 2px;
    width: 100%;
    transition: all ease-in-out .5s;
    background: #1a4792;
}

/*项目展示*/
/*项目滚动*/
.n_box5s {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    background-color: #fff;
    margin-top: 10px;
    display: block;
    overflow: hidden;
    position: relative;
}

.n_box5s_l {
    width: 50%;
    background-color: #fff;
    display: block;
    overflow: hidden;
}

.n_box5s_r {
    width: 46%;
    margin-left: 3%;
}

.n_box5s_r_t {
    width: 100%;
    padding: 10px 0px;
    line-height: 1.6;
    color: #222222;
    font-size: 30px;
    background-color: #fff;
}

.n_box5s_r_c {
    width: 100%;
    padding: 10px 0px 30px 0px;
    border-bottom: 1px solid #f1f2f3;
    line-height: 1.8;
    overflow: hidden;
    color: #222222;
    font-size: 16px;
}

.n_box5s_r_b {
    width: 100%;
    padding: 30px 0px 40px 0px;
    line-height: 1.8;
    overflow: hidden;
    color: #222222;
    font-size: 16px;
}

.view .swiper-container {
    width: 100%;
    /*height: 500px;*/
}

.view {
    border: 1px solid #fff;
}

.view .swiper-slide {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.view .swiper-slide img {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.view .arrow-left {
    background: url(../images/img8.jpg) no-repeat left center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -25px;
    width: 30px;
    height: 60px;
    z-index: 10;
    background-size: 100%;
    display: none;
}

.view .arrow-right {
    background: url(../images/img9.jpg) no-repeat left center;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -25px;
    width: 30px;
    height: 60px;
    z-index: 10;
    background-size: 100%;
    display: none;
}

.preview {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.preview .swiper-container {
    width: 90%;
    overflow: hidden;
    height: 100px;
    margin-left: 5%;
    /*	margin:0px 10%;*/
}

.preview .swiper-slide {
    width: 160px;
    height: 100px;
    margin: 0px 9px;
    float: left;
    cursor: pointer;
}

.preview .slide6 {
    width: 109px;
}

.preview .arrow-left {
    background: url(../images/img8.jpg) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 0%;
    margin-top: 0px;
    width: 31px;
    height: 100px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/img9.jpg) no-repeat left bottom;
    position: absolute;
    right: 0px;
    top: 0%;
    margin-top: 0px;
    width: 31px;
    height: 100px;
    z-index: 10;
}

.preview .swiper-slide img {
    width: 160px;
    height: 100px;
    border: 1px solid #eee;
}

.preview .active-nav img {
    padding: 0;
    border: 2px solid #c03134;
}

.pro_r_img_con {
    padding: 3%;
    background: #fff;
    margin-top: 20px;
}

.pro_r_img_con .pro_r_name {
    font-size: 16px;
    border-bottom: 2px solid #004694;
    font-weight: bold;
}

.pro_r_img_con .pro_r_name span {
    background: #004694;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}

.pro_r_img_con .pro_r_show {
    line-height: 1.8;
    font-size: 16px;
    padding: 30px 0px;
}

.pro_r_img_con .pro_r_show img {
    max-width: 100%;
}

.xmjs_bg {
    background: #f1f2f3;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 1% 0;
}

.page_s_x {
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    overflow: hidden;
    margin: 20px 0 30PX 0;
}

.page_s_x a {
    width: 49.5%;
    background-color: #fff;
    padding: 0px;
    text-align: left;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.page_s_x a:hover {
    color: #004694;
    text-decoration: none;
}

.page_s_x a.a1 {
    float: left;
    padding-left: 80px;
    height: 40px;
    background: #fbfbfb;
}

.page_s_x a.a1:after {
    width: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: url(../images/tb_42.png) center center no-repeat;
    background-size: 20px;
    background-color: #dadada;
    content: "";
}

.page_s_x a.a1:hover:after {
    background: url(../images/tb_42.png) center no-repeat;
    background-color: #004694;
    background-size: 20px;
}

.page_s_x a.a2 {
    float: right;
    padding-left: 0px;
    padding-right: 80px;
    text-align: right;
    height: 40px;
    background: #fbfbfb;
}

.page_s_x a.a2:after {
    width: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background: url(../images/tb_43.png) center center no-repeat;
    background-color: #dadada;
    content: "";
    background-size: 20px;
}

.page_s_x a.a2:hover:after {
    background: url(../images/tb_43.png) center no-repeat;
    background-color: #004694;
    background-size: 20px;
}

.page_s_x1 {
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    overflow: hidden;
    margin: 50px 0 0 0;
}

.page_s_x1 a {
    width: 49.5%;
    background-color: #fff;
    padding: 0px;
    text-align: left;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.page_s_x1 a:hover {
    color: #004694;
    text-decoration: none;
}

.page_s_x1 a.a1 {
    float: left;
    padding-left: 80px;
    height: 40px;
    background: #fbfbfb;
}

.page_s_x1 a.a1:after {
    width: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: url(../images/tb_42.png) center center no-repeat;
    background-size: 20px;
    background-color: #dadada;
    content: "";
}

.page_s_x1 a.a1:hover:after {
    background: url(../images/tb_42.png) center no-repeat;
    background-color: #004694;
    background-size: 20px;
}

.page_s_x1 a.a2 {
    float: right;
    padding-left: 0px;
    padding-right: 80px;
    text-align: right;
    height: 40px;
    background: #fbfbfb;
}

.page_s_x1 a.a2:after {
    width: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background: url(../images/tb_43.png) center center no-repeat;
    background-color: #dadada;
    content: "";
    background-size: 20px;
}

.page_s_x1 a.a2:hover:after {
    background: url(../images/tb_43.png) center no-repeat;
    background-color: #004694;
    background-size: 20px;
}

/*项目介绍 end*/
/*新闻列表 start*/
.n_new li {
    border-bottom: 1px solid #f1f2f3;
    padding-bottom: 20px;
    margin-bottom: 30px;
    transition: all ease-in-out .5s;
}

.n_new li .a_img {
    width: 22%;
    overflow: hidden;
    display: block;
    float: left;
}

.n_new li .a_img_r {
    width: 76%;
    float: right;
}

.n_new li .a_img img {
    transform: scale(1.0);
    transition: all ease-in-out .5s;
}

.n_new li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin: 10px 0;
}

.n_new li .new_con {
    font-size: 14px;
    height: 75px;
    line-height: 25px;
    color: #666;
    line-height: 1.6;
    margin: 20px 0;
}

.n_new li .a_img_r .new_time {
    color: #999;
    font-size: 14px;
}

.n_new .new_name {
    font-size: 24px;
    text-align: center;
}

.n_new .new_show_time {
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #f1f2f3;
    border-top: 1px solid #f1f2f3;
    text-align: center;
    margin: 20px 0;
    line-height: 30px;
}

.n_new li:hover h3 {
    color: #004694;
}

.n_new li:hover .a_img img {
    transform: scale(1.1);
    transition: all ease-in-out .5s;
}

/*新闻列表 end*/
/*人才发展 start*/
.n_rcfz li {
    border-bottom: 1px solid #f1f2f3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all ease-in-out .5s;
}

.n_rcfz li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin: 10px 0;
}

.n_rcfz li .rcfz_con {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    line-height: 1.6;
    margin: 10px 0;
}

.n_rcfz li .rcfz_time {
    color: #999;
    font-size: 14px;
}

.n_rcfz li:hover h3 {
    font-size: 16px;
    font-weight: bold;
    color: #004694;
    margin: 10px 0;
}

.n_rcfz li:hover {
    padding: 0px 10px 20px 10px;
    transition: all ease-in-out .5s;
    background: #FBFBFB;
}

/*人才发展 end*/
/*人才招聘start*/
.i_section {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.n_box14 {
    width: 100%;
    padding: 50px 0px 60px 0px;
    position: relative;
    z-index: 1;
}

.n_box14_t {
    width: 100%;
    color: #000000;
    font-size: 36px;
    padding: 5px 0px 15px 0px;
    text-align: center;
    line-height: 1.5;
}

.a_careers_t {
    width: 100%;
    padding: 3%;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #f1f2f3;
}

.a_careers_t_s1 {
    width: 100%;
    color: #000000;
    line-height: 1.8;
    font-size: 16px;
    text-align: left;
}

.a_careers_t_s1 span {
    font-size: 24px;
}

.a_careers_t_s1 a,
.a_careers_t_s1 a:hover {
    color: #004694;
}

.a_careers_t_s2 {
    width: 100%;
    padding-top: 20px;
}

.a_careers_t_s2l {
    width: 45%;
}

.a_careers_t_s22 {
    width: 100%;
}

.a_careers_t_s22 li {
    width: 100%;
    float: left;
}

.a_careers_t_s22 li .ipt1 {
    width: 100%;
    border: 1px solid #ababab;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    color: #666666;
    font-size: 16px;
    font-family: "微软雅黑";
}

.a_careers_t_s2r {
    width: 50%;
    border: 1px solid #ababab;
}

.a_careers_t_s2r .ipt2 {
    width: 70%;
    height: 38px;
    line-height: 38px;
    border: 0px;
    text-indent: 15px;
    color: #666666;
    font-size: 16px;
    font-family: "微软雅黑";
}

.a_careers_t_s2r .ipt3 {
    width: 30%;
    height: 38px;
    line-height: 38px;
    background-color: #004694;
    color: #fff;
    border: 0px;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑";
}

.a_careers_c {
    width: 100%;
    background-color: #fff;
    border: 1px solid #f1f2f3;
    display: block;
    overflow: hidden;
}

.a_careers_c dt {
    width: 100%;
    float: left;
    height: 60px;
    font-weight: normal;
    line-height: 60px;
    background-color: #f1f2f3;
    color: #000000;
    font-size: 15px;
}

.a_careers_c dt .s1 {
    width: 37.5%;
    padding-left: 5%;
}

.a_careers_c dt .s2 {
    width: 30.4%;
    text-align: center;
}

.a_careers_c dt .s4 {
    width: 31.3%;
    text-align: center;
}

.a_careers_c dd {
    width: 100%;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid #edeae9;
}

.a_careers_c dd .div {
    width: 100%;
    height: 59px;
    line-height: 59px;
    cursor: pointer;
    color: #000000;
    font-size: 15px;
    background: url(../images/ee.png) right 25px center no-repeat;
}

.a_careers_c dd .div.activeds {
    background: url(../images/ee1.png) right 25px center no-repeat;
    background-color: #004694;
    color: #fff;
    border-bottom: 1px solid #004694;
}

.a_careers_c dd .div .s1 {
    width: 37.5%;
    padding-left: 5%;
}

.a_careers_c dd .div .s2 {
    width: 30.4%;
    text-align: center;
}

.a_careers_c dd .div .s4 {
    width: 31.3%;
    text-align: center;
    flo
}

.a_careers_c dd .div_l {
    width: 100%;
    background-color: #f1f3f6;
    font-size: 15px;
    /*border:1px solid #004694;*/
    padding: 3% 5%;
    overflow: hidden;
    display: none;
    text-align: left;
}

.a_careers_c dd .div_l_c {
    width: 100%;
    color: #333333;
    font-size: 15px;
    line-height: 1.8;
}

.a_careers_c dd .div_l_c img {
    max-width: 100%;
}

.a_careers_c dd .div_l_c span {
    font-weight: bold;
}

.a_careers_c dd .div_l_b {
    padding: 0px 40px;
    height: 42px;
    margin-top: 20px;
    display: inline-block;
    line-height: 42px;
    background-color: #004694;
    color: #fff;
    font-size: 17px;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.a_careers_c dd .div_l_b:hover {
    text-decoration: none;
    color: #fff;
    background-color: #e64f54;
}

.n_box15 {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 111111;
    background: url(../images/tb_043.png) repeat;
}

.n_box15_c {
    width: 1100px;
    position: fixed;
    left: 50%;
    margin-left: -550px;
    top: 50%;
    z-index: 111111;
    background-color: #fff;
    webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 35px 5% 25px 2%;
}

.n_box15_c_t {
    padding-bottom: 45px;
    line-height: 50px;
    position: relative;
    text-align: center;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.n_box15_c_t a,
.n_box14_c_t a:hover {
    width: 27px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.n_box15_c_c {
    width: 100%;
}

.n_box15_c_c li {
    width: 100%;
    padding-bottom: 30px;
    float: left;
}

.n_box15_c_c li dl {
    width: 100%;
    color: #666666;
    font-size: 16px;
}

.n_box15_c_c li dl dd {
    width: 33.33%;
    float: left;
}

.n_box15_c_c li dl dd .s1 {
    width: 40%;
    text-align: right;
    height: 48px;
    line-height: 48px;
    padding-right: 1%;
}

.n_box15_c_c li dl dd .s2 {
    width: 60%;
    height: 48px;
    line-height: 48px;
    padding-left: 1%;
    position: relative;
}

.n_box15_c_c li dl dd .s2 .ipt1 {
    width: 100%;
    height: 48px;
    position: relative;
    border: 0px;
    line-height: 48px;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
}

.n_box15_c_c li dl dd .s2 .s3 {
    height: 48px;
    line-height: 48px;
    color: #bbb;
    position: absolute;
    right: 0px;
    top: 0px;
}

.n_box15_c_c li dl dt {
    width: 100%;
    float: left;
    font-weight: normal;
}

.n_box15_c_c li dl dt .s4 {
    width: 13%;
    text-align: right;
    height: 48px;
    line-height: 48px;
    padding-right: 1%;
}

.n_box15_c_c li dl dt .s5 {
    width: 87%;
    padding-left: 1%;
}

.n_box15_c_c li dl dt .s5 .ipt2 {
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0px;
    resize: none;
    line-height: 1.6;
    padding: 5px 0px;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
}

.n_box15_c_c li .s6 {
    width: 100%;
    padding-top: 55px;
    padding-left: 9%;
}

.n_box15_c_c li .s6 .ipt3 {
    width: 96%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background-color: #004694;
    border: 0px;
    font-family: "微软雅黑";
}

.bg_job {
    background: url(../images/job_bg.jpg) no-repeat center top;
    background-attachment: fixed;
}

/*人才招聘 end*/
/*党建工作 start*/
.djgz_show_list ul {
    display: block;
    overflow: hidden;
}

.djgz_show_list li {
    width: 32.333%;
    margin-right: 1.5%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    background: url(../images/xmjs_bg.jpg) repeat-x left bottom;
}

.djgz_show_list li .new_imgs {
    width: 100%;
    display: block;
    overflow: hidden;
}

.smjs_show_list li .new_imgs img {
    width: 100%;
    transition: all ease-in-out .5s;
}

.djgz_show_list li:hover .new_imgs img {
    width: 100%;
    transform: scale(1.1);
    transition: all ease-in-out .5s;
}

.djgz_show_list li .new_contents {}

.djgz_show_list li .new_contents h3 {
    width: 100%;
    height: 30px;
    text-align: left;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.djgz_show_list li:hover .new_contents h3 {
    color: #1a4792;
}

.djgz_show_list li .new_contents .new_js {
    height: 70px;
    overflow: hidden;
    line-height: 24px;
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
}

.djgz_show_list li .new_contents .news_more {
    color: #999;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.djgz_show_list li .new_contents .news_more .fr {
    display: none;
}

.djgz_show_list li:hover .new_contents .news_more {
    color: #004694;
}

.line {
    height: 2px;
    width: 0;
    transition: all ease-in-out .5s;
}

.smjs_show_list li:hover .line {
    height: 2px;
    width: 100%;
    transition: all ease-in-out .5s;
    background: #1a4792;
}

/*党建工作*/
/*联系我们 start*/
.contact {}

.contact_l {
    float: left;
    width: 30%;
}

.contact_r {
    float: right;
    width: 60%;
}

.n_box18_ul {
    width: 100%;
}

.n_box18_ul li {
    width: 100%;
    float: left;
    ;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.n_box18_ul li .div_t {
    width: 100%;
    padding-top: 10px;
    line-height: 1.4;
    color: #000000;
    font-size: 18px;
    text-align: left;
    padding-left: 14%;
}

.n_box18_ul li .s1 {
    font-size: 22px;
    color: #333;
}

.n_box18_ul li .div {
    display: block;
    overflow: hidden;
}

.n_box18_ul li .bg1 {
    background: url(../images/tb_015s.png) left 20px no-repeat;
}

.n_box18_ul li .bg2 {
    background: url(../images/tb_016.png) left 20px no-repeat;
}

.n_box18_ul li .bg3 {
    background: url(../images/tb_017.png) left 20px no-repeat;
}

.n_box18_ul li .bg4 {
    background: url(../images/tb_07.png) left 20px no-repeat;
}

.n_box18_ul li .div_c {
    width: 100%;
    padding-top: 10px;
}

.n_box18_ul li .div_c .s1 {
    margin-right: 15px;
    padding-top: 10px;
    display: inline-block;
}

.n_box18_ul li .div_c .s1 img {
    border: 1px solid #cbcbcb;
}

.n_box18_ul li .div_c1 {
    width: 100%;
    padding-top: 10px;
    line-height: 1.2;
    color: #333;
    font-size: 16px;
    text-align: left;
}

.n_box18_ul li .div_c2 {
    width: 100%;
    line-height: 1.7;
    padding-top: 10px;
    color: #000000;
    font-size: 16px;
}

.n_box19 {
    width: 100%;
    float: left;
}

.i_cont_message {
    width: 100%;
    float: right;
    background: url(../images/message_bg.jpg) no-repeat center bottom;
    background-attachment: fixed;
}

.n_box19 #allmap {
    width: 100%;
    overflow: hidden;
    height: 600PX;
}

.i_contact_add {
    width: 100%;
    height: auto;
}

.i_sectionbox4_rs {
    vertical-align: middle;
    display: block;
    position: relative;
}

.i_sectionbox4_rs .message_en {
    color: #004694;
    font-size: 36px;
    text-align: center;
    margin-top: 50px;
}

.i_sectionbox4_rs .message_cn {
    color: #333;
    font-size: 24px;
    text-align: center;
}

.i_sectionbox4_r.activelx {
    background: none;
}

.i_sectionbox4_r_t {
    width: 100%;
    padding-bottom: 25px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.i_sectionbox4_r_t .s1 {
    font-size: 36px;
    font-weight: bold;
}

.i_sectionbox4_r_t.activejy {
    text-align: center;
}

.i_sectionbox4_r_c {
    width: 100%;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
}

.i_sectionbox4_r_c li {
    width: 32%;
    padding: 9px 0px;
    color: #333;
    font-size: 16px;
}

.i_sectionbox4_r_c li.l1 {
    margin: 0px 2%;
}

.i_sectionbox4_r_c li.l2 {
    width: 100%;
}

.i_sectionbox4_r_c .ipt1 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-left: 43px;
    border: 1px solid #cbcecd;
    color: #333;
    font-size: 16px;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px;
    /* W3C syntax */
    font-family: "微软雅黑";
}

.i_sectionbox4_r_c .ipt1.bg1 {
    background: url(../images/tb_018zs.png) left 18px center no-repeat;
}

.i_sectionbox4_r_c .ipt1.bg2 {
    background: url(../images/tb_019.png) left 18px center no-repeat;
}

.i_sectionbox4_r_c .ipt1.bg4 {
    background: url(../images/tb_019s.png) left 18px center no-repeat;
}

.i_sectionbox4_r_c .ipt2 {
    width: 100%;
    height: 126px;
    padding: 14px 43px;
    border: 1px solid #cbcecd;
    color: #333;
    font-size: 16px;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px;
    /* W3C syntax */
    font-family: "微软雅黑";
}

.i_sectionbox4_r_c .ipt2.bg3 {
    background: url(../images/tb_020s.png) left 18px top 14px no-repeat;
}

.i_sectionbox4_r_c .ipt1:-moz-placeholder,
.i_sectionbox4_r_c .ipt2:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
}

.i_sectionbox4_r_c .ipt1::-moz-placeholder,
.i_sectionbox4_r_c .ipt2::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}

.i_sectionbox4_r_c .ipt1:-ms-input-placeholder,
.i_sectionbox4_r_c .ipt2:-ms-input-placeholder {
    color: #333;
}

.i_sectionbox4_r_c .ipt1::-webkit-input-placeholder,
.i_sectionbox4_r_c .ipt2::-webkit-input-placeholder {
    color: #333;
}

.i_sectionbox4_r_c .div {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.i_sectionbox4_r_c .ipt3 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: #004694;
    cursor: pointer;
    -moz-border-radius: 3px;
    /* Gecko browsers */
    -webkit-border-radius: 3px;
    /* Webkit browsers */
    border-radius: 3px;
    /* W3C syntax */
    border: 0px;
    font-family: "微软雅黑";
}

.padding_50 {
    padding: 50px 0;
}

/*联系我们end*/
/*信息公开  start*/
.n_xxgk li {
    border-bottom: 1px solid #f1f2f3;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all ease-in-out .5s;
    background: url(../images/xxgk.png) no-repeat 98% center;
    padding-right: 5%;
}

.n_xxgk li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin: 10px 0;
}

.n_xxgk li .n_xxgk_r {
    width: calc(100% - 120px);
    float: right;
}

.n_xxgk li .n_xxgk_con {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    line-height: 1.6;
    margin: 10px 0;
}

.n_xxgk li .n_xxgk_time {
    color: #999;
    font-size: 14px;
    width: 100px;
    float: left;
    text-align: center;
    color: #333;
    margin-top: 10px;
}

.n_xxgk li .n_xxgk_time .day {
    background: #f5f5f5;
    line-height: 40px;
}

.n_xxgk li .n_xxgk_time .day span {
    font-size: 20px;
}

.n_xxgk li .n_xxgk_time .year {
    background: #f4f4f4;
    margin-top: 1px;
    line-height: 26px;
}

.n_xxgk li:hover h3 {
    font-size: 16px;
    font-weight: bold;
    color: #004694;
    margin: 10px 0;
}

.n_xxgk li:hover {
    padding: 0px 5% 20px 10px;
    transition: all ease-in-out .5s;
}

/*信息公开 end*/
/*投诉建议*/
/**/
.other-topimg {
    background-color: #a3d6d0;
}

.other-topimg,
.other-topimg li {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.other-topimg li {
    float: left;
}

.other-topimg li img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.img-top-bg {
    background: url(images/bg03.png) repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    _display: none;
    /*for ie6*/
    z-index: 1;
    width: 100%;
    height: 320px;
}

/**/
.textsty {
    background-color: #fff;
    border: 1px solid #dbd4cd;
    padding-left: 15px;
    color: #333;
    font-size: 14px;
}

.text01,
.text02 {
    height: 47px;
    line-height: 47px;
}

.text01 {
    width: 370px;
}

.text02 {
    width: 260px;
}

.textarea01 {
    width: 100%;
    height: 195px;
    overflow: auto;
    overflow-x: hidden;
    resize: none;
}

/**/
.exchange-down-publiclist {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 0;
}

.exchange-down-publiclist ul {
    width: 780px;
}

.exchange-down-publiclist .item {
    display: inline;
    float: left;
    width: 177px;
    height: 250px;
    overflow: hidden;
    padding-right: 15px;
}

.exchange-down-publiclist .item .pic {
    width: 177px;
    height: 144px;
    overflow: hidden;
    padding-bottom: 10px;
}

.exchange-down-publiclist .tit {
    display: block;
    height: 50px;
}

.exchange-down-publiclist .org {
    font-weight: bold;
}

/**/
.exchange-suggemain {
    padding: 20px 0;
}

.exchange-suggemain ul {
    overflow: hidden;
    width: 100%;
}

.exchange-suggemain li {
    float: left;
    width: 100%;
    padding-bottom: 7px;
}

.exchange-suggemain li .tit {
    width: 82px;
    font-size: 14px;
    line-height: 49px;
}

.exchange-suggemain li .tit .gray {
    font-size: 12px;
}

.exchange-suggemain li.li-textarea .tit {
    width: auto;
}

.exchange-suggemain li.li-textarea .inputbox {
    padding-left: 82px;
}

.exchange-suggemain .tip {
    background-color: #fee7cb;
    border: 1px solid #f5d2a8;
    height: 27px;
    padding: 9px 15px 0;
    margin: 5px 0 0 10px;
}

.exchange-suggemain .tip img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.exchange-suggemain .button {
    padding: 20px 0 0 82px;
    width: 600px;
    overflow: hidden;
}

.exchange-suggemain .button .publicbtn {
    float: left;
    display: inline;
    margin-right: 15px;
    width: 120px;
    height: 40px;
    background: #faac27;
    border: navajowhite;
    color: #fff;
}

.exchange-suggemain .button .btn_reset {
    background: #959595;
}

/**/
@media screen and (max-width: 450px) {
    .exchange-suggemain li {
        float: none;
        width: 100%;
        padding-bottom: 15px;
    }

    .exchange-suggemain li .tit {
        width: 100%;
        float: none;
        font-size: 14px;
        display: block;
    }

    .exchange-suggemain .inputbox {
        float: none;
    }

    .exchange-suggemain .text01 {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }

    .exchange-suggemain li.li-textarea .inputbox {
        padding-left: 0px;
    }

    #validate {
        float: none !important;
        width: 120px;
    }

    .exchange-suggemain .button {
        width: 100%;
        padding: 10px 0px 0px 0px;
        text-align: Center;
        height: 50px;
        overflow: hidden;
    }

    .exchange-suggemain .button .publicbtn {
        float: none;
    }

    .textarea01 {
        box-sizing: border-box;
        width: 100%;
        height: 160px;
    }

    .text01,
    .text02 {
        height: 40px;
        line-height: 40px;
    }

    #CreateCheckCode {
        margin: 0px 0px 0px 5px !important;
    }
}

/*所属企业信息公开 */
.xxgk_c {
    width: 100%;
    background-color: #fff;
    border: 1px solid #f1f2f3;
    display: block;
    overflow: hidden;
}

.xxgk_c dt {
    width: 100%;
    float: left;
    height: 60px;
    font-weight: normal;
    line-height: 60px;
    background-color: #f1f2f3;
    color: #000000;
    font-size: 15px;
}

.xxgk_c dt .s1 {
    width: 37.5%;
    padding-left: 3%;
}

.xxgk_c dt .s2 {
    width: 30.4%;
    text-align: center;
}

.xxgk_c dt .s4 {
    width: 31.3%;
    text-align: center;
}

.xxgk_c dd {
    width: 100%;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid #edeae9;
}

.xxgk_c dd .div {
    width: 100%;
    height: 59px;
    line-height: 59px;
    cursor: pointer;
    color: #000000;
    font-size: 15px;
    background: url(../images/ee.png) right 25px center no-repeat;
}

.xxgk_c dd .div.activeds {
    background: url(../images/ee1.png) right 25px center no-repeat;
    background-color: #004694;
    color: #fff;
    border-bottom: 1px solid #004694;
}

.xxgk_c dd .div .s1 {
    width: 80%;
    padding-left: 3%;
}

.xxgk_c dd .div .s4 {
    padding-right: 50px;
    text-align: right;
    float: right;
}

.xxgk_c dd .div_l {
    width: 100%;
    background-color: #f1f3f6;
    font-size: 15px;
    /*border:1px solid #004694;*/
    padding: 3% 3%;
    overflow: hidden;
    display: none;
    text-align: left;
}

.xxgk_c dd .div_l_c {
    width: 100%;
    color: #333333;
    font-size: 15px;
    line-height: 1.8;
}

.xxgk_c dd .div_l_c img {
    max-width: 100%;
}

.xxgk_c dd .div_l_c span {
    font-weight: bold;
}

.xxgk_c dd .div_l_b {
    padding: 0px 40px;
    height: 42px;
    margin-top: 20px;
    display: inline-block;
    line-height: 42px;
    background-color: #004694;
    color: #fff;
    font-size: 17px;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.xxgk_c dd .div_l_b:hover {
    text-decoration: none;
    color: #fff;
    background-color: #e64f54;
}

/*所属企业信息公开end*/