@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}


/* set image max width to 100% */

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}


/************************************************************************************
GENERAL STYLING  BEGIN
*************************************************************************************/

body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    font-family: "Microsoft YaHei";
}

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

ul,
ol {
    list-style: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
}

.clear {
    clear: both;
    overflow: hidden;
    zoom: 1;
    float: none;
}
/* 公共title样式 */
.t-ch{
    font-size: 40px;   
    font-family: "Microsoft YaHei";    
    color: #333;   
    text-align: center;    
    margin-top: 45px;  
    font-weight: bold;
}
.t-line{
    width: 190px;
    border-top: 2px solid #0369dc;
    margin-left: 505px;
    margin-top: 10px;
}
.t-en{
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: #333;
    text-align: center;
    padding-top: 10px;
}


/************************************************************************************
GENERAL STYLING  END
*************************************************************************************/
/* 顶部样式 */
.top {
    width: 100%;
    overflow: hidden;
    background: #ebebeb;
    height: 35px;
    line-height: 35px;
}

.top-l {
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
}

.top-r {
    float: right;
    color: #666;
}

.top-r a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
}

.top-r a:hover {
    color: #0369dc;
}
/* head样式 */
.head {
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 110px;
}
.head-l {
    float: left;
    height:110px;
    line-height: 110px;
}
.head-l img {
    display: inline-block;
    vertical-align: middle;
}
.head-r {
    float: right;
}

.head-r .phone {
    float: left;
    height: 110px;
    line-height: 110px;
}

.head-r .phone img {
    display: inline-block;
    margin-top: 38px;
    margin-right: 15px;
}

.head-r dl {
    float: right;
    height: 110px;
    font-family: "Microsoft YaHei";
}

.head-r dl dt {
    font-size: 14px;
    font-weight: bold;
    color: #303030;
    margin-top: 40px;
}

.head-r dl dd {
    font-weight: bold;
    font-size: 20px;
    color: #dd2e2f;
}
/* 导航栏样式 */
.nav{
    width: 100%;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    background-color: #0369dc;
}
.nav a{
    font-size:14px;
    display: block;
    float: left;
    color:#fff;
    padding: 0 40px;
    margin: 0 1px;

}
.nav a:hover , .nav .on{
    background:#dd2e2f;
    line-height: 45px;
    color:#fff;
}
/* 轮播图样式 */

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 500px;
    display: block;
}

/* 公司简介 */
.about{
    width:100%;
    background: #fff;
    height: 510px;
}
.abt-right{
    float: right;
    margin-top: 40px;
    width: 642px;
    height: 270px;
    font-size: 14px;
    line-height: 2.1;
    color: #666;
    margin-right: 25px;
    text-align: justify;
    text-indent: 2em;
}
.abt-right a{
    color:#0369dc;
    font-size: 14px;
    padding: 10px 30px;
    border: 1px solid #0369dc;
}
.abt-right a:hover{
    color:#dd2e2f;
    font-size: 14px;
    padding: 10px 30px;
}
.about .img{
    background: url(../images/abtBg.png) no-repeat;
    width: 368px;
    height: 280px;
}
.about .img img{
    margin: 14px 0 0 14px;
}
/* 产品展示 */

