/* ==========================================================================
   Global  c1:#119ee1;
   ========================================================================== */

html {
    font-size: 62.5%;
}

a {
    color: #666;
}

a:hover {
    color: #725d47;
}

body {
    color: #6d7073;
    font: 14px/1.6 microsoft yahei;
    background: #fff;
    width: 100%;
}

.container {
    width: 100%;
    padding: 0;
}

.wrapper {
    width: 1100px;
    margin: 0 auto;
}

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

header {
    border-top: 3px solid #bf9e80;
}

.headcon {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 130px;
}

.logo {
    float: left;
    margin-top: 30px;
}

.lang {
    position: absolute;
    right: 0;
    top: 30px;
    font-family: microsoft yahei;
    margin-right: 20px;
    line-height: 14px;
    color: #999;
}

.lang img {
    margin-right: 10px;
    vertical-align: middle;
}

.lang a {
    color: #999;
}


/*header globalnav*/

.globalnav {
    float: right;
    height: 80px;
    line-height: 80px;
    margin-top: 50px;
}

.globalnav li {
    text-align: center;
    padding: 0 10px;
    margin: 0 2px;
    float: left;
    height: 80px;
    position: relative;
    font: 300 15px/80px microsoft yahei;
    background: url(../images/borline.jpg) right center no-repeat;
}

.globalnav li a {
    color: #666666;
    text-decoration: none;
}

.globalnav .active a {
    color: #1465bc;
}

.globalnav li.active {
    color: #1465bc;
}

.globalnav .dropdown {
    position: absolute;
    z-index: 99;
    display: none;
    background: #114ea9;
    min-width: 168px;
    text-align: center;
    left: -45px;
    top: 80px;
    padding: 0;
}

.globalnav .dropdown a {
    color: #fff;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    line-height: 39px;
    font-size: 14px;
    font-weight: 400;
}

.globalnav .dropdown a:last-child {
    border-bottom: 0;
}

.globalnav .dropdown a:hover {
    color: #1465bc;
    background: #fff;
}

.globalnav li .dropdown:after {
    content: "";
    position: absolute;
    margin-left: -5px;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #114ea9;
    overflow: hidden;
    left: 50%;
}


/* ==================================
   banner
   ================================== */

.banner {
    position: relative;
    min-width: 1200px;
    width: 100%;
    height: 557px;
    overflow: hidden;
}

.banner .bd li a {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 557px;
}

.banner .hd {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 20px;
}

