﻿
.fous_news {
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: #efeeee;
}
.fous_news .title {
	width: 80px;
	height: 40px;
	line-height: 40px;
	color: #111111;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
.fous_news .bd {
	width: 450px;
	height: 20px;
	padding: 10px 0;
	float: left;
	overflow: hidden;
}
.fous_news .bd ul {
    overflow: hidden;
    zoom: 1;
}
.fous_news .bd ul li {
    float: left;
    width: 450px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    _display: inline;
}
.fous_news .bd ul li a {
	font-size: 14px;
	color: #414141;
}
.fous_news .bd ul li span {
    color: #999;
    padding-left: 10px;
}

.fous_news .hd {
	width: 70px;
	height: 20px;
	padding: 10px 0;
	overflow: hidden;
	float: right;
}
.fous_news .next, .fous_news .prev {
	display: block;
	width: 28px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	color: #9a9a9a;
	float: left;
}
.fous_news .prev {
	float: right;
}
.fous_news .prev:hover, .fous_news .next:hover {
	border: 1px solid #6892e9;
	color: #fff;
	background: #6892e9;
}
.fous_news .pageState, .fous_news .num {
	display: none;
}

.fous_products {
	width: 100%;
	height: 520px;
	padding: 40px 0;
}
.fous_products .bd {
	width: 100%;
	height: 480px;
}
.fous_products ul li {
	width: 340px;
	height: 220px;
	margin: 0 40px 35px 0;
	float: left;
	position: relative;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.fous_products ul li:hover {
    box-shadow: 5px 12px 20px rgba(0, 0, 0, 0.1);
}
.fous_products ul li.last {
	margin-right: 0;
}
.fous_products ul li a {
	width: 340px;
	height: 220px;
	display: block;
	overflow: hidden;
}
.fous_products ul li a img {
	width: 340px;
	height: 220px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.fous_products ul li a:hover  img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.fous_products ul li .word {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 170px;
	height: 85px;
}
.fous_products ul li .word h3 {
	font-size: 18px;
	color: #0e0e0e;
	font-weight: normal;
}
.fous_products ul li .word span {
	font-size: 12px;
	color: #fff;
	background: #0099de;
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 25px;
}
.fous_products .slide {
	width: 100%;
	height: 475px;
}
/* 
.fous_products .turn {
    height: 50px;
    margin-top: 10px;
    text-align: center;
}
.fous_products .turn a {
    display: inline-block;
    width: 48px;
    height: 43px;

    line-height: 38px;
    color: #333;
    border-radius: 5px;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    overflow: hidden;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.fous_products .turn a.next {
	margin-left: 10px;
}
.fous_products .turn a:hover {
	background: #0099de;
	color: #fff;
	border: 1px solid #0099de;
}
*/
.fous_products .turn .prev, .fous_products .turn .next { 
	display: block;  
	width: 35px; 
	height: 50px; 
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	 text-indent: -9999px;
}
.fous_products .turn .prev { 
	top: 50%;
	margin-top: -20px;
	left: -60px;
	background: url(../images/ind_pro_l.png) no-repeat center center; 
}
.fous_products .turn .next { 
	top: 50%;
	right: -60px;
	margin-top: -20px;
	background: url(../images/ind_pro_r.png) no-repeat center center; 
}


.three_box {
	width: 100%;
	height: 450px;
	overflow: hidden;
	padding: 50px 0;
	background: url(../images/box_bg.jpg) no-repeat center center;
}
.three_box .main {
    width: 1030px;
    height: 380px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
}
.three_box .main h3 {
	color: #151515;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 25px;
}
.three_box .main h3 span {
	color: #999;
	font-size: 16px;
	padding-left: 5px;
}
.three_box .main .npic img {
	width: 300px;
	height: 130px;
}
.three_box .main .content {
	width: 300px;
	height: 100px;
	margin: 20px 0;
}
.three_box .main .content p {
	color: #666;
	font-size: 12px;
}
.three_box .main .more a {
	width: 298px;
	height: 35px;
    line-height: 35px;
	text-align: center;
	display: block;
	border: 1px solid #d0d0d0;
	color: #999;
	-moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}
.three_box .main .more a:hover {
    color: #fff;
    -webkit-transition: all .2s ease-out .1s;
	-moz-transition: all .2s ease-out .1s;
	-ms-transition: all .2s ease-out .1s;
	transition: all .2s ease-out .1s;
    background-color: #0099de;
    border-color: #0099de;
}
.three_box .br_line {
	width: 8px;
	height: 360px;
	float: left;
	margin: 0 28px;
	background: url(../images/line_oy1b.png) no-repeat center center;
}
.three_box .content li {
	height: 16px;
	padding-left: 15px;
	margin-bottom: 10px;
	background: url(../images/list_icon.png) no-repeat left center;
}
.three_box .content li a {
	color: #666;
}
.three_box .content li a:hover, .three_box .content li:hover a {
	-webkit-transition: all .2s ease-out .1s;
	-moz-transition: all .2s ease-out .1s;
	-ms-transition: all .2s ease-out .1s;
	transition: all .2s ease-out .1s;
    color: #0099de;
	padding-left: 10px;
}
.three_box .box03 .link li {
	background: none;
	padding: 0;
}
.three_box .box03 .link li span {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}


/* inside 内页样式
__________________________________________ */
.mainOut  {
    width: 1100px;
    height: auto ;
    margin: 0 auto;
    padding: 30px;
    z-index: 9999;
    background: url(../images/index_main.png) repeat;
}
.in_title {
    font-size: 20px;
    color: #42a6e5;
    margin: 15px 0;
}
.tel_box h3 {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    display: block;
    width: 200px;
    padding-left: 30px;
    background: #0080d0;
    height: 60px;
    padding-top: 13px;
}
.tel_box h3 p {
    font-size: 12px;
    color: #3cc2ff;
    text-transform: uppercase;
    display: block;
}

.tel_box .text {
	border: 1px solid #dcdbdb;
	padding: 20px;
}
.tel_box .text p {
	font-size: 14px;
	color: #666;
}
.lm-second-top {
    padding-left: 38px;
    border-left: 1px solid #dcdbdb;
    border-right: 1px solid #dcdbdb;
    border-bottom: 1px solid #dcdbdb;
    height: 64px;
    font-size: 14px;
    color: #333;
    padding: 26px 0 0 0;
    line-height: 14px;
    text-align: center;
}
.lm-second-bottom {
    padding-left: 38px;
    border-left: 1px solid #dcdbdb;
    border-right: 1px solid #dcdbdb;
    border-bottom: 1px solid #dcdbdb;
    height: 79px;
    font-size: 14px;
    color: #333;
    padding: 19px 0 0 0;
    line-height: 14px;
    text-align: center;
}
.lm-second-bottom .btn {
    display: inline-block;
    width: 91px;
    height: 30px;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background: url(../images/contact_33.jpg) no-repeat center;
}


/* 产品列表 */
.products_list li {
    float: left;
    width: 260px;
    text-align: center;
    margin: 0 10px 20px 10px;
    display: inline; 
}
.products_list li .picture {
	display: block;
	width: 260px;
	height: 260px;
	overflow: hidden;
}
.products_list li .picture img {
	width: 260px;
	height: 260px;
}
.products_list li .title {
    background: #e5e5e5;
    height: 35px;
    line-height: 35px;
}
.products_list li .title a {
    font-size: 14px;
}
.products_detail_right .products_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	background: #eee;
	margin-bottom: 15px;
}
.products_detail_right .products_title h2 {
	color: #0099de;
	font-weight: normal;
	font-size: 24px;
	text-indent: 15px;
}

/* 新闻列表  */
.news_list ul li {
    height: 100px;
    padding: 15px 0;
    margin-bottom: 15px;
}
.news_list ul li .ind_news_pic {
	width: 130px;
	height: 100px;
	float: left;
	overflow: hidden;
}
.news_list ul li .ind_news_pic img {
	width: 130px;
	height: 100px;
}
.news_list li .ind_news_main {
	width: 690px;
	height: 100px;
}
.news_list li .ind_news_main h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 20px;
}
.news_list li .ind_news_main .assist {
	color: #999;
	margin-bottom: 8px;
	height: 40px;
	overflow: hidden;
}
.news_list li .ind_news_main .down {
	background: #0099de;
	width: 70px;
	height: 25px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 25px;
}


/* 内页荣誉样式---------------------------------------------*/
.honor_list ul li {
    float: left;
    margin: 0 14px 25px 14px;
    width: 252px;
}
.honor_list ul li a {
    display: block;
    color: #333;
    text-align: center;
    height: 180px;
    width: 240px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #ddd;
}
.honor_list ul li img {
    -webkit-transition: all 0.4s linear -1ms;
    -moz-transition: all 0.45s linear -1ms;
    -ms-transition: all 0.4s linear -1ms;
    -o-transition: all 0.4s linear -1ms;
    transition: all 0.4s linear -1ms;
    border: none;
    padding: 0;
}
.honor_list ul li img:hover {
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	zoom: 1.1\9; /* IE 8 */
	overflow:hidden;
	z-index:999;
}
.honor_list a img {
    max-width: 240px;
    width: auto;
    height: 180px;
}
.honor_list ul li p {
    text-align: center;
    font-size: 14px;
    line-height: 36px;
}


.newme {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

/*导航置顶和产品菜单固定*/
.fix-div {
    position: fixed;
    top: 0px;
    left: 0px;
    _position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

.meber_title {
    border-bottom: 1px solid #d2d2d2;
    height: 30px;
    line-height: 30px;
    color: #7c7c7c;
}


#users .register ul  {
	margin-left: auto;
	margin-right: auto;
	width: 460px;
	float: none;
}


.download ul {
	width: 837px;
	overflow: hidden;
	border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.download ul li {
	width: 248px;
	height: 100px;
    padding: 15px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: none;
    float: left;
} 
.download ul li .ind_news_pic {
	width: 100px;
	height: 100px;
	float: left;
}
.download ul li .ind_news_pic img {
    width: 100px;
    height: 100px;
}
.download li .ind_news_main {
	width: 130px;
	height: 100px;
}
.download li .ind_news_main h3 {
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
	line-height: 20px;
	height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.download li .ind_news_main .assist {
	color: #999;
	margin-bottom: 8px;
	height: 40px;
	line-height: 18px;
	overflow: hidden;
}
.download li .ind_news_main .down {
	background: #0099de;
	width: 70px;
	height: 25px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 25px;
}


.qrcode_box {
    width: 100%;
    float: left;
    padding-top:20px;
        text-align: center;
}

    .qrcode_box .qrcode_pic {
        width: 100%;
        float: left;
        text-align: center;
    }
        .qrcode_box .qrcode_pic img {
        height:200px;
        }

    .qrcode_box .qrcode_text {
        width: 100%;
        float: left;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-size: 14px;
    }

    .qrcode_box .qrcode_input {
        width: 100%;
        float: left;
    }

        .qrcode_box .qrcode_input input {
            height: 24px;
            line-height: 24px;
            border: 1px solid #dedede;
            width:220px;
            text-indent:12px;
        }
