﻿/* CSS Document */
@font-face
{/* font-test*/
    font-family: ali-r;
    src: url('../font/AlibabaPuHuiTi-3-55-Regular.ttf');
}
@font-face
{/* font-test*/
    font-family: ali-b;
    src: url('../font/AlibabaPuHuiTi-3-85-Bold.ttf');
}
*
{
    margin: 0;
    padding: 0;
}
body
{
    font-size: 14px;
    font-family: ali-r;
    margin: 0;
    padding: 0;
}
a
{
    color: #000;
    text-decoration: none;
}
a:link
{
    text-decoration: none;
    color: #000;
}
a:active
{
    text-decoration: none;
    color: #000;
}
a:hover
{
    text-decoration: none;
    color: #263c92;
}
a:visited
{
    text-decoration: none;
    color: #000;
}
body img
{
    border: none;
    max-width: 100%;
}
video
{
    height: 100%;
    width: 100%;
}
hr
{
    margin: 0;
    border-color: #e8e8e8;
}
ul, ol, li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6
{
    font-family: ali-b;
    line-height: 100%;
}
h1>a, h2>a, h3>a, h4>a, h5>a, h6>a
{
    color: inherit;
}
p
{
    margin: 0;
    padding: 0;
}/*** effect zoom in ***/
.img-zoom-in img
{
    transition: all .2s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.img-zoom-in:hover img
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}/*** effect zoom in ***/
.img-zoom-deg img
{
    transition: All .5s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}