.banner .hd ul {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.banner .hd li {
    float: left;
    cursor: pointer;
    width: 13px;
    height: 13px;
    margin: 0 4px;
    background: #fff;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
}

.banner .hd .on {
    background: #0fb15b;
    width: 30px;
}

.tempWrap {
    margin: 0 auto;
}

.banner .prev,
.banner .next {
    margin-top: -30px;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.banner .prev .fa,
.banner .next .fa {
    font-size: 50px;
    color: #b2b2b2;
    line-height: 60px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.banner .prev {
    left: 2%;
}

.banner .next {
    right: 2%;
}

.banner .prev:hover .fa,
.banner .next:hover .fa {
    color: #0fb15b;
}


/* ==========================================================================
   homeabout
   ========================================================================== */

.homeabout {
    width: 100%;
    padding: 40px 0;
    background: url(../images/homebg01.jpg) repeat-x left top;
}

.homeabout .hmode {
    width: 350px;
    height: 433px;
    overflow: hidden;
    float: left;
    margin-left: 30px;
}

.homeabout .hmode .titpicbox {
    width: 350px;
    height: 163px;
    overflow: hidden;
}

.homeabout .hmode .titpicbox h3 {
    color: #fff;
    font: 700 20px/30px microsoft yahei;
    text-shadow: 2px 1px 0 #856c57;
    padding: 25px 0 0 30px;
}

.homeabout .hmode .titpicbox h3 .txten {
    font: 300 14px/30px microsoft yahei;
    text-transform: Uppercase;
}

.homeabout .hmode .more {
    width: 100%;
    height: 36px;
    overflow: hidden;
    background: #f2f3f7;
}

.homeabout .hmode .more a {
    width: 135px;
    height: 36px;
    color: #fff;
    text-align: center;
    display: block;
    float: right;
    font: 300 14px/36px microsoft yahei;
}

.homeabout .mode_about {
    position: relative;
}

.homeabout .mode_about .movie {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.homeabout .mode_about .titpicbox {
    background: url(../images/pic02.jpg) no-repeat left top;
}

.homeabout .mode_pro .titpicbox {
    background: url(../images/pic03.jpg) no-repeat left top;
}

.homeabout .mode_contact .titpicbox {
    background: url(../images/pic04.jpg) no-repeat left top;
}

.homeabout .mode_about .desc {
    font: 300 14px/24px microsoft yahei;
    color: #333;
    height: 168px;
    overflow: hidden;
    margin-top: 30px;
}

.homeabout .hmode .con_mode {
    height: 232px;
    overflow: hidden;
}

.homeabout .mode_pro .proxl {
    border: 1px solid #e5e5e5;
    width: 348px;
    height: 59px;
    font: 300 14px/59px microsoft yahei;
    background: #fffeff;
    text-indent: 24px;
    margin-top: 2px;
    background-image: -webkit-linear-gradient(top, #fffeff 0%, #eff1f7 100%);
    background-image: -moz-linear-gradient(top, #fffeff 0%, #eff1f7 100%);
    background-image: linear-gradient(top, #fffeff 0%, #eff1f7 100%);
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#fffeff', StartColorStr='#eff1f7');
}

.homeabout .mode_pro .proxl a {
    width: 100%;
    display: block;
}

.homeabout .mode_pro .proxl a .fa {
    color: #78b6b1;
    margin-right: 10px;
}

.homeabout .mode_contact .txtarea {
    width: 216px;
    height: 202px;
    padding-top: 30px;
    overflow: hidden;
    float: left;
}

.homeabout .mode_contact .imgarea {
    width: 134px;
    height: 232px;
    overflow: hidden;
    float: left;
}

.homeabout .mode_contact .imgarea img {
    width: 134px;
    height: 232px;
}

.homeabout .mode_contact .txtarea {
    font: 300 14px/28px microsoft yahei;
    color: #333;
}

.homeabout .mode_contact .txtarea .fa {
    color: #3e6aad;
    margin-right: 10px;
}


/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    color: #c5c5c5;
    font-size: 12px;
    background-color: #f5f6f9;
    font-family: microsoft yahei;
}

footer a {
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
}

.footer-bd {
    padding: 24px 0 0px 0;
}

.footer-nav {
    text-align: justify;
}

.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.fn-col {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    *padding-right: 100px;
}

.fn-col h3 {
    margin-bottom: 10px;
    font: 300 14px/24px microsoft yahei;
}

.fn-col h3 a {
    color: #555;
}

.fn-col ul {}

.fn-col li {
    line-height: 24px;
}

.fn-col li a {
    color: #999;
}

.fn-colwx {
    width: 420px;
    font-size: 12px;
    color: #555;
    text-align: right;
}

.homeshare {
    color: #666;
    margin-top: 10px;
}

.homeshare a {
    color: #666;
    font-size: 13px;
    padding: 2px 7px;
}


/*flybut*/

.flybut {
    position: fixed;
    top: 180px;
    right: 0;
}

.flybut ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 87px;
    height: 87px;
    background-color: #bf9e80;
    margin-top: 11px;
    text-align: center;
    padding-top: 20px;
}

.flybut ul li a {
    text-decoration: none;
    color: #fff;
}

.flybut ul li i {
    font-size: 32px;
    color: #fff;
}

.flybut ul .backtop {
    display: none;
}


/*fix 201706*/

.mainpro {
    width: 350px;
    overflow: hidden;
    position: relative;
}

.mainpro .hd {
    overflow: hidden;
    height: 232px;
    width: 350px;
    /*padding:0 10px;*/
    position: absolute;
    z-index: 20;
    left: 0px;
    top: 0px;
}

.mainpro .hd .prev,
.mainpro .hd .next {
    display: block;
    width: 10px;
    height: 42px;
    overflow: hidden;
    margin-top: 100px;
    cursor: pointer;
    /*background:url("images/arrow.png") no-repeat;*/
}

.mainpro .hd .next {
    float: right;
}

.mainpro .hd .prev {
    float: left;
}


/*.mainpro .hd .prevStop{ background-position:-60px 0; }
    .mainpro .hd .nextStop{ background-position:-60px -50px; }*/


/*.mainpro .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
    .mainpro .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
    .mainpro .hd ul li.on{ background-position:0 0; }*/

.mainpro .bd {
    margin: 10px 10px 0;
    position: relative;
    z-index: 30;
}

.mainpro .bd ul {
    overflow: hidden;
    zoom: 1;
}

.mainpro .bd ul li {
    margin: 0 4px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.mainpro .bd ul li a {
    display: block;
    width: 146px;
    text-align: center;
}

.mainpro .bd ul li a span {
    line-height: 30px;
}

.mainnews {
    margin-top: 15px;
}

.mainnews li {
    line-height: 40px;
    border-bottom: 1px dotted #ccc;
}

.mainnews li:last-child {
    border-bottom: none;
}

.mainnews li a {
    color: #555;
}

.mainnews li a i {
    padding: 0 10px 0 20px;
}

.mcontact-wrapper {
    border: 1px solid #d7d7d7;
    padding: 8px;
    width: 1110px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mcontact .wrapper02 {
    padding-bottom: 40px;
}

.wrapper02 {
    width: 1110px;
}

.homeabout .hmode {
    margin-left: 0px;
    margin-right: 30px;
}

.homeabout .hmode:last-child {
    margin-right: 0px;
}

.lang a {
    padding-right: 10px;
}

.lang a:hover {
    color: #1465bc;
}

.mcL {
    padding-left: 28px;
}

.mcL-hd {
    width: 320px;
}

.mcL-hd h3 {
    color: #3e6aad;
    font: 700 20px/30px microsoft yahei;
    padding: 20px 0 0 0;
    float: left;
}

.mcL-hd h3 .txten {
    font: 300 14px/30px microsoft yahei;
    text-transform: Uppercase;
}

.mcL-hd a {
    float: right;
    color: #3e6aad;
    margin-top: 20px;
}

.mcL-bd {
    padding-top: 15px;
    color: #3e6aad;
}

.mcL-bd p {
    padding-bottom: 10px;
}

.mcR {
    width: 718px;
    height: 245px;
}


/*videoplayer*/

.mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    top: 0px;
    left: 0px;    
}

.videoplayer {
    display: none;
    width: 640px;
    height: 480px;
    margin: 0 auto;
    top: 50%;
    margin-top: -240px;
    left: 50%;
    margin-left: -320px;
    background-color: #fff;
    position: fixed;
    z-index: 100;
}


.vp-hd{
    background-color: #1559b6;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
}
.vp-hd h3{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    float: left;
}
.vp-hd .closer{
     float: right;
   
}
.vp-hd .closer a{
    color: #fff;
    font-size: 30px;
   
}