﻿/* Thomsoon.com - OnePage CSS Responsive theme
-- version 1.0
-- Copyright (c) 2014 Thomsoon.com
-- licensed under the MIT
--
-- http://www.thomsoon.com/
--
*//* Font Google - strong reaload time */
@import url(7xxi8b.css);
/*
 * Theme Name: Onepage
 * Author: Thomsoon
 * Created: 14/11/2014
 */
.container>section
{
    min-width: 1200px;
}
section.menu
{
    min-width: 1200px;
}
.preloader
{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.preloader .item
{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}
html, body
{
    font-family: '微软雅黑';
    font-size: 15px;
    -webkit-font-smoothing: subpixel-antialiased!important;
    color: #000;
    font-weight: 400;
    height: 100%;
}
a
{
    text-decoration: none;
    outline: none;
    font-size: 14px;
    color: #008cd4;
}
h1
{
    font-size: 34px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 1.2;
}
p
{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 40px;
}
h1 span
{
    color: #2fa68e;
}
::selection
{
    background: #018bd4;
    color: #fff;
}
::-moz-selection
{
    background: #018bd4;
    color: #fff;
}
.container
{
    position: absolute;
    width: 100%;
    height: 100%;
}/* Start page */
.start-page
{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #fff;/* background:url('../img/background/start-page.jpg') #c0c0c0 bottom center fixed no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.start-page .solid-cont
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.start-page .solid div
{
    width: 100%;
    height: 100%;
    background-color: #c0c0c0;
}
.start-page .solid div img
{
    width: 100%;
    height: 100%;
    position: fixed;
}
.start-page hr
{
    color: #fff;
    margin-top: 30px;
    background-color: #fff;
    height: 1px;
    width: 106px;
    border: 0;
}
.start-page .opacity
{
    position: absolute;
    width: 100%;
    height: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    background-color: #008cd4;
    background: rgba(0,140,212,.5);/* Standard Off */
    z-index: 5;
}
.start-page .content-cont
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 7;
}
.start-page .content
{
    position: relative;
    width: 700px;
    margin: 0 auto;
    height: 100%;
}
.start-page .content .slider-bar
{
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.start-page .content .jquery-slider-selectors
{
    display: block;
    margin: 0 auto;
    position: static;
}
.start-page .content .jquery-slider-selector
{
    background-image: none;
    background-color: transparent;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 0 6px;
}
.start-page .content .jquery-slider-selector-current
{
    background-color: #fff;
}
.start-page .content .text
{
    position: absolute;
    text-align: center;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 700px;
    height: 520px;
}
.start-page .content .text .logo
{
    width: 156px;
    height: 123px;
    margin: 0 auto 50px;
}
.start-page .content .text .read-more
{
    width: 183px;
    height: 47px;
    margin: 100px auto;
    line-height: 47px;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    background: none;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
}
.start-page .content .text .read-more:hover
{
    color: #fff;
    background: #018bd4;
    border: 1px solid #018bd4;
}
.start-page .content .arrow-down
{
    position: absolute;
    bottom: 110px;
    left: 50%;
    margin-left: -10px;
    width: 21px;
    height: 29px;
    background: url(../png/949hkj.png) no-repeat center center;
    display: block;
    -webkit-animation: bounce-fade 1.2s infinite;/* Safari 4+ */
    -moz-animation: bounce-fade 1.2s infinite;/* Fx 5+ */
    -o-animation: bounce-fade 1.2s infinite;/* Opera 12+ */
    animation: bounce-fade 1.2s infinite;/* IE 10+ */
}
@-webkit-keyframes bounce-fade
{
    0%
    {
        opacity: 0;
        bottom: 70px;
    }
    100%
    {
        opacity: 1;
        bottom: 35px;
    }
}
@-moz-keyframes bounce-fade
{
    0%
    {
        opacity: 0;
        bottom: 70px;
    }
    100%
    {
        opacity: 1;
        bottom: 35px;
    }
}
@-o-keyframes bounce-fade{0%{opacity:0;bottom:70px;}100%{opacity:1;bottom:35px;}}
@keyframes bounce-fade
{
    0%
    {
        opacity: 0;
        bottom: 70px;
    }
    100%
    {
        opacity: 1;
        bottom: 35px;
    }
}/* Menu mobile */
.menu-media
{
    position: relative;
    width: 100%;
    height: 90px;
    background: #018bd4;
    z-index: 1000;
    display: none;
}
.menu-media .menu-content
{
    width: 280px;
    position: relative;
    margin: 0 auto;
}
.menu-media .menu-content .logo
{
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    width: 200px;
    line-height: 90px;
    float: left;
    list-style: none;
}
.menu-media .menu-content .icon
{
    width: 41px;
    height: 23px;
    float: right;
    line-height: 100px;
}
.menu-click
{
    display: none;
}
.menu-click li
{
    position: relative;
    width: 100%;
    height: 70px;
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    z-index: 1000;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.menu-click li:hover
{
    color: #018bd4;
}/* Menu */
.menu
{
    position: relative;
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    z-index: 1000;
}
.menu-content
{
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.menu-content .logo
{
    color: #018bd4;
    font-weight: 700;
    font-size: 24px;
    width: 300px;
    line-height: 80px;
    float: left;
    list-style: none;
}
.menu-content .logo img
{
    float: left;
}
.menu-content ul
{
    width: 600px;
    left: 25%;
    float: left;
    text-align: right;
    list-style: none;
}
.menu-content #menu>li
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}
.menu-content #menu>li.group a
{
    padding: 0 5px;
    overflow: hidden;
}
.menu-content #menu>li.group a div
{
    height: 100%;
    padding: 0 15px;
}
.menu-content #menu>li.group:hover a div
{
    box-shadow: 0 -5px 5px #bbb;
}
.menu-content li a
{
    color: #333;
    font-size: 16px;
    display: block;
    padding: 0 20px 0 20px;
    line-height: 80px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    overflow: hidden;
}
.menu-content li ul
{
    display: none;
    position: absolute;
    top: 100%;
    left: 5px;
    width: 100px;
    width: 400px;
    background-color: #fff;
    box-shadow: 0 0 5px #bbb;
}
.menu-content li .menu-mask
{
    height: 5px;
    bottom: 0;
    position: absolute;
    padding: 0 5px;
    width: 62px;
    z-index: 8;
    display: none;
}
.menu-content .menu-mask span
{
    display: block;
    background-color: #fff;
    height: 5px;
}
.menu-content li:hover .menu-mask
{
    display: block;
}
.menu-content #menu>li:hover ul
{
    display: block;
}
.menu-content li ul li
{
    float: left;
    padding: 0;
    text-align: center;
    cursor: pointer;
    width: 200px;
    text-align: center;
}
.menu-content li ul li a, .menu-content li ul li.active a, .menu-content li.active ul li a
{
    color: #333;
}
.menu-content li.active a
{
    color: #018bd4;
}
.menu-content li a:hover
{
    color: #018bd4;
}
.menu .right-btn
{
    float: right;
}
.menu .right-btn button
{
    margin-left: 10px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    width: 72px;
    padding: 0;
    text-align: center;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 25px;
}
.menu .right-btn button.orange
{
    background-color: #ff8200;
}
.menu .right-btn button.orange:hover
{
    background-color: #d76e01;
}
.menu .right-btn button.blue
{
    background-color: #008cd4;
}
.menu .right-btn button.blue:hover
{
    background-color: #0272ab;
}
.menu span.logo
{
    display: inline;
    width: auto;
}/* About us */
.about-us
{
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 10;
    background-color: #fff;
}
.about-us .content
{
    position: relative;
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}
.about-us h1
{
    font-size: 34px;
    color: #333;
    text-align: center;
    margin-top: 120px;
    letter-spacing: 6px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}
.about-us hr
{
    color: #000;
    margin-top: 30px;
    background-color: #000;
    height: 1px;
    width: 106px;
    border: 0;
}
.about-us p.title
{
    color: #a4a4a4;
    margin: 40px auto;
    width: 300px;
    line-height: 26px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.about-us h2
{
    text-align: center;
    margin-top: 50px;
    font-size: 26px;
    color: #000;
    line-height: 1.2;
    letter-spacing: 6px;
    width: 100%;
    position: relative;
    font-weight: 400;
}
.about-us p
{
    text-align: center;
    font-size: 14px;
    width: 250px;
    margin: 30px auto;
    color: #a4a4a4;
    line-height: 26px;
    letter-spacing: 0;
    position: relative;
    font-weight: 300;
}
.about-us .column-one
{
    margin-top: 40px;
    width: 300px;
    float: left;
    margin-bottom: 70px;
    height: 350px;
}
.about-us .column-one .circle-one
{
    height: 100px;
    position: relative;
    margin: 0 auto;
    border: 2px solid #f0f0f0;
    background: url(../png/h54etn.png) #fff no-repeat center center;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 100px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.about-us .column-one .circle-one:hover
{
    border: 2px solid #018bd4;
}
.about-us .column-two
{
    margin-top: 40px;
    width: 300px;
    float: left;
    margin-bottom: 70px;
    height: 350px;
}
.about-us .column-two .circle-two
{
    height: 100px;
    position: relative;
    margin: 0 auto;
    border: 2px solid #f0f0f0;
    background: url(../png/7yeol7.png) #fff no-repeat center center;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 100px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.about-us .column-two .circle-two:hover
{
    border: 2px solid #018bd4;
}
.about-us .column-three
{
    margin-top: 40px;
    width: 300px;
    float: left;
    margin-bottom: 70px;
    height: 350px;
}
.about-us .column-three .circle-three
{
    height: 100px;
    position: relative;
    margin: 0 auto;
    border: 2px solid #f0f0f0;
    background: url(../png/u7pvk6.png) #fff no-repeat center center;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 100px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.about-us .column-three .circle-three:hover
{
    border: 2px solid #018bd4;
}/* Portfolio */
.portfolio
{
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 10;
}
.portfolio .portfolio-margin
{
    position: relative;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.portfolio .portfolio-margin .read-more
{
    width: 183px;
    height: 47px;
    position: relative;
    margin: 50px auto 100px;
    line-height: 47px;
    border: 1px solid #333;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    background: none;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
    letter-spacing: 1px;
}
.portfolio .portfolio-margin .read-more:hover
{
    background: #018bd4;
    color: #fff;
    border: 1px solid #018bd4;
}
.portfolio .portfolio-margin h1
{
    font-size: 34px;
    color: #333;
    text-align: center;
    margin-top: 120px;
    letter-spacing: 6px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}
.portfolio .portfolio-margin hr
{
    color: #000;
    margin-top: 30px;
    background-color: #000;
    height: 1px;
    width: 106px;
    border: 0;
}/* Portfolio grid */
.grid
{
    margin-top: 70px;
    width: 100%;
    position: relative;
    margin-bottom: 70px;
    overflow: hidden;
}
.grid li
{
    width: 380px;
    margin: 0 15px 15px 0;
    float: left;
    position: relative;
    overflow: hidden;
}
.grid img
{
    width: 380px;
    float: left;
    position: relative;
}
.grid .text
{
    position: absolute;
    width: 380px;
    height: 100%;
    background: rgba(1,139,212,1);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
    text-align: center;
}
.grid .text:hover
{
    opacity: 1;
}
.grid .text .btn-bar
{
    margin: 0 auto;
    width: 380px;
    position: absolute;
    bottom: 36px;
}
.grid .text button
{
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    margin-right: 10px;
}
.grid .text button:hover
{
    background-color: #fff;
    color: #018bd4;
}
.grid .no-text
{
    position: absolute;
    width: 380px;
    height: 100%;
    background: rgba(1,139,212,.5);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
}
.grid .no-text:hover
{
    opacity: 1;
}
.grid p
{
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    margin-top: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}
.grid p.description
{
    font-size: 12px;
    width: 350px;
    margin-top: 20px;
    text-align: left;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding: 0 15px;
}
.clear
{
    clear: both;
}/* Partners */
.partners
{
    position: relative;
    width: 100%;
    z-index: 10;
    height: 400px;
    background: url('../jpg/oillrm.jpg') 0 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.partners .opacity
{
    position: absolute;
    width: 100%;
    height: 400px;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    background-color: #008cd4;
    background: rgba(0,140,212,.6);
}
.partners .content
{
    position: absolute;
    width: 900px;
    height: 250px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.partners h2
{
    color: #fff;
    letter-spacing: 1px;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}
.partners span
{
    display: block;
    font-size: 16px;
    color: #ccc;
    text-align: center;
    overflow: hidden;
    width: 310px;
    margin: 0 auto;
    border-bottom: 3px solid #fff;
    border-color: transparent;
    padding-top: 5px;
    height: 40px;
    line-height: 40px;
}
.partners .logo
{
    position: relative;
    width: 900px;
    overflow: hidden;
    margin-top: 50px;
    text-align: center;
}
.partners .logo img
{
    opacity: .5;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.partners .logo img:hover
{
    opacity: 1;
}/* Contact */
.contact
{
    position: relative;
    width: 100%;
    background: #f3f3f3;
    z-index: 10;
    overflow: hidden;
    margin-bottom: 300px;
}
.contact .content
{
    position: relative;
    width: 900px;
    overflow: hidden;
    margin: 60px auto 65px auto;
}
.contact h1
{
    font-size: 34px;
    color: #333;
    text-align: center;
    margin-top: 120px;
    letter-spacing: 6px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}
.contact hr
{
    color: #000;
    margin-top: 30px;
    background-color: #000;
    height: 1px;
    width: 106px;
    border: 0;
}
.contact .content .form
{
    width: 455px;
    overflow: hidden;
    height: auto;
    float: left;
}
.contact .content .form .column
{
    width: 180px;
    overflow: hidden;
    height: auto;
    float: left;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.contact .content .form .column-2
{
    width: 210px;
    padding-left: 60px;
    overflow: hidden;
    height: auto;
    float: left;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.contact .content .form .column-3
{
    width: 450px;
    overflow: hidden;
    height: auto;
    float: left;
    letter-spacing: 1px;
}
.contact .content .contact-text
{
    width: 405px;
    overflow: hidden;
    height: auto;
    font-weight: 300;
    float: left;
    padding-left: 40px;
    color: #000;
    font-size: 14px;
    line-height: 26px;
}
strong
{
    font-weight: 700;
}
input
{
    width: 180px;
    height: 40px;
    background: #f8f7f7;
    border-top: 1px solid #333;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    color: #333;
    font-weight: 300;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
}
input:focus
{
    background: #f4f4f4;
}
textarea
{
    width: 420px;
    height: 150px;
    border-top: 1px solid #333;
    border-bottom: 0;
    line-height: 20px;
    border-left: 0;
    border-right: 0;
    background: #f8f7f7;
    color: #333;
    font-weight: 300;
    padding: 15px 0 0 15px;
    font-size: 14px;
    margin-bottom: 10px;
}
textarea:focus
{
    background: #f4f4f4;
}
input.submit
{
    width: 100px;
    height: 34px;
    float: right;
    margin: 20px 10px 0 0;
    border: 0;
    font-weight: 700;
    text-align: right;
    background: none;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
}/* Footer */
.footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #3c3c3c;
    z-index: 2;
}
.footer .menu-footer
{
    width: 1200px;
    text-align: left;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}
.footer .copyright
{
    width: 100%;
    position: relative;
    font-weight: 300;
    margin-top: 10px;
    padding: 14px 0;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #a4a4a4;
    border-top: 1px solid #525252;
}
.footer .link
{
    width: 100%;
    position: relative;
    font-weight: 300;
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    color: #a4a4a4;
    border-top: 1px solid #525252;
    padding: 0 20px;
}
.footer .link a
{
    font-size: 14px;
    line-height: 28px;
    color: #a4a4a4;
    font-weight: 300;
}
.footer .link a:hover
{
    color: #fff;
}
.footer .foot-bar
{
    width: 100%;
    height: 110px;
    background-color: #3ea3ff;
}
.footer .foot-bar ul
{
    width: 1200px;
    margin: 0 auto;
}
.footer .foot-bar a li
{
    color: #fff;
    line-height: 110px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0;
    font-size: 24px;
    width: 395px;
    text-align: center;
}
.footer .foot-bar a li span
{
    font-size: 28px;
}
.footer .foot-bar a li:hover
{
    background-color: #1588f1;
}
.footer .left
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 25%;
    vertical-align: top;
}
.footer p
{
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    margin-top: 0;
}
.footer .right
{
    width: 100%;
}
.footer .certification>p
{
    margin: 14px 0;
    font-size: 16px;
    font-weight: 600;
    color: #a4a4a4;
}
.footer .certification .contact-info
{
    width: 190px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.footer .right>ul
{
    width: 100%;
    text-align: left;
}
.footer .right>ul>li.cen
{
    text-align: center;
}
.footer .right>ul>li
{
    width: 175px;
    padding: 0 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
    vertical-align: top;
}
.footer h5
{
    text-transform: none;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 30px 0;
}
.footer .right>ul>li>ul>li a
{
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}/*   product   */
.pro
{
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 10;
}
.pro .content
{
    width: 1000px;
    margin: 0 auto;
    height: 422px;
    padding: 49px;
}
.pro .text
{
    width: 460px;
    padding: 0 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
    vertical-align: top;
}
.pro .text .title
{
    margin-top: 60px;
    color: #3eb1f8;
    font-size: 36px;
    line-height: 1.5em;
    font-weight: 600;
}
.pro .text .des
{
    margin: 28px 0;
    color: #202020;
    font-size: 14px;
    width: 385px;
    line-height: 1.2em;
    text-align: left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.pro .content>img
{
    width: 485px;
    height: 422px;
}
.pro .read-more
{
    width: 150px;
    height: 40px;
    position: relative;
    margin-top: 30px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    background: none;
    border-radius: 8px;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -ms-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
    letter-spacing: 1px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.pro .read-more.blue
{
    border: 1px solid #3eb1f8;
    color: #3eb1f8;
}
.pro .read-more.orange
{
    border: 1px solid #ff8200;
    color: #ff8200;
}
.pro .read-more.blue:hover
{
    background: #018bd4;
    color: #fff;
    border: 1px solid #018bd4;
}
.pro .read-more.orange:hover
{
    background: #ff8200;
    color: #fff;
    border: 1px solid #ff8200;
}
.pro2
{
    background-color: #f3f3f3;
}
.pro2 .text
{
    text-align: right;
}/*  news */
.news
{/*margin-bottom:565px;*/
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 10;
}
.news .content
{
    width: 1060px;
    margin: 0 auto;
    padding: 50px 0;
}
.news .content .left
{
    width: 510px;
    padding: 0 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.news .content .right
{
    width: 480px;
    height: 220px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}
.news .content .right img
{
    width: 480px;
    height: 220px;
}
.news .content h5
{
    color: #202020;
    font-size: 24px;
    font-weight: 600;
}
.news .content ul
{
    list-style: square;
    color: #3eb0f8;
    margin-top: 30px;
    padding-left: 30px;
    font-size: 22px;
}
.news .content ul li
{
    line-height: 36px;
    height: 36px;
}
.news .content ul li a
{
    color: #202020;
    font-size: 16px;
}
.news .content ul li a:hover
{
    text-decoration: underline;
}
.foot-top
{
    width: 100%;
    height: 520px;
    background-color: transparent;
}
.menu-content li ul li a.dl-menu
{
    color: #ff8200;
    font-weight: 600;
}
.menu-content li ul li a.dl-menu:hover
{
    color: #018bd4;
}
.why
{
    background-color: #fff;
    z-index: 10;
    width: 100%;
    position: relative;
    padding: 50px 0;
}
.why .content
{
    width: 1200px;
    margin: 0 auto;
}
.why .content ul
{
    width: 100%;
    display: block;
    overflow: hidden;
}
.why .content li
{
    width: 210px;
    float: left;
    vertical-align: top;
    margin-right: 30px;
}
.why .content li span
{
    widows: 208px;
    height: 148px;
    border: 1px solid #ccc;
    background-image: url(../jpg/rffyos.jpg);
    display: block;
}
.why .content li p
{
    color: #333;
    margin-top: 22px;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 190%;
}
.why .content li span.img1
{
    background-position: 0 0;
}
.why .content li span.img2
{
    background-position: -208px 0;
}
.why .content li span.img3
{
    background-position: -624px 0;
}
.why .content li span.img4
{
    background-position: -416px 0;
}
.why .content li span.img5
{
    background-position: 208px 0;
}
.cms-tit
{
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    margin-bottom: 95px;
}
.cms-tit .tit1
{
    display: block;
    font-size: 40px;
    color: #111;
    line-height: 50px;
    padding: 85px 0 0 0;
    text-align: center;
    overflow: hidden;
}
.cms-tit .tit2
{
    display: block;
    font-size: 16px;
    color: #999;
    text-align: center;
    overflow: hidden;
    width: 310px;
    margin: 0 auto;
    border-bottom: 3px solid #3eb1f8;
    padding-top: 5px;
    height: 40px;
    line-height: 40px;
}