charset "UTF-8";

/**
 * 
 * @authors John (ho@juhui.pro)
 * @date    2016-05-18 11:45:53
 * @version $0.0.1$
 */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,ul,li,p,body,html {
    margin: 0;
    padding: 0;
}

html,body {
    width: 100%;
    background: #FFF;
    font-size: 15px;
    font-family: 'Microsoft Yahei', 宋体, Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
	color:#000
}

ol,
ul {
    list-style-type: none;
}

body > div {
    min-width: 1366px;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

body > div > div {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

body > div > div > h3 {
    text-align: center;
    margin: 35px auto 0;
}

body > div > div > hr {
    display: block;
    margin: 0 auto;
    width: 170px;
    height: 3px;
    background-color: #000000;
}

body > div > div > h4 {
    display: block;
    text-align: center; line-height:2;
    background-color: #FFFFFF;
    width: 100%;
	text-align:center;
	font-size:18PX;
}


/**** 独立区域 ****/

body #title #title_main {
/*    height: 100px;*/
}
 #title_main a{ display:block; width:100%; height:auto;}

#title #title_main > img {
/*    display: inline-block;
    float: left;
    margin: 20px 5px 0 0;*/
	width:100%; height:auto;
}

#title #title_main h3 {
/*    display: inline-block;
    float: left;
    font-size: 3.1em;
    line-height: 100px;
    margin: 0;*/
}

#title #title_main a > div {
/*    display: block;
    float: right;
    height: 100px;
    width: 160px;*/
}

#title #title_main > div img {
/*    display: inline-block;
    float: left;
    margin: 31px 5px 0 0;*/
}

#title #title_main h4 {
/*    display: inline-block;
    float: left;
    font-weight: lighter;
    margin: 30px 0 0 0;
    text-align: left;*/
}

#title #title_main p {
/*    display: inline-block;
    float: left;*/
}

body #nav {
    height: 65px;
    background-color: #2D3E50;
}

#nav ul {
    display: block;
    height: 65px;
    width: 1100px;
    margin: 0 auto;
}

#nav ul li {
    display: block;
    height: 65px;
    width: 137.5px;
    line-height: 65px;
    float: left;
    text-align: center;
}

#nav a {
    display: block;
    height: 65px;
    width: 137.5px;
    float: left;
    color: #FFFFFF;
}

#nav a:hover {
    color: #000000;
    background-color: #FFFFFF;
}

/* banner */
.template_banner{ width:100%;/* height:529px;*/}
.flexslider img{ width:100%; height:auto; display:table;}

/* flexslider */
.flexslider{position:relative;/*height:529px;*/overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
/*.slides li{height:529px;}*/
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}

body #column01 {
    background-color: #C0F0FA;
    height: 630px;
}

#column01 #core {
    height: 630px;
    background-color: #F9F9F9;
    overflow: hidden;
}

#column01 #core h4 {
    background-color: #F9F9F9;
}

#core #core_main {
    height: 420px;
	margin-top:20px;
}

#core_main > div {
    height: 420px;
    width: 1000px;
    margin: 0 auto;
}

#core_main div dl {
    display: block;
    width: 174px;
    height: 200px;
    color: #000000;
    float: left;
    margin: 0px 32px 45px 0px;
}
 #core_main div a{ display:block; width:100%; height:auto;}


#core_main div dd img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 42px;
}

#core_main div dd {
    width: 166px;
    height: 166px;
    border-radius: 50%;
    text-align: center;
    margin-top: 10px;
    border: 2px solid #666666;
    margin: 0;
}

#core_main div dt {
    display: block;
    width: 168px;
    text-align: center;
    margin-top: 10px;
}

#core_main div a:hover .product_hover {
    width: 166px;
    height: 166px;
    border: 4px solid #B7B7B7;
    border-radius: 60%;
    box-shadow: .2em .2em 1em rgba(255, 255, 255, .8) inset, .5em .5em .5em rgba(0, 0, 0, .3);
}


@keyframes spinAround {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes spinAround {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}


#core_main div a:hover img {
    -webkit-animation: spinAround 4s linear infinite;
    -o-animation: spinAround 4s linear infinite;
    animation: spinAround 4s linear infinite;
}

body #column02 #product {
    height: 390px;
}
.con li{ width:212px; height:187px; display:block; float:left; position:relative; margin-right:10px; margin-bottom:15px; overflow:hidden; line-height:0; margin-top:20px;}
.con li img{ width:100%; height:140px; overflow:hidden; -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;}
   .con li:hover img{-webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);}