.product{
    width:100%;
    height: 885px;
    overflow: hidden;
    background: #ececec;
}
.product .content{
    width: 1200px;
    height: 575px;
    margin-top: 50px;
}
.product .left{
    float: left;
    width: 475px;
    height: 575px;
    text-align: center;
}
.product .l-img{
    width: 475px;
    height: 535px;
    overflow: hidden;
}
.product img{
    transition: ease-in-out 0.4s;
}
.product img:hover{
    transform: scale(1.2);
}
.product p{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.product .right{
    float: right;
    width: 725px;
    height: 575px;
}
.product .right li{
    width: 342px;
    height: 287px;
    margin-left:20.5px;
    float: left; 
    text-align: center;
}
.product .r-img{
    width: 342px;
    height: 247px;
    overflow: hidden;
}
.product .more{
    width: 148px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #0369dc;
    margin: 0 auto;
    margin-top: 30px;
}
.product .more a{
    color: #0369dc;
    font-size: 15px;
}
.product .more a:hover{
    color: #dd2e2f;
}

/* 实验室环境*/
.lab{
    height: 550px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.display{
    margin: 0 auto;
    width: 1223px;
    margin-top: 40px;
    height:230px;
}
.slideGroup {
    height:230px;
    margin-left: 15px;
    overflow: hidden;
}
.slideGroup li{
    width: 287px;
    height: 230px;
    float: left;
    margin-right: 15px;
    position: relative;
}
.slideGroup .pic-img img{
    max-height:230px;
}
.slideBox a{
    font-size:14px;
    color: #fff;
}
.slideBox .pic-tit{
    position: absolute;
    bottom: 0;
    width: 287px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #1b74c3;
    opacity: 0.8;
}
.lab .more{
    width: 148px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #0369dc;
    margin: 0 auto;
    margin-top: 40px;
}
.lab .more a{
    color: #0369dc;
    font-size: 15px;
}
.lab .more a:hover{
    color: #dd2e2f;
}
/* 新闻样式 */
.news{
    width:100%;
    overflow: hidden;
    background: #ececec;
    height:790px;
}
.news .n-list{
    width: 1240px;
    margin: 0 auto;
    height: 480px;
} 
.news .n-list ul{
    width: 1220px;
    margin-left: 20px;
    height: 480px;
    margin-top: 40px;
}
.news ul li{
    float: left;
    width: 590px;
    height: 220px;
    margin: 0 20px 20px 0;
    background: #fff;
    overflow: hidden;
}
.news .l-pic{
    float: left;
    width: 256px;
    height: 181px;
}
.news .l-pic img{
    margin: 20px;
}
.news .r-con{
    float: right;
    width: 266px;
    margin-right: 30px;
    margin-top: 20px;
}
.news .r-tit{
    color: #333;
    font-size: 16px;
    line-height: 3;
    margin-bottom: 5px;
}
.news .r-des{
    color: #666;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
}
.news span{
    font-size: 14px;
    color: #666;
    line-height: 4;
}
.news .more{
    font-size: 12px;
    color: #0369dc;
    padding: 1px 2px;
    border: 1px solid #0369dc;
    margin-left: 128px;
}
.news .more:hover{
    font-size: 12px;
    color: #fff;
    padding: 1px 2px;
    border: 1px solid #0369dc;
    background: #0369dc;
}
.n-more{
    width: 148px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #0369dc;
    margin: 0 auto;
    margin-top: 30px;
}
.n-more a{
    color: #0369dc;
    font-size: 15px;
}
.n-more a:hover{
    color: #dd2e2f;
}
/* 合作伙伴 */
.partner{
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #fff;
}
.partner .p-con{
    width: 1260px;
    height: 180px;
    margin:0 auto;
    margin-top: 40px;
}
.partner .p-con ul{
    width: 1240px;
    margin-left: 20px;
}
.partner .p-con ul li{
    width: 288px;
    height: 178px;
    margin-right: 20px;
    border: 1px solid #c9c9c9;
    float: left;
}
.partner .more{
    width: 148px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #0369dc;
    margin: 0 auto;
    margin-top: 40px;
}
.partner .more a{
    color: #0369dc;
    font-size: 15px;
}
.partner .more a:hover{
    color: #dd2e2f;
}
/* index-form */
.index-form{
    width: 100%;
    height: 486px;
    overflow: hidden;
    background: url(../images/formBg.png) center no-repeat;
}
.index-form .f-left{
    float: left;
    width: 451px;
    height: 327px;
    margin: 85px 0 0 30px;
}
.f-right{
    float: right;
    width: 490px;
    height: 278px;
    margin: 85px 45px 0 0;
}
.f-right p{
    font-size: 25px;
    color: #fff;
    line-height: 2;
    margin-bottom: 20px;
}
.f-right .block input{
    height: 48px;
    width: 468px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    margin: 0 auto 25px;
}
.submit{
    border: none;
    width: 490px;
    padding: 12px 0;
    font-size: 20px;
    color: #fff;
    background: #0369dc;
}
/* 底部样式 */
.footer{
    width:100%;
    height:290px;
    overflow: hidden;
    background: #fff;
}
.footer .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer .fnav{
    height: 220px;
    width: 148px;
    border-right: 1px solid #bfbfbf;
    margin-top: 36px;
}
.footer .fnav p{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-left: 28px;
    margin-top: 5px;
}
.footer .fnav a{
    font-size: 14px;
    color: #6d6d6d;
    display: block;
    line-height: 2;
    padding-left: 29px;
}
.footer .fpro{
    height: 220px;
    width: 218px;
    border-right: 1px solid #bfbfbf;
    margin-top: 36px;
}
.footer .fpro p{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-left: 49px;
    margin-top: 5px;
}
.footer .fpro a{
    font-size: 14px;
    color: #6d6d6d;
    display: block;
    line-height: 2;
    padding-left: 50px;
}
.footer .edu{
    height: 220px;
    width: 315px;
    border-right: 1px solid #bfbfbf;
    margin-top: 36px;
}
.footer .edu p{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-left: 49px;
    margin-top: 5px;
}
.footer .edu a{
    font-size: 14px;
    color: #6d6d6d;
    display: block;
    line-height: 2;
    padding-left: 50px;
}
.footer .ewm{
    width:242px;
    text-align: center;
    margin-top: 36px;
    height: 220px;
}
.footer .ewm img{
    width: 112px;
    margin-top: 5px;
}
.footer .ewm p{
    font-size: 14px;
    color: #333;
}
.footer .fcontact{
    width:274px;
    height: 220px;
    margin-top: 36px;
}
.footer .fcontact p{
    font-size: 14px;
    color: #333;
    line-height: 36px;
}
.footer .fcontact p span{
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
.footer a:hover{
    color: #0369dc;
}
/* 版权 */
.copyright{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #333;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    color: #0369dc;
}
/* 侧边栏样式    b*/

.mainBody {
    font-family: "Microsoft YaHei";
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    min-height: 650px;
}

.lefter {
    width: 210px;
    float: left;
    overflow: hidden;
    margin-top: 40px;
}

.lefter_title {
    width: 100%;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #0369dc;
}


.lefter_title .ch {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.lefter_title .en {
    font-size: 14px;
    color: #fff;
}

.lefter_list {
    width: 208px;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-top: 0;
}

.lef_list {
    padding: 25px 15px 15px;
}

.lef_list li {
    width: 178px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #d3d3d3;
    margin-bottom: 8px;
    background: #e3e3e3;
}

.lef_list li a {
    font-size: 14px;
    color: #000;
}

.lef_list .on {
    background: #0369dc;
    border: 1px solid #0369dc;
}

.lef_list .on a {
    color: #fff;
}

.lef_list p {
    line-height: 2;
    font-size: 14px;
    color: #333;
}

#hotline {
    line-height: 1;
    text-align: center;
}

.lefter_list #num {
    text-align: center;
    color: #dd2e2f;
    font-size: 22px;
}


/* 侧边栏样式    e*/


/* 子页右侧内容区  b*/

.main {
    margin-top: 40px;
    float: right;
    overflow: hidden;
    width: 950px;
    font-family: "Microsoft YaHei";
}

.main_title {
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
}

.main_title img {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 12px;
}

.main_title .title {
    font-size: 16px;
    color: #0369dc;
}

.main_title .wz {
    font-size: 14px;
    color: #333;
}

.main_title .wz a {
    color: #333;
}

.main_title .wz a:hover {
    color: #0369dc;
}

.mainCon {
    padding: 20px;
    line-height: 2;
    font-size: 14px;
}

.mainCon p {
    text-align: justify;
}


/* 子页右侧内容区  e*/

/* 分页    b*/

.pagebar {
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    display: block;
}

.pagebar a,
.pagebar span {
    position: relative;
    font-size: 16px;
    border-right: #ddd 1px solid;
    padding-right: 5px;
    border-top: #ddd 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #ddd 1px solid;
    color: #555;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
}

.pagebar .on {
    background: #0369dc;
    border-color: #0369dc;
    color: #fff;
}

/* 分页    e*/