.img-zoom-deg:hover img
{
    -webkit-transform: rotate(360deg);/*鼠标hover时，i图标旋转*/
    transform: rotate(360deg);
}
.clearfix:after
{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{/* 触发 hasLayout */
    zoom: 1;
}/*导航*/
.nav
{
    width: 100%;
    margin: 0;
    padding: 0;
}
.nav_
{
    width: 1280px;
    margin: 0 auto;
    padding: 12px 0;
}
.nav_l
{
    float: left;
    width: 337px;
}
.nav_l img
{
    display: block;
}
.nav_r
{
    float: right;
    margin: 5px 0 0 0;
}
.nav_r p
{
    color: #000;
    font-size: 14px;
}
.nav_r h5
{
    color: #263c92;
    font-size: 26px;
    font-family: Segoe,"Segoe UI","DejaVu Sans","Trebuchet MS",Verdana,"sans-serif";
}
.nav_menu
{
    width: 100%;
    margin: 0;
    background: #263c92;
    padding: 12px 0;
}
.nav_menu_
{
    width: 1280px;
    margin: 0 auto;
}
.nav_menu_ ul
{
    margin: 0 auto;
    list-style-type: none;
}
.nav_menu_ ul li
{
    float: left;
}
.nav_menu_ ul li:nth-child(2n)
{
    margin: 0 55px;
    color: #fff;
}
.nav_menu_ ul li a
{
    display: block;
    color: #fff;
    font-size: 14px;
}
.nav_menu_ ul li a:hover
{
    color: #fff000;
}
.nav_menu_ ul li a.this
{
    color: #fff000;
}
.subMenu
{
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(255,255,255,1);
    z-index: 99999;
}
.subMenu>ul
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.subMenu>ul>li>a
{
    display: block;
    padding: 0 30px;
    text-align: center;
    line-height: 60px;
    color: #000;
}
.subMenu>ul>li>a:hover
{
    color: #fff;
    background: #263c92;
}
.bottom
{
    width: 100%;
    background: url("../image/bg02.jpg") no-repeat center;
    margin: 0;
    padding: 60px 0;
}
.bottom_t
{
    border-bottom: #999 1px solid;
    padding-bottom: 10px;
    width: 1280px;
    margin: 0 auto;
}
.bottom_t img
{
    float: left;
}
.bottom_t p
{
    float: right;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
.bottom_t p strong
{
    font-size: 36px;
}
.bottom_
{
    width: 1280px;
    margin: 35px auto;
}
.bottom_l
{
    float: left;
    margin-right: 10%;
}
.bottom_l p
{
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 100%;
}
.bottom_l h3
{
    font-size: 40px;
    font-family: Impact,Haettenschweiler,"Franklin Gothic Bold","Arial Black","sans-serif";
    color: #fff;
    font-weight: normal;
}
.bottom_l span
{
    display: block;
    font-size: 14px;
    color: #eee;
    margin-top: 10px;
}
.bottom_c
{
    float: left;
    text-align: left;
    margin-right: 5%;
}
.bottom_c h3
{
    color: #fff;
    font-size: 16px;
}
.bottom_c span
{
    display: block;
    height: 1px;
    width: 20px;
    background: #fff;
    margin: 20px 0;
}
.bottom_c p
{
    margin: 8px 0;
}
.bottom_c p a
{
    color: #eee;
    font-size: 14px;
    font-weight: normal;
}
.bottom_c p a:hover
{
    color: #fff;
}
.bottom_r
{
    float: right;
    text-align: right;
}
.bottom_r img
{
    width: 120px;
    margin: 0 0 10px;
}
.bottom_r em
{
    display: block;
    font-size: 14px;
    color: #eee;
}
.bottom_b
{
    width: 1280px;
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: left;
    color: #eee;
    font-size: 12px;
    text-transform: uppercase;
    border-top: #999 1px solid;
}
.bottom_b a
{
    color: #ddd;
    font-size: 12px;
}
.bottom_b a:hover
{
    color: #fff;
}/* fullSlide */
.fullSlide
{
    width: 100%;
    position: relative;
    height: 735px;
    background: #fff;
}
.fullSlide .bd
{
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul
{
    width: 100%!important;
}
.fullSlide .bd li
{
    width: 100%!important;
    height: 735px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a
{
    display: block;
    height: 735px;
}
.fullSlide .hd
{
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    height: 50px;
    line-height: 50px;
}
.fullSlide .hd ul
{
    text-align: center;
}
.fullSlide .hd ul li
{
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 15px;
    height: 15px;
    margin: 5px;
    overflow: hidden;
    background: #fff;
    filter: alpha(opacity=50);
    opacity: .5;
    line-height: 999px;
    border-radius: 50%;
}
.fullSlide .hd ul li img
{
    width: 100%;
}
.fullSlide .hd ul .on
{
    background: #263c92;
}
.fullSlide .prev, .fullSlide .next
{
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 3%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../image/slider-arrow.png) -126px -137px no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
    display: none;
}
.fullSlide .next
{
    left: auto;
    right: 3%;
    background-position: -6px -137px;
}
.z_banner
{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.z_banner img
{
    width: 100%;
}
.mobile-inner
{
    display: none;
}
.fullSlide .bd li div.pc
{
    display: block;
}
.fullSlide .bd li div.mo
{
    display: none;
}
.hei
{
    display: none;
}
@media screen and (max-width: 1600px)
{
    .fullSlide
    {
        height: 480px;
    }
    .fullSlide .bd li
    {
        height: 480px;
    }
    .fullSlide .bd li a
    {
        height: 480px;
    }
}
@media screen and (max-width: 768px)
{
    .nav
    {
        display: none;
    }
    .mobile-inner
    {
        display: block;
        position: fixed;
        width: 100%;
        z-index: 9999999;
        top: 0;
    }
    .mobile-inner-header
    {
        width: 100%;
        height: 60px;
        background: #fff;
    }
    .mobile-inner-header .img0
    {
        float: left;
        margin-top: 2.2%;
        margin-left: 3%;
        width: 50%;
    }
    .mobile-inner-header .img0 img
    {
        width: 100%;
    }
    .mobile-inner-header-icon
    {
        float: right;
        height: 60px;
        font-size: 25px;
        text-align: center;
        width: 60px;
        -webkit-transition: background .5s;
        -moz-transition: background .5s;
        -o-transition: background .5s;
        transition: background .5s;
        position: relative;
    }
    .mobile-inner-header-icon:hover
    {
        background-color: rgba(255,255,255,.2);
        cursor: pointer;
    }
    .mobile-inner-header-icon span
    {
        position: absolute;
        left: calc((100% - 25px) / 2);
        top: calc((100% - 1px) / 1.7);
        width: 25px;
        height: 2px;
        background-color: rgba(38,60,146,1);
    }
    .mobile-inner-header-icon span:nth-child(1)
    {
        transform: translateY(5px) rotate(0deg);
    }
    .mobile-inner-header-icon span:nth-child(2)
    {
        transform: translateY(-5px) rotate(0deg);
    }
    .mobile-inner-header-icon span:nth-child(3)
    {
        transform: translateY(-15px) rotate(0deg);
    }
    .mobile-inner-header-icon-click span:nth-child(1)
    {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }
    .mobile-inner-header-icon-click span:nth-child(2)
    {
        display: none;
    }
    .mobile-inner-header-icon-click span:nth-child(3)
    {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }
    .mobile-inner-nav
    {
        background-color: rgba(255,255,255,.9);
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        padding-top: 30px;
        padding-bottom: 80px;
        display: none;
        z-index: 9999999;
    }/*.mobile-inner-nav a{display: inline-block;line-height: 50px;text-decoration: none;width: 80%;margin-left: 10%;color: #FFFFFF;border-bottom: solid 1px rgba(255,255,255,0.3);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		font-weight:300;
	}
	.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;		animation-name: returnToNormal;}
	.mobile-inner-nav a:hover{color: rgba(255,255,255,0.4);	border-bottom: solid 1px rgba(255,255,255,0.2);}*/
    .mobile-inner-header-icon-out span:nth-child(1)
    {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }
    .mobile-inner-header-icon-out span:nth-child(3)
    {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }
    .mobile-inner-nav .mobile-inner-list
    {
        width: 80%;
        margin: 0 auto;
    }
    .mobile-inner-nav .mobile-inner-list>ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mobile-inner-nav .mobile-inner-list>ul>li
    {
        width: 100%;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }
    .mobile-inner-nav .mobile-inner-list>ul>li>a
    {
        display: block;
        width: 100%;
        border-bottom: solid 1px rgba(255,255,255,.5);
        text-align: left;
        height: 40px;
        line-height: 40px;
        padding: 0;
        margin: 0;
        position: relative;
        font-size: 1.2em;
        color: #000;
    }
    .hei
    {
        display: block;
        height: 60px;
        width: 100%;
        background: #fff;
    }
    .fullSlide
    {
        height: 200px;
    }
    .fullSlide .bd li div.pc
    {
        display: none;
    }
    .fullSlide .bd li div.mo
    {
        display: block;
    }
    .fullSlide .bd li a
    {
        height: 200px;
    }
    .fullSlide .bd li
    {
        height: 200px;
    }
    .fullSlide .bd li img
    {
        width: 100%;
    }
    .fullSlide .hd
    {
        bottom: 5px;
        left: 0;
        height: 30px;
        line-height: 30px;
    }
    .fullSlide .hd ul li
    {
        width: 10px;
        height: 10px;
        margin: 3px;
    }
    .bottom
    {
        padding: 40px 0;
        background-size: cover;
    }
    .bottom_t
    {
        width: 88%;
    }
    .bottom_t img
    {
        float: left;
        width: 100px;
    }
    .bottom_t p
    {
        float: right;
        font-size: 1em;
        margin-top: 15px;
    }
    .bottom_t p strong
    {
        font-size: 1.5em;
    }
    .bottom_
    {
        width: 88%;
        margin: 30px auto;
    }
    .bottom_l
    {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .bottom_l p
    {
        font-size: 1.2em;
        margin-bottom: 5px;
    }
    .bottom_l h3
    {
        font-size: 2em;
    }
    .bottom_l span
    {
        font-size: 1em;
        margin-top: 5px;
    }
    .bottom_c
    {
        display: none;
    }
    .bottom_r
    {
        float: none;
        text-align: left;
        margin-top: 15px;
        text-align: center;
    }
    .bottom_r img
    {
        width: 120px;
        margin: 0 0 5px;
    }
    .bottom_r em
    {
        font-size: 1em;
    }
    .bottom_b
    {
        width: 88%;
        padding: 10px 0 0;
        font-size: .8em;
    }
    .bottom_b a
    {
        font-size: 1em;
    }
}
@keyframes clickfirst
{
    0%
    {
        transform: translateY(5px) rotate(0deg);
    }
    100%
    {
        transform: translateY(-5px) rotate(45deg);
    }
}
@keyframes clicksecond
{
    0%
    {
        transform: translateY(-15px) rotate(0deg);
    }
    100%
    {
        transform: translateY(-5px) rotate(-45deg);
    }
}
@keyframes outfirst
{
    0%
    {
        transform: translateY(0) rotate(-45deg);
    }
    100%
    {
        transform: translateY(-15px) rotate(0deg);
    }
}
@keyframes outsecond
{
    0%
    {
        transform: translateY(0) rotate(45deg);
    }
    100%
    {
        transform: translateY(5px) rotate(0deg);
    }
}