.con li div { background:#333; line-height:40px; right:0; bottom:0; text-align:center; font-size:16px; font-weight:normal; letter-spacing:1px; color:#fff; height:40px; margin-top:7px;}
#column02 #product div img {
   
}

#column02 #product div span {
    display: block;
    width: 183px;
    height: 275px;
    background: url(../images/product_hover.png) rgba(255, 255, 255, .7) no-repeat center center;
    float: left;
    position: relative;
    top: -220px;
}

#column02 #product div a {
    display: block;
    float: left;
    width: 183px;
    height: 275px;
    position: relative;
}

@keyframes productHover {
    from {
        transform: rotateY(0deg);
        opacity: 1;
    }
    to {
        transform: rotateY(359deg);
        opacity: 0;
    }
}

@-moz-keyframes productHover {
    from {
        transform: rotateY(0deg);
        opacity: 1;
    }
    to {
        transform: rotateY(359deg);
        opacity: 0;
    }
}

@-webkit-keyframes productHover {
    from {
        transform: rotateY(0deg);
        opacity: 1;
    }
    to {
        transform: rotateY(359deg);
        opacity: 0;
    }
}

@-o-keyframes productHover {
    from {
        transform: rotateY(0deg);
        opacity: 1;
    }
    to {
        transform: rotateY(179deg);
        opacity: 0;
    }
}

#column02 #product div a:hover span {
    -webkit-animation: productHover 1.5s linear 0s 1 running forwards;
    -o-animation: productHover 1.5s linear 0s 1 running forwards;
    animation: productHover 1.5s linear 0s 1 running forwards;
}

@keyframes productHo {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@-moz-keyframes productHo {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes productHo {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

@-o-keyframes productHo {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

#column02 #product div a:hover img {
    -webkit-animation: productHo 1.5s linear 0s 1 running backwards;
    -o-animation: productHo 1.5s linear 0s 1 running backwards;
    animation: productHo 1.5s linear 0s 1 running backwards;
}

body #column03 {
    height: 482px;
    background: url(../images/bg01.png) #C0F0FA no-repeat center center;
}

body #column03 #about {
    height: 482px;
    color: #FFFFFF;
}

#column03 #about h4 {
    background-color: #2F83D7;
    margin-bottom: 50px;
}

#column03 #about hr {
    background-color: #FFFFFF;
}

#column03 #about div {
    height: 311px;
}

#column03 #about div img {
    display: inline-block;
    float: left;
    margin-right: 80px;
}

#column03 #about div p {
    text-indent: 2em;
    line-height: 2em;
}

#column03 #about div a {
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    left: 40.5%;
    bottom: 0px;
	display:block;
}
#column03 #about div a:hover{ color:#2D3E50;}

body #column04 #news {
    height: 490px;
}

#column04 #news div {
    height: 275px;
    width: 540px;
    float: left;
}

#column04 #news #news_left {
    border-right: 1px solid #666666;
}
#news_left:hover a{ color:#2f83cd;}
#column04 #news #news_left:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #666666;
    float: right;
    z-index: 2;
    position: relative;
    right: -1%;
}

#column04 #news #news_left img {
    margin-top: 20px;
}

#news div:nth-of-type(2) {
    float: right;
    width: 550px;
    border-right: none;
}

#news #news_left h3 {
    font-weight: lighter;
    margin-left: 6px;
	line-height:2;
}

#news #news_left p {
    margin-left: 6px;
    width: 440px;
}

#news div ul {
    display: block;
    height: 255px;
    width: 450px;
    margin: 20px auto 0;

}
#product P{ text-align:center; padding-bottom:48px}
#news div ul li {
    display: block;
    height: 36px;
    line-height: 36px;
    width: 450px;
	text-indent:1em;
}
#news div ul li a p{ width:74%; overflow:hidden; display:inline-block; height:36px;}

#news div ul li:after {
    display: block;
    content: "";
    float: left;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: relative;
    background-color: #000000;
    top: -50%;
    left: 2px;
}

#news div ul li a {
    display: block;
    height: 36px;
    width: 450px;
    color: #666666;
}
#news div ul li a span{ float:right;}
#news div ul li a:hover {
    color: #2f83cd;
}

body #footer {
    height: 250px;
    background: #2D3E50;
}

#footer #footer_main {}

#footer_main h3,
#footer_main h4 {
    color: #FFFFFF;
}

