/*初始化*/

html {
	font-size: 62.5%;
	font-family: "microsoft yahei";
	color: #363636;
	min-width: 1200px;
}

body,
div,
img,
a,
ul,
ol,
li,
span,
i,
u,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form,
input,
textarea,
strong,
select,
option {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a,
u {
	text-decoration: none;
	color: #363636;
}

img {
	display: block;
	border: none;
}

.inBox .inHd ul li a,
.inside_left_1 ul li,
.inside_right dl dd a.inside_right_tit,
.picMarquee-top li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.index_3 .index_3_in dl,
.index_3 .index_3_in dl dt img {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
}

.nav_top_in .wx img,
.index_1 dl a img,
.inside_right ul.inside_pic li a img {
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
}

.nav_top_in .wx img {
	filter: alpha(opacity=0);
	opacity: 0;
}

.slideBox .prev,
.slideBox .next {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.nav_top_in .wx:hover img,
.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.index_1 dl a img:hover,
.inside_right ul.inside_pic li a img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}


/*-------------------------------------------------------*/

.more {
	float: right;
	font-size: 1.2rem;
	color: #FFFFFF;
	font-weight: 100;
}

.more:hover {
	color: #e97913;
	text-decoration: underline;
}

.more1 {
	color: #666;
}

.more1:hover {
	text-decoration: none;
}

.more2 {
	font-size: 1.4rem;
	padding: 7px 20px;
	border: 2px solid #e97913;
	border-radius: 4px;
	color: #e97913;
}

.more2:hover {
	background: #E97913;
	color: #FFFFFF;
}


/*顶部*/

.nav_top {
	font-family: arial;
	width: 100%;
	line-height: 40px;
	font-size: 1.2rem;
	color: #555555;
	z-index: 9999;
	padding: 0px 0px 30px 0px;

}

.nav_top_in {
	width: 490px;
	margin: 0 auto;

}

.nav_top_in ul li {
	float: left;
}

.nav_top_in ul li a {
	padding: 0 20px;
	margin: 12px 0;
	line-height: 16px;
	height: 16px;
	display: block;
	color: #555555;
}

.nav_top_in ul li:hover a {
	color: #b40404;
}

.nav_top_in .wx {
	position: relative;
}

.nav_top_in .wx img {
	position: absolute;
	left: -27px;
	top: -110px;
	width: 145px;
	height: 145px;
}

.nav_top_in .wx:hover img {
	top: 43px;
}



/*导航*/
.logo{width:20%;font-size:36px;color:#fff;float:left;}
.nav_bj {
	width: 100%;
	min-width: 1200px;
	height: 70px;
	background:rgba(0,0,0,0.41);
    position: absolute;
	top:0;
	left:0;
    z-index: 999;
}

.nav {
            position: relative;
            margin: 0 auto;
	        width:1300px;
        }

            .nav ul {
                margin: 0;
                padding: 0;
            }
.nav ul li:first-child{
	   margin:0px;
       padding: 0;
       list-style: none;
        float: left;
            }
.nav ul li:first-child a{
	    color:#fff;
	    font-size: 28px;
	    padding: 0px 100px 0px 0px;
	   line-height: 70px;
}

.nav ul li:first-child a:hover{
	    background:none!important;
        color: #fff;
		border-radius: 5px;
}
.nav ul li {
                    margin: 0 5px 10px 0;
                    padding: 0;
                    list-style: none;
                    float: left;
                }
.nav a {
                padding: 3px 19px;
                text-decoration: none;
                color: #FFFFFF;
                line-height: 70px;
	            font-size: 16px;
            }

                .nav a:hover {
                    background: #0a6ebc;
                    color: #fff;
					border-radius: 5px;
                }

            .nav .current a {
                background: #0a6ebc;
                color: #fff;
                border-radius: 5px;
            }
            /* right nav */
            .nav.right ul {
                text-align: right;
            }

            /* center nav */
            .nav.center ul {
                text-align: center;
            }


@media (max-width: 100px) {
            .nav {
                position: relative;
                min-height: 30px;
            }

                .nav ul {
                    width: 180px;
                    padding: 5px 0;
                    position: absolute;
                    top: 0;
                    left: 0;
                    border: solid 1px #aaa;
                    background: #fff url(images/icon-menu.png) no-repeat 10px 11px;
                    border-radius: 5px;
                    box-shadow: 0 1px 2px rgba(0,0,0,.3);
                }

                .nav li {
                    display: none; /* hide all <li> items */
                    margin: 0;
                }

                .nav .current {
                    display: block; /* show only current <li> item */
                }

                .nav a {
                    display: block;
                    padding: 5px 5px 5px 32px;
                    text-align: left;
                }

                .nav .current a {
                    background: none;
                    color: #666;
                }

                /* on nav hover */
                .nav ul:hover {
                    background-image: none;
                }

                    .nav ul:hover li {
                        display: block;
                        margin: 0 0 5px;
                    }

                    .nav ul:hover .current {
                        background: url(images/icon-check.png) no-repeat 10px 7px;
                    }

                /* right nav */
                .nav.right ul {
                    left: auto;
                    right: 0;
                }

                /* center nav */
                .nav.center ul {
                    left: 50%;
                    margin-left: -90px;
                }
        }





/*搜索

.search {
	float: right;
	width: 150px;
	margin: 10px 20px 0 0;
}

.search input {
	border: 0;
	float: left;
	height: 25px;
	outline: none;
}

.search .sea {
	width: 120px;
	border-radius: 50px 0 0 50px;
	text-indent: 1em;
	color: #999999;
}

.search .but {
	width: 30px;
	background: url(../img/search.png) no-repeat;
	cursor: pointer;
}*/


/*banner*/

img{
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}



.js-silder{
	position: relative;	
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:850px;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 0;
	text-align: left;
}
.silder-ctrl-next{
	right: 0;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
	background-color: #7bbedf;
}

@media (max-width: 768px){
	.silder-ctrl-prev,
	.silder-ctrl-next{
		width: 10%;
		font-size: 26px;
		margin-top: -25px;
	}
	.silder-ctrl-con{
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}


/*底部*/

.navs_bj {
	width: 100%;
	height: 81px;
}

.navs {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.navs ul {
	width: 1000px;
	text-align: center;
	float: left;
}

.navs ul li {
	display: inline-block;
}
.navs ul li a {
	color: #333;
	line-height: 45px;
	font-size: 1.6rem;
	padding: 0 38px;
}

.navs ul li ol {
	position: absolute;
	background: rgba(26, 140, 184, 0.7);
	border-radius: 0 0 4px 4px;
	display: none;
	overflow: hidden;
	z-index: 9999;
}


.footer_bj {
	width: 100%;
	overflow: hidden;
	padding-bottom:10px;
}

.footer {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
	font-size:14px;
	color:#333;
}




/*内页样式*/

.inside {
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}


/*左侧*/
.newtel {
	height: 30px;
	padding-bottom: 10px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666
}

.new_telst {
	width: 550px;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}

.new_telst li {
	width: 166px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
}
.new_telst li a{color:#333!important;}

.new_telst li.newon {
	font-weight: bold;
	color:#217af0!important;
}

.new_telst p {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 100px;
	height: 7px;
	border-top: 3px solid #217af0;
	overflow: hidden;
	text-align: center;
}

.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #217af0 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}


.inside_left {
	float: left;
	width: 240px;
}

.inside_left_1 {
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 26px;
}

.inside_left_1 h2 {
	line-height: 45px;
	padding: 0 15px;
	background: #0058a9;
	color: #FFFFFF;
	font-size: 1.6rem;
}

.inside_left_1 ul li {
	border-bottom: 1px dashed #C9C9C9;
	line-height: 40px;
	padding: 0 10px
}

.inside_left_1 ul li:hover {
	background: #F4F4F4;
}

.inside_left_nav ul li,
.inside_left_nav h2 {
	text-align: center;
}

.inside_left_1 ul li:nth-last-of-type(1) {
	border: none;
}

.inside_left_1 ul li a {
	font-size: 1.4rem;
}

.picMarquee-top .bd {
	padding: 10px;
}

.picMarquee-top .bd li {
	border: none;
	padding: 0;
}

.picMarquee-top li a p {
	text-align: center;
	padding: 0 10px;
	background: #FFFFFF;
}

.picMarquee-top li:hover a p {
	color: #e97913;
}

.picMarquee-top li a img {
	width: 100%;
	height: 165px;
}


/*右侧*/

.inside_right {
	width: 100%;
	float: right;
}

.inside_right_top {
	line-height: 45px;
	padding: 0 20px;
	font-size: 1.4rem;
	border-radius: 4px;
	margin-bottom: 30px;
	overflow: hidden;
}

.inside_right_top a {
	float: left;
	color: #FFFFFF;
	padding: 0 10px;
}

.inside_right_top i {
	float: left;
	color: #FFFFFF;
	font-style: normal;
}

.inside_right_top .home {
	background: url(../img/home.png) no-repeat left 50%;
	padding-left: 25px;
}

.inside_right_top a:hover {
	text-decoration: underline;
}


/*翻页*/

.Flip {
	text-align: center;
	overflow: hidden;
}

.Flip a {
	display: inline-block;
	padding: 5px;
	margin: 0 10px;
	border: 1px solid #E6E6E6;
	border-radius: 2px;
	font-size: 1.4rem;
}

.Flip a.on,
.Flip a.on:hover {
	background: #e97913;
	color: #FFFFFF;
}

#Flip_6 {
	border: none;
}

.Flip a:hover {
	background: #F5F5F5;
}