#footer_main hr {
    width: 360px;
    height: 2px;
    background-color: #666666;
    margin: 10px auto;
}

#footer_main hr:nth-of-type(2) {
    width: 490px;
}

#footer_main .footer_hr:before {
    display: block;
    content: "";
    position: relative;
    width: 30px;
    height: 4px;
    margin: 0 auto;
    top: -50%;
}

#footer_main p {
    color: #999;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}
#footer_main p a{ color: #999; }
#footer_main p:last-child {
    color: #FFFFFFF;
}

#footer_main div {
    width: 170px;
    height: 36px;
    margin: 0 auto;
}

#footer_main div img {
    float: left;
    margin: 8px 12px 0 0;
}

#footer_main div h4 {
    line-height: 36px;
    float: left;
    text-align: left;
    width: 135px;
}

.ny_content {
    width: 1100px;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px
}

.ny_left a {
    color: #000;
    text-decoration: none
}

.ny_left {
    width: 230px;
    height: auto;
    display: table;
    float: left;
    overflow: hidden
}

.ny_left_list {
    width: 230px;
    height: auto;
    display: table
}

.ny_left_title {
    width: 230px;
    height: 85px;
    background: #0078C1
}

.ny_left_title h2 {
    font-size: 28px;
    color: #FFF;
    text-indent: 0;
    width: auto;
    height: auto;
    display: table;
    padding-top: 10px;
    font-weight: 400;
    letter-spacing: 3px
}

.ny_left_title h3 {
    font-size: 22px;
    color: #83E6FA;
    text-indent: 0;
    width: auto;
    height: auto;
    display: table;
    padding-top: 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Georgia, "Times New Roman", Times, serif
}

.ny_left_title h5 {
    font-size: 70px;
    color: #83E6FA;
    text-indent: 20px;
    width: auto;
    height: 70px;
    float: left;
    display: table;
    padding-top: 2px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-right: 2px
}

.ny_left_list_body {
    width: 230px;
    height: auto;
    display: table
}

.ny_left_list_body ul li {
    width: 230px;
    height: 34px;
    display: block;
    line-height: 32px;
    text-indent: 20px;
    margin-top: 5px;
    border: 1px solid #eee
}

.ny_left_list_body ul li a span {
    float: right;
    margin-right: 20px;
    color: #000;
    font-size: 14px;
    font-family: "宋体"；
}

.ny_left_list_body ul li a {
    width: 228px;
    height: 32px;
    display: block;
    background: #fafafa;
    border: 1px solid #eee;
    font-size: 14px;
    letter-spacing: 1px
}

.ny_left_list_body ul li a:hover {
    background: #9ED1FC;
    color: #000;
    border: 1px solid #6BF2E8;
    color: #0078C1
}

.ny_left_list_body ul li a:hover span {
    color: #0078C1
}

.ny_left_news {
    width: 230px;
    height: auto;
    display: table;
    margin-top: 20px
}

.ny_left_news_body {
    width: 230px;
    height: auto;
    display: table;
    overflow: hidden;
    margin-top: 10px
}

.ny_left_news_body ul li {
    width: 230px;
    height: 26px;
    line-height: 26px;
    font-size: 14px
}

.ny_left_news_body ul li span {
    font-size: 10px;
    color: #0078C1;
    margin-right: 5px
}

.ny_left_contact {
    width: 230px;
    height: auto;
    display: table;
    margin-top: 20px
}

.ny_left_contact_body {
    width: 220px;
    height: auto;
    display: table;
    overflow: hidden;
    margin-top: 5px;
    padding-left: 5px
}

.ny_left_contact_body h2 {
    font-size: 14px;
    line-height: 23px
}

.ny_left_contact_body h3 {
    font-size: 20px;
    line-height: 33px
}

.ny_left_contact_body p {
    font-size: 14px;
    line-height: 23px
}

.ny_right {
    width: 830px;
    height: auto;
    display: table;
    float: right;
/*    overflow: hidden
*/}

.ny_right_title {
    width: 830px;
    height: 36px;
    border-bottom: 3px solid #0078C1
}

.ny_right_title a {
    width: auto;
    height: 36px;
    display: block;
    float: left;
    background: #0078C1;
    padding: 0 10px;
    line-height: 36px;
    color: #FFF;
    font-size: 14px
}

.ny_right_title span {
    width: auto;
    height: 36px;
    display: block;
    float: left;
    background: #0078C1;
    line-height: 36px;
    color: #FFF
}

.ny_right_title a:hover {
    color: #F96
}

.ny_right_body {
    width: 830px;
    height: auto;
    display: table;
    margin-top: 20px
}

.ny_right_body .ny_jianjie {
    width: 830px;
    height: auto;
    display: table;
    overflow: hidden
}

.ny_right_body .ny_jianjie h2 {
    width: 830px;
    height: 52px;
    line-height: 50px;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center
}

.ny_right_body .ny_jianjie p {
    line-height: 26px;
    text-indent: 28px;
    font-size: 14px;
    width: 830px;
    overflow: hidden
}

.ny_right_body .ny_jianjie p img {
    max-width: 100%;
    height: auto;
    display: table;
    text-align: center
}

.ny_right_body .ny_product_index {
    width: 830px;
    height: auto;
    display: table
}

.ny_right_body .ny_product_index ul li {
    width: 231px;
    height: auto;
    display: table;
    float: left;
    margin-left: 10px;
    margin-bottom: 5px
}

.ny_right_body .ny_product_index ul li a {
    width: 231px;
    height: auto;
    display: block
}

.ny_right_body .ny_product_index ul li a img {
    width: 228px;
    height: 171px;
    border: 1px solid #ccc
}

.ny_right_body .ny_product_index ul li a h3 {
    width: auto;
    height: 36px;
    line-height: 26px;
    display: block;
    float: left;
    text-indent: 5px
}

.ny_right_body .ny_product_index ul li a p {
    width: auto;
    height: 36px;
    line-height: 26px;
    display: block;
    float: left;
    font-size: 14px
}

.ny_right_body .ny_product_index ul li a:hover p {
    color: #0078C1
}

.ny_right_body .ny_product_index a {
    color: #000
}

.ny_right_body .ny_product_index h3 {
    font-size: 15px
}

.ny_right_body .ny_product_view {
    width: 830px;
    height: auto;
    display: table
}

.ny_right_body .ny_product_view .ny_product_view_img h2 {
    width: 830px;
    height: 52px;
    line-height: 50px;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center
}

.ny_right_body .ny_product_view .ny_product_view_img {
    text-align: center
}

.ny_right_body .ny_product_view .ny_product_view_img img {
    max-width: 100%;
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto
}

.ny_product_view_body {
    width: 830px;
    height: auto;
    display: table
}

.ny_product_view_body h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px
}

.ny_product_view_body p {
    text-indent: 28px;
    line-height: 26px;
    font-size: 14px
}

.ny_right_body .ny_news_index {
    width: 830px;
    height: auto;
    display: table
}

.ny_right_body .ny_news_index ul li {
    width: 830px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #ccc;
    background: url(news_arrow.gif?1605231325) no-repeat 6px 15px;
    text-indent: 20px;
    font-size: 14px
}

.ny_right_body .ny_news_index ul li a {
    width: 830px;
    height: 36px;
    display: block
}

.ny_right_body .ny_news_index ul li a span {
    float: right;
    margin-right: 6px
}

.ny_right_body .ny_news_index a {
    color: #000;
    text-decoration: none
}

.ny_right_body .ny_news_index a:hover {
    color: #0078C1
}

.ny_right_body .ny_news_view {
    width: 830px;
    height: auto;
    display: table
}

.ny_right_body .ny_news_view h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 39px
}

.ny_right_body .ny_news_view h5 {
    font-size: 14px;
    font-weight: 400;
    width: 830px;
    line-height: 26px;
    height: 36px;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #999;
    margin-bottom: 10px
}

.ny_right_body .ny_news_view h5 a {
    color: #999
}

.ny_right_body .ny_news_view h5 span {
    float: right
}

.ny_right_body .ny_news_view h5 a:hover {
    color: #0078C1
}

.ny_right_body .ny_news_view p {
    font-size: 14px;
    text-indent: 28px;
    line-height: 28px
}

.guest {
    width: 730px;
    height: 400px;
    margin: 0 auto;
    margin-top: 30px
}

.guest p {
    margin-top: 10px
}

.guest input,
.guest textarea {
    border: 2px #eaeaea solid
}

.tijiao {
    width: 60px;
    border-radius: 8px;
    font-size: 16px;
    margin-left: 200px;
    margin-top: 20px;
    cursor: pointer
}

.tijiao:hover{
    color: #FFFFFF;
    background-color: #0078C1; 
}


.ny_right img{ display: block; margin: 0 auto; max-width: 830px; }
















